mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-02-01 19:15:07 +01:00
Feat: Custom Games
This commit is contained in:
@@ -28,7 +28,60 @@
|
||||
"friends": "Friends",
|
||||
"need_help": "Need help?",
|
||||
"favorites": "Favorites",
|
||||
"playable_button_title": "Show only games you can play now"
|
||||
"playable_button_title": "Show only games you can play now",
|
||||
"add_custom_game_tooltip": "Add Custom Game",
|
||||
"show_playable_only_tooltip": "Show Playable Only",
|
||||
"custom_game_modal": "Add Custom Game",
|
||||
"custom_game_modal_description": "Add a custom game to your library by selecting an executable file",
|
||||
"custom_game_modal_executable_path": "Executable Path",
|
||||
"custom_game_modal_select_executable": "Select executable file",
|
||||
"custom_game_modal_game_name": "Game Name",
|
||||
"custom_game_modal_enter_name": "Enter game name",
|
||||
"custom_game_modal_image": "Game Image",
|
||||
"custom_game_modal_select_image": "Select game image",
|
||||
"custom_game_modal_image_preview": "Game image preview",
|
||||
"custom_game_modal_browse": "Browse",
|
||||
"custom_game_modal_cancel": "Cancel",
|
||||
"custom_game_modal_add": "Add Game",
|
||||
"custom_game_modal_adding": "Adding Game...",
|
||||
"custom_game_modal_fill_required": "Please fill in all required fields",
|
||||
"custom_game_modal_success": "Custom game added successfully",
|
||||
"custom_game_modal_failed": "Failed to add custom game",
|
||||
"custom_game_modal_executable": "Executable",
|
||||
"custom_game_modal_image_filter": "Image",
|
||||
"custom_game_modal_icon": "Game Icon",
|
||||
"custom_game_modal_select_icon": "Select game icon",
|
||||
"custom_game_modal_icon_preview": "Game icon preview",
|
||||
"custom_game_modal_logo": "Game Logo",
|
||||
"custom_game_modal_select_logo": "Select game logo",
|
||||
"custom_game_modal_logo_preview": "Game logo preview",
|
||||
"custom_game_modal_hero": "Library Hero Image",
|
||||
"custom_game_modal_select_hero": "Select library hero image",
|
||||
"custom_game_modal_hero_preview": "Library hero image preview",
|
||||
"edit_custom_game_modal": "Edit Custom Game",
|
||||
"edit_custom_game_modal_description": "Edit your custom game details",
|
||||
"edit_custom_game_modal_game_name": "Game Name",
|
||||
"edit_custom_game_modal_enter_name": "Enter game name",
|
||||
"edit_custom_game_modal_image": "Game Image",
|
||||
"edit_custom_game_modal_select_image": "Select game image",
|
||||
"edit_custom_game_modal_browse": "Browse",
|
||||
"edit_custom_game_modal_image_preview": "Game image preview",
|
||||
"edit_custom_game_modal_icon": "Game Icon",
|
||||
"edit_custom_game_modal_select_icon": "Select game icon",
|
||||
"edit_custom_game_modal_icon_preview": "Game icon preview",
|
||||
"edit_custom_game_modal_logo": "Game Logo",
|
||||
"edit_custom_game_modal_select_logo": "Select game logo",
|
||||
"edit_custom_game_modal_logo_preview": "Game logo preview",
|
||||
"edit_custom_game_modal_hero": "Library Hero Image",
|
||||
"edit_custom_game_modal_select_hero": "Select library hero image",
|
||||
"edit_custom_game_modal_hero_preview": "Library hero image preview",
|
||||
"edit_custom_game_modal_cancel": "Cancel",
|
||||
"edit_custom_game_modal_update": "Update Game",
|
||||
"edit_custom_game_modal_updating": "Updating Game...",
|
||||
"edit_custom_game_modal_fill_required": "Please fill in all required fields",
|
||||
"edit_custom_game_modal_success": "Custom game updated successfully",
|
||||
"edit_custom_game_modal_failed": "Failed to update custom game",
|
||||
"edit_custom_game_modal_image_filter": "Image"
|
||||
},
|
||||
"header": {
|
||||
"search": "Search games",
|
||||
|
||||
Reference in New Issue
Block a user