From 4fe3d17255c56787c5f0a11b4e89e5dfd2162eed Mon Sep 17 00:00:00 2001 From: Peter Knut Date: Sun, 2 Mar 2025 23:34:25 +0100 Subject: [PATCH] Update Slovak translation --- adminer/lang/sk.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/adminer/lang/sk.inc.php b/adminer/lang/sk.inc.php index a155c0e4..c57b94aa 100644 --- a/adminer/lang/sk.inc.php +++ b/adminer/lang/sk.inc.php @@ -302,4 +302,10 @@ $translations = array( 'Disable %s or enable %s or %s extensions.' => 'Zakážte %s alebo povoľte rozšírenie %s alebo %s.', 'yes' => 'áno', 'no' => 'nie', + 'Checks' => 'Kontroly', + 'Create check' => 'Vytvoriť kontrolu', + 'Alter check' => 'Zmeniť kontrolu', + 'Check has been created.' => 'Kontrola bola vytvorená.', + 'Check has been altered.' => 'Kontrola bola zmenená.', + 'Check has been dropped.' => 'Kontrola bola odstránená.', );