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,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'Laddar upp fil...',
],
];

View File

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

View File

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

View File

@@ -0,0 +1,47 @@
<?php
return [
'label' => 'Sidnavigering',
'overview' => '{1} Visar 1 resultat|[2,*] Visar :first till :last av :total resultat',
'fields' => [
'records_per_page' => [
'label' => 'Per sida',
'options' => [
'all' => 'Alla',
],
],
],
'actions' => [
'first' => [
'label' => 'Första',
],
'go_to_page' => [
'label' => 'Gå till sida :page',
],
'last' => [
'label' => 'Sista',
],
'next' => [
'label' => 'Nästa',
],
'previous' => [
'label' => 'Föregående',
],
],
];