Files
CLARA/strings/personality_en.json
2025-10-31 17:16:52 +01:00

126 lines
5.7 KiB
JSON

{
"app_launcher": {
"title": "App Launcher",
"placeholder": "What would you like to open?",
"close_button": "Close",
"load_error_title": "Oops!",
"load_error_text": "Couldn't load your apps right now: {e}",
"launch_error_title": "Launch Error",
"launch_error_text": "Had trouble starting {app_name}: {e}"
},
"file_search": {
"results_title": "Found These!",
"input_title": "File Search",
"input_label": "What are you looking for?",
"search_error_title": "Search Error",
"search_error_text": "{e}",
"no_results_title": "Nothing Yet",
"no_results_home_text": "Hmm, can't find that in your home folder. Want me to check the whole system?",
"no_results_root_text": "I've searched everywhere, but no luck this time."
},
"web_search": {
"results_title": "Web Results: {query}",
"info_base": "Engine: {engine} | Page: {page}",
"info_cached": " | (Cached results)",
"news_header": "Latest News",
"prev_button": "← Previous",
"next_button": "Next →",
"search_error_title": "Search Error",
"search_error_text": "{e}",
"input_title": "Web Search",
"input_label": "Search the web:",
"no_results_title": "Nothing Found",
"no_results_text": "Couldn't find anything for that search."
},
"text_viewer": {
"title": "Message Received",
"copy_button": "Copy",
"close_button": "Close"
},
"calculator": {
"title": "Calculator",
"copy_button": "Copy"
},
"main_window": {
"right_menu": {
"launch_app": "Launch App",
"search_files": "Find Files",
"search_web": "Search Web",
"calculator": "Calculator",
"share_menu": "Share",
"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",
"quit": "Quit"
},
"no_peers": "No one's around right now",
"send_files_dialog_title": "Choose files for {peer_signature}",
"send_text_dialog_title": "Message to {peer_signature}",
"send_text_dialog_label": "What would you like to say?",
"share_browser_dialog_title": "Pick files to share in your browser",
"share_text_browser_dialog_title": "Broadcast a Message",
"share_text_browser_dialog_label": "What's the message?",
"share_browser_title": "Ready to Share!",
"share_browser_text_files": "Your files are ready for anyone with the link!",
"share_browser_text_text": "Your message is live for anyone with the link!",
"share_browser_url": "Share this link",
"share_browser_files_info": "Sharing {count} file(s)",
"share_browser_text_info": "Sharing a message.",
"copy_url": "Copy Link",
"open_browser": "Open in Browser",
"stop_sharing": "Stop Sharing",
"url_copied_title": "Link Copied!",
"url_copied_text": "The sharing link is now on your clipboard. Send it to anyone!",
"sharing_stopped_title": "Sharing Stopped",
"sharing_stopped_text": "Sharing has been stopped.",
"share_error_title": "Oops!",
"share_error_text": "Couldn't start sharing: {error}",
"download_notification_title": "Someone downloaded a file!",
"download_notification_text": "{filename} was downloaded by {ip}",
"receive_confirm_title": "Incoming!",
"receive_confirm_text": "{sender_ip} wants to send you something.\nAccept it?",
"progress_dialog": {
"receiving_title": "Getting files from {sender_ip}",
"receiving_label": "Downloading...",
"sending_title": "Sending to {dest_ip}",
"sending_label": "Uploading...",
"cancel_button": "Cancel"
},
"receive_complete_title": "Got It!",
"receive_complete_text": "Successfully received {count} items. They're in ~/Received.",
"open_folder_title": "Open Folder?",
"open_folder_text": "Want to see what you received?",
"send_complete_title": "Sent!",
"send_complete_text": "Successfully sent {count} items.",
"send_complete_text_single": "Message delivered!",
"dukto_error_title": "Transfer Problem",
"dukto_error_text": "{error_msg}",
"updater": {
"no_updates_title": "You're Up to Date",
"no_updates_text": "You're running the latest version!",
"update_available_title": "Update Ready",
"update_available_text": "There's a new version available. Download and install it now?",
"update_success_title": "Update Complete!",
"update_success_text": "{message}\n\nRestart now to finish up?",
"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?"
}
}