translate base

This commit is contained in:
Mekan1206
2026-07-31 18:08:08 +05:00
parent a794dacd39
commit 581cb8241c
413 changed files with 9087 additions and 428 deletions

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'delete' => [
'label' => 'Aýyr',
],
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Navigasiýa',
];

View File

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

View File

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

View File

@@ -0,0 +1,7 @@
<?php
return [
'aria_label' => ':count simwoldan :position',
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Ýüklenýär...',
];

View File

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

View File

@@ -0,0 +1,47 @@
<?php
return [
'label' => 'Sahypalama',
'overview' => '{1} 1 netije görkezilýär|[2,*] :first:last / :total netije',
'fields' => [
'records_per_page' => [
'label' => 'Sahypada',
'options' => [
'all' => 'Hemmesi',
],
],
],
'actions' => [
'first' => [
'label' => 'Ilkinji',
],
'go_to_page' => [
'label' => ':page sahypa geç',
],
'last' => [
'label' => 'Soňky',
],
'next' => [
'label' => 'Indiki',
],
'previous' => [
'label' => 'Öňki',
],
],
];

View File

@@ -0,0 +1,17 @@
<?php
return [
'actions' => [
'collapse' => [
'label' => 'Bölümi ýygna',
],
'expand' => [
'label' => 'Bölümi giňelt',
],
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Goýmaltyklar',
];