Uchiha Bayu Senju 4654a2e350
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
Upload
2025-04-27 23:55:09 +07:00

62 lines
861 B
PHP

<?php
return [
'single' => [
'label' => '분리',
'modal' => [
'heading' => ':label 분리',
'actions' => [
'dissociate' => [
'label' => '분리',
],
],
],
'notifications' => [
'dissociated' => [
'title' => '분리 완료',
],
],
],
'multiple' => [
'label' => '선택한 항목 분리',
'modal' => [
'heading' => '선택한 :label 분리',
'actions' => [
'dissociate' => [
'label' => '분리',
],
],
],
'notifications' => [
'dissociated' => [
'title' => '분리 완료',
],
],
],
];