feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+70
@@ -0,0 +1,70 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'direction' => 'ltr',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'billing' => [
|
||||
'label' => 'គ្រប់គ្រងការជាវ',
|
||||
],
|
||||
|
||||
'logout' => [
|
||||
'label' => 'ចាកចេញពីកម្មវិធីប្រព័ន្ធ',
|
||||
],
|
||||
|
||||
'open_database_notifications' => [
|
||||
'label' => 'បើកការជូនដំណឹង',
|
||||
],
|
||||
|
||||
'open_user_menu' => [
|
||||
'label' => 'ម៉ឺនុយអ្នកប្រើ',
|
||||
],
|
||||
|
||||
'sidebar' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'បង្រួមរបារចំហៀង',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'ពង្រីករបារចំហៀង',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'theme_switcher' => [
|
||||
|
||||
'dark' => [
|
||||
'label' => 'បើកដំណើរការរចនាបទងងឹត',
|
||||
],
|
||||
|
||||
'light' => [
|
||||
'label' => 'បើករចនាបទពន្លឺ',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'label' => 'បើករចនាបទប្រព័ន្ធ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'avatar' => [
|
||||
'alt' => 'រូបតំណាង នៃ :name',
|
||||
],
|
||||
|
||||
'logo' => [
|
||||
'alt' => ':name និមិត្តសញ្ញា',
|
||||
],
|
||||
|
||||
'tenant_menu' => [
|
||||
'search_field' => [
|
||||
'label' => 'ស្វែងរក',
|
||||
'placeholder' => 'ស្វែងរក',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user