diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-12-22 13:51:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-22 13:51:16 +0100 |
commit | f79ab85a6ab5f3026bae305f868996cd96ab7c65 (patch) | |
tree | cdb03c41b4433253759b38339a4ba1d15596d51f /app | |
parent | 8b8ca8d71b2e4af1e30be20b78bdc504cff6ae5a (diff) |
New Crowdin updates (#2037)
* New translations en.json (German) [ci skip] * New translations en.json (French) [ci skip] * New translations en.yml (French) [ci skip] * New translations simple_form.en.yml (French) [ci skip]
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/locales/de.json | 8 | ||||
-rw-r--r-- | app/javascript/flavours/glitch/locales/fr.json | 32 |
2 files changed, 36 insertions, 4 deletions
diff --git a/app/javascript/flavours/glitch/locales/de.json b/app/javascript/flavours/glitch/locales/de.json index d4939cc20..3dd59a43e 100644 --- a/app/javascript/flavours/glitch/locales/de.json +++ b/app/javascript/flavours/glitch/locales/de.json @@ -72,12 +72,14 @@ "navigation_bar.misc": "Sonstiges", "notification.markForDeletion": "Zum Entfernen auswählen", "notification_purge.btn_all": "Alle\nauswählen", - "notification_purge.btn_apply": "Ausgewählte\nlöschen", + "notification_purge.btn_apply": "Ausgewählte\nentfernen", "notification_purge.btn_invert": "Auswahl\numkehren", "notification_purge.btn_none": "Auswahl\naufheben", - "notification_purge.start": "Benachrichtigung-Aufräumen-Modus starten", - "notifications.marked_clear": "Ausgewählte Benachrichtigungen löschen", + "notification_purge.start": "Benachrichtigungen-Aufräumen-Modus starten", + "notifications.marked_clear": "Ausgewählte Benachrichtigungen entfernen", "notifications.marked_clear_confirmation": "Möchtest du wirklich alle auswählten Benachrichtigungen für immer entfernen?", + "onboarding.done": "Fertig", + "onboarding.next": "Weiter", "onboarding.page_one.federation": "{domain} is an \"instance\" of Mastodon. Mastodon is a network of independent servers joining up to make one larger social network. We call these servers instances.", "onboarding.page_six.github": "{domain} runs on Glitchsoc. Glitchsoc is a friendly {fork} of {Mastodon}. Glitchsoc is fully compatible with all Mastodon apps and instances. Glitchsoc is free open-source software. You can report bugs, request features, or contribute to the code on {github}.", "settings.auto_collapse_lengthy": "Lange Toots", diff --git a/app/javascript/flavours/glitch/locales/fr.json b/app/javascript/flavours/glitch/locales/fr.json index e67fcfebf..4bda676a0 100644 --- a/app/javascript/flavours/glitch/locales/fr.json +++ b/app/javascript/flavours/glitch/locales/fr.json @@ -1,8 +1,38 @@ { "account.add_account_note": "Ajouter une note pour @{name}", "account.follows": "Abonnements", + "column_header.profile": "Profil", + "column_subheading.lists": "Listes", + "column_subheading.navigation": "Navigation", + "compose.attach": "Joindre…", + "compose.attach.doodle": "Dessiner quelque chose", + "compose.attach.upload": "Téléverser un fichier", + "compose.content-type.html": "HTML", + "compose.content-type.markdown": "Markdown", + "compose.content-type.plain": "Text brut", + "compose_form.poll.multiple_choices": "Choix multiples", + "compose_form.poll.single_choice": "Choix unique", + "confirmations.missing_media_description.confirm": "Envoyer quand même", "onboarding.page_one.federation": "{domain} is an \"instance\" of Mastodon. Mastodon is a network of independent servers joining up to make one larger social network. We call these servers instances.", + "onboarding.page_six.admin": "Votre admin d’instance est {admin}.", "onboarding.page_six.github": "{domain} runs on Glitchsoc. Glitchsoc is a friendly {fork} of {Mastodon}. Glitchsoc is fully compatible with all Mastodon apps and instances. Glitchsoc is free open-source software. You can report bugs, request features, or contribute to the code on {github}.", + "onboarding.page_six.various_app": "applications mobiles", + "settings.auto_collapse_reblogs": "Boosts", + "settings.auto_collapse_replies": "Réponses", + "settings.close": "Fermer", "settings.content_warnings": "Content warnings", - "settings.preferences": "Preferences" + "settings.content_warnings.regexp": "Expression rationnelle", + "settings.filters": "Filtres", + "settings.general": "Général", + "settings.notifications_opts": "Options des notifications", + "settings.pop_in_left": "Gauche", + "settings.pop_in_right": "Droite", + "settings.preferences": "Preferences", + "settings.side_arm.none": "Aucun", + "settings.status_icons_language": "Indicateur de langue", + "settings.status_icons_media": "Indicateur de médias et sondage", + "settings.status_icons_reply": "Indicateur de réponses", + "status.sensitive_toggle": "Cliquer pour voir", + "web_app_crash.debug_info": "Informations de débogage", + "web_app_crash.settings": "paramètres" } |