File "dissociate.php"
Full Path: /home/tecassol/public_html/tecas-solar.ma/vendor/filament/actions/resources/lang/zh_TW/dissociate.php
File size: 913 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
return [
'single' => [
'label' => '取消關聯',
'modal' => [
'heading' => '取消關聯 :label',
'actions' => [
'dissociate' => [
'label' => '取消關聯',
],
],
],
'notifications' => [
'dissociated' => [
'title' => '已取消關聯',
],
],
],
'multiple' => [
'label' => '取消關聯所選的項目',
'modal' => [
'heading' => '取消關聯所選的 :label',
'actions' => [
'dissociate' => [
'label' => '取消關聯所選的項目',
],
],
],
'notifications' => [
'dissociated' => [
'title' => '已取消關聯',
],
],
],
];