瀏覽代碼

Revert #5438 for FR (#5450)

As said here https://github.com/tootsuite/mastodon/pull/5438 the point of shortening the timestamp is legit, and after some time of adaptation no mistakes can be mades.
master
Technowix 6 年之前
committed by Eugen Rochko
父節點
當前提交
edf9a5e4fc
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      app/javascript/mastodon/locales/fr.json

+ 4
- 4
app/javascript/mastodon/locales/fr.json 查看文件

@@ -159,11 +159,11 @@
"privacy.public.short": "Public",
"privacy.unlisted.long": "Ne pas afficher dans les fils publics",
"privacy.unlisted.short": "Non-listé",
"relative_time.days": "il y a {number} j",
"relative_time.hours": "il y a {number} h",
"relative_time.days": "{number} j",
"relative_time.hours": "{number} h",
"relative_time.just_now": "à l’instant",
"relative_time.minutes": "il y a {number} min",
"relative_time.seconds": "il y a {number} s",
"relative_time.minutes": "{number} min",
"relative_time.seconds": "{number} s",
"reply_indicator.cancel": "Annuler",
"report.placeholder": "Commentaires additionnels",
"report.submit": "Envoyer",


Loading…
取消
儲存