config window

This commit is contained in:
N0\A
2025-10-31 17:16:52 +01:00
parent 795cdb9daf
commit 2c42c88555
4 changed files with 122 additions and 0 deletions

View File

@@ -51,6 +51,7 @@
"share_files_submenu": "File(s)",
"share_text_submenu": "Text",
"via_browser": "Via Browser...",
"settings": "Settings",
"check_updates": "Check for updates",
"restart": "Restart",
"toggle_visibility": "Hide/Show",
@@ -108,5 +109,18 @@
"update_failed_title": "Update Failed",
"update_failed_text": "{message}"
}
},
"config_window": {
"title": "Settings",
"hotkey_label": "Global Hotkey:",
"discord_presence_label": "Enable Discord Presence:",
"auto_update_label": "Enable Auto-Update:",
"http_share_port_label": "HTTP Share Port:",
"dukto_udp_port_label": "Dukto UDP Port:",
"dukto_tcp_port_label": "Dukto TCP Port:",
"search_engine_label": "Web Search Engine:",
"restart_note": "Note: Some changes (like ports or hotkey) may require a restart to take effect.",
"reset_title": "Confirm Reset",
"reset_text": "Are you sure you want to reset all settings to their default values?"
}
}

View File

@@ -51,6 +51,7 @@
"share_files_submenu": "File(s)",
"share_text_submenu": "Message",
"via_browser": "Via Browser...",
"settings": "Preferences",
"check_updates": "Check for Updates",
"restart": "Restart",
"toggle_visibility": "Hide/Show",
@@ -108,5 +109,18 @@
"update_failed_title": "Update Failed",
"update_failed_text": "{message}"
}
},
"config_window": {
"title": "Preferences",
"hotkey_label": "Global Hotkey:",
"discord_presence_label": "Show CLARA on your Discord status:",
"auto_update_label": "Update Automatically:",
"http_share_port_label": "Browser Sharing Port:",
"dukto_udp_port_label": "Dukto Discovery Port (UDP):",
"dukto_tcp_port_label": "Dukto Transfer Port (TCP):",
"search_engine_label": "Search Engine:",
"restart_note": "Just a heads-up: some changes (like ports or the hotkey) will need a restart to work.",
"reset_title": "Reset Settings?",
"reset_text": "Are you sure you want to go back to the default settings?"
}
}