Skip to content

Commit

Permalink
Add localizations for the new Name setting (#4583)
Browse files Browse the repository at this point in the history
Localization added to fr, es, ro and it.
  • Loading branch information
pekkaklarck committed Jun 2, 2023
1 parent 79eb272 commit 3f1c3dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/robot/conf/languages.py
Expand Up @@ -532,6 +532,7 @@ class Fr(Language):
library_setting = 'Bibliothèque'
resource_setting = 'Ressource'
variables_setting = 'Variable'
name_setting = 'Nom'
documentation_setting = 'Documentation'
metadata_setting = 'Méta-donnée'
suite_setup_setting = 'Mise en place de suite'
Expand Down Expand Up @@ -819,6 +820,7 @@ class Es(Language):
library_setting = 'Biblioteca'
resource_setting = 'Recursos'
variables_setting = 'Variable'
name_setting = 'Nombre'
documentation_setting = 'Documentación'
metadata_setting = 'Metadatos'
suite_setup_setting = 'Configuración de la Suite'
Expand Down Expand Up @@ -1105,6 +1107,7 @@ class Ro(Language):
library_setting = 'Librarie'
resource_setting = 'Resursa'
variables_setting = 'Variabila'
name_setting = 'Nume'
documentation_setting = 'Documentatie'
metadata_setting = 'Metadate'
suite_setup_setting = 'Configurare De Suita'
Expand Down Expand Up @@ -1146,6 +1149,7 @@ class It(Language):
library_setting = 'Libreria'
resource_setting = 'Risorsa'
variables_setting = 'Variabile'
name_setting = 'Nome'
documentation_setting = 'Documentazione'
metadata_setting = 'Metadati'
suite_setup_setting = 'Configurazione Suite'
Expand Down

0 comments on commit 3f1c3dd

Please sign in to comment.