diff options
Diffstat (limited to 'app/javascript/mastodon/locales/defaultMessages.json')
-rw-r--r-- | app/javascript/mastodon/locales/defaultMessages.json | 40 |
1 files changed, 39 insertions, 1 deletions
diff --git a/app/javascript/mastodon/locales/defaultMessages.json b/app/javascript/mastodon/locales/defaultMessages.json index 7bd4a274c..1d280d710 100644 --- a/app/javascript/mastodon/locales/defaultMessages.json +++ b/app/javascript/mastodon/locales/defaultMessages.json @@ -510,6 +510,19 @@ { "descriptors": [ { + "defaultMessage": "{resource} from other servers are not displayed.", + "id": "timeline_hint.remote_resource_not_displayed" + }, + { + "defaultMessage": "Browse more on the original profile", + "id": "account.browse_more_on_origin_server" + } + ], + "path": "app/javascript/mastodon/components/timeline_hint.json" + }, + { + "descriptors": [ + { "defaultMessage": "Unfollow", "id": "confirmations.unfollow.confirm" }, @@ -620,6 +633,10 @@ { "descriptors": [ { + "defaultMessage": "Older toots", + "id": "timeline_hint.resources.statuses" + }, + { "defaultMessage": "Profile unavailable", "id": "empty_column.account_unavailable" }, @@ -1543,6 +1560,10 @@ { "descriptors": [ { + "defaultMessage": "Followers", + "id": "timeline_hint.resources.followers" + }, + { "defaultMessage": "Profile unavailable", "id": "empty_column.account_unavailable" }, @@ -1556,6 +1577,10 @@ { "descriptors": [ { + "defaultMessage": "Follows", + "id": "timeline_hint.resources.follows" + }, + { "defaultMessage": "Profile unavailable", "id": "empty_column.account_unavailable" }, @@ -1921,6 +1946,10 @@ "id": "keyboard_shortcuts.toot" }, { + "defaultMessage": "to show/hide CW field", + "id": "keyboard_shortcuts.spoilers" + }, + { "defaultMessage": "to navigate back", "id": "keyboard_shortcuts.back" }, @@ -2430,6 +2459,15 @@ { "descriptors": [ { + "defaultMessage": "Sensitive content", + "id": "status.sensitive_warning" + } + ], + "path": "app/javascript/mastodon/features/status/components/card.json" + }, + { + "descriptors": [ + { "defaultMessage": "Delete", "id": "confirmations.delete.confirm" }, @@ -2982,4 +3020,4 @@ ], "path": "app/javascript/mastodon/features/video/index.json" } -] +] \ No newline at end of file |