feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Profil',
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'E-poçt ünvanı',
|
||||
],
|
||||
|
||||
'name' => [
|
||||
'label' => 'Ad',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Yeni şifrə',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Yeni şifrəni təsdiqlə',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'Dəyişiklikləri Yadda Saxla',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Yadda saxlanıldı',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'İmtina',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+35
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'E-poçt ünvanınızı təsdiqləyin',
|
||||
|
||||
'heading' => 'E-poçt ünvanınızı təsdiqləyin',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'resend_notification' => [
|
||||
'label' => 'Yenidən Göndər',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'notification_not_received' => 'Göndərdiyimiz e-poçt gəlmədi?',
|
||||
'notification_sent' => ':email ünvanına, daxilində e-poçt ünvanınızı necə təsdiqləyəcəyiniz barədə təlimatlar olan bir e-poçt göndərdik.',
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'notification_resent' => [
|
||||
'title' => 'E-poçt yenidən göndərildi.',
|
||||
],
|
||||
|
||||
'notification_resend_throttled' => [
|
||||
'title' => 'Bir çox yenidən göndərmə cəhdi',
|
||||
'body' => 'Zəhmət olmazsa :seconds saniyə sonra təkrar yoxlayın.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Giriş Et',
|
||||
|
||||
'heading' => 'Daxil Ol',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'register' => [
|
||||
'before' => 'və ya',
|
||||
'label' => 'hesab yaradın',
|
||||
],
|
||||
|
||||
'request_password_reset' => [
|
||||
'label' => 'Şifrənizi unutmusunuz?',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'E-poçt ünvanı',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Şifrə',
|
||||
],
|
||||
|
||||
'remember' => [
|
||||
'label' => 'Məni Xatırla',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'authenticate' => [
|
||||
'label' => 'Giriş Et',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'failed' => 'Daxil etdiyiniz məlumatlara uyğun hesab tapılmadı.',
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Bir çox giriş cəhdi',
|
||||
'body' => 'Zəhmət olmazsa :seconds saniyə sonra təkrar yoxlayın.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+42
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Şifrənizi Sıfırlayın',
|
||||
|
||||
'heading' => 'Şifrənizi unutmusunuz?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'login' => [
|
||||
'label' => 'girişə geri dön',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'E-poçt ünvanı',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'request' => [
|
||||
'label' => 'E-poçt göndər',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Bir çox istəmə cəhdi',
|
||||
'body' => 'Zəhmət olmazsa :seconds saniyə sonra təkrar yoxlayın.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Şifrənizi Sıfırlayın',
|
||||
|
||||
'heading' => 'Şifrənizi Sıfırlayın',
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'E-poçt ünvanı',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Şifrə',
|
||||
'validation_attribute' => 'şifrə',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Şifrəni Təsdiqlə',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'reset' => [
|
||||
'label' => 'Şifrəni Sıfırla',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Bir çox sıfırlama cəhdi',
|
||||
'body' => 'Zəhmət olmazsa :seconds saniyə sonra təkrar yoxlayın.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Qeydiyyatdan keç',
|
||||
|
||||
'heading' => 'Hesab Yarat',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'login' => [
|
||||
'before' => 'və ya',
|
||||
'label' => 'hesabınıza giriş edin',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'E-poçt ünvanı',
|
||||
],
|
||||
|
||||
'name' => [
|
||||
'label' => 'Ad',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Şifrə',
|
||||
'validation_attribute' => 'şifrə',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Şifreni Təsdiqlə',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'register' => [
|
||||
'label' => 'Hesab Yarat',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Bir çox hesab yaratma cəhdi',
|
||||
'body' => 'Zəhmət olmazsa :seconds saniyə sonra təkrar yoxlayın.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'field' => [
|
||||
'label' => 'Ümumi axtarış',
|
||||
'placeholder' => 'Axtar',
|
||||
],
|
||||
|
||||
'no_results_message' => 'Nəticə tapılmadı.',
|
||||
|
||||
];
|
||||
+63
@@ -0,0 +1,63 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'direction' => 'ltr',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'billing' => [
|
||||
'label' => 'Abunəliyi idarə et',
|
||||
],
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Çıxış',
|
||||
],
|
||||
|
||||
'open_database_notifications' => [
|
||||
'label' => 'Bildirişləri aç',
|
||||
],
|
||||
|
||||
'open_user_menu' => [
|
||||
'label' => 'İstifadəçi menyusu',
|
||||
],
|
||||
|
||||
'sidebar' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Yan menyunu daralt',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Yan menyunu genişlət',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'theme_switcher' => [
|
||||
|
||||
'dark' => [
|
||||
'label' => 'Qara tema',
|
||||
],
|
||||
|
||||
'light' => [
|
||||
'label' => 'Açıq tema',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'label' => 'Sistem defolt',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'avatar' => [
|
||||
'alt' => 'avatarı :name',
|
||||
],
|
||||
|
||||
'logo' => [
|
||||
'alt' => ':name loqo',
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'İdarəetmə Paneli',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'filter' => [
|
||||
|
||||
'label' => 'Filtr',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Filtr',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'apply' => [
|
||||
|
||||
'label' => 'Tətbiq et',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'Dəyişiklikləri Yadda Saxla',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Yadda Saxlanıldı',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => ':label yarat',
|
||||
|
||||
'breadcrumb' => 'Yarat',
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'İmtina',
|
||||
],
|
||||
|
||||
'create' => [
|
||||
'label' => 'Yarat',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'Yarat & yenisini yarat',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'Yaradıldı',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => ':label redaktə et',
|
||||
|
||||
'breadcrumb' => 'Redaktə Et',
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'İmtina',
|
||||
],
|
||||
|
||||
'save' => [
|
||||
'label' => 'Dəyişiklikləri yadda saxla',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'content' => [
|
||||
|
||||
'tab' => [
|
||||
'label' => 'Redaktə Et',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Yadda saxlanıldı',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'breadcrumb' => 'List',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => ':label göstər',
|
||||
|
||||
'breadcrumb' => 'Göstər',
|
||||
|
||||
'content' => [
|
||||
|
||||
'tab' => [
|
||||
'label' => 'Göstər',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'body' => 'Saxlanılmamış dəyişikliklər var. Bu səhifədən çıxmaq istədiyinizə əminsiniz?',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Çıxış',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'welcome' => 'Xoş gəldin',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'open_documentation' => [
|
||||
'label' => 'Dokumentasiya',
|
||||
],
|
||||
|
||||
'open_github' => [
|
||||
'label' => 'GitHub',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user