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

46 lines
842 B
PHP

<?php
return [
'single' => [
'label' => 'যুক্ত করুন',
'modal' => [
'heading' => ':label যুক্ত করুন',
'fields' => [
'record_id' => [
'label' => 'রেকর্ড',
],
],
'actions' => [
'associate' => [
'label' => 'যুক্ত করুন',
],
'associate_another' => [
'label' => 'যুক্ত এবং পুনরায় যুক্ত করুন',
],
],
],
'notifications' => [
'associated' => [
'title' => 'যুক্ত করা হয়েছে',
],
],
],
];