🌐 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('NL NL', 'Dutch', 'Nederlands', [
'UI:Component:QuickCreate:HistoryDisabled' => 'Geschiedenis staat uit',
'UI:Component:QuickCreate:Input:Placeholder' => 'Selecteer een objectsoort…',
'UI:Component:QuickCreate:KeyboardShortcut:OpenDrawer' => 'Open snel object aanmaken',
'UI:Component:QuickCreate:LastClasses:NoClass:Placeholder' => 'Je hebt nog geen objecten gemaakt',
'UI:Component:QuickCreate:Recents:Title' => 'Recente',
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI:Component:QuickCreate:Tooltip' => 'Snel een object aanmaken',
]);
'UI:Component:QuickCreate:Input:Placeholder' => 'Selecteer een objectsoort…',
'UI:Component:QuickCreate:Recents:Title' => 'Recente',
'UI:Component:QuickCreate:LastClasses:NoClass:Placeholder' => 'Je hebt nog geen objecten gemaakt',
'UI:Component:QuickCreate:HistoryDisabled' => 'Geschiedenis staat uit',
'UI:Component:QuickCreate:KeyboardShortcut:OpenDrawer' => 'Open snel object aanmaken',
));