File "restore.php"
Full Path: /home/tecassol/public_html/tecas-solar.ma/vendor/filament/actions/resources/lang/vi/restore.php
File size: 912 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
return [
'single' => [
'label' => 'Khôi phục',
'modal' => [
'heading' => 'Khôi phục :label',
'actions' => [
'restore' => [
'label' => 'Khôi phục',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Đã khôi phục',
],
],
],
'multiple' => [
'label' => 'Khôi phục các mục đã chọn',
'modal' => [
'heading' => 'Khôi phục các mục :label đã chọn',
'actions' => [
'restore' => [
'label' => 'Khôi phục',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Đã khôi phục',
],
],
],
];