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
691 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'single' => [
'label' => 'İlişdir',
'modal' => [
'heading' => ':label ilişdir',
'fields' => [
'record_id' => [
'label' => 'Məlumat',
],
],
'actions' => [
'attach' => [
'label' => 'İlişdir',
],
'attach_another' => [
'label' => 'İlişdir və başqasına başla',
],
],
],
'notifications' => [
'attached' => [
'title' => 'İlişdirildi',
],
],
],
];