Remove DocumentForm schema and update Turkmen translations for modal actions and notifications; refactor web routes for cleaner syntax.

This commit is contained in:
2025-08-31 15:56:28 +05:00
parent 34e78c5e43
commit 3e58524af7
6 changed files with 17 additions and 45 deletions

View File

@@ -2,20 +2,20 @@
return [
'confirmation' => 'Bunu yapmak istediğinizden emin misiniz?',
'confirmation' => 'Bu hereketi tassyklaýanyzmy?',
'actions' => [
'cancel' => [
'label' => 'İptal',
'label' => 'Ýap',
],
'confirm' => [
'label' => 'Onayla',
'label' => 'Tassykla',
],
'submit' => [
'label' => 'Gönder',
'label' => 'Ugrat',
],
],