🌐 update dictionaries for 2.7.0-beta2

This commit is contained in:
Eric
2020-01-28 15:12:43 +01:00
parent 05485b838e
commit 08eb9ee630
70 changed files with 675 additions and 105 deletions

View File

@@ -201,19 +201,13 @@ Opérateurs :<br/>
'Core:AttributeTag' => 'Taxon',
'Core:AttributeTag+' => 'Taxon',
'Core:Context=REST/JSON' => 'REST',
'Core:Context=REST/JSON+' => 'REST/JSON',
'Core:Context=Synchro' => 'Synchro',
'Core:Context=Synchro+' => 'Synchro',
'Core:Context=Setup' => 'Setup',
'Core:Context=Setup+' => 'Setup',
'Core:Context=GUI:Console' => 'Console',
'Core:Context=GUI:Console+' => 'GUI:Console',
'Core:Context=CRON' => 'CRON',
'Core:Context=CRON+' => 'CRON',
'Core:Context=GUI:Portal' => 'Portal',
'Core:Context=GUI:Portal+' => 'GUI:Portal',
));
@@ -1048,3 +1042,13 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Class:AsyncTask/Attribute:finalclass' => 'Sous-classe de tâche asynchrone',
'Class:AsyncTask/Attribute:finalclass+' => '',
));
// Additional language entries not present in English dict
Dict::Add('FR FR', 'French', 'Français', array(
'Core:Context=REST/JSON+' => 'REST/JSON',
'Core:Context=Synchro+' => 'Synchro',
'Core:Context=Setup+' => 'Setup',
'Core:Context=GUI:Console+' => 'GUI:Console',
'Core:Context=CRON+' => 'CRON',
'Core:Context=GUI:Portal+' => 'GUI:Portal',
));