From b32c66e44774e179ace5dd4c4094dd140610190d Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 15 Sep 2016 17:00:47 +0200 Subject: add translation support --- cli/i18n/dice_en.ts | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++ cli/i18n/dice_fr.ts | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 148 insertions(+) create mode 100644 cli/i18n/dice_en.ts create mode 100644 cli/i18n/dice_fr.ts (limited to 'cli/i18n') diff --git a/cli/i18n/dice_en.ts b/cli/i18n/dice_en.ts new file mode 100644 index 0000000..3efc610 --- /dev/null +++ b/cli/i18n/dice_en.ts @@ -0,0 +1,74 @@ + + + + + QObject + + + Nothing was understood + + + + + Dice with %1 face(s) does not exist. Please, put a value higher than 0 + + + + + List is missing after the L operator. Please, add it (e.g : 1L[sword,spear,gun,arrow]) + + + + + Validator is missing after the c operator. Please, change it + + + + + Validator is missing after the %1 operator. Please, change it + + + + + This condition %1 introduces an endless loop. Please, change it + + + + + Validator is missing after the e operator. Please, change it + + + + + You ask to keep %1 dice but the result only has %2 + + + + + List of Alias: + + + + + + Rolisteam Dice Parser: +Full documentation at: %1 + + + + + The @ operator expects dice result. Please check the documentation to fix your command. + + + + + No dice to roll + + + + + Division by zero + + + + diff --git a/cli/i18n/dice_fr.ts b/cli/i18n/dice_fr.ts new file mode 100644 index 0000000..b5d6396 --- /dev/null +++ b/cli/i18n/dice_fr.ts @@ -0,0 +1,74 @@ + + + + + QObject + + + Nothing was understood + + + + + Dice with %1 face(s) does not exist. Please, put a value higher than 0 + + + + + List is missing after the L operator. Please, add it (e.g : 1L[sword,spear,gun,arrow]) + + + + + Validator is missing after the c operator. Please, change it + + + + + Validator is missing after the %1 operator. Please, change it + + + + + This condition %1 introduces an endless loop. Please, change it + + + + + Validator is missing after the e operator. Please, change it + + + + + You ask to keep %1 dice but the result only has %2 + + + + + List of Alias: + + + + + + Rolisteam Dice Parser: +Full documentation at: %1 + + + + + The @ operator expects dice result. Please check the documentation to fix your command. + + + + + No dice to roll + + + + + Division by zero + + + + -- cgit v1.2.3-70-g09d2 From 92e415fa59bb1508bbbd93905dbe225d4202d571 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 16 Sep 2016 01:11:50 +0200 Subject: translate french --- cli/i18n/dice_fr.ts | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'cli/i18n') diff --git a/cli/i18n/dice_fr.ts b/cli/i18n/dice_fr.ts index b5d6396..438e99b 100644 --- a/cli/i18n/dice_fr.ts +++ b/cli/i18n/dice_fr.ts @@ -6,69 +6,70 @@ Nothing was understood - + Rien n'a été compris Dice with %1 face(s) does not exist. Please, put a value higher than 0 - + Dés avec %1 face(s) n'existe pas. Si vous plait, demander une valeur supérieure à 0 List is missing after the L operator. Please, add it (e.g : 1L[sword,spear,gun,arrow]) - + Liste manquante après l'operateur L. Veuillez l'ajouter (e.g : 1L[épée,lance,flingue,flèche]) Validator is missing after the c operator. Please, change it - + Validateur est manquant après l'opérateur c, veuillez le définir Validator is missing after the %1 operator. Please, change it - + Validateur est manquant après l'opérateur %1, veuillez le définir This condition %1 introduces an endless loop. Please, change it - + La condition %1 introduit une boucle infinie. Veuillez la changer Validator is missing after the e operator. Please, change it - + Validateur est manquant après l'opérateur e, veuillez le définir You ask to keep %1 dice but the result only has %2 - + Vous souhaitez garder %1 dés mais le resultat n'a seulement que %2 dés List of Alias: - + Liste d'alias: Rolisteam Dice Parser: Full documentation at: %1 - + Rolisteam Dice Parser: +Documentation complète sur: %1 The @ operator expects dice result. Please check the documentation to fix your command. - + L'opérateur @ attend un résultat de dés. Veuillez vérifier la documentation pour réparer votre commande. No dice to roll - + Aucun dé à lancer Division by zero - + Division par zéro -- cgit v1.2.3-70-g09d2