|
@@ -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),
|
|
|
];
|