about summary refs log tree commit diff
path: root/app/javascript/mastodon/locales/zh-TW.json
diff options
context:
space:
mode:
authorAkihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>2018-03-13 16:10:12 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-03-13 08:10:12 +0100
commit18241ccbe1778f67f657c8346a2dda1b131ee852 (patch)
tree7c495b54b318f8ac120b25603679b1e4844fb306 /app/javascript/mastodon/locales/zh-TW.json
parent386365090c9c9063941e3f7425c2e33c7d5c5b2a (diff)
Change the title of sensitive button by state (#6771)
Icon showing the state may be confusing. (does the slahed eye icon mean
the state that it is sensitive, or to mark it as sensitive?) Moreover, it
may not help for blind people.

The title will give the precise representation of the current state.
Diffstat (limited to 'app/javascript/mastodon/locales/zh-TW.json')
-rw-r--r--app/javascript/mastodon/locales/zh-TW.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/mastodon/locales/zh-TW.json b/app/javascript/mastodon/locales/zh-TW.json
index 7e61ff32c..a85903fdb 100644
--- a/app/javascript/mastodon/locales/zh-TW.json
+++ b/app/javascript/mastodon/locales/zh-TW.json
@@ -60,7 +60,8 @@
   "compose_form.placeholder": "在想些什麼?",
   "compose_form.publish": "貼掉",
   "compose_form.publish_loud": "{publish}!",
-  "compose_form.sensitive": "將此媒體標為敏感",
+  "compose_form.sensitive.marked": "Media is marked as sensitive",
+  "compose_form.sensitive.unmarked": "Media is not marked as sensitive",
   "compose_form.spoiler": "將訊息隱藏在警告訊息之後",
   "compose_form.spoiler_placeholder": "內容警告",
   "confirmation_modal.cancel": "取消",