forked from Mirrors/RGSX
- add new instructions on menus to describe each function - upgrade controller_debug.pygame file to create a controller support - update command-line interface to be more effiscient and readable
181 lines
10 KiB
JSON
181 lines
10 KiB
JSON
{
|
||
"welcome_message": "Welcome to RGSX",
|
||
"disclaimer_line1": "It's dangerous to go alone, take all you need!",
|
||
"disclaimer_line2": "But only download games",
|
||
"disclaimer_line3": "that you already own!",
|
||
"disclaimer_line4": "RGSX is not responsible for downloaded content,",
|
||
"disclaimer_line5": "and does not host ROMs.",
|
||
"loading_test_connection": "Testing connection...",
|
||
"loading_download_data": "Downloading initial Data folder...",
|
||
"loading_progress": "Progress: {0}%",
|
||
"loading_check_updates": "Checking for updates... Please wait...",
|
||
"error_check_updates_failed": "Failed to check updates.",
|
||
"loading_downloading_games_images": "Downloading games and images...",
|
||
"loading_extracting_data": "Extracting initial Data folder...",
|
||
"loading_load_systems": "Loading systems...",
|
||
"error_extract_data_failed": "Failed to download or extract the initial Data folder.",
|
||
"error_no_internet": "No Internet connection. Check your network.",
|
||
"error_api_key": "Please enter your API key (premium only) in the file {0}",
|
||
"error_invalid_download_data": "Invalid download data",
|
||
"error_delete_sources": "Error deleting systems_list.json file or folders",
|
||
"platform_no_platform": "No platform",
|
||
"platform_page": "Page {0}/{1}",
|
||
"game_no_games": "No games available",
|
||
"game_count": "{0} ({1} games)",
|
||
"game_filter": "Active filter: {0}",
|
||
"game_search": "Filter: {0}",
|
||
"game_header_name": "Name",
|
||
"game_header_size": "Size",
|
||
"history_title": "Downloads ({0})",
|
||
"history_empty": "No downloads in history",
|
||
"history_column_system": "System",
|
||
"history_column_game": "Game name",
|
||
"history_column_size": "Size",
|
||
"history_column_status": "Status",
|
||
"history_status_downloading": "Downloading: {0}%",
|
||
"history_status_extracting": "Extracting: {0}%",
|
||
"history_status_completed": "Completed",
|
||
"history_status_error": "Error: {0}",
|
||
"history_status_canceled": "Canceled",
|
||
"download_status": "{0}: {1}",
|
||
"download_canceled": "Download canceled by user.",
|
||
"extension_warning_zip": "The file '{0}' is an archive and Batocera does not support archives for this system. Automatic extraction will occur after download, continue?",
|
||
"extension_warning_unsupported": "The file extension for '{0}' is not supported by Batocera according to the es_systems.cfg configuration. Do you want to continue?",
|
||
"extension_warning_enable_unknown_hint": "\nTo hide this message: enable \"Hide unknown extension warning\" in Pause Menu > Display",
|
||
"confirm_exit": "Exit application?",
|
||
"confirm_exit_with_downloads": "Attention: {0} download(s) in progress. Quit anyway?",
|
||
"confirm_clear_history": "Clear history?",
|
||
"confirm_redownload_cache": "Update games list?",
|
||
"popup_redownload_success": "Cache cleared, please restart the application",
|
||
"popup_no_cache": "No cache found.\nPlease restart the application to load games.",
|
||
"popup_countdown": "This message will close in {0} second{1}",
|
||
"language_select_title": "Language Selection",
|
||
"language_select_instruction": "Use arrow keys to navigate and Enter to select",
|
||
"language_changed": "Language changed to {0}",
|
||
"menu_controls": "Controls",
|
||
"menu_remap_controls": "Remap controls",
|
||
"menu_history": "History",
|
||
"menu_language": "Language",
|
||
"menu_accessibility": "Accessibility",
|
||
"menu_display": "Display",
|
||
"display_layout": "Display layout",
|
||
"menu_redownload_cache": "Update games list",
|
||
"menu_music_enabled": "Music enabled: {0}",
|
||
"menu_music_disabled": "Music disabled",
|
||
"menu_restart": "Restart",
|
||
"menu_filter_platforms": "Filter systems",
|
||
"filter_platforms_title": "Systems visibility",
|
||
"filter_platforms_info": "Visible: {0} | Hidden: {1} / Total: {2}",
|
||
"filter_unsaved_warning": "Unsaved changes",
|
||
"menu_show_unsupported_enabled": "Unsupported systems visibility enabled",
|
||
"menu_show_unsupported_disabled": "Unsupported systems visibility disabled",
|
||
"menu_allow_unknown_ext_on": "Hide unknown extension warning: Yes",
|
||
"menu_allow_unknown_ext_off": "Hide unknown extension warning: No",
|
||
"menu_allow_unknown_ext_enabled": "Hide unknown extension warning enabled",
|
||
"menu_allow_unknown_ext_disabled": "Hide unknown extension warning disabled",
|
||
"menu_quit": "Quit",
|
||
"button_yes": "Yes",
|
||
"button_no": "No",
|
||
"button_OK": "OK",
|
||
"popup_restarting": "Restarting...",
|
||
"controls_action_clear_history": "Multi-select / Clear History",
|
||
"controls_action_history": "History",
|
||
"controls_action_delete": "Delete",
|
||
"controls_action_space": "Space",
|
||
"controls_action_start": "Help / Settings",
|
||
"network_checking_updates": "Checking for updates...",
|
||
"network_update_available": "Update available: {0}",
|
||
"network_extracting_update": "Extracting update...",
|
||
"network_update_completed": "Update completed",
|
||
"network_update_success": "Update to {0} completed successfully. Please restart the application.",
|
||
"network_update_success_message": "Update completed successfully",
|
||
"network_no_update_available": "No update available",
|
||
"network_update_error": "Error during update: {0}",
|
||
"network_check_update_error": "Error checking for updates: {0}",
|
||
"network_extraction_failed": "Failed to extract update: {0}",
|
||
"network_extraction_partial": "Extraction successful, but some files were skipped due to errors: {0}",
|
||
"network_extraction_success": "Extraction successful",
|
||
"network_download_extract_ok": "Download and extraction successful of {0}",
|
||
"network_zip_extraction_error": "Error extracting ZIP {0}: {1}",
|
||
"network_file_not_found": "File {0} does not exist",
|
||
"network_cannot_get_filename": "Cannot retrieve filename",
|
||
"network_cannot_get_download_url": "Cannot retrieve download URL",
|
||
"network_download_failed": "Download failed after {0} attempts",
|
||
"network_api_error": "API request error, the key may be incorrect: {0}",
|
||
"network_download_error": "Download error {0}: {1}",
|
||
"network_download_ok": "Download OK: {0}",
|
||
"utils_extracted": "Extracted: {0}",
|
||
"utils_corrupt_zip": "Corrupted ZIP archive: {0}",
|
||
"utils_permission_denied": "Permission denied during extraction: {0}",
|
||
"utils_extraction_failed": "Extraction failed: {0}",
|
||
"utils_unrar_unavailable": "Unrar command not available",
|
||
"utils_rar_list_failed": "Failed to list RAR files: {0}",
|
||
"download_initializing": "Initializing...",
|
||
"accessibility_font_size": "Font size: {0}",
|
||
"confirm_cancel_download": "Cancel current download?",
|
||
"controls_help_title": "Controls Help",
|
||
"controls_category_navigation": "Navigation",
|
||
"controls_category_main_actions": "Main Actions",
|
||
"controls_category_downloads": "Downloads",
|
||
"controls_category_search": "Search",
|
||
"controls_navigation": "Navigation",
|
||
"controls_pages": "Pages",
|
||
"controls_confirm_select": "Confirm/Select",
|
||
"controls_cancel_back": "Cancel/Back",
|
||
"controls_filter_search": "Filter/Search",
|
||
"symlink_option_enabled": "Symlink option enabled",
|
||
"symlink_option_disabled": "Symlink option disabled",
|
||
"menu_games_source_prefix": "Game source",
|
||
"games_source_rgsx": "RGSX",
|
||
"sources_mode_rgsx_select_info": "RGSX: update the games list",
|
||
"games_source_custom": "Custom",
|
||
"sources_mode_custom_select_info": "Custom mode: set URL in {0} then update games list",
|
||
"sources_mode_custom_missing_url": "No custom URL set (edit {0})",
|
||
"sources_mode_custom_download_error": "Custom source download failed",
|
||
"menu_show_unsupported_and_hidden": "Show unsupported and hidden {0} systems",
|
||
"menu_show_unsupported_all_displayed": "Hide all unsupported systems",
|
||
"menu_settings_category": "Settings",
|
||
"menu_back": "Back",
|
||
"submenu_display_layout": "Layout",
|
||
"submenu_display_font_size": "Font Size",
|
||
"submenu_display_show_unsupported": "Show unsupported systems: {status}",
|
||
"submenu_display_allow_unknown_ext": "Hide unknown ext warn: {status}",
|
||
"submenu_display_filter_platforms": "Filter systems",
|
||
"status_on": "On",
|
||
"status_off": "Off",
|
||
"status_present": "Present",
|
||
"status_missing": "Missing",
|
||
"menu_api_keys_status": "API Keys",
|
||
"api_keys_status_title": "API Keys Status",
|
||
"menu_games": "Games",
|
||
"api_keys_hint_manage": "Put your keys in {path}",
|
||
"api_key_empty_suffix": "empty",
|
||
"menu_hide_premium_systems": "Hide Premium systems"
|
||
,"popup_hide_premium_on": "Premium systems hidden"
|
||
,"popup_hide_premium_off": "Premium systems visible"
|
||
,"submenu_display_font_family": "Font"
|
||
,"popup_font_family_changed": "Font changed: {0}",
|
||
"instruction_pause_language": "Change the interface language",
|
||
"instruction_pause_controls": "View control layout or start remapping",
|
||
"instruction_pause_display": "Configure layout, fonts and system visibility",
|
||
"instruction_pause_games": "Open history, switch source or refresh list",
|
||
"instruction_pause_settings": "Music, symlink option & API keys status",
|
||
"instruction_pause_restart": "Restart RGSX to reload configuration"
|
||
,"instruction_pause_quit": "Exit the RGSX application"
|
||
,"instruction_controls_help": "Show full controller & keyboard reference"
|
||
,"instruction_controls_remap": "Change button / key bindings"
|
||
,"instruction_generic_back": "Return to the previous menu"
|
||
,"instruction_display_layout": "Cycle grid dimensions (columns × rows)"
|
||
,"instruction_display_font_size": "Adjust text scale for readability"
|
||
,"instruction_display_font_family": "Switch between available font families"
|
||
,"instruction_display_show_unsupported": "Show/hide systems not defined in es_systems.cfg"
|
||
,"instruction_display_unknown_ext": "Enable/disable warning for file extensions absent from es_systems.cfg"
|
||
,"instruction_display_hide_premium": "Hide systems requiring premium access via API: {providers}"
|
||
,"instruction_display_filter_platforms": "Manually choose which systems are visible"
|
||
,"instruction_games_history": "List past downloads and statuses"
|
||
,"instruction_games_source_mode": "Switch between RGSX or your own custom list source"
|
||
,"instruction_games_update_cache": "Redownload & refresh current games list"
|
||
,"instruction_settings_music": "Enable or disable background music playback"
|
||
,"instruction_settings_symlink": "Toggle using filesystem symlinks for installs"
|
||
,"instruction_settings_api_keys": "See detected premium provider API keys"
|
||
} |