diff options
author | MIYAGI Hikaru <hcmiya@users.noreply.github.com> | 2018-08-25 10:03:35 +0900 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2018-08-25 10:03:35 +0900 |
commit | b4fc810bc34eb58e2c9e6c5abb2de2d6d9390a9b (patch) | |
tree | eb95ce4265b59362aaa1c65f467e05a0f0e12449 /config | |
parent | ac092d03e7a781d27aff9cb9ea4637be9c5f2a2a (diff) |
Revice Japanese translation of `deleted_status` (#8419)
レポート関連の翻訳にある`deleted_status`は、ステータスが削除された残骸を示すものなので、 動作ではなく名詞として翻訳する方がより適切です。
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/ja.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 486180a2e..9662da527 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -185,7 +185,7 @@ ja: unsuspend_account: "%{name} さんが %{target} さんの停止を解除しました" update_custom_emoji: "%{name} さんがカスタム絵文字 %{target} を更新しました" update_status: "%{name} さんが %{target} さんの投稿を更新しました" - deleted_status: "(削除されました)" + deleted_status: "(削除済)" title: 操作履歴 custom_emojis: by_domain: ドメイン |