File: /home/posscale/public_html/printmanager/vendor/filament/actions/resources/lang/zh_TW/restore.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' => '已還原資料',
],
],
],
];