feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
<?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