* Add Japanese translations for #2758, #4506, #4521, #4600 and #4664 * Do not translate Inbox URL and Outbox URL * Remove "あなたの" * Remove "あなたの"
This commit is contained in:
parent
9846806cb5
commit
8d23667536
3 changed files with 24 additions and 4 deletions
|
@ -3,8 +3,10 @@ ja:
|
|||
activerecord:
|
||||
attributes:
|
||||
doorkeeper/application:
|
||||
name: 名前
|
||||
name: アプリの名前
|
||||
redirect_uri: リダイレクトURI
|
||||
scopes: アクセス権
|
||||
website: アプリのウェブサイト
|
||||
errors:
|
||||
models:
|
||||
doorkeeper/application:
|
||||
|
@ -33,18 +35,22 @@ ja:
|
|||
redirect_uri: 一行に一つのURLを入力してください
|
||||
scopes: アクセス権は半角スペースで区切ることができます。 空白のままにするとデフォルトを使用します。
|
||||
index:
|
||||
application: アプリ
|
||||
callback_url: コールバックURL
|
||||
delete: 削除
|
||||
name: 名前
|
||||
new: 新規アプリ
|
||||
scopes: アクセス権
|
||||
show: 見る
|
||||
title: アプリ
|
||||
new:
|
||||
title: 新規アプリ
|
||||
show:
|
||||
actions: アクション
|
||||
application_id: アクションId
|
||||
callback_urls: コールバックurl
|
||||
application_id: クライアントキー
|
||||
callback_urls: コールバックURL
|
||||
scopes: アクセス権
|
||||
secret: 非公開
|
||||
secret: クライアントシークレット
|
||||
title: 'アプリ: %{name}'
|
||||
authorizations:
|
||||
buttons:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue