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

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Ruta de navegación',
];

View File

@@ -0,0 +1,11 @@
<?php
return [
'messages' => [
'uploading_file' => 'Subiendo archivo...',
],
];

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,47 @@
<?php
return [
'label' => 'Navegación de paginación',
'overview' => '{1} Se muestra un resultado|[2,*] Se muestran de :first a :last de :total resultados',
'fields' => [
'records_per_page' => [
'label' => 'por página',
'options' => [
'all' => 'Todos',
],
],
],
'actions' => [
'first' => [
'label' => 'Primera',
],
'go_to_page' => [
'label' => 'Ir a la página :page',
],
'last' => [
'label' => 'Última',
],
'next' => [
'label' => 'Siguiente',
],
'previous' => [
'label' => 'Anterior',
],
],
];

View File

@@ -0,0 +1,17 @@
<?php
return [
'actions' => [
'collapse' => [
'label' => 'Contraer sección',
],
'expand' => [
'label' => 'Expandir sección',
],
],
];

View File

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