🌐 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,6 +9,6 @@
/**
*
*/
Dict::Add('CS CZ', 'Czech', 'Čeština', [
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Neznámé hodnoty',
]);
));

View File

@@ -9,6 +9,6 @@
/**
*
*/
Dict::Add('DA DA', 'Danish', 'Dansk', [
Dict::Add('DA DA', 'Danish', 'Dansk', array(
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Unknown values~~',
]);
));

View File

@@ -9,6 +9,6 @@
/**
*
*/
Dict::Add('DE DE', 'German', 'Deutsch', [
Dict::Add('DE DE', 'German', 'Deutsch', array(
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Unbekannte Werte',
]);
));

View File

@@ -7,6 +7,6 @@
* @author Miguel Turrubiates <miguel_tf@yahoo.com>
* @notas Utilizar codificación UTF-8 para mostrar acentos y otros caracteres especiales
*/
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Valores desconocidos',
]);
));

View File

@@ -9,6 +9,6 @@
/**
*
*/
Dict::Add('FR FR', 'French', 'Français', [
Dict::Add('FR FR', 'French', 'Français', array(
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Valeurs inconnues',
]);
));

View File

@@ -9,6 +9,6 @@
/**
*
*/
Dict::Add('HU HU', 'Hungarian', 'Magyar', [
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Ismeretlen értékek',
]);
));

View File

@@ -9,6 +9,6 @@
/**
*
*/
Dict::Add('IT IT', 'Italian', 'Italiano', [
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Valori sconosciuti',
]);
));

View File

@@ -9,6 +9,6 @@
/**
*
*/
Dict::Add('JA JP', 'Japanese', '日本語', [
Dict::Add('JA JP', 'Japanese', '日本語', array(
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Unknown values~~',
]);
));

View File

@@ -9,6 +9,6 @@
/**
*
*/
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Onbekende waardes',
]);
));

View File

@@ -9,6 +9,6 @@
/**
*
*/
Dict::Add('PL PL', 'Polish', 'Polski', [
Dict::Add('PL PL', 'Polish', 'Polski', array(
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Nieznane wartości',
]);
));

View File

@@ -9,6 +9,6 @@
/**
*
*/
Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Valores desconhecidos',
]);
));

View File

@@ -9,6 +9,6 @@
/**
*
*/
Dict::Add('RU RU', 'Russian', 'Русский', [
Dict::Add('RU RU', 'Russian', 'Русский', array(
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Неизвестные значения',
]);
));

View File

@@ -9,6 +9,6 @@
/**
*
*/
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Unknown values~~',
]);
));

View File

@@ -9,6 +9,6 @@
/**
*
*/
Dict::Add('TR TR', 'Turkish', 'Türkçe', [
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Unknown values~~',
]);
));

View File

@@ -16,8 +16,7 @@
*
* You should have received a copy of the GNU Affero General Public License
*/
// Global search
Dict::Add('ZH CN', 'Chinese', '简体中文', [
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => '未知值',
]);
));