I18n health warnings (#1949)
* Rename admin.domain_block to admin.domain_blocks in prep for i18n improvement * Use implicit controller/action path for i18n in admin/domain_blocks * Add DomainBlock#accounts has_many * Avoid i18n health warning for `en` locale by using symbol scope with :count * Remove unused i18n key: plaintext_secret_html * Remove unused i18n key two_factor_auth.warning * Remove final will_paginate i18n keys * Remove unused key two_factor_auth.recovery_codes * Remove unused key: admin.reports.comment.none * Remove unused reports. i18n namespace (moved to admin.reports) * Ignore keys from locales which override activemodel and activerecord errors * Revert "Remove unused key: admin.reports.comment.none" This reverts commit 350ef2685fadc069e619bb6d1066190de195d942. * Update i18n key reference to match moved location * Add missing `en` keys to i18n * Tell i18n-tasks to ignore missing attributes that dont need overwriting * Add i18n-tasks unused to travis
This commit is contained in:
parent
7e2e0d6dcc
commit
f87b51fda8
27 changed files with 60 additions and 154 deletions
|
@ -79,7 +79,7 @@ fr:
|
|||
undo_suspension: Annuler la suspension
|
||||
username: Nom d'utilisateur
|
||||
web: Web
|
||||
domain_block:
|
||||
domain_blocks:
|
||||
add_new: Ajouter
|
||||
domain: Domaine
|
||||
new:
|
||||
|
@ -241,24 +241,6 @@ fr:
|
|||
missing_resource: L'URL de redirection n'a pas pu être trouvée
|
||||
proceed: Continuez pour suivre
|
||||
prompt: 'Vous allez suivre :'
|
||||
reports:
|
||||
comment:
|
||||
label: Commentaire
|
||||
none: Aucun
|
||||
delete: Supprimer
|
||||
id: ID
|
||||
mark_as_resolved: Marqué comme résolu
|
||||
report: 'Signalement #%{id}'
|
||||
reported_account: Compte signalé
|
||||
reported_by: Signalé par
|
||||
reports: Signalements
|
||||
resolved: Résolus
|
||||
silence_account: Rendre le compte muet
|
||||
status: Statut
|
||||
suspend_account: Suspendre le compte
|
||||
target: Cible
|
||||
unresolved: Non résolus
|
||||
view: Voir
|
||||
settings:
|
||||
authorized_apps: Applications autorisées
|
||||
back: Retour vers Mastodon
|
||||
|
@ -288,8 +270,6 @@ fr:
|
|||
disable: Désactiver
|
||||
enable: Activer
|
||||
instructions_html: "<strong>Scannez ce QR code grâce à Google Authenticator, Authy ou une application similaire sur votre téléphone</strong>. Désormais, cette application générera des jetons que vous devrez saisir à chaque connexion."
|
||||
plaintext_secret_html: 'Code secret en clair : <samp>%{secret}</samp>'
|
||||
warning: Si vous ne pouvez pas configurer une application d'authentification maintenant, vous devriez cliquer sur "Désactiver" pour ne pas bloquer l'accès à votre compte.
|
||||
users:
|
||||
invalid_email: L'adresse courriel est invalide
|
||||
invalid_otp_token: Le code d'authentification à deux facteurs est invalide
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue