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

View file

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

View file

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