Add Turkmen translations for edit and delete actions; update Pilgrim model with property annotations, and enhance PilgrimsRelationManager with localized table heading and model label.

This commit is contained in:
2025-08-31 14:18:33 +05:00
parent 6b6f358aa7
commit 34e78c5e43
21 changed files with 820 additions and 10 deletions

View File

@@ -0,0 +1,73 @@
<?php
return [
'single' => [
'label' => 'Dikelt',
'modal' => [
'heading' => ':label dikelt',
'actions' => [
'restore' => [
'label' => 'Dikelt',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Ýazgy dikeldildi',
],
],
],
'multiple' => [
'label' => 'Saýlananlary dikelt',
'modal' => [
'heading' => 'Saýlanan :label dikelt',
'actions' => [
'restore' => [
'label' => 'Dikelt',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Ýazgylar dikeldildi',
],
'restored_partial' => [
'title' => ':total ýazgydan :count ýazgy dikeldildi',
'missing_authorization_failure_message' => ':count ýazgyny dikeltmek üçin rugsadyňyz ýok.',
'missing_processing_failure_message' => ':count dikeldilmedi.',
],
'restored_none' => [
'title' => 'Ýazgylar dikeldilmedi',
'missing_authorization_failure_message' => ':count ýazgyny dikeltmek üçin rugsadyňyz ýok.',
'missing_processing_failure_message' => ':count dikeldilmedi.',
],
],
],
];