feat: add routes, lang, tests, stubs, docs, and docker configurations

This commit is contained in:
2026-05-21 16:05:16 +07:00
parent fad70d096b
commit 28a06315b8
3385 changed files with 177070 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'ወደ ኋላ',
],
'next_step' => [
'label' => 'ቀጣይ',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'الخطوة السابقة',
],
'next_step' => [
'label' => 'الخطوة التالية',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Geri',
],
'next_step' => [
'label' => 'İrəli',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Назад',
],
'next_step' => [
'label' => 'Напред',
],
],
],
];
+238
View File
@@ -0,0 +1,238 @@
<?php
return [
'builder' => [
'actions' => [
'clone' => [
'label' => 'অনুলিপি করুন',
],
'add' => [
'label' => ':label এ যোগ করুন',
],
'add_between' => [
'label' => 'প্রবেশ করান',
],
'delete' => [
'label' => 'মুছে ফেলুন',
],
'reorder' => [
'label' => 'সরান',
],
'move_down' => [
'label' => 'নিচে সরান',
],
'move_up' => [
'label' => 'উপরে সরান',
],
'collapse' => [
'label' => 'ছোট করুন',
],
'expand' => [
'label' => 'বড় করুন',
],
'collapse_all' => [
'label' => 'সব ছোট করুন',
],
'expand_all' => [
'label' => 'সব বড় করুন',
],
],
],
'checkbox_list' => [
'actions' => [
'select_all' => [
'label' => 'সব নির্বাচিত করুন',
],
'deselect_all' => [
'label' => 'সব অনির্বাচিত করুন',
],
],
],
'key_value' => [
'actions' => [
'add' => [
'label' => 'সারি যোগ করুন',
],
'delete' => [
'label' => 'সারি মুছে ফেলুন',
],
'reorder' => [
'label' => 'সারি পুনর্বিন্যাস করুন',
],
],
'fields' => [
'key' => [
'label' => 'চাবি',
],
'value' => [
'label' => 'মান',
],
],
],
'repeater' => [
'actions' => [
'add' => [
'label' => ':label এ যোগ করুন',
],
'delete' => [
'label' => 'মুছে ফেলুন',
],
'clone' => [
'label' => 'অনুলিপি করুন',
],
'reorder' => [
'label' => 'সরান',
],
'move_down' => [
'label' => 'নিচে সরান',
],
'move_up' => [
'label' => 'উপরে সরান',
],
'collapse' => [
'label' => 'ছোট করুন',
],
'expand' => [
'label' => 'বড় করুন',
],
'collapse_all' => [
'label' => 'সব ছোট করুন',
],
'expand_all' => [
'label' => 'সব বড় করুন',
],
],
],
'rich_editor' => [
'dialogs' => [
'link' => [
'actions' => [
'link' => 'লিংক',
'unlink' => 'আনলিংক',
],
'label' => 'ইউআরএল',
'placeholder' => 'ইউআরএল দিন',
],
],
'tools' => [
'attach_files' => 'নথি যোগ করুন',
'blockquote' => 'ব্লককোট',
'bold' => 'বোল্ড',
'bullet_list' => 'বুলেট তালিকা',
'code_block' => 'কোড ব্লক',
'h1' => 'শিরোনাম',
'h2' => 'শিরোনাম',
'h3' => 'উপশিরোনাম',
'italic' => 'তির্যক',
'link' => 'লিংক',
'ordered_list' => 'সংখ্যাযুক্ত তালিকা',
'redo' => 'পরবর্তী',
'strike' => 'স্ট্রাইকথ্রু',
'undo' => 'পূর্বাবস্থা',
],
],
'select' => [
'actions' => [
'create_option' => [
'modal' => [
'heading' => 'তৈরি করুন',
'actions' => [
'create' => [
'label' => 'তৈরি করুন',
],
],
],
],
],
'boolean' => [
'true' => 'হ্যাঁ',
'false' => 'না',
],
'loading_message' => 'লোড হচ্ছে...',
'max_items_message' => 'মাত্র :count টা নির্বাচন করা যাবে।',
'no_search_results_message' => 'খুঁজে পাওয়া যায়নি।',
'placeholder' => 'নির্বাচন করুন',
'searching_message' => 'খুঁজুন...',
'search_prompt' => 'লিখুন...',
],
'tags_input' => [
'placeholder' => 'নতুন ট্যাগ',
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Nazad',
],
'next_step' => [
'label' => 'Dalje',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Enrere',
],
'next_step' => [
'label' => 'Endavant',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'پێشتر',
],
'next_step' => [
'label' => 'دواتر',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Zpět',
],
'next_step' => [
'label' => 'Další',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Yn ôl',
],
'next_step' => [
'label' => 'Nesaf',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Tilbage',
],
'next_step' => [
'label' => 'Næste',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Zurück',
],
'next_step' => [
'label' => 'Weiter',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Πίσω',
],
'next_step' => [
'label' => 'Επόμενο',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Back',
],
'next_step' => [
'label' => 'Next',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Anterior',
],
'next_step' => [
'label' => 'Siguiente',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Aurrekoa',
],
'next_step' => [
'label' => 'Hurrengoa',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'قبلی',
],
'next_step' => [
'label' => 'بعدی',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Edellinen',
],
'next_step' => [
'label' => 'Seuraava',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Précédent',
],
'next_step' => [
'label' => 'Suivant',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'הקודם',
],
'next_step' => [
'label' => 'הבא',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Natrag',
],
'next_step' => [
'label' => 'Naprijed',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Előző lépés',
],
'next_step' => [
'label' => 'Következő lépés',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Նախորդը',
],
'next_step' => [
'label' => 'Հաջորդը',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Sebelumnya',
],
'next_step' => [
'label' => 'Selanjutnya',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Precedente',
],
'next_step' => [
'label' => 'Successivo',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => '前へ',
],
'next_step' => [
'label' => '次へ',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'უკან',
],
'next_step' => [
'label' => 'შემდეგი',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'ត្រឡប់មកវិញ',
],
'next_step' => [
'label' => 'បន្ទាប់',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => '이전',
],
'next_step' => [
'label' => '다음',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'پێشوو',
],
'next_step' => [
'label' => 'دواتر',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Atgal',
],
'next_step' => [
'label' => 'Pirmyn',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Lêtna',
],
'next_step' => [
'label' => 'A dawt',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Iepriekšējais',
],
'next_step' => [
'label' => 'Nākamais',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Назад',
],
'next_step' => [
'label' => 'Следно',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Буцах',
],
'next_step' => [
'label' => 'Дараагийн',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Sebelum',
],
'next_step' => [
'label' => 'Seterus',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Tilbake',
],
'next_step' => [
'label' => 'Neste',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'पछाडि',
],
'next_step' => [
'label' => 'अर्को',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Vorige',
],
'next_step' => [
'label' => 'Volgende',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Poprzedni',
],
'next_step' => [
'label' => 'Następny',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Voltar',
],
'next_step' => [
'label' => 'Próximo',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Voltar',
],
'next_step' => [
'label' => 'Próximo',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Pasul anterior',
],
'next_step' => [
'label' => 'Pasul următor',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Назад',
],
'next_step' => [
'label' => 'Далее',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Spať',
],
'next_step' => [
'label' => 'Ďalej',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Pas',
],
'next_step' => [
'label' => 'Para',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Назад',
],
'next_step' => [
'label' => 'Напред',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Nazad',
],
'next_step' => [
'label' => 'Napred',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Föregående',
],
'next_step' => [
'label' => 'Nästa',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Nyuma',
],
'next_step' => [
'label' => 'Mbele',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'ย้อนกลับ',
],
'next_step' => [
'label' => 'ถัดไป',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Geri',
],
'next_step' => [
'label' => 'İleri',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Назад',
],
'next_step' => [
'label' => 'Далі',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'پیچھے جائیں',
],
'next_step' => [
'label' => 'اگلا مرحلہ',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Orqaga',
],
'next_step' => [
'label' => 'Keyingi',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Quay lại',
],
'next_step' => [
'label' => 'Tiếp theo',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => '上一步',
],
'next_step' => [
'label' => '下一步',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => '返回',
],
'next_step' => [
'label' => '繼續',
],
],
],
];
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => '返回',
],
'next_step' => [
'label' => '繼續',
],
],
],
];