This commit is contained in:
2025-10-22 20:08:22 +05:00
commit 736e3bef18
2573 changed files with 120385 additions and 0 deletions

View File

@@ -0,0 +1,73 @@
<?php
return [
'single' => [
'label' => 'Güýç bilen poz',
'modal' => [
'heading' => ':label güýç bilen poz',
'actions' => [
'delete' => [
'label' => 'Poz',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Pozuldy',
],
],
],
'multiple' => [
'label' => 'Saýlananlary güýç bilen poz',
'modal' => [
'heading' => 'Saýlanan :label güýç bilen poz',
'actions' => [
'delete' => [
'label' => 'Poz',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Pozuldy',
],
'deleted_partial' => [
'title' => ':total-dan :count pozuldy',
'missing_authorization_failure_message' => ':count pozmaga ygtyýaryňyz ýok.',
'missing_processing_failure_message' => ':count pozup bolmady.',
],
'deleted_none' => [
'title' => 'Pozmak başartmady',
'missing_authorization_failure_message' => ':count pozmaga ygtyýaryňyz ýok.',
'missing_processing_failure_message' => ':count pozup bolmady.',
],
],
],
];