update japanese translate

This commit is contained in:
YoheiZuho 2020-02-24 14:52:32 +09:00
parent c08d0baf2f
commit e133bc09d7
3 changed files with 24 additions and 22 deletions

View File

@ -1,20 +1,19 @@
<?php
return [
'search' => '検索',
'home' => 'ホーム',
'local' => 'ローカル',
'network' => 'ネットワーク',
'discover' => '発見',
'viewMyProfile' => '自分のプロフィールを見る',
'myProfile' => 'プロフィール',
'myTimeline' => 'タイムライン',
'publicTimeline' => 'パブリックタイムライン',
'remoteFollow' => 'リモートフォロー',
'settings' => '設定',
'admin' => '管理者設定',
'logout' => 'ログアウト',
'directMessages' => 'ダイレクトメッセージ',
'search' => '検索',
'home' => 'ホーム',
'local' => 'ローカル',
'network' => 'ネットワーク',
'discover' => '発見',
'viewMyProfile' => '自分のプロフィールを見る',
'myProfile' => 'プロフィール',
'myTimeline' => 'タイムライン',
'publicTimeline' => 'パブリックタイムライン',
'remoteFollow' => 'リモートフォロー',
'settings' => '設定',
'admin' => '管理者設定',
'logout' => 'ログアウト',
'directMessages' => 'ダイレクトメッセージ',
'composePost' => '投稿',
];

View File

@ -1,5 +1,7 @@
<?php
return [
'about' => 'このサーバーについて',
'help' => 'ヘルプ',
'language' => '言語',
@ -10,8 +12,9 @@ return [
'l10nWip' => '私達はローカライズサポートに取り組んでいます',
'currentLocale' => '現在のロケール(言語)',
'selectLocale' => 'リストの中からロケール(言語)を選択してください',
'contact' => 'コンタクト',
'contact' => 'コンタクト',
'contact-us' => 'お問い合わせ',
'places' => 'プレイス',
'profiles' => 'プロフィール',
];

View File

@ -27,9 +27,9 @@ return [
'unhealthy_backup_found_subject' => '重要: :application_name のバックアップに問題があります',
'unhealthy_backup_found_subject_title' => '重要: :application_name のバックアップに問題があります :problem',
'unhealthy_backup_found_body' => ':disk_name 上の :application_name のバックアップに問題があります',
'unhealthy_backup_found_not_reachable' => 'The backup destination cannot be reached. :error',
'unhealthy_backup_found_empty' => 'There are no backups of this application at all.',
'unhealthy_backup_found_old' => 'The latest backup made on :date is considered too old.',
'unhealthy_backup_found_unknown' => 'Sorry, an exact reason cannot be determined.',
'unhealthy_backup_found_full' => 'The backups are using too much storage. Current usage is :disk_usage which is higher than the allowed limit of :disk_limit.',
'unhealthy_backup_found_not_reachable' => 'バックアップ先に到達できません。 :error',
'unhealthy_backup_found_empty' => 'このアプリケーションのバックアップはありません。',
'unhealthy_backup_found_old' => ':date に作成されたバックアップは古すぎます。',
'unhealthy_backup_found_unknown' => '正確な原因が特定できませんでした。',
'unhealthy_backup_found_full' => 'バックアップが使用できる容量(:disk_limit)を超えています。(現在の使用量 :disk_usage),
];