Files

74 lines
1.5 KiB
PHP

<?php
return [
'single' => [
'label' => '復旧',
'modal' => [
'heading' => ':label 復旧',
'actions' => [
'restore' => [
'label' => '復旧',
],
],
],
'notifications' => [
'restored' => [
'title' => '復旧しました',
],
],
],
'multiple' => [
'label' => '選択中を復旧',
'modal' => [
'heading' => '選択中の:labelを復旧',
'actions' => [
'restore' => [
'label' => '復旧',
],
],
],
'notifications' => [
'restored' => [
'title' => '復旧しました',
],
'restored_partial' => [
'title' => ':total件中:count件を復元しました',
'missing_authorization_failure_message' => ':count件を復元する権限がありません。',
'missing_processing_failure_message' => ':count件を復元できませんでした。',
],
'restored_none' => [
'title' => '復元に失敗しました',
'missing_authorization_failure_message' => ':count件を復元する権限がありません。',
'missing_processing_failure_message' => ':count件を復元できませんでした。',
],
],
],
];