Browse Source

i18n: Update ja translation for consumable invites. (#5829)

* Add Japanese translation for consumable invites.

* Add Japanese translation.

* Update Japanese translation.
pull/4/head
mayaeh 6 years ago
committed by Eugen Rochko
parent
commit
c6b7c77229
2 changed files with 26 additions and 0 deletions
  1. +24
    -0
      config/locales/ja.yml
  2. +2
    -0
      config/locales/simple_form.ja.yml

+ 24
- 0
config/locales/ja.yml View File

@ -231,6 +231,8 @@ ja:
reset: リセット
search: 検索
title: 既知のインスタンス
invites:
title: 招待
reports:
action_taken_by: レポート処理者
are_you_sure: 本当に実行しますか?
@ -269,6 +271,9 @@ ja:
deletion:
desc_html: 誰でも自分のアカウントを削除できるようにします
title: アカウント削除を受け付ける
min_invite_role:
disabled: 誰も許可しない
title: 招待の作成を許可
open:
desc_html: 誰でも自由にアカウントを作成できるようにします
title: 新規登録を受け付ける
@ -424,6 +429,25 @@ ja:
muting: ミュートしたアカウントリスト
upload: アップロード
in_memoriam_html: 故人を偲んで
invites:
delete: 削除
expires_in:
'1800': 30
'21600': 6 時間
'3600': 1 時間
'43200': 12 時間
'86400': 1
expires_in_prompt: 無期限
generate: 作成
max_uses:
one: 1
other: "%{count}"
max_uses_prompt: 無制限
prompt: リンクを生成・共有してこのインスタンスへの新規登録を受け付けることができます。
table:
expires_at: 有効期限
uses: 使用
title: 新規ユーザーの招待
landing_strip_html: "<strong>%{name}</strong> さんはインスタンス %{link_to_root_path} のユーザーです。アカウントさえ持っていればフォローしたり会話したりできます。"
landing_strip_signup_html: もしお持ちでないなら <a href="%{sign_up_path}">こちら</a> からサインアップできます。
media_attachments:

+ 2
- 0
config/locales/simple_form.ja.yml View File

@ -26,10 +26,12 @@ ja:
data: データ
display_name: 表示名
email: メールアドレス
expires_in: 有効期限
filtered_languages: 除外する言語
header: ヘッダー
locale: 言語
locked: 非公開アカウントにする
max_uses: 使用できる回数
new_password: 新しいパスワード
note: プロフィール
otp_attempt: 二段階認証コード

Loading…
Cancel
Save