Skip to content

Commit

Permalink
translations
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeDieu committed Jan 7, 2024
1 parent 1f6a7f3 commit 28f1bc1
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/code/catalog.de.i18n
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,5 @@ PythonFileMode = "Enthält den Öffnungsmodus der Datei"
PythonFileReadable = "Kann Datei gelesen werden?"
PythonFileWritable = "Kann Datei geschrieben werden?"
PythonImportUtils = "Importieren von ulab.utils"
PythonUtilsFunction = "Funktionspräfix des utils-Moduls"
PythonUtilsFunction = "Funktionspräfix des utils-Moduls"
PythonColorGray = "graue Farbe"
2 changes: 2 additions & 0 deletions apps/code/catalog.en.i18n
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,5 @@ PythonFileReadable = "Tells if read can be used on a file"
PythonFileWritable = "Tells if write can be used on a file"
PythonImportUtils = "Importing ulab.utils"
PythonUtilsFunction = "utils module function prefix"
PythonColorGrey = "Grey colour"
PythonTurtleSetposition = "Position turtle"
2 changes: 2 additions & 0 deletions apps/code/catalog.es.i18n
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,5 @@ PythonFileReadable = "Tells if read can be used on a file"
PythonFileWritable = "Tells if write can be used on a file"
PythonImportUtils = "Importando ulab.utils"
PythonUtilsFunction = "prefijo de función del módulo utils"
PythonColorGrey = "Color gris"
PythonTurtleSetposition = "Posición tortuga"
2 changes: 2 additions & 0 deletions apps/code/catalog.fr.i18n
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,5 @@ PythonFileName = "Nom du fichier"
PythonFileMode = "Mode d'ouverture du fichier"
PythonFileReadable = "Indique si read peut être utilisé"
PythonFileWritable = "Indique si write peut être utilisé"
PythonColorGrey = "Couleur grise"
PythonTurtleSetposition = "Positionner la tortue"
2 changes: 2 additions & 0 deletions apps/code/catalog.hu.i18n
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,5 @@ PythonKeyAns = "ANS kulcs"
PythonKeyExe = "EXE kulcs"
PythonImportUtils = "Az ulab.utils importálása"
PythonUtilsFunction = "utils modul függvény előtagja"
PythonColorGrey = "Szürke színű"
PythonTurtleSetposition = "Pozíció teknős"
2 changes: 2 additions & 0 deletions apps/code/catalog.it.i18n
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,5 @@ PythonFileReadable = "Dice se si può leggere sul file"
PythonFileWritable = "Dice se si può scrivere sul file"
PythonImportUtils = "Importazione di ulab.utils"
PythonUtilsFunction = "Prefisso funzione del modulo utils"
PythonColorGrey = "Colore grigio"
PythonTurtleSetposition = "Posiziona la tartaruga"
2 changes: 2 additions & 0 deletions apps/code/catalog.nl.i18n
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,5 @@ PythonFileReadable = "Tells if read can be used on a file"
PythonFileWritable = "Tells if write can be used on a file"
PythonImportUtils = "Ulab.utils importeren"
PythonUtilsFunction = "utils module functie prefix"
PythonColorGrey = "Grijze kleur"
PythonTurtleSetposition = "Positie schildpad"
2 changes: 2 additions & 0 deletions apps/code/catalog.pt.i18n
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,5 @@ PythonFileReadable = "Tells if read can be used on a file"
PythonFileWritable = "Tells if write can be used on a file"
PythonImportUtils = "Importando ulab.utils"
PythonUtilsFunction = "prefixo de função do módulo utils"
PythonColorGrey = "Cor cinza"
PythonTurtleSetposition = "Posição tartaruga"

0 comments on commit 28f1bc1

Please sign in to comment.