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,47 @@
<?php
return [
'label' => 'Sidenavigering',
'overview' => '{1} Viser 1 resultat|[2,*] Viser :first til :last av :total resultater',
'fields' => [
'records_per_page' => [
'label' => 'Pr. side',
'options' => [
'all' => 'Alle',
],
],
],
'actions' => [
'first' => [
'label' => 'Første',
],
'go_to_page' => [
'label' => 'Gå til side :page',
],
'last' => [
'label' => 'Siste',
],
'next' => [
'label' => 'Neste',
],
'previous' => [
'label' => 'Forrige',
],
],
];