🌐 Dictionaries update

This commit is contained in:
Timothee
2025-02-07 15:36:58 +01:00
parent 14346e0895
commit e93d909a38
894 changed files with 107458 additions and 78345 deletions

View File

@@ -9,11 +9,11 @@
/**
*
*/
Dict::Add('DE DE', 'German', 'Deutsch', [
'UI:Component:GlobalSearch:HistoryDisabled' => 'Suchhistorie ist deaktiviert',
'UI:Component:GlobalSearch:Input:Placeholder' => 'Suche...',
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Öffne die globale Suche',
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Sie haben bisher noch keine Suchanfragen gestellt',
'UI:Component:GlobalSearch:Recents:Title' => 'Letzte',
Dict::Add('DE DE', 'German', 'Deutsch', array(
'UI:Component:GlobalSearch:Tooltip' => 'Durchsuche die gesamte Datenbank',
]);
'UI:Component:GlobalSearch:Input:Placeholder' => 'Suche...',
'UI:Component:GlobalSearch:Recents:Title' => 'Letzte',
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Sie haben bisher noch keine Suchanfragen gestellt',
'UI:Component:GlobalSearch:HistoryDisabled' => 'Suchhistorie ist deaktiviert',
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Öffne die globale Suche',
));