diff --git a/static/i18n/fr/accountsOrder.yml b/static/i18n/fr/accountsOrder.yml new file mode 100644 index 00000000..80a8fdef --- /dev/null +++ b/static/i18n/fr/accountsOrder.yml @@ -0,0 +1,4 @@ +--- +name: Alphabétique +balance: Balance +type: Crypto-monnaie diff --git a/static/i18n/fr/addAccount.yml b/static/i18n/fr/addAccount.yml new file mode 100644 index 00000000..1d7c07a1 --- /dev/null +++ b/static/i18n/fr/addAccount.yml @@ -0,0 +1,4 @@ +--- +title: Ajouter un compte +import: + placeholder: 'Compte {{index}}' diff --git a/static/i18n/fr/common.yml b/static/i18n/fr/common.yml new file mode 100644 index 00000000..d14fb59d --- /dev/null +++ b/static/i18n/fr/common.yml @@ -0,0 +1,12 @@ +--- +ok: Ok +cancel: Annuler +chooseWalletPlaceholder: Choisir un portefeuille... +currency: Monnaie +selectAccount: Sélectionner un compte +sortBy: Trier par +search: Rechercher +save: Sauvegarder +password: Mot de passe +editProfile: Éditer le profil +lockApplication: Verrouiller l'application diff --git a/static/i18n/fr/dashboard.yml b/static/i18n/fr/dashboard.yml new file mode 100644 index 00000000..a41f0368 --- /dev/null +++ b/static/i18n/fr/dashboard.yml @@ -0,0 +1,7 @@ +--- +title: Tableau de bord +greetings: 'Bonjour, {{name}}.' +summary: voici le résumé de votre compte +summary_plural: 'voici le résumé de vos {{count}} comptes' +noAccounts: aucun compte +recentActivity: Activité récente diff --git a/static/i18n/fr/device.yml b/static/i18n/fr/device.yml new file mode 100644 index 00000000..e9b05d2a --- /dev/null +++ b/static/i18n/fr/device.yml @@ -0,0 +1,3 @@ +--- +connected: Connecté +notConnected: Non connecté diff --git a/static/i18n/fr/language.yml b/static/i18n/fr/language.yml new file mode 100644 index 00000000..1eb9d4d1 --- /dev/null +++ b/static/i18n/fr/language.yml @@ -0,0 +1,3 @@ +--- +en: Anglais +fr: Français diff --git a/static/i18n/fr/receive.yml b/static/i18n/fr/receive.yml new file mode 100644 index 00000000..093d949c --- /dev/null +++ b/static/i18n/fr/receive.yml @@ -0,0 +1,2 @@ +--- +title: Recevoir diff --git a/static/i18n/fr/send.yml b/static/i18n/fr/send.yml new file mode 100644 index 00000000..95c0e7ee --- /dev/null +++ b/static/i18n/fr/send.yml @@ -0,0 +1,6 @@ +--- +title: Envoyer +Amount: Montant +Summary: Résumé +SecureValidation: Validation sécurisée +Confirmation: Confirmation diff --git a/static/i18n/fr/settings.yml b/static/i18n/fr/settings.yml new file mode 100644 index 00000000..60a62c0c --- /dev/null +++ b/static/i18n/fr/settings.yml @@ -0,0 +1,16 @@ +--- +title: Réglages +tabs: + display: Affichage + money: Monnaie + material: Matériel + app: App (béta) + tools: Outils + blockchain: Blockchain + profile: Profil +display: + language: Langue + orderAccounts: Ordre des comptes +profile: + protectWithPassword: Protégez les données locales avec un mot de passe + password: Mot de passe diff --git a/static/i18n/fr/sidebar.yml b/static/i18n/fr/sidebar.yml new file mode 100644 index 00000000..304ecd01 --- /dev/null +++ b/static/i18n/fr/sidebar.yml @@ -0,0 +1,3 @@ +--- +menu: Menu +accounts: Comptes diff --git a/static/i18n/fr/time.yml b/static/i18n/fr/time.yml new file mode 100644 index 00000000..4aaaf01c --- /dev/null +++ b/static/i18n/fr/time.yml @@ -0,0 +1,5 @@ +--- +day: Jour +week: Semaine +month: Mois +year: Année diff --git a/static/i18n/fr/transactionsList.yml b/static/i18n/fr/transactionsList.yml new file mode 100644 index 00000000..780bd2d2 --- /dev/null +++ b/static/i18n/fr/transactionsList.yml @@ -0,0 +1,7 @@ +--- +date: Date +account: Compte +address: Adresse +amount: Montant +from: Depuis +to: Vers diff --git a/static/i18n/fr/translation.yml b/static/i18n/fr/translation.yml index c115c115..e6c64390 100644 --- a/static/i18n/fr/translation.yml +++ b/static/i18n/fr/translation.yml @@ -1,3 +1,4 @@ +--- common: ok: Ok cancel: Annuler diff --git a/static/i18n/fr/update.yml b/static/i18n/fr/update.yml new file mode 100644 index 00000000..5a4f6a71 --- /dev/null +++ b/static/i18n/fr/update.yml @@ -0,0 +1,3 @@ +--- +newVersionReady: Une nouvelle version est prête à être installée. +relaunch: Redémarrer l'application maintenant