From c08d0baf2fa6e0af33d4bf0abf7799ea2a5c2001 Mon Sep 17 00:00:00 2001 From: YoheiZuho Date: Mon, 24 Feb 2020 14:48:54 +0900 Subject: [PATCH 1/4] update japanese translate --- resources/lang/ja/site.php | 2 ++ .../lang/vendor/backup/ja/notifications.php | 35 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 resources/lang/vendor/backup/ja/notifications.php diff --git a/resources/lang/ja/site.php b/resources/lang/ja/site.php index 8f832da3b..1cf1e380b 100644 --- a/resources/lang/ja/site.php +++ b/resources/lang/ja/site.php @@ -12,4 +12,6 @@ return [ 'selectLocale' => 'リストの中からロケール(言語)を選択してください', 'contact' => 'コンタクト', 'contact-us' => 'お問い合わせ', + 'places' => 'プレイス', + 'profiles' => 'プロフィール', ]; diff --git a/resources/lang/vendor/backup/ja/notifications.php b/resources/lang/vendor/backup/ja/notifications.php new file mode 100644 index 000000000..e30b4e3ac --- /dev/null +++ b/resources/lang/vendor/backup/ja/notifications.php @@ -0,0 +1,35 @@ + '例外メッセージ: :message', + 'exception_trace' => '例外トレース: :trace', + 'exception_message_title' => '例外メッセージ', + 'exception_trace_title' => '例外トレース', + + 'backup_failed_subject' => 'バックアップに失敗しました :application_name', + 'backup_failed_body' => '重要:バックアップ中にエラーが発生しました :application_name', + + 'backup_successful_subject' => ':application_name のバックアップに成功しました', + 'backup_successful_subject_title' => 'バックアップに成功しました', + 'backup_successful_body' => ':application_name のバックアップは :disk_name に正常に作成されました', + + 'cleanup_failed_subject' => ':application_name のバックアップのクリーンアップに失敗しました', + 'cleanup_failed_body' => ':application_name のバックアップのクリーンアップ中にエラーが発生しました', + + 'cleanup_successful_subject' => ':application_name のバックアップのクリーンアップに成功しました', + 'cleanup_successful_subject_title' => 'バックアップのクリーンアップに成功しました', + 'cleanup_successful_body' => ':disk_name 上の :application_name のバックアップのクリーンアップに成功しました', + + 'healthy_backup_found_subject' => ':disk_name 上の :application_name のバックアップは正常です', + 'healthy_backup_found_subject_title' => ':application_name のバックアップは正常です', + 'healthy_backup_found_body' => ':application_name のバックアップは正常に見られます', + + '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.', +]; From e133bc09d78476b36cdaf74356282b4c99a3c799 Mon Sep 17 00:00:00 2001 From: YoheiZuho Date: Mon, 24 Feb 2020 14:52:32 +0900 Subject: [PATCH 2/4] update japanese translate --- resources/lang/ja/navmenu.php | 31 +++++++++---------- resources/lang/ja/site.php | 5 ++- .../lang/vendor/backup/ja/notifications.php | 10 +++--- 3 files changed, 24 insertions(+), 22 deletions(-) diff --git a/resources/lang/ja/navmenu.php b/resources/lang/ja/navmenu.php index 5160c84a4..3b0bc9615 100644 --- a/resources/lang/ja/navmenu.php +++ b/resources/lang/ja/navmenu.php @@ -1,20 +1,19 @@ '検索', - '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' => '投稿', ]; diff --git a/resources/lang/ja/site.php b/resources/lang/ja/site.php index 1cf1e380b..3c52c1d17 100644 --- a/resources/lang/ja/site.php +++ b/resources/lang/ja/site.php @@ -1,5 +1,7 @@ 'このサーバーについて', 'help' => 'ヘルプ', 'language' => '言語', @@ -10,8 +12,9 @@ return [ 'l10nWip' => '私達はローカライズサポートに取り組んでいます', 'currentLocale' => '現在のロケール(言語)', 'selectLocale' => 'リストの中からロケール(言語)を選択してください', - 'contact' => 'コンタクト', + 'contact' => 'コンタクト', 'contact-us' => 'お問い合わせ', 'places' => 'プレイス', 'profiles' => 'プロフィール', + ]; diff --git a/resources/lang/vendor/backup/ja/notifications.php b/resources/lang/vendor/backup/ja/notifications.php index e30b4e3ac..911fa4ab2 100644 --- a/resources/lang/vendor/backup/ja/notifications.php +++ b/resources/lang/vendor/backup/ja/notifications.php @@ -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), ]; From c159fc289f50a7d26be62bc6e8b0566c0ba7a8ec Mon Sep 17 00:00:00 2001 From: YoheiZuho Date: Mon, 24 Feb 2020 14:59:08 +0900 Subject: [PATCH 3/4] update japanese translate --- resources/lang/ja/site.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/ja/site.php b/resources/lang/ja/site.php index 3c52c1d17..6717d8918 100644 --- a/resources/lang/ja/site.php +++ b/resources/lang/ja/site.php @@ -14,7 +14,7 @@ return [ 'selectLocale' => 'リストの中からロケール(言語)を選択してください', 'contact' => 'コンタクト', 'contact-us' => 'お問い合わせ', - 'places' => 'プレイス', + 'places' => '場所', 'profiles' => 'プロフィール', ]; From ea159434843a4eeb86f4e253c0ef8dc5c0ef3719 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 27 Feb 2020 14:13:31 -0700 Subject: [PATCH 4/4] Update confirm email blade view --- resources/views/emails/confirm_email.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/emails/confirm_email.blade.php b/resources/views/emails/confirm_email.blade.php index f239f3eb0..ee8dcd2db 100644 --- a/resources/views/emails/confirm_email.blade.php +++ b/resources/views/emails/confirm_email.blade.php @@ -1,7 +1,7 @@ @component('mail::message') # Email Confirmation -Hello {{ '@' . $verify->user->username}}, please confirm your email address. +Hello **{{'@'.$verify->user->username}}**, please confirm your email address. If you did not create this account, please disregard this email.