From f0240dac347673fdaf459ee5cb43dcd670c183d6 Mon Sep 17 00:00:00 2001 From: Jan Dockx Date: Tue, 7 May 2019 09:26:09 +0200 Subject: [PATCH] Change the French, German and Italian label for "Implications failed:" to a phrase like "Missing dependent arguments:" in English --- locales/de.json | 2 +- locales/fr.json | 2 +- locales/it.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/de.json b/locales/de.json index d805710b0..05d983737 100644 --- a/locales/de.json +++ b/locales/de.json @@ -29,7 +29,7 @@ "Invalid values:": "Unzulässige Werte:", "Argument: %s, Given: %s, Choices: %s": "Argument: %s, Gegeben: %s, Möglichkeiten: %s", "Argument check failed: %s": "Argumente-Check fehlgeschlagen: %s", - "Implications failed:": "Implikationen fehlgeschlagen:", + "Implications failed:": "Fehlende abhängige Argumente:", "Not enough arguments following: %s": "Nicht genügend Argumente nach: %s", "Invalid JSON config file: %s": "Fehlerhafte JSON-Config Datei: %s", "Path to JSON config file": "Pfad zur JSON-Config Datei", diff --git a/locales/fr.json b/locales/fr.json index 481f47e37..cf9c74bf5 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -28,7 +28,7 @@ "Invalid values:": "Valeurs invalides:", "Argument: %s, Given: %s, Choices: %s": "Argument: %s, Donné: %s, Choix: %s", "Argument check failed: %s": "Echec de la vérification de l'argument: %s", - "Implications failed:": "Implications échouées:", + "Implications failed:": "Arguments dépendants manquants:", "Not enough arguments following: %s": "Pas assez d'arguments suivant: %s", "Invalid JSON config file: %s": "Fichier de configuration JSON invalide: %s", "Path to JSON config file": "Chemin du fichier de configuration JSON", diff --git a/locales/it.json b/locales/it.json index f9eb3756e..9ee900d34 100644 --- a/locales/it.json +++ b/locales/it.json @@ -29,7 +29,7 @@ "Invalid values:": "Valori non validi:", "Argument: %s, Given: %s, Choices: %s": "Argomento: %s, Richiesto: %s, Scelte: %s", "Argument check failed: %s": "Controllo dell'argomento fallito: %s", - "Implications failed:": "Argomenti impliciti non soddisfatti:", + "Implications failed:": "Argomenti dipendenti mancanti:", "Not enough arguments following: %s": "Argomenti insufficienti dopo: %s", "Invalid JSON config file: %s": "File di configurazione JSON non valido: %s", "Path to JSON config file": "Percorso del file di configurazione JSON",