This commit is contained in:
2025-10-22 20:08:22 +05:00
commit 736e3bef18
2573 changed files with 120385 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'Uploading file...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'Copied',
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'Close',
],
],
];

View File

@@ -0,0 +1,47 @@
<?php
return [
'label' => 'Pagination navigation',
'overview' => '{1} Showing 1 result|[2,*] Showing :first to :last of :total results',
'fields' => [
'records_per_page' => [
'label' => 'Per page',
'options' => [
'all' => 'All',
],
],
],
'actions' => [
'first' => [
'label' => 'First',
],
'go_to_page' => [
'label' => 'Go to page :page',
],
'last' => [
'label' => 'Last',
],
'next' => [
'label' => 'Next',
],
'previous' => [
'label' => 'Previous',
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'Загрузка файла...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'Скопировано',
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'Закрыть',
],
],
];

View File

@@ -0,0 +1,47 @@
<?php
return [
'label' => 'Пагинация',
'overview' => 'Показано с :first по :last из :total',
'fields' => [
'records_per_page' => [
'label' => 'на страницу',
'options' => [
'all' => 'Все',
],
],
],
'actions' => [
'first' => [
'label' => 'Первая',
],
'go_to_page' => [
'label' => 'Перейти к странице :page',
],
'last' => [
'label' => 'Последняя',
],
'next' => [
'label' => 'Следующая',
],
'previous' => [
'label' => 'Предыдущая',
],
],
];

View File

@@ -0,0 +1,10 @@
<?php
return [
'messages' => [
'uploading_file' => 'Faýl ýüklenýär...',
],
];

View File

@@ -0,0 +1,10 @@
<?php
return [
'messages' => [
'copied' => 'Göçürildi',
],
];

View File

@@ -0,0 +1,14 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'Ýap',
],
],
];

View File

@@ -0,0 +1,48 @@
<?php
return [
'label' => 'Sahypalama nawigasiýasy',
'overview' => '{1} 1 netije görkezilýär|[2,*] :total netijiň :first-den :last-a çenli görkezilýär',
'fields' => [
'records_per_page' => [
'label' => 'Sahypada',
'options' => [
'all' => 'Ählisi',
],
],
],
'actions' => [
'first' => [
'label' => 'Birinji',
],
'go_to_page' => [
'label' => ':page sahypasyna git',
],
'last' => [
'label' => 'Soňky',
],
'next' => [
'label' => 'Indiki',
],
'previous' => [
'label' => 'Öňki',
],
],
];