From 7fb399c26d5167bfd869c950b65ce2ee0c4c1fe7 Mon Sep 17 00:00:00 2001 From: Caleb Gardner Date: Thu, 29 Aug 2024 05:57:08 -0500 Subject: [PATCH 1/8] New translations app_en.arb (French) --- lib/l10n/app_fr.arb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/l10n/app_fr.arb b/lib/l10n/app_fr.arb index 0e165959..9d0d6b5b 100644 --- a/lib/l10n/app_fr.arb +++ b/lib/l10n/app_fr.arb @@ -18,9 +18,9 @@ "introPage0ManualImportLine2": "2) Sélectionnez le dossier SWChars", "introPage0ManualImportLine3": "3) Appuyez longuement sur l'un des fichiers jusqu'à ce qu'il passe en mode multi-sélection, puis sélectionnez tous les autres fichiers du dossier", "introPage0ManualImportLine4": "4) Cliquez sur le bouton Sélectionner les fichiers.", - "introPage1Title": "Stupid Backend", - "introPage1StupidExplainationv2": "This app (optionally) uses a backend called Stupid Backend. It is completely open source and collects zero information other then what's needed. It's used for crash reporting, logging the app's startup (for user count), and sharing profiles. No sensitive information is collected or stored.", - "introStupidExistingUsersv2": "Firebase has been replaced with my custom backend called Stupid Backend. It is completely open source and collects zero information other then what's needed. It's used for crash reporting, logging the app's startup (for user count), and sharing profiles. No sensitive information is collected or stored.", + "introPage1Title": "Darkstorm Backend", + "introPage1DarkstormExplaination": "This app (optionally) uses my custom backend called Darkstorm Backend. It is completely open source and collects zero information other then what's needed. It's used for crash reporting, user counts, and sharing profiles. No sensitive information is collected or stored.", + "introDarkstormExistingUsers": "Firebase has been replaced with my custom backend called Darkstorm Backend. It is completely open source and collects zero information other then what's needed. It's used for crash reporting, logging the app's startup (for user count), and sharing profiles. No sensitive information is collected or stored.", "importSuccess": "{number} profils importés avec succès.", "@importSuccess": { "description": "Shown after imported old profiles. number is how many profiles imported.", @@ -376,10 +376,10 @@ "additive": "Additive", "additiveExplaination": "Health starts at 0 and damage increases it", "colorDice": "Lanceur de dés rapide", - "stupid": "Stupid backend", - "stupidSub": "Needed for profiles sharing", - "stupidCrash": "Crash reporting", - "stupidLog": "Stupid startup log", + "darkstorm": "Darkstorm backend", + "darkstormSub": "Needed for profiles sharing", + "darkstormCrash": "Crash reporting", + "darkstormCount": "Darkstorm user count", "aboutText": "Voir https://github.com/CalebQ42/SWAssistant pour la licence et d'autres informations", "ads": "Annonces", "cloudSave": "Sauvegarde dans le Cloud (via Google Drive)", @@ -392,5 +392,5 @@ "failServer": "Server error", "failTimeout": "Timed out", "downloadFailed": "Download Failed", - "noConnectionStupid": "Can't connect to Stupid" + "noConnectionDarkstorm": "Can't connect to Darkstorm backend" } \ No newline at end of file From 7b95c8812d586bbb0c9fc200da41707a78119fb8 Mon Sep 17 00:00:00 2001 From: Caleb Gardner Date: Thu, 29 Aug 2024 05:57:09 -0500 Subject: [PATCH 2/8] New translations app_en.arb (Spanish) --- lib/l10n/app_es.arb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/l10n/app_es.arb b/lib/l10n/app_es.arb index a285c885..db553dae 100644 --- a/lib/l10n/app_es.arb +++ b/lib/l10n/app_es.arb @@ -18,9 +18,9 @@ "introPage0ManualImportLine2": "2) Select the folder named SWChars", "introPage0ManualImportLine3": "3) Long press on one of the files until it goes into multi-select mode, then select all the other files in the folder", "introPage0ManualImportLine4": "4) Click the Select Files button.", - "introPage1Title": "Stupid Backend", - "introPage1StupidExplainationv2": "This app (optionally) uses a backend called Stupid Backend. It is completely open source and collects zero information other then what's needed. It's used for crash reporting, logging the app's startup (for user count), and sharing profiles. No sensitive information is collected or stored.", - "introStupidExistingUsersv2": "Firebase has been replaced with my custom backend called Stupid Backend. It is completely open source and collects zero information other then what's needed. It's used for crash reporting, logging the app's startup (for user count), and sharing profiles. No sensitive information is collected or stored.", + "introPage1Title": "Darkstorm Backend", + "introPage1DarkstormExplaination": "This app (optionally) uses my custom backend called Darkstorm Backend. It is completely open source and collects zero information other then what's needed. It's used for crash reporting, user counts, and sharing profiles. No sensitive information is collected or stored.", + "introDarkstormExistingUsers": "Firebase has been replaced with my custom backend called Darkstorm Backend. It is completely open source and collects zero information other then what's needed. It's used for crash reporting, logging the app's startup (for user count), and sharing profiles. No sensitive information is collected or stored.", "importSuccess": "Successfully imported {number} profiles.", "@importSuccess": { "description": "Shown after imported old profiles. number is how many profiles imported.", @@ -376,10 +376,10 @@ "additive": "Additive", "additiveExplaination": "Health starts at 0 and damage increases it", "colorDice": "Color Dice Roller", - "stupid": "Stupid backend", - "stupidSub": "Needed for profiles sharing", - "stupidCrash": "Crash reporting", - "stupidLog": "Stupid startup log", + "darkstorm": "Darkstorm backend", + "darkstormSub": "Needed for profiles sharing", + "darkstormCrash": "Crash reporting", + "darkstormCount": "Darkstorm user count", "aboutText": "See https://github.com/CalebQ42/SWAssistant for license and other info", "ads": "Ads", "cloudSave": "Cloud Save (via Google Drive)", @@ -392,5 +392,5 @@ "failServer": "Server error", "failTimeout": "Timed out", "downloadFailed": "Download Failed", - "noConnectionStupid": "Can't connect to Stupid" + "noConnectionDarkstorm": "Can't connect to Darkstorm backend" } \ No newline at end of file From dce875b333dc2ae26a52bb6f0b4f4693b3c6097a Mon Sep 17 00:00:00 2001 From: Caleb Gardner Date: Thu, 29 Aug 2024 05:57:10 -0500 Subject: [PATCH 3/8] New translations app_en.arb (German) --- lib/l10n/app_de.arb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/l10n/app_de.arb b/lib/l10n/app_de.arb index b8817cde..68237cc4 100644 --- a/lib/l10n/app_de.arb +++ b/lib/l10n/app_de.arb @@ -18,9 +18,9 @@ "introPage0ManualImportLine2": "2) Select the folder named SWChars", "introPage0ManualImportLine3": "3) Long press on one of the files until it goes into multi-select mode, then select all the other files in the folder", "introPage0ManualImportLine4": "4) Click the Select Files button.", - "introPage1Title": "Stupid Backend", - "introPage1StupidExplainationv2": "This app (optionally) uses a backend called Stupid Backend. It is completely open source and collects zero information other then what's needed. It's used for crash reporting, logging the app's startup (for user count), and sharing profiles. No sensitive information is collected or stored.", - "introStupidExistingUsersv2": "Firebase has been replaced with my custom backend called Stupid Backend. It is completely open source and collects zero information other then what's needed. It's used for crash reporting, logging the app's startup (for user count), and sharing profiles. No sensitive information is collected or stored.", + "introPage1Title": "Darkstorm Backend", + "introPage1DarkstormExplaination": "This app (optionally) uses my custom backend called Darkstorm Backend. It is completely open source and collects zero information other then what's needed. It's used for crash reporting, user counts, and sharing profiles. No sensitive information is collected or stored.", + "introDarkstormExistingUsers": "Firebase has been replaced with my custom backend called Darkstorm Backend. It is completely open source and collects zero information other then what's needed. It's used for crash reporting, logging the app's startup (for user count), and sharing profiles. No sensitive information is collected or stored.", "importSuccess": "Successfully imported {number} profiles.", "@importSuccess": { "description": "Shown after imported old profiles. number is how many profiles imported.", @@ -376,10 +376,10 @@ "additive": "Additive", "additiveExplaination": "Health starts at 0 and damage increases it", "colorDice": "Color Dice Roller", - "stupid": "Stupid backend", - "stupidSub": "Needed for profiles sharing", - "stupidCrash": "Crash reporting", - "stupidLog": "Stupid startup log", + "darkstorm": "Darkstorm backend", + "darkstormSub": "Needed for profiles sharing", + "darkstormCrash": "Crash reporting", + "darkstormCount": "Darkstorm user count", "aboutText": "See https://github.com/CalebQ42/SWAssistant for license and other info", "ads": "Ads", "cloudSave": "Cloud Save (via Google Drive)", @@ -392,5 +392,5 @@ "failServer": "Server error", "failTimeout": "Timed out", "downloadFailed": "Download Failed", - "noConnectionStupid": "Can't connect to Stupid" + "noConnectionDarkstorm": "Can't connect to Darkstorm backend" } \ No newline at end of file From 9bf0c44724d229f1d643238e2e8e38b3e4002646 Mon Sep 17 00:00:00 2001 From: Caleb Gardner Date: Thu, 29 Aug 2024 05:57:11 -0500 Subject: [PATCH 4/8] New translations app_en.arb (Italian) --- lib/l10n/app_it.arb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/l10n/app_it.arb b/lib/l10n/app_it.arb index 160650fc..a4944bc6 100644 --- a/lib/l10n/app_it.arb +++ b/lib/l10n/app_it.arb @@ -18,9 +18,9 @@ "introPage0ManualImportLine2": "2) Selezionare la cartella chiamata SWChars", "introPage0ManualImportLine3": "3) Premere a lungo su uno dei file fino a quando non entra in modalità multi-selezione, quindi selezionare tutti gli altri file nella cartella", "introPage0ManualImportLine4": "4) Fare clic su Seleziona File.", - "introPage1Title": "Stupid Backend", - "introPage1StupidExplainationv2": "This app (optionally) uses a backend called Stupid Backend. It is completely open source and collects zero information other then what's needed. It's used for crash reporting, logging the app's startup (for user count), and sharing profiles. No sensitive information is collected or stored.", - "introStupidExistingUsersv2": "Firebase has been replaced with my custom backend called Stupid Backend. It is completely open source and collects zero information other then what's needed. It's used for crash reporting, logging the app's startup (for user count), and sharing profiles. No sensitive information is collected or stored.", + "introPage1Title": "Darkstorm Backend", + "introPage1DarkstormExplaination": "This app (optionally) uses my custom backend called Darkstorm Backend. It is completely open source and collects zero information other then what's needed. It's used for crash reporting, user counts, and sharing profiles. No sensitive information is collected or stored.", + "introDarkstormExistingUsers": "Firebase has been replaced with my custom backend called Darkstorm Backend. It is completely open source and collects zero information other then what's needed. It's used for crash reporting, logging the app's startup (for user count), and sharing profiles. No sensitive information is collected or stored.", "importSuccess": "Importati con successo {number} profili.", "@importSuccess": { "description": "Shown after imported old profiles. number is how many profiles imported.", @@ -376,10 +376,10 @@ "additive": "Aggiunta", "additiveExplaination": "La salute inizia a 0 e il danno l'aumenta", "colorDice": "Colore Lancia Dadi", - "stupid": "Stupid backend", - "stupidSub": "Needed for profiles sharing", - "stupidCrash": "Crash reporting", - "stupidLog": "Stupid startup log", + "darkstorm": "Darkstorm backend", + "darkstormSub": "Needed for profiles sharing", + "darkstormCrash": "Crash reporting", + "darkstormCount": "Darkstorm user count", "aboutText": "Visita https://github.com/CalebQ42/SWAssistant per la licenza e altre informazioni", "ads": "Ads", "cloudSave": "Salvataggio Cloud (tramite Google Drive)", @@ -392,5 +392,5 @@ "failServer": "Server error", "failTimeout": "Timed out", "downloadFailed": "Download Failed", - "noConnectionStupid": "Can't connect to Stupid" + "noConnectionDarkstorm": "Can't connect to Darkstorm backend" } \ No newline at end of file From 9f40d04dfe35116a87b53767ce213c1506dc48ce Mon Sep 17 00:00:00 2001 From: Caleb Gardner Date: Fri, 30 Aug 2024 01:55:05 -0500 Subject: [PATCH 5/8] New translations app_en.arb (French) --- lib/l10n/app_fr.arb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/l10n/app_fr.arb b/lib/l10n/app_fr.arb index 9d0d6b5b..589581b0 100644 --- a/lib/l10n/app_fr.arb +++ b/lib/l10n/app_fr.arb @@ -203,6 +203,7 @@ "skills33": "Connaissance(Pègre)", "skills34": "Connaissance(Xenologie)", "skills35": "Autre...", + "skillName": "Skill Name", "severity": "Gravité", "severityLevel1": "Facile", "severityLevel2": "Moyen", @@ -383,6 +384,7 @@ "aboutText": "Voir https://github.com/CalebQ42/SWAssistant pour la licence et d'autres informations", "ads": "Annonces", "cloudSave": "Sauvegarde dans le Cloud (via Google Drive)", + "disableAnimations": "Disable Animations (For Performance)", "showIntro": "Ignorer l'introduction", "shareCode": "Share Code", "uploadDisclaimer": "The share code will be valid for 12 hours", From dead1d05b30df3561d73afabedbb2a8032658bf1 Mon Sep 17 00:00:00 2001 From: Caleb Gardner Date: Fri, 30 Aug 2024 01:55:06 -0500 Subject: [PATCH 6/8] New translations app_en.arb (Spanish) --- lib/l10n/app_es.arb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/l10n/app_es.arb b/lib/l10n/app_es.arb index db553dae..8aa5225f 100644 --- a/lib/l10n/app_es.arb +++ b/lib/l10n/app_es.arb @@ -203,6 +203,7 @@ "skills33": "Bajos fondos", "skills34": "Xenología", "skills35": "Other...", + "skillName": "Skill Name", "severity": "Severity", "severityLevel1": "Fácil", "severityLevel2": "Media", @@ -383,6 +384,7 @@ "aboutText": "See https://github.com/CalebQ42/SWAssistant for license and other info", "ads": "Ads", "cloudSave": "Cloud Save (via Google Drive)", + "disableAnimations": "Disable Animations (For Performance)", "showIntro": "Show Intro", "shareCode": "Share Code", "uploadDisclaimer": "The share code will be valid for 12 hours", From ef1d53c3191f1f16e2cdfb5b3b4207bd12fcfd8e Mon Sep 17 00:00:00 2001 From: Caleb Gardner Date: Fri, 30 Aug 2024 01:55:07 -0500 Subject: [PATCH 7/8] New translations app_en.arb (German) --- lib/l10n/app_de.arb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/l10n/app_de.arb b/lib/l10n/app_de.arb index 68237cc4..5aa051ec 100644 --- a/lib/l10n/app_de.arb +++ b/lib/l10n/app_de.arb @@ -203,6 +203,7 @@ "skills33": "Wissen (Unterwelt)", "skills34": "Wissen (Xenologie)", "skills35": "Other...", + "skillName": "Skill Name", "severity": "Severity", "severityLevel1": "Einfach", "severityLevel2": "Mittelschwer", @@ -383,6 +384,7 @@ "aboutText": "See https://github.com/CalebQ42/SWAssistant for license and other info", "ads": "Ads", "cloudSave": "Cloud Save (via Google Drive)", + "disableAnimations": "Disable Animations (For Performance)", "showIntro": "Show Intro", "shareCode": "Share Code", "uploadDisclaimer": "The share code will be valid for 12 hours", From f08e2d24583d005d1e607f469cf92f0631c4a616 Mon Sep 17 00:00:00 2001 From: Caleb Gardner Date: Fri, 30 Aug 2024 01:55:08 -0500 Subject: [PATCH 8/8] New translations app_en.arb (Italian) --- lib/l10n/app_it.arb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/l10n/app_it.arb b/lib/l10n/app_it.arb index a4944bc6..9fc02d94 100644 --- a/lib/l10n/app_it.arb +++ b/lib/l10n/app_it.arb @@ -203,6 +203,7 @@ "skills33": "Conoscenza (Submondo)", "skills34": "Conoscenza (Xenologia)", "skills35": "Altro...", + "skillName": "Skill Name", "severity": "Gravità", "severityLevel1": "Facile", "severityLevel2": "Moderato", @@ -383,6 +384,7 @@ "aboutText": "Visita https://github.com/CalebQ42/SWAssistant per la licenza e altre informazioni", "ads": "Ads", "cloudSave": "Salvataggio Cloud (tramite Google Drive)", + "disableAnimations": "Disable Animations (For Performance)", "showIntro": "Mostra Introduzione", "shareCode": "Share Code", "uploadDisclaimer": "The share code will be valid for 12 hours",