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

View File

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

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'Siirretään tiedostoa...',
],
];

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,47 @@
<?php
return [
'label' => 'Sivujen navigointi',
'overview' => '{1} Näytetään 1 tulos|[2,*] Näytetään :first - :last / :total tulosta',
'fields' => [
'records_per_page' => [
'label' => 'per sivu',
'options' => [
'all' => 'Kaikki',
],
],
],
'actions' => [
'first' => [
'label' => 'Ensimmäinen',
],
'go_to_page' => [
'label' => 'Mene sivulle :page',
],
'last' => [
'label' => 'Viimeinen',
],
'next' => [
'label' => 'Seuraava',
],
'previous' => [
'label' => 'Edellinen',
],
],
];

View File

@@ -0,0 +1,17 @@
<?php
return [
'actions' => [
'collapse' => [
'label' => 'Kutista osio',
],
'expand' => [
'label' => 'Laajenna osio',
],
],
];

View File

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