From ee0e68e97a67061ead02ac6aa47125f5bf89c817 Mon Sep 17 00:00:00 2001 From: dxwc Date: Tue, 21 May 2019 21:00:58 -0400 Subject: i18n: Complete frontend Bengali translation (#10800) * i18n: Complete frontend Bengali translation * run yarn manage:translations --- app/javascript/mastodon/locales/ta.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/javascript/mastodon/locales/ta.json') diff --git a/app/javascript/mastodon/locales/ta.json b/app/javascript/mastodon/locales/ta.json index 220cc86f9..cc384e7ed 100644 --- a/app/javascript/mastodon/locales/ta.json +++ b/app/javascript/mastodon/locales/ta.json @@ -77,6 +77,7 @@ "compose_form.poll.remove_option": "Remove this choice", "compose_form.publish": "Toot", "compose_form.publish_loud": "{publish}!", + "compose_form.sensitive.hide": "Mark media as sensitive", "compose_form.sensitive.marked": "Media is marked as sensitive", "compose_form.sensitive.unmarked": "Media is not marked as sensitive", "compose_form.spoiler.marked": "Text is hidden behind warning", @@ -209,6 +210,7 @@ "lightbox.close": "Close", "lightbox.next": "Next", "lightbox.previous": "Previous", + "lightbox.view_context": "View context", "lists.account.add": "Add to list", "lists.account.remove": "Remove from list", "lists.delete": "Delete list", @@ -340,7 +342,6 @@ "status.reply": "Reply", "status.replyAll": "Reply to thread", "status.report": "Report @{name}", - "status.sensitive_toggle": "Click to view", "status.sensitive_warning": "Sensitive content", "status.share": "Share", "status.show_less": "Show less", -- cgit