feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'entries' => [
|
||||
|
||||
'text' => [
|
||||
|
||||
'actions' => [
|
||||
'collapse_list' => 'نمایش :count کمتر',
|
||||
'expand_list' => 'نمایش :count بیشتر',
|
||||
],
|
||||
|
||||
'more_list_items' => 'و :count مورد دیگر',
|
||||
|
||||
],
|
||||
|
||||
'key_value' => [
|
||||
|
||||
'columns' => [
|
||||
|
||||
'key' => [
|
||||
'label' => 'کلید',
|
||||
],
|
||||
|
||||
'value' => [
|
||||
'label' => 'مقدار',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'placeholder' => 'بدون ورودی',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user