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' => 'Remove',
],
],
];

View File

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

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,7 @@
<?php
return [
'aria_label' => 'Character :position of :count',
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Loading...',
];

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,17 @@
<?php
return [
'actions' => [
'collapse' => [
'label' => 'Collapse section',
],
'expand' => [
'label' => 'Expand section',
],
],
];

View File

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