diff options
author | Sasha Sorokin <dafri.nochiterov8@gmail.com> | 2020-01-28 14:28:38 -0500 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2020-01-28 20:28:38 +0100 |
commit | 0c611e311543ac9ba11903bf3f87dfdf4c207974 (patch) | |
tree | 4df7bafe672f53dceaea77f19ac8b111e505b982 /app | |
parent | 1051de0165e6e6555e8d27b90bb622cb0c4908b2 (diff) |
Add missing translations (#12996)
This commit adds missing translations for #12966 and #12954.
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/mastodon/locales/defaultMessages.json | 12 | ||||
-rw-r--r-- | app/javascript/mastodon/locales/en.json | 3 |
2 files changed, 15 insertions, 0 deletions
diff --git a/app/javascript/mastodon/locales/defaultMessages.json b/app/javascript/mastodon/locales/defaultMessages.json index 3fc726dfd..0eb054acd 100644 --- a/app/javascript/mastodon/locales/defaultMessages.json +++ b/app/javascript/mastodon/locales/defaultMessages.json @@ -294,6 +294,10 @@ { "descriptors": [ { + "defaultMessage": "today", + "id": "relative_time.today" + }, + { "defaultMessage": "now", "id": "relative_time.just_now" }, @@ -1743,6 +1747,14 @@ "id": "column.home" }, { + "defaultMessage": "Show announcements", + "id": "home.show_announcements" + }, + { + "defaultMessage": "Hide announcements", + "id": "home.hide_announcements" + }, + { "defaultMessage": "Your home timeline is empty! Visit {public} or use search to get started and meet other users.", "id": "empty_column.home" }, diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index 25aa6bff5..5927aeb6c 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -184,6 +184,8 @@ "home.column_settings.basic": "Basic", "home.column_settings.show_reblogs": "Show boosts", "home.column_settings.show_replies": "Show replies", + "home.hide_announcements": "Hide announcements", + "home.show_announcements": "Show announcements", "intervals.full.days": "{number, plural, one {# day} other {# days}}", "intervals.full.hours": "{number, plural, one {# hour} other {# hours}}", "intervals.full.minutes": "{number, plural, one {# minute} other {# minutes}}", @@ -333,6 +335,7 @@ "relative_time.just_now": "now", "relative_time.minutes": "{number}m", "relative_time.seconds": "{number}s", + "relative_time.today": "today", "reply_indicator.cancel": "Cancel", "report.forward": "Forward to {target}", "report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?", |