Felix Zieger
commited on
Commit
·
af0d016
1
Parent(s):
81e6964
feedback
Browse files- src/i18n/translations/de.ts +1 -1
- src/i18n/translations/en.ts +1 -1
- src/i18n/translations/es.ts +1 -1
- src/i18n/translations/fr.ts +1 -1
- src/i18n/translations/it.ts +1 -1
src/i18n/translations/de.ts
CHANGED
@@ -4,7 +4,7 @@ export const de = {
|
|
4 |
buildDescription: "Baut gemeinsam einen Satz",
|
5 |
buildSubtitle: "Fügt abwechselnd Wörter hinzu, um einen Satz zu bilden",
|
6 |
startSentence: "Beginne deinen Satz...",
|
7 |
-
inputPlaceholder: "Gib
|
8 |
addWord: "Wort hinzufügen",
|
9 |
makeGuess: "Raten",
|
10 |
aiThinking: "KI denkt nach...",
|
|
|
4 |
buildDescription: "Baut gemeinsam einen Satz",
|
5 |
buildSubtitle: "Fügt abwechselnd Wörter hinzu, um einen Satz zu bilden",
|
6 |
startSentence: "Beginne deinen Satz...",
|
7 |
+
inputPlaceholder: "Gib EIN Wort ein...",
|
8 |
addWord: "Wort hinzufügen",
|
9 |
makeGuess: "Raten",
|
10 |
aiThinking: "KI denkt nach...",
|
src/i18n/translations/en.ts
CHANGED
@@ -4,7 +4,7 @@ export const en = {
|
|
4 |
buildDescription: "Build a sentence together",
|
5 |
buildSubtitle: "Take turns adding words to create a sentence",
|
6 |
startSentence: "Start building your sentence...",
|
7 |
-
inputPlaceholder: "Enter a word...",
|
8 |
addWord: "Add Word",
|
9 |
makeGuess: "Make Guess",
|
10 |
aiThinking: "AI is thinking...",
|
|
|
4 |
buildDescription: "Build a sentence together",
|
5 |
buildSubtitle: "Take turns adding words to create a sentence",
|
6 |
startSentence: "Start building your sentence...",
|
7 |
+
inputPlaceholder: "Enter a SINGLE word...",
|
8 |
addWord: "Add Word",
|
9 |
makeGuess: "Make Guess",
|
10 |
aiThinking: "AI is thinking...",
|
src/i18n/translations/es.ts
CHANGED
@@ -4,7 +4,7 @@ export const es = {
|
|
4 |
buildDescription: "Construyan una frase juntos",
|
5 |
buildSubtitle: "Añadan palabras por turnos para crear una frase",
|
6 |
startSentence: "Empieza a construir tu frase...",
|
7 |
-
inputPlaceholder: "Ingresa
|
8 |
addWord: "Añadir palabra",
|
9 |
makeGuess: "Adivinar",
|
10 |
aiThinking: "La IA está pensando...",
|
|
|
4 |
buildDescription: "Construyan una frase juntos",
|
5 |
buildSubtitle: "Añadan palabras por turnos para crear una frase",
|
6 |
startSentence: "Empieza a construir tu frase...",
|
7 |
+
inputPlaceholder: "Ingresa UNA palabra...",
|
8 |
addWord: "Añadir palabra",
|
9 |
makeGuess: "Adivinar",
|
10 |
aiThinking: "La IA está pensando...",
|
src/i18n/translations/fr.ts
CHANGED
@@ -3,7 +3,7 @@ export const fr = {
|
|
3 |
round: "Tour",
|
4 |
buildDescription: "Construisez une phrase ensemble",
|
5 |
startSentence: "Commencez à construire votre phrase...",
|
6 |
-
inputPlaceholder: "Entrez
|
7 |
addWord: "Ajouter un mot",
|
8 |
makeGuess: "Deviner",
|
9 |
aiThinking: "L'IA réfléchit...",
|
|
|
3 |
round: "Tour",
|
4 |
buildDescription: "Construisez une phrase ensemble",
|
5 |
startSentence: "Commencez à construire votre phrase...",
|
6 |
+
inputPlaceholder: "Entrez UN mot...",
|
7 |
addWord: "Ajouter un mot",
|
8 |
makeGuess: "Deviner",
|
9 |
aiThinking: "L'IA réfléchit...",
|
src/i18n/translations/it.ts
CHANGED
@@ -4,7 +4,7 @@ export const it = {
|
|
4 |
buildDescription: "Costruite una frase insieme",
|
5 |
buildSubtitle: "Aggiungete parole a turno per creare una frase",
|
6 |
startSentence: "Inizia a costruire la tua frase...",
|
7 |
-
inputPlaceholder: "Inserisci
|
8 |
addWord: "Aggiungi parola",
|
9 |
makeGuess: "Indovina",
|
10 |
aiThinking: "L'IA sta pensando...",
|
|
|
4 |
buildDescription: "Costruite una frase insieme",
|
5 |
buildSubtitle: "Aggiungete parole a turno per creare una frase",
|
6 |
startSentence: "Inizia a costruire la tua frase...",
|
7 |
+
inputPlaceholder: "Inserisci UNA parola...",
|
8 |
addWord: "Aggiungi parola",
|
9 |
makeGuess: "Indovina",
|
10 |
aiThinking: "L'IA sta pensando...",
|