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

View File

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

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'Wysyłanie pliku...',
],
];

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,47 @@
<?php
return [
'label' => 'Paginacja',
'overview' => 'Pozycje od :first do :last z :total łącznie',
'fields' => [
'records_per_page' => [
'label' => 'na stronę',
'options' => [
'all' => 'Wszystkie',
],
],
],
'actions' => [
'first' => [
'label' => 'Pierwsza',
],
'go_to_page' => [
'label' => 'Przejdź do strony :page',
],
'last' => [
'label' => 'Osatnia',
],
'next' => [
'label' => 'Następna',
],
'previous' => [
'label' => 'Poprzednia',
],
],
];

View File

@@ -0,0 +1,17 @@
<?php
return [
'actions' => [
'collapse' => [
'label' => 'Zwiń sekcję',
],
'expand' => [
'label' => 'Rozwiń sekcję',
],
],
];

View File

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