mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps] Split italian text into two lines in variable box
This commit is contained in:
committed by
EmilieNumworks
parent
1939293cd2
commit
fa523c25c9
@@ -48,6 +48,7 @@ void MathVariableBoxEmptyController::setType(Type type) {
|
||||
case Type::Sequence:
|
||||
{
|
||||
messages[0] = I18n::Message::EmptySequenceBox0;
|
||||
messages[1] = I18n::Message::EmptySequenceBox1;
|
||||
messages[3] = I18n::Message::Default;
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -7,6 +7,7 @@ EmptyFunctionBox0 = "Sie haben keine Funktion definiert."
|
||||
EmptySequenceBox0 = "Sie haben keine Folge definiert."
|
||||
EmptyExpressionBox1 = "Um eine Variable zu definieren:"
|
||||
EmptyFunctionBox1 = "Um eine Funktion zu definieren:"
|
||||
EmptySequenceBox1 = ""
|
||||
EmptyExpressionBox2 = "Erlaubte Zeichen im Namen:"
|
||||
EmptyFunctionBox2 = "Erlaubte Zeichen im Namen:"
|
||||
EnableCharacters = "A..Z, a..z, 0..9 und _"
|
||||
|
||||
@@ -7,6 +7,7 @@ EmptyFunctionBox0 = "You have not defined any functions."
|
||||
EmptySequenceBox0 = "You have not defined any sequences."
|
||||
EmptyExpressionBox1 = "To define a variable, type:"
|
||||
EmptyFunctionBox1 = "To define a function, type:"
|
||||
EmptySequenceBox1 = ""
|
||||
EmptyExpressionBox2 = "The variable name can contain:"
|
||||
EmptyFunctionBox2 = "The function name can contain:"
|
||||
EnableCharacters = "A..Z, a..z, 0..9 and _"
|
||||
|
||||
@@ -7,6 +7,7 @@ EmptyFunctionBox0 = "Ninguna función definida."
|
||||
EmptySequenceBox0 = "Ninguna sucesión definida."
|
||||
EmptyExpressionBox1 = "Para definir una, teclear :"
|
||||
EmptyFunctionBox1 = "Para definir una, teclear :"
|
||||
EmptySequenceBox1 = ""
|
||||
EmptyExpressionBox2 = "El nombre de variable debe"
|
||||
EmptyFunctionBox2 = "El nombre de función debe"
|
||||
EnableCharacters = "contener : A..Z, a..z, 0..9 y _"
|
||||
|
||||
@@ -7,6 +7,7 @@ EmptyFunctionBox0 = "Vous n'avez défini aucune fonction."
|
||||
EmptySequenceBox0 = "Vous n'avez défini aucune suite."
|
||||
EmptyExpressionBox1 = "Pour définir une variable, tapez :"
|
||||
EmptyFunctionBox1 = "Pour définir une fonction, tapez :"
|
||||
EmptySequenceBox1 = ""
|
||||
EmptyExpressionBox2 = "Le nom de la variable peut"
|
||||
EmptyFunctionBox2 = "Le nom de la fonction peut"
|
||||
EnableCharacters = "contenir : A..Z, a..z, 0..9 et _"
|
||||
|
||||
@@ -4,9 +4,10 @@ Functions = "Funzioni"
|
||||
Sequences = "Successioni"
|
||||
EmptyExpressionBox0 = "Non avete definito nessuna variabile."
|
||||
EmptyFunctionBox0 = "Non avete definito nessuna funzione."
|
||||
EmptySequenceBox0 = "Non avete definito nessuna successione."
|
||||
EmptySequenceBox0 = "Non avete definito nessuna"
|
||||
EmptyExpressionBox1 = "Per definire una variabile, digitare :"
|
||||
EmptyFunctionBox1 = "Per definire una funzione, digitare :"
|
||||
EmptySequenceBox1 = "successione."
|
||||
EmptyExpressionBox2 = "Il nome della variabile può"
|
||||
EmptyFunctionBox2 = "Il nome della funzione può"
|
||||
EnableCharacters = "contenere : A..Z, a..z, 0..9 e _"
|
||||
|
||||
@@ -7,6 +7,7 @@ EmptyFunctionBox0 = "Je hebt geen functies gedefinieerd."
|
||||
EmptySequenceBox0 = "Je hebt geen rij gedefinieerd."
|
||||
EmptyExpressionBox1 = "Om een variabele te definiëren, typ:"
|
||||
EmptyFunctionBox1 = "Om een functie te definiëren, typ:"
|
||||
EmptySequenceBox1 = ""
|
||||
EmptyExpressionBox2 = "De naam van de variabele kan bevatten:"
|
||||
EmptyFunctionBox2 = "De naam van de functie kan bevatten:"
|
||||
EnableCharacters = "A..Z, a..z, 0..9 en _"
|
||||
|
||||
@@ -7,6 +7,7 @@ EmptyFunctionBox0 = "Nenhuma função definida."
|
||||
EmptySequenceBox0 = "Nenhuma sequência definida."
|
||||
EmptyExpressionBox1 = "Para definir uma, digite :"
|
||||
EmptyFunctionBox1 = "Para definir uma, digite :"
|
||||
EmptySequenceBox1 = ""
|
||||
EmptyExpressionBox2 = "O nome da variável pode conter:"
|
||||
EmptyFunctionBox2 = "O nome da função pode conter:"
|
||||
EnableCharacters = "A..Z, a..z, 0..9 y _"
|
||||
|
||||
Reference in New Issue
Block a user