diff options
| author | Marco Rodolfi <marco.rodolfi@tuta.io> | 2023-06-26 08:53:41 +0200 |
|---|---|---|
| committer | Marco Rodolfi <marco.rodolfi@tuta.io> | 2023-06-26 08:53:41 +0200 |
| commit | 3e64e53cd724773c4616b178fd695091f9a7c71a (patch) | |
| tree | ea2d87e2c5b6cac409113842d89c850b848eac1e /backend/locales | |
| parent | ef9afa8cbca29a3dd83454f44264a4682e968c59 (diff) | |
| download | decky-loader-3e64e53cd724773c4616b178fd695091f9a7c71a.tar.gz decky-loader-3e64e53cd724773c4616b178fd695091f9a7c71a.zip | |
feat: Added detailed message for permission error and clean up english language from unused strings.
Diffstat (limited to 'backend/locales')
| -rw-r--r-- | backend/locales/en-US.json | 17 | ||||
| -rw-r--r-- | backend/locales/it-IT.json | 1 |
2 files changed, 7 insertions, 11 deletions
diff --git a/backend/locales/en-US.json b/backend/locales/en-US.json index 3e24887c..180a8a70 100644 --- a/backend/locales/en-US.json +++ b/backend/locales/en-US.json @@ -20,6 +20,7 @@ "FilePickerError": { "errors": { "file_not_found": "The path specified is not valid. Please check it and reenter it correctly.", + "perm_denied": "You do not have access to the specified directory. Please check if your user (deck on Steam Deck) has the corresponding permission to access the specified folder/file.", "unknown": "An unknown error occurred. The raw error is: {{raw_error}}" } }, @@ -159,10 +160,6 @@ "label_url": "Install Plugin from URL", "label_zip": "Install Plugin from ZIP File" }, - "toast_zip": { - "body": "Installation failed! Only ZIP files are supported.", - "title": "Decky" - }, "valve_internal": { "desc1": "Enables the Valve internal developer menu.", "desc2": "Do not touch anything in this menu unless you know what it does.", @@ -178,25 +175,23 @@ "header": "Beta participation" }, "developer_mode": { - "desc": "Enables Decky's developer settings.", "label": "Developer mode" }, + "notifications": { + "decky_updates_label": "Decky update available", + "header": "Notifications", + "plugin_updates_label": "Plugin updates available" + }, "other": { "header": "Other" }, "updates": { "header": "Updates" - }, - "notifications": { - "header": "Notifications", - "decky_updates_label": "Decky update available", - "plugin_updates_label": "Plugin updates available" } }, "SettingsIndex": { "developer_title": "Developer", "general_title": "General", - "navbar_settings": "Decky Settings", "plugins_title": "Plugins" }, "Store": { diff --git a/backend/locales/it-IT.json b/backend/locales/it-IT.json index 61033158..7a041257 100644 --- a/backend/locales/it-IT.json +++ b/backend/locales/it-IT.json @@ -20,6 +20,7 @@ "FilePickerError": { "errors": { "file_not_found": "Il percorso specificato non è valido. Controllalo e prova a reinserirlo di nuovo.", + "perm_denied": "Il tuo utente (deck su Steam Deck) non ha accesso al percorso specificato. Controlla che abbia i permessi corrispondenti per accedere alla cartella/file desiderato.", "unknown": "È avvenuto un'errore sconosciuto. L'errore segnalato è {{raw_error}}" } }, |
