Browse Source

Update Japanese translation files (#1640)

* [l10n] ja: Improve Japanese Translations

* ja: about: Fix highlighting
* ja: Update Translations
* ja: Translate admin settings

Signed-off-by: lindwurm <lindwurm.q@gmail.com>

* Update ja.jsx

* Update doorkeeper.ja.yml

* Update ja.yml

* Update ja.jsx

* Update ja.jsx
closed-social-glitch-2
新都心(Neet Shin) 7 years ago
committed by Eugen
parent
commit
0e4479bb3a
3 changed files with 19 additions and 19 deletions
  1. +2
    -2
      app/assets/javascripts/components/locales/ja.jsx
  2. +16
    -16
      config/locales/doorkeeper.ja.yml
  3. +1
    -1
      config/locales/ja.yml

+ 2
- 2
app/assets/javascripts/components/locales/ja.jsx View File

@ -39,8 +39,8 @@ const ja = {
"tabs_bar.compose": "投稿",
"tabs_bar.home": "ホーム",
"tabs_bar.mentions": "返信",
"tabs_bar.local_timeline": "ローカルTL",
"tabs_bar.federated_timeline": "連合TL",
"tabs_bar.local_timeline": "ローカル",
"tabs_bar.federated_timeline": "連合",
"tabs_bar.notifications": "通知",
"compose_form.placeholder": "今なにしてる?",
"compose_form.publish": "トゥート",

+ 16
- 16
config/locales/doorkeeper.ja.yml View File

@ -25,7 +25,7 @@ ja:
confirmations:
destroy: 本当に削除しますか?
edit:
title: アプリケーションの編集
title: アプリの編集
form:
error: フォームにエラーが無いか確認してください。
help:
@ -35,17 +35,17 @@ ja:
index:
callback_url: コールバックURL
name: 名前
new: 新規アプリケーション
title: あなたのアプリケーション
new: 新規アプリ
title: アプリ
new:
title: 新規アプリケーション
title: 新規アプリ
show:
actions: アクション
application_id: アクションId
callback_urls: コールバックurl
scopes: アクセス権
secret: 非公開
title: 'アプリケーション: %{name}'
title: 'アプリ: %{name}'
authorizations:
buttons:
authorize: 承認
@ -53,8 +53,8 @@ ja:
error:
title: エラーが発生しました。
new:
able_to: このアプリケーションは以下のことができます
prompt: アプリケーション %{client_name} があなたのアカウントへのアクセスを要求しています。
able_to: このアプリは以下のことができます
prompt: アプリ %{client_name} があなたのアカウントへのアクセスを要求しています。
title: 認証が必要です。
show:
title: 認証コード
@ -68,7 +68,7 @@ ja:
created_at: 許可した日時
date_format: "%Y年%m月%d日 %H時%M分%S秒"
scopes: アクセス権
title: 認証済みアプリケーション
title: 認証済みアプリ
errors:
messages:
access_denied: リソースの所有者または認証サーバーが要求を拒否しました。
@ -92,22 +92,22 @@ ja:
flash:
applications:
create:
notice: アプリケーションが作成されました。
notice: アプリが作成されました。
destroy:
notice: アプリケーションが削除されました。
notice: アプリが削除されました。
update:
notice: アプリケーションが更新されました。
notice: アプリが更新されました。
authorized_applications:
destroy:
notice: アプリケーションが取り消されました。
notice: アプリが取り消されました。
layouts:
admin:
nav:
applications: アプリケーション
applications: アプリ
oauth2_provider: OAuth2プロバイダー
application:
title: OAuth認証が必要です。
title: OAuth認証
scopes:
follow: アカウントのフォロー, ブロック, ブロック解除, フォロー解除
read: アカウントのデータの読み取り
write: アカウントからの投稿の書き込み
read: アカウントからのデータの読み取り
write: アカウントへのデータの書き込み

+ 1
- 1
config/locales/ja.yml View File

@ -46,7 +46,7 @@ ja:
applications:
invalid_url: URLが無効です
auth:
change_password: 資格情報
change_password: ログイン情報
didnt_get_confirmation: 確認メールを受信できませんか?
forgot_password: パスワードをお忘れですか?
login: ログイン

Loading…
Cancel
Save