1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 07:06:45 +02:00

Add Polish translation

This commit is contained in:
Matthaiks
2025-04-06 15:40:41 +02:00
committed by Jakub Vrána
parent cdd8448908
commit 9683342792
3 changed files with 17 additions and 0 deletions

View File

@@ -76,5 +76,13 @@ class AdminerConfig extends Adminer\Plugin {
'Use %s if exists' => 'Použít %s, pokud existuje',
'Use builtin design' => 'Použít vestavěný vzhled',
),
'pl' => array(
'Configuration' => 'Konfiguracja',
'Configuration saved.' => 'Konfiguracja zapisana.',
'Only some plugins support configuration, e.g. %s.' => 'Tylko niektóre wtyczki obsługują konfigurację, np. %s.',
'Design' => 'Wygląd',
'Use %s if exists' => 'Użyj %s, jeśli istnieje',
'Use builtin design' => 'Użyj wbudowanego wyglądu',
),
);
}

View File

@@ -73,5 +73,10 @@ class AdminerMenuLinks extends Adminer\Plugin {
'Both' => 'Oboje',
'Auto (select on select page, structure otherwise)' => 'Auto (vypsat na výpisech, jinak struktura)',
),
'pl' => array(
'Menu table links' => 'Linki do tabel w menu',
'Both' => 'Obie',
'Auto (select on select page, structure otherwise)' => 'Auto (pokaż na stronie przeglądania, w przeciwnym razie struktura)',
),
);
}

View File

@@ -97,5 +97,9 @@ geminiText.onkeydown = event => {
'Ask Gemini' => 'Zeptat se Gemini',
'Just a sec...' => 'Chviličku...',
),
'pl' => array(
'Ask Gemini' => 'Zapytaj Gemini',
'Just a sec...' => 'Chwileczkę...',
),
);
}