Merge branch 'dev' into redesign-main

This commit is contained in:
Sofia
2026-01-24 00:12:48 +08:00
committed by GitHub
15 changed files with 1294 additions and 1195 deletions

View File

@@ -1,7 +1,12 @@
COMMON_INPUT="Please enter a number"
COMMON_INPUT_L="Enter a letter or a number"
COMMON_BACK="Back"
COMMON_SUCCESS="Successfully set!"
COMMON_SUCCESS="Setup Success!"
COMMON_FAILED="Setup failed!"
COMMON_UNSET="Not set"
COMMON_MOD="Mod"
COMMON_ERR_NUM="Please enter a valid number!"
COMMON_ERR_LETTER="Please enter a valid letter or number!"
COMMON_ERR_INPUT="Invalid input, please try again!"
COMMON_ERR_INPUT="Operation cancelled!"

View File

@@ -1,5 +1,4 @@
# ===== Common Prompts =====
MENU_ERR_INPUT="Please enter a valid letter or number!"
MENU_RESTART_NOTICE="Changes have been detected. Please restart the service!"