mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 11:04:02 +02:00
Update translations
This commit is contained in:
@@ -24,6 +24,7 @@ $translations = array(
|
||||
'Options' => 'Voľby',
|
||||
'Save' => 'Uložiť',
|
||||
'Drop' => 'Odstrániť',
|
||||
'Databases have been dropped.' => 'Databázy boli odstránené.',
|
||||
'Database has been dropped.' => 'Databáza bola odstránená.',
|
||||
'Database has been created.' => 'Databáza bola vytvorená.',
|
||||
'Database has been renamed.' => 'Databáza bola premenovaná.',
|
||||
@@ -40,7 +41,7 @@ $translations = array(
|
||||
'Create new table' => 'Vytvoriť novú tabuľku',
|
||||
'Item has been deleted.' => 'Položka bola vymazaná.',
|
||||
'Item has been updated.' => 'Položka bola aktualizovaná.',
|
||||
'Item has been inserted.' => 'Položka bola vložená.',
|
||||
'Item%s has been inserted.' => 'Položka%s bola vložená.',
|
||||
'Edit' => 'Upraviť',
|
||||
'Insert' => 'Vložiť',
|
||||
'Save and insert next' => 'Uložiť a vložiť ďalší',
|
||||
@@ -225,4 +226,36 @@ $translations = array(
|
||||
'File does not exist.' => 'Súbor neexistuje.',
|
||||
'Permanent login' => 'Trvalé prihlásenie',
|
||||
'%d in total' => '%d celkom',
|
||||
'Search data in tables' => 'Vyhľadať dáta v tabuľkách',
|
||||
'Alter schema' => 'Pozmeniť schému',
|
||||
'Create schema' => 'Vytvoriť schému',
|
||||
'Schema has been dropped.' => 'Schéma bola odstránená.',
|
||||
'Schema has been created.' => 'Schéma bola vytvorená.',
|
||||
'Schema has been altered.' => 'Schéma bola zmenená.',
|
||||
'schema' => 'schéma',
|
||||
'Schema' => 'Schéma',
|
||||
'Sequences' => 'Sekvencia',
|
||||
'Create sequence' => 'Vytvoriť sekvenciu',
|
||||
'Sequence has been dropped.' => 'Sekvencia bola odstránená.',
|
||||
'Sequence has been created.' => 'Sekvencia bola vytvorená.',
|
||||
'Sequence has been altered.' => 'Sekvencia bola zmenená.',
|
||||
'Alter sequence' => 'Pozmeniť sekvenciu',
|
||||
'User types' => 'Užívateľské typy',
|
||||
'Create type' => 'Vytvoriť typ',
|
||||
'Type has been dropped.' => 'Typ bol odstránený.',
|
||||
'Type has been created.' => 'Typ bol vytvorený.',
|
||||
'Alter type' => 'Pozmeniť typ',
|
||||
'Double click on a value to modify it.' => 'Dvojkliknite na políčko, ktoré chcete zmeniť.',
|
||||
'Increase text length to modify this value.' => 'Pre zmenu tejto hodnoty zvýšte dĺžku textov.',
|
||||
'Use edit link to modify this value.' => 'Pre zmenu tejto hodnoty použite odkaz upraviť.',
|
||||
'last' => 'posledný',
|
||||
'From server' => 'Zo serveru',
|
||||
'System' => 'Systém',
|
||||
'Show structure' => 'Zobraziť štruktúru',
|
||||
'Select data' => 'Vypísať dáta',
|
||||
'empty' => 'prázdne',
|
||||
'Network' => 'Sieť',
|
||||
'Geometry' => 'Geometria',
|
||||
'File exists.' => 'Súbor existuje.',
|
||||
'Attachments' => 'Prílohy',
|
||||
);
|
||||
|
Reference in New Issue
Block a user