update translations

This commit is contained in:
xiaomlove
2026-02-01 01:26:00 +07:00
parent 8dec50fc6d
commit f07e0a5013
438 changed files with 6061 additions and 1717 deletions

View File

@@ -3,6 +3,25 @@
declare(strict_types=1);
return [
'next' => 'Næste »',
'previous' => '« Forrige',
'aria' => [
'sortAscending' => ': aktivér for at sortere kolonnen stigende',
'sortDescending' => ': aktivér for at sortere kolonnen faldende',
],
'emptyTable' => 'Ingen data tilgængelige i tabellen',
'info' => 'Viser _START_ til _END_ af _TOTAL_ poster',
'infoEmpty' => 'Viser 0 til 0 af 0 forekomster',
'infoFiltered' => '(filtreret fra _MAX_ samlede poster)',
'lengthMenu' => 'Vis _MENU_ poster',
'loadingRecords' => 'Indlæser...',
'next' => 'Næste »',
'paginate' => [
'first' => 'Første',
'last' => 'Sidste',
'next' => 'Næste',
'previous' => 'Forrige',
],
'previous' => '« Forrige',
'search' => 'Søg:',
'thousands' => ',',
'zeroRecords' => 'Ingen matchende poster fundet',
];