diff options
author | Quent-in <pages_quentin@hotmail.com> | 2017-06-05 01:31:10 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-06-05 01:31:10 +0200 |
commit | 370fa70924228f2baa8e24fd1e8f33eb6cd0bfd6 (patch) | |
tree | 9be1f852f00b080acf9f86c9b2b86965b514173f /config | |
parent | 5be1214c2645c49813a293781c35aa603c80a487 (diff) |
l10n update for occitan language (#3557)
* i18n Update : Add preference setting for delete toot modal Adding a line for "Add preference setting for delete toot modal" * i18n update for pin/unpin Update to add two more translations * i18n update to have the dates in plain occitan * Removed the blank line * %{selft} back in the translation
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/oc.yml | 57 | ||||
-rw-r--r-- | config/locales/simple_form.oc.yml | 1 |
2 files changed, 56 insertions, 2 deletions
diff --git a/config/locales/oc.yml b/config/locales/oc.yml index 2a2680a90..e6fa9aaec 100644 --- a/config/locales/oc.yml +++ b/config/locales/oc.yml @@ -208,6 +208,59 @@ oc: follow: Sègre prompt_html: 'Avètz (<strong>%{self}</strong>) demandat de sègre :' title: Sègre %{acct} + date: + abbr_day_names: + - dg + - dl + - dm + - dc + - dj + - dv + - ds + abbr_month_names: + - + - gen + - feb + - mar + - mai + - mai + - jun + - jul + - ag + - set + - oct + - nov + - dec + day_names: + - dimenge + - diluns + - dimars + - dimècres + - dijòus + - divendres + - dissabte + formats: + default: "%d/%m/%Y" + long: "Lo %B %d de %Y" + short: "%b %d" + month_names: + - + - de genièr + - de febrièr + - de març + - d’abrial + - de mai + - de junh + - de julhet + - d’agost + - de setembre + - d’octòbre + - de novembre + - de decembre + order: + - :day + - :month + - :year datetime: distance_in_words: about_x_hours: "Fa %{count} oras" @@ -332,11 +385,11 @@ oc: unlisted_long: Tot lo mond pòt veire mai serà pas visible sul flux public stream_entries: click_to_show: Clic per afichar - reblogged: partejat + reblogged: a partejat sensitive_content: Contengut sensible time: formats: - default: "%b %d %Y a %Ho%M" + default: "Lo %d %b de %Y a %Ho%M" two_factor_authentication: code_hint: Picatz lo còdi generat per vòstra aplicacion d’autentificacion per confirmar description_html: S’activatz <strong> l’autentificacion two-factor</strong>, vos caldrà vòstre mobil per vos connectar perque generarà un geton per vos daissar dintrar. diff --git a/config/locales/simple_form.oc.yml b/config/locales/simple_form.oc.yml index 720c5a746..a08b45ea0 100644 --- a/config/locales/simple_form.oc.yml +++ b/config/locales/simple_form.oc.yml @@ -36,6 +36,7 @@ oc: password: Senhal setting_auto_play_gif: Lectura automatica dels GIFS animats setting_boost_modal: Afichar una fenèstra de confirmacion abans de partejar un estatut + setting_delete_modal: Afichar una fenèstra de confirmacion abans de suprimir un estatut setting_default_privacy: Confidencialitat de las publicacions severity: Severitat type: Tip d’impòrt |