Upload folder via GUI - src

This commit is contained in:
Git Manager GUI
2026-04-16 11:48:01 +02:00
parent 5e102ec4e1
commit 084172116d
13 changed files with 1377 additions and 142 deletions

View File

@@ -46,6 +46,14 @@ system:
file-not-found: "&cFile not found: &e{file}"
unknown-mode: "&cUnknown mode! Use: tomysql or tofile"
validation-warning: "&c&e{count} &cinvalid tickets were found during loading."
# ============================================================
# BACKUP
# ============================================================
backup:
start: "&eCreating backup..."
success: "&aBackup created successfully: &e{file}"
fail: "&cBackup failed. Check the console."
db-create-error: "&cFailed to create the ticket!"
# ============================================================
@@ -242,6 +250,12 @@ faq:
deleted: "&aFAQ &e#{id} &ahas been deleted."
not-found: "&cFAQ &e#{id} &cwas not found."
reloaded: "&aFAQs reloaded. ({count} entries)"
migrate-no-mysql: "&cFAQ migration only possible when use-mysql: true is active."
migrate-start: "&eFAQ migration started... (faqs.yml → MySQL)"
migrate-success: "&aFAQ migration complete! &7{cats} category/categories and {entries} entry/entries imported."
migrate-fail: "&cFAQ migration failed. Check the console for details."
migrate-tofile-start: "&eFAQ export started... (MySQL → faqs.yml)"
migrate-tofile-success: "&aFAQ export complete! &7{cats} category/categories and {entries} entry/entries saved to faqs.yml."
list-header: "&6Frequently Asked Questions (FAQ) &7— {count} entries"
list-empty: "&7No FAQs available yet."
list-entry: "&e#{id} &f{question}"
@@ -249,7 +263,7 @@ faq:
list-admin-hint: "&7Commands: &e{cmd_faq} add &8| &e{cmd_faq} edit <ID> &8| &e{cmd_faq} delete <ID>"
unknown-sub: "&cUnknown FAQ subcommand."
hint-open: "&7Use &e{cmd_faq} &7to open the GUI."
admin-commands: "&7Admin commands: &e{cmd_faq} add | edit | delete | reload | list"
admin-commands: "&7Admin commands: &e{cmd_faq} add | edit | delete | reload | list | migrate"
# ============================================================
# FAQ CATEGORY COMMAND (/ticket category)
@@ -558,7 +572,10 @@ web:
login-title: "Login TicketSystem Panel"
login-heading: "Welcome back"
login-sub: "Sign in with your account to continue."
login-blocked: "Too many failed attempts. Please wait {seconds} seconds."
login-error: "Username or password incorrect."
archive-btn-restore: "Restore"
archive-btn-delete: "Delete permanently"
login-label-user: "Username"
login-label-pass: "Password"
login-btn: "Sign In"