feat(i18n): add Slovak translation

This commit is contained in:
Vaso73
2026-08-02 15:58:29 +02:00
parent 7fcbc467df
commit 2a23cc9079
23 changed files with 5807 additions and 48 deletions
+2 -2
View File
@@ -1244,7 +1244,7 @@ show_menu() {
menu_items+=("" "")
menu_items+=("" "\Z4───────────────────── Community Scripts ──────────────────────\Zn")
menu_items+=("" "\Z4───────────────────── $(translate "Community Scripts") ──────────────────────\Zn")
for script in "${COMMUNITY_SCRIPTS[@]}"; do
IFS='|' read -r name source command <<< "$script"
@@ -1266,7 +1266,7 @@ show_menu() {
script_selection=$(dialog --clear --colors \
--backtitle "ProxMenux" \
--title "$(translate "Network Management")" \
--menu "\n$(translate "Select a network management option:"):\n" \
--menu "\n$(translate "Select a network management option:")\n" \
28 82 19 \
"${menu_items[@]}" 2>&1 1>&3)
exit_status=$?