chore(i18n): clarify cmd notes (#4856)
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
"auto_detach_desc": "This will attempt to automatically detect launcher-type apps that close quickly after launching another program or instance of themselves. When a launcher-type app is detected, it is treated as a detached app.",
|
||||
"cmd": "Command",
|
||||
"cmd_desc": "The main application to start. If blank, no application will be started.",
|
||||
"cmd_note": "If the path to the command executable contains spaces, you must enclose it in quotes.",
|
||||
"cmd_note": "If the path to the command executable contains spaces, you must enclose it in double quotes.",
|
||||
"cmd_prep_desc": "A list of commands to be run before/after this application. If any of the prep-commands fail, starting the application is aborted.",
|
||||
"cmd_prep_name": "Command Preparations",
|
||||
"covers_found": "Covers Found",
|
||||
@@ -51,7 +51,7 @@
|
||||
"detached_cmds": "Detached Commands",
|
||||
"detached_cmds_add": "Add Detached Command",
|
||||
"detached_cmds_desc": "A list of commands to be run in the background.",
|
||||
"detached_cmds_note": "If the path to the command executable contains spaces, you must enclose it in quotes.",
|
||||
"detached_cmds_note": "If the path to the command executable contains spaces, you must enclose it in double quotes.",
|
||||
"edit": "Edit",
|
||||
"env_app_id": "App ID",
|
||||
"env_app_name": "App Name",
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"auto_detach_desc": "This will attempt to automatically detect launcher-type apps that close quickly after launching another program or instance of themselves. When a launcher-type app is detected, it is treated as a detached app.",
|
||||
"cmd": "Command",
|
||||
"cmd_desc": "The main application to start. If blank, no application will be started.",
|
||||
"cmd_note": "If the path to the command executable contains spaces, you must enclose it in quotes.",
|
||||
"cmd_note": "If the path to the command executable contains spaces, you must enclose it in double quotes.",
|
||||
"cmd_prep_desc": "A list of commands to be run before/after this application. If any of the prep-commands fail, starting the application is aborted.",
|
||||
"cmd_prep_name": "Command Preparations",
|
||||
"covers_found": "Covers Found",
|
||||
@@ -50,7 +50,7 @@
|
||||
"detached_cmds": "Detached Commands",
|
||||
"detached_cmds_add": "Add Detached Command",
|
||||
"detached_cmds_desc": "A list of commands to be run in the background.",
|
||||
"detached_cmds_note": "If the path to the command executable contains spaces, you must enclose it in quotes.",
|
||||
"detached_cmds_note": "If the path to the command executable contains spaces, you must enclose it in double quotes.",
|
||||
"edit": "Edit",
|
||||
"env_app_id": "App ID",
|
||||
"env_app_name": "App Name",
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"auto_detach_desc": "This will attempt to automatically detect launcher-type apps that close quickly after launching another program or instance of themselves. When a launcher-type app is detected, it is treated as a detached app.",
|
||||
"cmd": "Command",
|
||||
"cmd_desc": "The main application to start. If blank, no application will be started.",
|
||||
"cmd_note": "If the path to the command executable contains spaces, you must enclose it in quotes.",
|
||||
"cmd_note": "If the path to the command executable contains spaces, you must enclose it in double quotes.",
|
||||
"cmd_prep_desc": "A list of commands to be run before/after this application. If any of the prep-commands fail, starting the application is aborted.",
|
||||
"cmd_prep_name": "Command Preparations",
|
||||
"covers_found": "Covers Found",
|
||||
@@ -50,7 +50,7 @@
|
||||
"detached_cmds": "Detached Commands",
|
||||
"detached_cmds_add": "Add Detached Command",
|
||||
"detached_cmds_desc": "A list of commands to be run in the background.",
|
||||
"detached_cmds_note": "If the path to the command executable contains spaces, you must enclose it in quotes.",
|
||||
"detached_cmds_note": "If the path to the command executable contains spaces, you must enclose it in double quotes.",
|
||||
"edit": "Edit",
|
||||
"env_app_id": "App ID",
|
||||
"env_app_name": "App Name",
|
||||
|
||||
Reference in New Issue
Block a user