diff options
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/de.json | 1 | ||||
-rw-r--r-- | src/lang/en.json | 1 | ||||
-rw-r--r-- | src/lang/es.json | 9 | ||||
-rw-r--r-- | src/lang/fr.json | 1 |
4 files changed, 8 insertions, 4 deletions
diff --git a/src/lang/de.json b/src/lang/de.json index bb7c189..7ea7538 100644 --- a/src/lang/de.json +++ b/src/lang/de.json @@ -29,6 +29,7 @@ "download_done": "Herunterladen abgeschlossen! Extrahiere...", "finished": "Installation/Aktualisierung abeschlossen!", "uptodate": "Installation ist bereits auf dem neusten Stand (%s), aktualisieren wird übersprungen.", + "uptodate_short": "Auf dem neusten stand", "no_internet": "Keine Internetverbindung" }, diff --git a/src/lang/en.json b/src/lang/en.json index 67e7aa9..56d7cd8 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -29,6 +29,7 @@ "download_done": "Download done! Extracting...", "finished": "Installation/Update finished!", "uptodate": "Latest version (%s) is already installed, skipping update.", + "uptodate_short": "Up-to-date", "no_internet": "No Internet connection" }, diff --git a/src/lang/es.json b/src/lang/es.json index 31b1d71..41e80dd 100644 --- a/src/lang/es.json +++ b/src/lang/es.json @@ -22,10 +22,6 @@ "no_arg": "No se ha proporcionado ningún argumento para --setpath" }, - "gamepath": { - "lost": "El directorio del juego no fue encontrado, ¡asegúrate de que esté disponible!" - }, - "update": { "current": "Versión actual:", "downloading": "Descargando...", @@ -33,6 +29,7 @@ "download_done": "¡Descarga completa! Extrayendo...", "finished": "Instalación/Actualización completada!", "uptodate": "La ultima versión (%s) ya está instalada, omitiendo actualización.", + "uptodate_short": "Está actualizado", "no_internet": "Sin conexión a internet" }, @@ -47,6 +44,10 @@ "linux_error": "La ejecución del juego en Linux aun no está implementada" }, + "gamepath": { + "lost": "El directorio del juego no fue encontrado, ¡asegúrate de que esté disponible!" + }, + "mods": { "failed": "¡Fallo al instalar el mod!", "removed": "¡Modificación removida exitosamente!", diff --git a/src/lang/fr.json b/src/lang/fr.json index 0635e62..e44656f 100644 --- a/src/lang/fr.json +++ b/src/lang/fr.json @@ -29,6 +29,7 @@ "download_done": "Téléchargement terminé ! Extraction des fichiers...", "finished": "Mise à jour terminée !", "uptodate": "La dernière version (%s) est déjà installée.", + "uptodate_short": "Votre client est à jour", "no_internet": "Pas de connexion Internet" }, |