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:
@@ -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',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
@@ -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)',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
@@ -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ę...',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user