From 740bb0d79c42351627a1e077347ed208ec2758bf Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:10 +0800 Subject: [PATCH 01/30] New translations langStrings.json (Romanian) --- src/lang/ro-RO/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/ro-RO/langStrings.json b/src/lang/ro-RO/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/ro-RO/langStrings.json +++ b/src/lang/ro-RO/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From bd59e4eae6616ef1e22b5d8adb2813261c245a2d Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:11 +0800 Subject: [PATCH 02/30] New translations langStrings.json (French) --- src/lang/fr-FR/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/fr-FR/langStrings.json b/src/lang/fr-FR/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/fr-FR/langStrings.json +++ b/src/lang/fr-FR/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From 7c25e359d97bef431b1e9c169bcf059b650bee3f Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:12 +0800 Subject: [PATCH 03/30] New translations langStrings.json (Spanish) --- src/lang/es-ES/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/es-ES/langStrings.json b/src/lang/es-ES/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/es-ES/langStrings.json +++ b/src/lang/es-ES/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From b8d512954efff59e70ce29117d25e0f76956cd41 Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:13 +0800 Subject: [PATCH 04/30] New translations langStrings.json (Afrikaans) --- src/lang/af-ZA/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/af-ZA/langStrings.json b/src/lang/af-ZA/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/af-ZA/langStrings.json +++ b/src/lang/af-ZA/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From b5de904e49f1675f7f303f21aa604658d901350b Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:14 +0800 Subject: [PATCH 05/30] New translations langStrings.json (Arabic) --- src/lang/ar-SA/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/ar-SA/langStrings.json b/src/lang/ar-SA/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/ar-SA/langStrings.json +++ b/src/lang/ar-SA/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From b7b375e56794a5c8f9c86c1d1a01abc918ee25b7 Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:15 +0800 Subject: [PATCH 06/30] New translations langStrings.json (Catalan) --- src/lang/ca-ES/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/ca-ES/langStrings.json b/src/lang/ca-ES/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/ca-ES/langStrings.json +++ b/src/lang/ca-ES/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From eeddd86c6c2a3db267f75e6d8cfad7aac2cbcd1f Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:16 +0800 Subject: [PATCH 07/30] New translations langStrings.json (Czech) --- src/lang/cs-CZ/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/cs-CZ/langStrings.json b/src/lang/cs-CZ/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/cs-CZ/langStrings.json +++ b/src/lang/cs-CZ/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From 302f82ba99cdec2e8cd911bc6d81964a6053d750 Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:17 +0800 Subject: [PATCH 08/30] New translations langStrings.json (Danish) --- src/lang/da-DK/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/da-DK/langStrings.json b/src/lang/da-DK/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/da-DK/langStrings.json +++ b/src/lang/da-DK/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From 69e8c622574eacbab2d300f7958402ed3a988f21 Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:18 +0800 Subject: [PATCH 09/30] New translations langStrings.json (German) --- src/lang/de-DE/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/de-DE/langStrings.json b/src/lang/de-DE/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/de-DE/langStrings.json +++ b/src/lang/de-DE/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From 8a6b29adbaa076b5e2fdfe435ee1c94d7d80912e Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:19 +0800 Subject: [PATCH 10/30] New translations langStrings.json (Greek) --- src/lang/el-GR/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/el-GR/langStrings.json b/src/lang/el-GR/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/el-GR/langStrings.json +++ b/src/lang/el-GR/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From 282c2d42a526d613f5fcf208a958bff5bfad4454 Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:20 +0800 Subject: [PATCH 11/30] New translations langStrings.json (Finnish) --- src/lang/fi-FI/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/fi-FI/langStrings.json b/src/lang/fi-FI/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/fi-FI/langStrings.json +++ b/src/lang/fi-FI/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From 3e0ec560f09cbd788759cb7896303a9778425dc6 Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:21 +0800 Subject: [PATCH 12/30] New translations langStrings.json (Hebrew) --- src/lang/he-IL/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/he-IL/langStrings.json b/src/lang/he-IL/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/he-IL/langStrings.json +++ b/src/lang/he-IL/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From fd98800d5a3bc66ce36680962e1f3f9c1707094d Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:22 +0800 Subject: [PATCH 13/30] New translations langStrings.json (Hungarian) --- src/lang/hu-HU/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/hu-HU/langStrings.json b/src/lang/hu-HU/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/hu-HU/langStrings.json +++ b/src/lang/hu-HU/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From f314f3447666fb2db9437b6e57808bcbf39ba702 Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:22 +0800 Subject: [PATCH 14/30] New translations langStrings.json (Italian) --- src/lang/it-IT/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/it-IT/langStrings.json b/src/lang/it-IT/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/it-IT/langStrings.json +++ b/src/lang/it-IT/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From 8d1fc7ead3078a8088564121fa23231ce0e113da Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:23 +0800 Subject: [PATCH 15/30] New translations langStrings.json (Japanese) --- src/lang/ja-JP/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/ja-JP/langStrings.json b/src/lang/ja-JP/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/ja-JP/langStrings.json +++ b/src/lang/ja-JP/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From e0199e94dabbdd6f4798e71f4df0ea2be326a9b1 Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:24 +0800 Subject: [PATCH 16/30] New translations langStrings.json (Korean) --- src/lang/ko-KR/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/ko-KR/langStrings.json b/src/lang/ko-KR/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/ko-KR/langStrings.json +++ b/src/lang/ko-KR/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From e3b5bff62d858dee4c4c39cef8a4d50c92c62231 Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:25 +0800 Subject: [PATCH 17/30] New translations langStrings.json (Dutch) --- src/lang/nl-NL/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/nl-NL/langStrings.json b/src/lang/nl-NL/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/nl-NL/langStrings.json +++ b/src/lang/nl-NL/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From c4363f1bff5092ed982beaf4a6c1f0f80cd5fa6e Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:26 +0800 Subject: [PATCH 18/30] New translations langStrings.json (Norwegian) --- src/lang/no-NO/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/no-NO/langStrings.json b/src/lang/no-NO/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/no-NO/langStrings.json +++ b/src/lang/no-NO/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From c3f418ec81e021d8db53bf7dd6a458de2045f4da Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:27 +0800 Subject: [PATCH 19/30] New translations langStrings.json (Polish) --- src/lang/pl-PL/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/pl-PL/langStrings.json b/src/lang/pl-PL/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/pl-PL/langStrings.json +++ b/src/lang/pl-PL/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From af081205af0bc78eb7233dbda3027ea3389f77fa Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:28 +0800 Subject: [PATCH 20/30] New translations langStrings.json (Portuguese) --- src/lang/pt-PT/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/pt-PT/langStrings.json b/src/lang/pt-PT/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/pt-PT/langStrings.json +++ b/src/lang/pt-PT/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From 3c87f8ee4fcd7e8748b0e96fecdb967d9a75f054 Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:29 +0800 Subject: [PATCH 21/30] New translations langStrings.json (Russian) --- src/lang/ru-RU/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/ru-RU/langStrings.json b/src/lang/ru-RU/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/ru-RU/langStrings.json +++ b/src/lang/ru-RU/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From b8d740322ad4be8c171c5867024c98bb456c981d Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:30 +0800 Subject: [PATCH 22/30] New translations langStrings.json (Serbian (Cyrillic)) --- src/lang/sr-SP/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/sr-SP/langStrings.json b/src/lang/sr-SP/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/sr-SP/langStrings.json +++ b/src/lang/sr-SP/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From 63f5c7fc3c40913b31bf19fd2507b016ababa1a5 Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:31 +0800 Subject: [PATCH 23/30] New translations langStrings.json (Swedish) --- src/lang/sv-SE/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/sv-SE/langStrings.json b/src/lang/sv-SE/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/sv-SE/langStrings.json +++ b/src/lang/sv-SE/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From 4a94703a88f6d4206395cdce427074f986921ca5 Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:31 +0800 Subject: [PATCH 24/30] New translations langStrings.json (Turkish) --- src/lang/tr-TR/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/tr-TR/langStrings.json b/src/lang/tr-TR/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/tr-TR/langStrings.json +++ b/src/lang/tr-TR/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From 958c2b0d294c553d706b300f3ee62546bd58691f Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:32 +0800 Subject: [PATCH 25/30] New translations langStrings.json (Ukrainian) --- src/lang/uk-UA/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/uk-UA/langStrings.json b/src/lang/uk-UA/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/uk-UA/langStrings.json +++ b/src/lang/uk-UA/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From 3c9b79730484bbf5c3dfa37b540ea64b97115314 Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:34 +0800 Subject: [PATCH 26/30] New translations langStrings.json (Chinese Simplified) --- src/lang/zh-CN/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/zh-CN/langStrings.json b/src/lang/zh-CN/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/zh-CN/langStrings.json +++ b/src/lang/zh-CN/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From 2872d786669b0247a2baeebd003da45da744f554 Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:35 +0800 Subject: [PATCH 27/30] New translations langStrings.json (Chinese Traditional) --- src/lang/zh-TW/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/zh-TW/langStrings.json b/src/lang/zh-TW/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/zh-TW/langStrings.json +++ b/src/lang/zh-TW/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From 0b37bd12b4798252a0762533d96ea2f0bcc797b7 Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:36 +0800 Subject: [PATCH 28/30] New translations langStrings.json (Vietnamese) --- src/lang/vi-VN/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/vi-VN/langStrings.json b/src/lang/vi-VN/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/vi-VN/langStrings.json +++ b/src/lang/vi-VN/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From 975f0693e26d2bddfa7cb24647b327d082aca342 Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:37 +0800 Subject: [PATCH 29/30] New translations langStrings.json (Portuguese, Brazilian) --- src/lang/pt-BR/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/pt-BR/langStrings.json b/src/lang/pt-BR/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/pt-BR/langStrings.json +++ b/src/lang/pt-BR/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } }, From 9d8ddeb57815e83c454a8e2393a4828f2d379ef7 Mon Sep 17 00:00:00 2001 From: Jozen Blue Martinez Date: Tue, 28 Mar 2023 10:38:38 +0800 Subject: [PATCH 30/30] New translations langStrings.json (Spanish, Latin America) --- src/lang/es-419/langStrings.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/lang/es-419/langStrings.json b/src/lang/es-419/langStrings.json index 3272f65ce6..30e4c47b54 100644 --- a/src/lang/es-419/langStrings.json +++ b/src/lang/es-419/langStrings.json @@ -18,10 +18,12 @@ "addLocalImages": "Add local images", "retryDownload": "Retry download", "generateAppList": "Generate app list", - "saveAppList": "Save app list", - "removeAppList": "Remove app list", - "remainingImages": "Remaining providers:", - "stopUrlRetrieving": "Stop image providers" + "saveAppList": "Save apps to Steam", + "removeAppList": "Remove apps from Steam", + "remainingImages": "Remaining image downloads:", + "stopUrlRetrieving": "Stop image downloads", + "exportSelections": "Export image choices", + "importSelections": "Import image choices" }, "service": { "info": { @@ -47,7 +49,10 @@ "parserFoundNoFiles": "Parser(s) found no files matching user configuration.", "allImagesRetrieved": "All available image urls retrieved.", "providerTimeout__i": "Timeout was requested by \"${provider}\" for ${time} second(s).", - "noAccountsWarning": "User accounts not found. Incorrect Steam directory?" + "noAccountsWarning": "User accounts not found. Incorrect Steam directory?", + "preparingExport": "Preparing export of image choices.", + "exportProgress__i": "Saving image choices ${progress}.", + "readingSelections": "Applying imported image choices." }, "errors": { "fatalError": "Fatal error occurred in Preview. See event log for details.", @@ -60,11 +65,16 @@ "controllerSaveError__i": "Controller error (shortcuts and artwork will still be added): ${error}", "retryingDownload__i": "Image download from \"${imageUrl}\" failed for \"${appTitle}\".", "providerError__i": "Error received from \"${provider}\" for \"${title}\":\n (${url ? `${code}: ${url}` : code}).", - "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}" + "unknownProviderError__i": "Error received from \"${provider}\" for \"${title}\":\n ${error}", + "exportError__i": "Could not save selections package folder: ${error}", + "importJSONFailError__i": "Could not import selections, JSON was malformed: ${error}", + "importFailError__i": "Could not import image choices: ${error}" }, "success": { "writingVDF_entries": "Done adding/removing entries.", - "removingVDF_entries": "Entries have been removed." + "removingVDF_entries": "Entries have been removed.", + "exportSuccess__i": "Image choices folder successfully saved to \"${path}\"!", + "importSelectionsSuccess__i": "Successfully imported ${count} image choices!" } } },