Merge pull request #137 from Lumeriol/main

Update translations (Czech, Slovak)
This commit is contained in:
Lionel 2024-04-08 08:21:17 +02:00 committed by GitHub
commit 3e3eff6d69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -881,7 +881,7 @@ class Adminer {
if (!empty($fields[$field->name]['generated'])) {
$generatedKeys[$field->name] = true;
continue;
}
}
$keys[] = $field->name;
$key = idf_escape($field->name);
$values[] = "$key = VALUES($key)";
@ -902,7 +902,7 @@ class Adminer {
if (isset($generatedKeys[$key])) {
unset($row[$key]);
continue;
}
}
$field = $fields[$key];
$row[$key] = ($val !== null
? unconvert_field($field, preg_match(number_type(), $field["type"]) && !preg_match('~\[~', $field["full_type"]) && is_numeric($val) ? $val : q(($val === false ? 0 : $val)))

View file

@ -351,5 +351,5 @@ $translations = array(
// 'Thanks for using Adminer, consider <a href="https://www.adminer.org/en/donation/">donating</a>.' => null,
'A newer version of AdminerEvo is available, download it now!' => null,
);
'A newer version of AdminerEvo is available, download it now!' => 'Ke stažení je nová verze AdminerEvo!',

View file

@ -306,5 +306,5 @@ $translations = array(
// 'Thanks for using Adminer, consider <a href="https://www.adminer.org/en/donation/">donating</a>.' => null,
'A newer version of AdminerEvo is available, download it now!' => null,
);
'A newer version of AdminerEvo is available, download it now!' => 'Stiahnite si novú verziu AdminerEvo!',

View file

@ -193,7 +193,7 @@ legend a:link:hover {
code {
/* background: none; */
padding: 3px 6px;
padding: 3px 6px;
}
p code,
@ -259,7 +259,7 @@ p code + a:visited:hover {
padding-top: 9px;
text-transform: lowercase;
margin: 25px 0 10px 16px;
border-top: none;
border-top: none;
}
#menu h1 a {