File: /home/posscale/public_html/printmanager/vendor/filament/actions/resources/lang/zh_CN/delete.php
<?php
return [
'single' => [
'label' => '删除',
'modal' => [
'heading' => '删除 :label',
'actions' => [
'delete' => [
'label' => '删除',
],
],
],
'notifications' => [
'deleted' => [
'title' => '已删除',
],
],
],
'multiple' => [
'label' => '删除已选项目',
'modal' => [
'heading' => '删除已选 :label',
'actions' => [
'delete' => [
'label' => '删除已选项目',
],
],
],
'notifications' => [
'deleted' => [
'title' => '已删除',
],
],
],
];