about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authormayaeh <mayaeh@marimo-net.org>2019-04-08 09:16:14 +0900
committerYamagishi Kazutoshi <ykzts@desire.sh>2019-04-08 09:16:14 +0900
commita26569699166832fd3aa9bc91405aa86cc23dc85 (patch)
treee36a1ce97c6cd4f80941b94f75c87257d2b6cf6c /config
parent3563ce34e748ddf63e6f63b022c73cbb32d23f0b (diff)
i18n: Update Japanese translations (#10494)
* Update Japanese translations

* Update Japanese translations.
Diffstat (limited to 'config')
-rw-r--r--config/locales/activerecord.ja.yml2
-rw-r--r--config/locales/en.yml2
-rw-r--r--config/locales/ja.yml11
3 files changed, 11 insertions, 4 deletions
diff --git a/config/locales/activerecord.ja.yml b/config/locales/activerecord.ja.yml
index c3b4b7484..ce147819a 100644
--- a/config/locales/activerecord.ja.yml
+++ b/config/locales/activerecord.ja.yml
@@ -4,7 +4,7 @@ ja:
     attributes:
       poll:
         expires_at: 期限
-        options: 選択肢
+        options: 項目
       user:
         email: メールアドレス
     errors:
diff --git a/config/locales/en.yml b/config/locales/en.yml
index f7feaec36..e56008a89 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -81,6 +81,7 @@ en:
       destroyed_msg: Moderation note successfully destroyed!
     accounts:
       approve: Approve
+      approve_all: Approve all
       are_you_sure: Are you sure?
       avatar: Avatar
       by_domain: Domain
@@ -145,6 +146,7 @@ en:
       push_subscription_expires: PuSH subscription expires
       redownload: Refresh profile
       reject: Reject
+      reject_all: Reject all
       remove_avatar: Remove avatar
       remove_header: Remove header
       resend_confirmation:
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index 09214a937..f68df9710 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -68,6 +68,7 @@ ja:
       admin: Admin
       bot: Bot
       moderator: Mod
+    unavailable: プロフィールは利用できません
     unfollow: フォロー解除
   admin:
     account_actions:
@@ -80,6 +81,7 @@ ja:
       destroyed_msg: モデレーションメモを削除しました!
     accounts:
       approve: 承認
+      approve_all: すべて承認
       are_you_sure: 本当に実行しますか?
       avatar: アイコン
       by_domain: ドメイン
@@ -125,7 +127,7 @@ ja:
       moderation:
         active: アクティブ
         all: すべて
-        pending: 保留中
+        pending: 承認待ち
         silenced: サイレンス済み
         suspended: 停止済み
         title: モデレーション
@@ -135,7 +137,7 @@ ja:
       no_limits_imposed: 制限なし
       not_subscribed: 購読していない
       outbox_url: Outbox URL
-      pending: 審査待ち
+      pending: 承認待ち
       perform_full_suspension: 活動を完全に停止させる
       profile_url: プロフィールURL
       promote: 昇格
@@ -144,6 +146,7 @@ ja:
       push_subscription_expires: PuSH購読期限
       redownload: プロフィールを更新
       reject: 却下
+      reject_all: すべて却下
       remove_avatar: アイコンを削除
       remove_header: ヘッダーを削除
       resend_confirmation:
@@ -330,6 +333,8 @@ ja:
         expired: 期限切れ
         title: フィルター
       title: 招待
+    pending_accounts:
+      title: 承認待ちアカウント (%{count})
     relays:
       add_new: リレーを追加
       delete: 削除
@@ -486,7 +491,7 @@ ja:
   admin_mailer:
     new_pending_account:
       body: 新しいアカウントの詳細は以下の通りです。この申請を承認または却下することができます。
-      subject: "%{instance} で新しいアカウント (%{username}) が審査待ちです"
+      subject: "%{instance} で新しいアカウント (%{username}) が承認待ちです"
     new_report:
       body: "%{reporter} が %{target} を通報しました"
       body_remote: "%{domain} の誰かが %{target} を通報しました"