From 9717eaedb15d5a0613c453e03c4103d797e900c6 Mon Sep 17 00:00:00 2001
From: smartfridge <37928912+smartfrigde@users.noreply.github.com>
Date: Sat, 16 Jul 2022 11:31:34 +0200
Subject: [PATCH 01/12] Add description strings to i18n
---
assets/lang/en-US.json | 34 ++++++++++++++++++++++++++++++----
src/settings/settings.html | 19 ++++++++++---------
2 files changed, 40 insertions(+), 13 deletions(-)
diff --git a/assets/lang/en-US.json b/assets/lang/en-US.json
index 5c963b1..05132cc 100644
--- a/assets/lang/en-US.json
+++ b/assets/lang/en-US.json
@@ -13,18 +13,44 @@
"next": "Next",
"setup_question4": "Select a client mod you want to install:",
"setup_question4_clientmodnotice": "Why not all of them? Having many client mods at the same time can cause issues. If you really want to do it though, check our Discord.",
- "settings-theme": "ArmCord theme:",
+ "settings-theme": "ArmCord theme",
+ "settings-theme-desc1": "ArmCord \"themes\" manage apps behaviour and looks.",
+ "settings-theme-desc2": "this is how ArmCord looks when you first launch it. It includes recreation of Discord's\n custom titlebar and ArmCord specific styles injected into Discord.",
+ "settings-theme-desc3": "uses native titlebar of OS you're currently running (e.g Windows 7/10). Functions more\n similar to actual Discord app on Linux.",
"settings-theme-default": "Default",
"settings-theme-native": "Native",
+ "settings-csp-desc": "ArmCord CSP is our system that manages loading custom content loading into the Discord app. Stuff like\n client mods and themes depend on it. Disable if you want to get rid of mods and custom styles.",
"settings-tray": "Minimize to tray",
+ "settings-tray-desc": "When disabled, ArmCord will close like any other window when closed, otherwise it'll sit back and relax\n in your system tray for later.",
"settings-patches": "Automatic Patches",
+ "settings-patches-desk": "Fetches automatic patches that are distributed if release turns out to have bugs after release. Usually\n you don't have to keep this enabled, unless notified in support Discord.",
"settings-mobileMode": "Mobile mode",
- "settings-channel": "Discord channel:",
+ "settings-mobileMode-desc": "If you're on a device with touch-screen this feature is for you! It activates Discord's hidden mobile\n mode meant for phones and tablets. Only major feature missing is voice chat support. This is ideal for\n users on PinePhone and similar.",
+ "settings-channel": "Discord channel",
+ "settings-channel-desc1": "You can use this setting to change current instance of Discord:",
+ "settings-channel-desc2": "you're probably most familiar with this one. It's the one you see in default Discord\n client!",
+ "settings-channel-desc3": "this is alpha test release of Discord. By using it you gain access to the newest\n features and fixes.",
+ "settings-channel-desc4": "public test build. Receives features earlier than stable but is a bit older than Canary.",
+ "settings-channel-desc5": "unofficial instance of Discord that takes you back to 2016! None of the client mods\n bundled with ArmCord work with it. It's run by community, so you take all the risk by using it.",
"settings-invitewebsocket": "Invite Websocket",
- "settings-mod": "Client mod:",
- "settings-prfmMode": "Performance mode:",
+ "settings-invitewebsocket-desc": "When enabled ArmCord will support Discord.gg links which means that if you open an invite link in your\n browser, ArmCord will automatically accept the invite. Can be unresponsive at times.",
+ "settings-altPaste": "Alternative Paste",
+ "settings-altPaste-desc": "If you're on Gnome on Linux or just simply can't paste images copied from other messages, then this is\n for you. This enables alternative module for pasting images. Only enable this when you're experiencing\n issues.",
+ "settings-mod": "Client mod",
+ "settings-mod-desc1": "Client mods are programs that allow you customize your Discord experience. They can change appearance of\n the client, modify behaviours or add new features!",
+ "settings-mod-desc2": "focuses on making the Discord plugin development experience easier. Minimal and\n lightweight.",
+ "settings-mod-desc3": "light, secure, and easy to use, with out of the box experience. Features a built-in\n store for plugins.",
+ "settings-mod-desc4": "heavily work in progress, doesn't have a working UI.",
+ "settings-prfmMode": "Performance mode",
+ "settings-prfmMode": "Performance mode is an experimental function that may either increase responsiveness and performance of\n ArmCord or... decrease it. Please try every option and see which fits you the best.",
"settings-prfmMode-performance": "Performance",
"settings-prfmMode-battery": "Battery",
+ "settings-trayIcon": "Tray icon",
+ "settings-trayIcon-desc": "Set the icon which will appear in tray menu.",
+ "settings-advanced": "️Advanced user zone",
+ "settings-pluginsFolder": "Open plugins folder",
+ "settings-themesFolder": "Open themes folder",
+ "settings-storageFolder": "Open storage folder",
"settings-none": "None",
"settings-save": "Save Settings",
"settings-updater": "Check for updates"
diff --git a/src/settings/settings.html b/src/settings/settings.html
index 080df08..a75a8d2 100644
--- a/src/settings/settings.html
+++ b/src/settings/settings.html
@@ -17,15 +17,15 @@
-
ArmCord theme:
+
ArmCord theme
- ArmCord "themes" are basically behaviour packs.
+ ArmCord "themes" manage apps behaviour and looks.
Default - this is how ArmCord looks when you first launch it. It includes recreation of Discord's
custom titlebar and ArmCord specific styles injected into Discord.
Native - uses native titlebar of OS you're currently running (e.g Windows 7/10). Functions more
- similar to actual Discord app.
+ similar to actual Discord app on Linux.
@@ -99,17 +99,18 @@
-
Discord channel:
+
Discord channel
You can use this setting to change current instance of Discord:
Stable - you're probably most familiar with this one. It's the one you see in default Discord
client!
- Canary - this is alpha test release of Discord. By using it you gain access to newest
+ Canary - this is alpha test release of Discord. By using it you gain access to the newest
features and fixes.
- PTB - public test build. Gets features earlier than stable but is a bit older than Canary.
+ PTB - public test build. Receives features earlier than stable but is a bit older than
+ Canary.
Hummus - unofficial instance of Discord that takes you back to 2016! None of the client mods
bundled with ArmCord work with it. It's run by community, so you take all the risk by using it.
@@ -124,7 +125,7 @@
-
Client mod:
+
Client mod
Client mods are programs that allow you customize your Discord experience. They can change appearance of
the client, modify behaviours or add new features!
@@ -145,7 +146,7 @@
-
Performance mode:
+
Performance mode
Performance mode is an experimental function that may either increase responsiveness and performance of
ArmCord or... decrease it. Please try every option and see which fits you the best.
@@ -161,7 +162,7 @@
-
Tray icon:
+
Tray icon
Set the icon which will appear in tray menu.
From 3ef612b3c70ac0cfdc82f9d038b563a7c94836d8 Mon Sep 17 00:00:00 2001
From: Anonymous
Date: Sat, 16 Jul 2022 09:32:26 +0000
Subject: [PATCH 02/12] Translated using Weblate (French)
Currently translated at 37.0% (20 of 54 strings)
Translation: ArmCord/ArmCord
Translate-URL: https://hosted.weblate.org/projects/armcord/armcord/fr/
---
assets/lang/fr-FR.json | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/assets/lang/fr-FR.json b/assets/lang/fr-FR.json
index 2c486bf..d25cd4b 100644
--- a/assets/lang/fr-FR.json
+++ b/assets/lang/fr-FR.json
@@ -27,5 +27,30 @@
"settings-prfmMode-performance": "Performance",
"settings-prfmMode-battery": "Batterie",
"settings-none": "Aucun",
- "settings-mobileMode": "Mobile mode"
+ "settings-mobileMode": "Mobile mode",
+ "settings-theme-desc1": "ArmCord \"themes\" manage apps behaviour and looks.",
+ "settings-channel-desc4": "public test build. Receives features earlier than stable but is a bit older than Canary.",
+ "settings-altPaste": "Alternative Paste",
+ "settings-storageFolder": "Open storage folder",
+ "settings-theme-desc2": "this is how ArmCord looks when you first launch it. It includes recreation of Discord's\n custom titlebar and ArmCord specific styles injected into Discord.",
+ "settings-theme-desc3": "uses native titlebar of OS you're currently running (e.g Windows 7/10). Functions more\n similar to actual Discord app on Linux.",
+ "settings-csp-desc": "ArmCord CSP is our system that manages loading custom content loading into the Discord app. Stuff like\n client mods and themes depend on it. Disable if you want to get rid of mods and custom styles.",
+ "settings-tray-desc": "When disabled, ArmCord will close like any other window when closed, otherwise it'll sit back and relax\n in your system tray for later.",
+ "settings-patches-desk": "Fetches automatic patches that are distributed if release turns out to have bugs after release. Usually\n you don't have to keep this enabled, unless notified in support Discord.",
+ "settings-mobileMode-desc": "If you're on a device with touch-screen this feature is for you! It activates Discord's hidden mobile\n mode meant for phones and tablets. Only major feature missing is voice chat support. This is ideal for\n users on PinePhone and similar.",
+ "settings-channel-desc1": "You can use this setting to change current instance of Discord:",
+ "settings-channel-desc2": "you're probably most familiar with this one. It's the one you see in default Discord\n client!",
+ "settings-channel-desc3": "this is alpha test release of Discord. By using it you gain access to the newest\n features and fixes.",
+ "settings-channel-desc5": "unofficial instance of Discord that takes you back to 2016! None of the client mods\n bundled with ArmCord work with it. It's run by community, so you take all the risk by using it.",
+ "settings-invitewebsocket-desc": "When enabled ArmCord will support Discord.gg links which means that if you open an invite link in your\n browser, ArmCord will automatically accept the invite. Can be unresponsive at times.",
+ "settings-altPaste-desc": "If you're on Gnome on Linux or just simply can't paste images copied from other messages, then this is\n for you. This enables alternative module for pasting images. Only enable this when you're experiencing\n issues.",
+ "settings-mod-desc1": "Client mods are programs that allow you customize your Discord experience. They can change appearance of\n the client, modify behaviours or add new features!",
+ "settings-mod-desc2": "focuses on making the Discord plugin development experience easier. Minimal and\n lightweight.",
+ "settings-mod-desc3": "light, secure, and easy to use, with out of the box experience. Features a built-in\n store for plugins.",
+ "settings-mod-desc4": "heavily work in progress, doesn't have a working UI.",
+ "settings-trayIcon": "Tray icon",
+ "settings-trayIcon-desc": "Set the icon which will appear in tray menu.",
+ "settings-advanced": "️Advanced user zone",
+ "settings-pluginsFolder": "Open plugins folder",
+ "settings-themesFolder": "Open themes folder"
}
From 5d1721c9f90a9a466486d1cb93524711b99dedc7 Mon Sep 17 00:00:00 2001
From: Anonymous
Date: Sat, 16 Jul 2022 09:32:46 +0000
Subject: [PATCH 03/12] Translated using Weblate (Italian)
Currently translated at 37.0% (20 of 54 strings)
Translation: ArmCord/ArmCord
Translate-URL: https://hosted.weblate.org/projects/armcord/armcord/it/
---
assets/lang/it-IT.json | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/assets/lang/it-IT.json b/assets/lang/it-IT.json
index 8895906..c6e958c 100644
--- a/assets/lang/it-IT.json
+++ b/assets/lang/it-IT.json
@@ -27,5 +27,30 @@
"settings-prfmMode-performance": "Performance",
"settings-prfmMode-battery": "Battery",
"settings-none": "None",
- "settings-mobileMode": "Mobile mode"
+ "settings-mobileMode": "Mobile mode",
+ "settings-theme-desc1": "ArmCord \"themes\" manage apps behaviour and looks.",
+ "settings-theme-desc2": "this is how ArmCord looks when you first launch it. It includes recreation of Discord's\n custom titlebar and ArmCord specific styles injected into Discord.",
+ "settings-theme-desc3": "uses native titlebar of OS you're currently running (e.g Windows 7/10). Functions more\n similar to actual Discord app on Linux.",
+ "settings-csp-desc": "ArmCord CSP is our system that manages loading custom content loading into the Discord app. Stuff like\n client mods and themes depend on it. Disable if you want to get rid of mods and custom styles.",
+ "settings-patches-desk": "Fetches automatic patches that are distributed if release turns out to have bugs after release. Usually\n you don't have to keep this enabled, unless notified in support Discord.",
+ "settings-mobileMode-desc": "If you're on a device with touch-screen this feature is for you! It activates Discord's hidden mobile\n mode meant for phones and tablets. Only major feature missing is voice chat support. This is ideal for\n users on PinePhone and similar.",
+ "settings-channel-desc1": "You can use this setting to change current instance of Discord:",
+ "settings-channel-desc2": "you're probably most familiar with this one. It's the one you see in default Discord\n client!",
+ "settings-channel-desc3": "this is alpha test release of Discord. By using it you gain access to the newest\n features and fixes.",
+ "settings-channel-desc4": "public test build. Receives features earlier than stable but is a bit older than Canary.",
+ "settings-tray-desc": "When disabled, ArmCord will close like any other window when closed, otherwise it'll sit back and relax\n in your system tray for later.",
+ "settings-invitewebsocket-desc": "When enabled ArmCord will support Discord.gg links which means that if you open an invite link in your\n browser, ArmCord will automatically accept the invite. Can be unresponsive at times.",
+ "settings-altPaste": "Alternative Paste",
+ "settings-altPaste-desc": "If you're on Gnome on Linux or just simply can't paste images copied from other messages, then this is\n for you. This enables alternative module for pasting images. Only enable this when you're experiencing\n issues.",
+ "settings-mod-desc1": "Client mods are programs that allow you customize your Discord experience. They can change appearance of\n the client, modify behaviours or add new features!",
+ "settings-mod-desc2": "focuses on making the Discord plugin development experience easier. Minimal and\n lightweight.",
+ "settings-channel-desc5": "unofficial instance of Discord that takes you back to 2016! None of the client mods\n bundled with ArmCord work with it. It's run by community, so you take all the risk by using it.",
+ "settings-mod-desc3": "light, secure, and easy to use, with out of the box experience. Features a built-in\n store for plugins.",
+ "settings-mod-desc4": "heavily work in progress, doesn't have a working UI.",
+ "settings-trayIcon": "Tray icon",
+ "settings-trayIcon-desc": "Set the icon which will appear in tray menu.",
+ "settings-advanced": "️Advanced user zone",
+ "settings-pluginsFolder": "Open plugins folder",
+ "settings-themesFolder": "Open themes folder",
+ "settings-storageFolder": "Open storage folder"
}
From f404a7356a24b5357ff370c04b31c7c921f5d73c Mon Sep 17 00:00:00 2001
From: Anonymous
Date: Sat, 16 Jul 2022 09:32:28 +0000
Subject: [PATCH 04/12] =?UTF-8?q?Translated=20using=20Weblate=20(Norwegian?=
=?UTF-8?q?=20Bokm=C3=A5l)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Currently translated at 37.0% (20 of 54 strings)
Translation: ArmCord/ArmCord
Translate-URL: https://hosted.weblate.org/projects/armcord/armcord/nb_NO/
---
assets/lang/nb-NO.json | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/assets/lang/nb-NO.json b/assets/lang/nb-NO.json
index 3066c0f..b5ad9b1 100644
--- a/assets/lang/nb-NO.json
+++ b/assets/lang/nb-NO.json
@@ -27,5 +27,30 @@
"settings-prfmMode-performance": "Performance",
"settings-prfmMode-battery": "Battery",
"settings-none": "None",
- "settings-mobileMode": "Mobile mode"
+ "settings-mobileMode": "Mobile mode",
+ "settings-theme-desc1": "ArmCord \"themes\" manage apps behaviour and looks.",
+ "settings-theme-desc2": "this is how ArmCord looks when you first launch it. It includes recreation of Discord's\n custom titlebar and ArmCord specific styles injected into Discord.",
+ "settings-theme-desc3": "uses native titlebar of OS you're currently running (e.g Windows 7/10). Functions more\n similar to actual Discord app on Linux.",
+ "settings-csp-desc": "ArmCord CSP is our system that manages loading custom content loading into the Discord app. Stuff like\n client mods and themes depend on it. Disable if you want to get rid of mods and custom styles.",
+ "settings-tray-desc": "When disabled, ArmCord will close like any other window when closed, otherwise it'll sit back and relax\n in your system tray for later.",
+ "settings-channel-desc1": "You can use this setting to change current instance of Discord:",
+ "settings-patches-desk": "Fetches automatic patches that are distributed if release turns out to have bugs after release. Usually\n you don't have to keep this enabled, unless notified in support Discord.",
+ "settings-mobileMode-desc": "If you're on a device with touch-screen this feature is for you! It activates Discord's hidden mobile\n mode meant for phones and tablets. Only major feature missing is voice chat support. This is ideal for\n users on PinePhone and similar.",
+ "settings-channel-desc2": "you're probably most familiar with this one. It's the one you see in default Discord\n client!",
+ "settings-channel-desc3": "this is alpha test release of Discord. By using it you gain access to the newest\n features and fixes.",
+ "settings-channel-desc4": "public test build. Receives features earlier than stable but is a bit older than Canary.",
+ "settings-channel-desc5": "unofficial instance of Discord that takes you back to 2016! None of the client mods\n bundled with ArmCord work with it. It's run by community, so you take all the risk by using it.",
+ "settings-invitewebsocket-desc": "When enabled ArmCord will support Discord.gg links which means that if you open an invite link in your\n browser, ArmCord will automatically accept the invite. Can be unresponsive at times.",
+ "settings-altPaste": "Alternative Paste",
+ "settings-altPaste-desc": "If you're on Gnome on Linux or just simply can't paste images copied from other messages, then this is\n for you. This enables alternative module for pasting images. Only enable this when you're experiencing\n issues.",
+ "settings-mod-desc1": "Client mods are programs that allow you customize your Discord experience. They can change appearance of\n the client, modify behaviours or add new features!",
+ "settings-mod-desc2": "focuses on making the Discord plugin development experience easier. Minimal and\n lightweight.",
+ "settings-mod-desc3": "light, secure, and easy to use, with out of the box experience. Features a built-in\n store for plugins.",
+ "settings-mod-desc4": "heavily work in progress, doesn't have a working UI.",
+ "settings-trayIcon": "Tray icon",
+ "settings-trayIcon-desc": "Set the icon which will appear in tray menu.",
+ "settings-advanced": "️Advanced user zone",
+ "settings-pluginsFolder": "Open plugins folder",
+ "settings-themesFolder": "Open themes folder",
+ "settings-storageFolder": "Open storage folder"
}
From e411b8653c0f9cdc15802a22188798b8e39a6134 Mon Sep 17 00:00:00 2001
From: Anonymous
Date: Sat, 16 Jul 2022 09:32:31 +0000
Subject: [PATCH 05/12] Translated using Weblate (Dutch)
Currently translated at 37.0% (20 of 54 strings)
Translation: ArmCord/ArmCord
Translate-URL: https://hosted.weblate.org/projects/armcord/armcord/nl/
---
assets/lang/nl-NL.json | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/assets/lang/nl-NL.json b/assets/lang/nl-NL.json
index fd83845..aff7295 100644
--- a/assets/lang/nl-NL.json
+++ b/assets/lang/nl-NL.json
@@ -27,5 +27,30 @@
"settings-prfmMode": "Performance mode:",
"settings-prfmMode-performance": "Performance",
"settings-prfmMode-battery": "Battery",
- "settings-mobileMode": "Mobile mode"
+ "settings-mobileMode": "Mobile mode",
+ "settings-channel-desc3": "this is alpha test release of Discord. By using it you gain access to the newest\n features and fixes.",
+ "settings-altPaste": "Alternative Paste",
+ "settings-invitewebsocket-desc": "When enabled ArmCord will support Discord.gg links which means that if you open an invite link in your\n browser, ArmCord will automatically accept the invite. Can be unresponsive at times.",
+ "settings-altPaste-desc": "If you're on Gnome on Linux or just simply can't paste images copied from other messages, then this is\n for you. This enables alternative module for pasting images. Only enable this when you're experiencing\n issues.",
+ "settings-theme-desc1": "ArmCord \"themes\" manage apps behaviour and looks.",
+ "settings-theme-desc2": "this is how ArmCord looks when you first launch it. It includes recreation of Discord's\n custom titlebar and ArmCord specific styles injected into Discord.",
+ "settings-theme-desc3": "uses native titlebar of OS you're currently running (e.g Windows 7/10). Functions more\n similar to actual Discord app on Linux.",
+ "settings-csp-desc": "ArmCord CSP is our system that manages loading custom content loading into the Discord app. Stuff like\n client mods and themes depend on it. Disable if you want to get rid of mods and custom styles.",
+ "settings-tray-desc": "When disabled, ArmCord will close like any other window when closed, otherwise it'll sit back and relax\n in your system tray for later.",
+ "settings-patches-desk": "Fetches automatic patches that are distributed if release turns out to have bugs after release. Usually\n you don't have to keep this enabled, unless notified in support Discord.",
+ "settings-mobileMode-desc": "If you're on a device with touch-screen this feature is for you! It activates Discord's hidden mobile\n mode meant for phones and tablets. Only major feature missing is voice chat support. This is ideal for\n users on PinePhone and similar.",
+ "settings-channel-desc1": "You can use this setting to change current instance of Discord:",
+ "settings-channel-desc2": "you're probably most familiar with this one. It's the one you see in default Discord\n client!",
+ "settings-channel-desc4": "public test build. Receives features earlier than stable but is a bit older than Canary.",
+ "settings-channel-desc5": "unofficial instance of Discord that takes you back to 2016! None of the client mods\n bundled with ArmCord work with it. It's run by community, so you take all the risk by using it.",
+ "settings-mod-desc2": "focuses on making the Discord plugin development experience easier. Minimal and\n lightweight.",
+ "settings-mod-desc3": "light, secure, and easy to use, with out of the box experience. Features a built-in\n store for plugins.",
+ "settings-mod-desc1": "Client mods are programs that allow you customize your Discord experience. They can change appearance of\n the client, modify behaviours or add new features!",
+ "settings-mod-desc4": "heavily work in progress, doesn't have a working UI.",
+ "settings-trayIcon": "Tray icon",
+ "settings-trayIcon-desc": "Set the icon which will appear in tray menu.",
+ "settings-advanced": "️Advanced user zone",
+ "settings-pluginsFolder": "Open plugins folder",
+ "settings-themesFolder": "Open themes folder",
+ "settings-storageFolder": "Open storage folder"
}
From b2f6c94ad45e22e64321505bbbf26a38d300d498 Mon Sep 17 00:00:00 2001
From: Anonymous
Date: Sat, 16 Jul 2022 09:32:44 +0000
Subject: [PATCH 06/12] Translated using Weblate (Polish)
Currently translated at 37.0% (20 of 54 strings)
Translation: ArmCord/ArmCord
Translate-URL: https://hosted.weblate.org/projects/armcord/armcord/pl/
---
assets/lang/pl-PL.json | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/assets/lang/pl-PL.json b/assets/lang/pl-PL.json
index 4fa3eff..9beab46 100644
--- a/assets/lang/pl-PL.json
+++ b/assets/lang/pl-PL.json
@@ -27,5 +27,30 @@
"settings-prfmMode-performance": "Wydajny",
"settings-prfmMode-battery": "Bateria",
"settings-none": "Nic/Brak",
- "settings-mobileMode": "Mobile mode"
+ "settings-mobileMode": "Mobile mode",
+ "settings-theme-desc1": "ArmCord \"themes\" manage apps behaviour and looks.",
+ "settings-theme-desc2": "this is how ArmCord looks when you first launch it. It includes recreation of Discord's\n custom titlebar and ArmCord specific styles injected into Discord.",
+ "settings-theme-desc3": "uses native titlebar of OS you're currently running (e.g Windows 7/10). Functions more\n similar to actual Discord app on Linux.",
+ "settings-csp-desc": "ArmCord CSP is our system that manages loading custom content loading into the Discord app. Stuff like\n client mods and themes depend on it. Disable if you want to get rid of mods and custom styles.",
+ "settings-tray-desc": "When disabled, ArmCord will close like any other window when closed, otherwise it'll sit back and relax\n in your system tray for later.",
+ "settings-patches-desk": "Fetches automatic patches that are distributed if release turns out to have bugs after release. Usually\n you don't have to keep this enabled, unless notified in support Discord.",
+ "settings-mobileMode-desc": "If you're on a device with touch-screen this feature is for you! It activates Discord's hidden mobile\n mode meant for phones and tablets. Only major feature missing is voice chat support. This is ideal for\n users on PinePhone and similar.",
+ "settings-channel-desc1": "You can use this setting to change current instance of Discord:",
+ "settings-channel-desc2": "you're probably most familiar with this one. It's the one you see in default Discord\n client!",
+ "settings-altPaste": "Alternative Paste",
+ "settings-channel-desc3": "this is alpha test release of Discord. By using it you gain access to the newest\n features and fixes.",
+ "settings-channel-desc4": "public test build. Receives features earlier than stable but is a bit older than Canary.",
+ "settings-channel-desc5": "unofficial instance of Discord that takes you back to 2016! None of the client mods\n bundled with ArmCord work with it. It's run by community, so you take all the risk by using it.",
+ "settings-invitewebsocket-desc": "When enabled ArmCord will support Discord.gg links which means that if you open an invite link in your\n browser, ArmCord will automatically accept the invite. Can be unresponsive at times.",
+ "settings-altPaste-desc": "If you're on Gnome on Linux or just simply can't paste images copied from other messages, then this is\n for you. This enables alternative module for pasting images. Only enable this when you're experiencing\n issues.",
+ "settings-mod-desc2": "focuses on making the Discord plugin development experience easier. Minimal and\n lightweight.",
+ "settings-mod-desc1": "Client mods are programs that allow you customize your Discord experience. They can change appearance of\n the client, modify behaviours or add new features!",
+ "settings-mod-desc3": "light, secure, and easy to use, with out of the box experience. Features a built-in\n store for plugins.",
+ "settings-mod-desc4": "heavily work in progress, doesn't have a working UI.",
+ "settings-trayIcon": "Tray icon",
+ "settings-trayIcon-desc": "Set the icon which will appear in tray menu.",
+ "settings-advanced": "️Advanced user zone",
+ "settings-pluginsFolder": "Open plugins folder",
+ "settings-themesFolder": "Open themes folder",
+ "settings-storageFolder": "Open storage folder"
}
From c5d71bed86469a353fa98fb70c0d83e77d6779d3 Mon Sep 17 00:00:00 2001
From: Anonymous
Date: Sat, 16 Jul 2022 09:32:36 +0000
Subject: [PATCH 07/12] Translated using Weblate (Indonesian)
Currently translated at 44.4% (24 of 54 strings)
Translation: ArmCord/ArmCord
Translate-URL: https://hosted.weblate.org/projects/armcord/armcord/id/
---
assets/lang/id-ID.json | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/assets/lang/id-ID.json b/assets/lang/id-ID.json
index adbbcae..032135a 100644
--- a/assets/lang/id-ID.json
+++ b/assets/lang/id-ID.json
@@ -27,5 +27,30 @@
"settings-prfmMode-performance": "kinerja",
"settings-prfmMode-battery": "Baterai",
"settings-none": "tidak ada",
- "settings-mobileMode": "Mobile mode"
+ "settings-mobileMode": "Mobile mode",
+ "settings-altPaste": "Alternative Paste",
+ "settings-theme-desc1": "ArmCord \"themes\" manage apps behaviour and looks.",
+ "settings-theme-desc2": "this is how ArmCord looks when you first launch it. It includes recreation of Discord's\n custom titlebar and ArmCord specific styles injected into Discord.",
+ "settings-theme-desc3": "uses native titlebar of OS you're currently running (e.g Windows 7/10). Functions more\n similar to actual Discord app on Linux.",
+ "settings-tray-desc": "When disabled, ArmCord will close like any other window when closed, otherwise it'll sit back and relax\n in your system tray for later.",
+ "settings-patches-desk": "Fetches automatic patches that are distributed if release turns out to have bugs after release. Usually\n you don't have to keep this enabled, unless notified in support Discord.",
+ "settings-csp-desc": "ArmCord CSP is our system that manages loading custom content loading into the Discord app. Stuff like\n client mods and themes depend on it. Disable if you want to get rid of mods and custom styles.",
+ "settings-invitewebsocket-desc": "When enabled ArmCord will support Discord.gg links which means that if you open an invite link in your\n browser, ArmCord will automatically accept the invite. Can be unresponsive at times.",
+ "settings-mobileMode-desc": "If you're on a device with touch-screen this feature is for you! It activates Discord's hidden mobile\n mode meant for phones and tablets. Only major feature missing is voice chat support. This is ideal for\n users on PinePhone and similar.",
+ "settings-channel-desc1": "You can use this setting to change current instance of Discord:",
+ "settings-channel-desc2": "you're probably most familiar with this one. It's the one you see in default Discord\n client!",
+ "settings-channel-desc3": "this is alpha test release of Discord. By using it you gain access to the newest\n features and fixes.",
+ "settings-channel-desc4": "public test build. Receives features earlier than stable but is a bit older than Canary.",
+ "settings-channel-desc5": "unofficial instance of Discord that takes you back to 2016! None of the client mods\n bundled with ArmCord work with it. It's run by community, so you take all the risk by using it.",
+ "settings-themesFolder": "Open themes folder",
+ "settings-storageFolder": "Open storage folder",
+ "settings-altPaste-desc": "If you're on Gnome on Linux or just simply can't paste images copied from other messages, then this is\n for you. This enables alternative module for pasting images. Only enable this when you're experiencing\n issues.",
+ "settings-mod-desc1": "Client mods are programs that allow you customize your Discord experience. They can change appearance of\n the client, modify behaviours or add new features!",
+ "settings-mod-desc2": "focuses on making the Discord plugin development experience easier. Minimal and\n lightweight.",
+ "settings-mod-desc3": "light, secure, and easy to use, with out of the box experience. Features a built-in\n store for plugins.",
+ "settings-mod-desc4": "heavily work in progress, doesn't have a working UI.",
+ "settings-trayIcon": "Tray icon",
+ "settings-trayIcon-desc": "Set the icon which will appear in tray menu.",
+ "settings-advanced": "️Advanced user zone",
+ "settings-pluginsFolder": "Open plugins folder"
}
From 17b51b7b941e94655ead0fb5ae770cc769d38c21 Mon Sep 17 00:00:00 2001
From: Anonymous
Date: Sat, 16 Jul 2022 09:32:42 +0000
Subject: [PATCH 08/12] Translated using Weblate (Spanish (Latin America))
Currently translated at 35.1% (19 of 54 strings)
Translation: ArmCord/ArmCord
Translate-URL: https://hosted.weblate.org/projects/armcord/armcord/es_419/
---
assets/lang/es-419.json | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/assets/lang/es-419.json b/assets/lang/es-419.json
index 1eec53a..4530b71 100644
--- a/assets/lang/es-419.json
+++ b/assets/lang/es-419.json
@@ -27,5 +27,30 @@
"settings-none": "Ninguna",
"settings-save": "Guardar ajustes",
"settings-updater": "Buscar una actualización",
- "settings-mobileMode": "Mobile mode"
+ "settings-mobileMode": "Mobile mode",
+ "settings-theme-desc1": "ArmCord \"themes\" manage apps behaviour and looks.",
+ "settings-theme-desc2": "this is how ArmCord looks when you first launch it. It includes recreation of Discord's\n custom titlebar and ArmCord specific styles injected into Discord.",
+ "settings-theme-desc3": "uses native titlebar of OS you're currently running (e.g Windows 7/10). Functions more\n similar to actual Discord app on Linux.",
+ "settings-csp-desc": "ArmCord CSP is our system that manages loading custom content loading into the Discord app. Stuff like\n client mods and themes depend on it. Disable if you want to get rid of mods and custom styles.",
+ "settings-tray-desc": "When disabled, ArmCord will close like any other window when closed, otherwise it'll sit back and relax\n in your system tray for later.",
+ "settings-patches-desk": "Fetches automatic patches that are distributed if release turns out to have bugs after release. Usually\n you don't have to keep this enabled, unless notified in support Discord.",
+ "settings-mobileMode-desc": "If you're on a device with touch-screen this feature is for you! It activates Discord's hidden mobile\n mode meant for phones and tablets. Only major feature missing is voice chat support. This is ideal for\n users on PinePhone and similar.",
+ "settings-channel-desc1": "You can use this setting to change current instance of Discord:",
+ "settings-channel-desc2": "you're probably most familiar with this one. It's the one you see in default Discord\n client!",
+ "settings-channel-desc3": "this is alpha test release of Discord. By using it you gain access to the newest\n features and fixes.",
+ "settings-channel-desc4": "public test build. Receives features earlier than stable but is a bit older than Canary.",
+ "settings-themesFolder": "Open themes folder",
+ "settings-storageFolder": "Open storage folder",
+ "settings-invitewebsocket-desc": "When enabled ArmCord will support Discord.gg links which means that if you open an invite link in your\n browser, ArmCord will automatically accept the invite. Can be unresponsive at times.",
+ "settings-altPaste": "Alternative Paste",
+ "settings-altPaste-desc": "If you're on Gnome on Linux or just simply can't paste images copied from other messages, then this is\n for you. This enables alternative module for pasting images. Only enable this when you're experiencing\n issues.",
+ "settings-channel-desc5": "unofficial instance of Discord that takes you back to 2016! None of the client mods\n bundled with ArmCord work with it. It's run by community, so you take all the risk by using it.",
+ "settings-mod-desc1": "Client mods are programs that allow you customize your Discord experience. They can change appearance of\n the client, modify behaviours or add new features!",
+ "settings-mod-desc2": "focuses on making the Discord plugin development experience easier. Minimal and\n lightweight.",
+ "settings-mod-desc3": "light, secure, and easy to use, with out of the box experience. Features a built-in\n store for plugins.",
+ "settings-mod-desc4": "heavily work in progress, doesn't have a working UI.",
+ "settings-trayIcon": "Tray icon",
+ "settings-trayIcon-desc": "Set the icon which will appear in tray menu.",
+ "settings-advanced": "️Advanced user zone",
+ "settings-pluginsFolder": "Open plugins folder"
}
From f87307ff959d6748bdc153d86f1a1e542d575536 Mon Sep 17 00:00:00 2001
From: Anonymous
Date: Sat, 16 Jul 2022 09:32:32 +0000
Subject: [PATCH 09/12] Translated using Weblate (Thai)
Currently translated at 46.2% (25 of 54 strings)
Translation: ArmCord/ArmCord
Translate-URL: https://hosted.weblate.org/projects/armcord/armcord/th/
---
assets/lang/th-TH.json | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/assets/lang/th-TH.json b/assets/lang/th-TH.json
index 1521f50..116c768 100644
--- a/assets/lang/th-TH.json
+++ b/assets/lang/th-TH.json
@@ -27,5 +27,30 @@
"settings-none": "ไม่มี",
"settings-save": "บันทึกการตั้งค่า",
"settings-updater": "ตรวจหาการอัปเดต",
- "settings-mobileMode": "โหมดมือถือ"
+ "settings-mobileMode": "โหมดมือถือ",
+ "settings-theme-desc1": "ArmCord \"themes\" manage apps behaviour and looks.",
+ "settings-patches-desk": "Fetches automatic patches that are distributed if release turns out to have bugs after release. Usually\n you don't have to keep this enabled, unless notified in support Discord.",
+ "settings-mobileMode-desc": "If you're on a device with touch-screen this feature is for you! It activates Discord's hidden mobile\n mode meant for phones and tablets. Only major feature missing is voice chat support. This is ideal for\n users on PinePhone and similar.",
+ "settings-channel-desc1": "You can use this setting to change current instance of Discord:",
+ "settings-channel-desc2": "you're probably most familiar with this one. It's the one you see in default Discord\n client!",
+ "settings-altPaste": "Alternative Paste",
+ "settings-trayIcon": "Tray icon",
+ "settings-theme-desc2": "this is how ArmCord looks when you first launch it. It includes recreation of Discord's\n custom titlebar and ArmCord specific styles injected into Discord.",
+ "settings-theme-desc3": "uses native titlebar of OS you're currently running (e.g Windows 7/10). Functions more\n similar to actual Discord app on Linux.",
+ "settings-csp-desc": "ArmCord CSP is our system that manages loading custom content loading into the Discord app. Stuff like\n client mods and themes depend on it. Disable if you want to get rid of mods and custom styles.",
+ "settings-tray-desc": "When disabled, ArmCord will close like any other window when closed, otherwise it'll sit back and relax\n in your system tray for later.",
+ "settings-channel-desc3": "this is alpha test release of Discord. By using it you gain access to the newest\n features and fixes.",
+ "settings-channel-desc4": "public test build. Receives features earlier than stable but is a bit older than Canary.",
+ "settings-channel-desc5": "unofficial instance of Discord that takes you back to 2016! None of the client mods\n bundled with ArmCord work with it. It's run by community, so you take all the risk by using it.",
+ "settings-invitewebsocket-desc": "When enabled ArmCord will support Discord.gg links which means that if you open an invite link in your\n browser, ArmCord will automatically accept the invite. Can be unresponsive at times.",
+ "settings-altPaste-desc": "If you're on Gnome on Linux or just simply can't paste images copied from other messages, then this is\n for you. This enables alternative module for pasting images. Only enable this when you're experiencing\n issues.",
+ "settings-mod-desc1": "Client mods are programs that allow you customize your Discord experience. They can change appearance of\n the client, modify behaviours or add new features!",
+ "settings-mod-desc2": "focuses on making the Discord plugin development experience easier. Minimal and\n lightweight.",
+ "settings-mod-desc3": "light, secure, and easy to use, with out of the box experience. Features a built-in\n store for plugins.",
+ "settings-mod-desc4": "heavily work in progress, doesn't have a working UI.",
+ "settings-trayIcon-desc": "Set the icon which will appear in tray menu.",
+ "settings-advanced": "️Advanced user zone",
+ "settings-pluginsFolder": "Open plugins folder",
+ "settings-themesFolder": "Open themes folder",
+ "settings-storageFolder": "Open storage folder"
}
From 82e3c763891dc8c4b2a9effe6d774db4ca640e67 Mon Sep 17 00:00:00 2001
From: Anonymous
Date: Sat, 16 Jul 2022 09:32:33 +0000
Subject: [PATCH 10/12] Translated using Weblate (Persian)
Currently translated at 37.0% (20 of 54 strings)
Translation: ArmCord/ArmCord
Translate-URL: https://hosted.weblate.org/projects/armcord/armcord/fa/
---
assets/lang/fa-IR.json | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/assets/lang/fa-IR.json b/assets/lang/fa-IR.json
index 1566cf5..20b6892 100644
--- a/assets/lang/fa-IR.json
+++ b/assets/lang/fa-IR.json
@@ -27,5 +27,30 @@
"settings-none": "هیچکدام",
"settings-save": "ذخیره تنظیمات",
"settings-updater": "بررسی برای بروزرسانی",
- "settings-mobileMode": "Mobile mode"
+ "settings-mobileMode": "Mobile mode",
+ "settings-theme-desc1": "ArmCord \"themes\" manage apps behaviour and looks.",
+ "settings-theme-desc2": "this is how ArmCord looks when you first launch it. It includes recreation of Discord's\n custom titlebar and ArmCord specific styles injected into Discord.",
+ "settings-tray-desc": "When disabled, ArmCord will close like any other window when closed, otherwise it'll sit back and relax\n in your system tray for later.",
+ "settings-patches-desk": "Fetches automatic patches that are distributed if release turns out to have bugs after release. Usually\n you don't have to keep this enabled, unless notified in support Discord.",
+ "settings-channel-desc4": "public test build. Receives features earlier than stable but is a bit older than Canary.",
+ "settings-channel-desc5": "unofficial instance of Discord that takes you back to 2016! None of the client mods\n bundled with ArmCord work with it. It's run by community, so you take all the risk by using it.",
+ "settings-invitewebsocket-desc": "When enabled ArmCord will support Discord.gg links which means that if you open an invite link in your\n browser, ArmCord will automatically accept the invite. Can be unresponsive at times.",
+ "settings-altPaste": "Alternative Paste",
+ "settings-altPaste-desc": "If you're on Gnome on Linux or just simply can't paste images copied from other messages, then this is\n for you. This enables alternative module for pasting images. Only enable this when you're experiencing\n issues.",
+ "settings-mod-desc1": "Client mods are programs that allow you customize your Discord experience. They can change appearance of\n the client, modify behaviours or add new features!",
+ "settings-mod-desc4": "heavily work in progress, doesn't have a working UI.",
+ "settings-theme-desc3": "uses native titlebar of OS you're currently running (e.g Windows 7/10). Functions more\n similar to actual Discord app on Linux.",
+ "settings-csp-desc": "ArmCord CSP is our system that manages loading custom content loading into the Discord app. Stuff like\n client mods and themes depend on it. Disable if you want to get rid of mods and custom styles.",
+ "settings-mobileMode-desc": "If you're on a device with touch-screen this feature is for you! It activates Discord's hidden mobile\n mode meant for phones and tablets. Only major feature missing is voice chat support. This is ideal for\n users on PinePhone and similar.",
+ "settings-channel-desc1": "You can use this setting to change current instance of Discord:",
+ "settings-channel-desc2": "you're probably most familiar with this one. It's the one you see in default Discord\n client!",
+ "settings-channel-desc3": "this is alpha test release of Discord. By using it you gain access to the newest\n features and fixes.",
+ "settings-mod-desc2": "focuses on making the Discord plugin development experience easier. Minimal and\n lightweight.",
+ "settings-mod-desc3": "light, secure, and easy to use, with out of the box experience. Features a built-in\n store for plugins.",
+ "settings-trayIcon": "Tray icon",
+ "settings-trayIcon-desc": "Set the icon which will appear in tray menu.",
+ "settings-advanced": "️Advanced user zone",
+ "settings-pluginsFolder": "Open plugins folder",
+ "settings-themesFolder": "Open themes folder",
+ "settings-storageFolder": "Open storage folder"
}
From a599481bc548afe47df205c7f9fcdf693486131f Mon Sep 17 00:00:00 2001
From: Anonymous
Date: Sat, 16 Jul 2022 09:32:39 +0000
Subject: [PATCH 11/12] Translated using Weblate (Russian)
Currently translated at 42.5% (23 of 54 strings)
Translation: ArmCord/ArmCord
Translate-URL: https://hosted.weblate.org/projects/armcord/armcord/ru/
---
assets/lang/ru-RU.json | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/assets/lang/ru-RU.json b/assets/lang/ru-RU.json
index 6cca053..feeea17 100644
--- a/assets/lang/ru-RU.json
+++ b/assets/lang/ru-RU.json
@@ -27,5 +27,30 @@
"settings-none": "Ничего",
"settings-save": "Сохранить настройки",
"settings-updater": "Проверить наличие обновлений",
- "settings-mobileMode": "Mobile mode"
+ "settings-mobileMode": "Mobile mode",
+ "settings-csp-desc": "ArmCord CSP is our system that manages loading custom content loading into the Discord app. Stuff like\n client mods and themes depend on it. Disable if you want to get rid of mods and custom styles.",
+ "settings-tray-desc": "When disabled, ArmCord will close like any other window when closed, otherwise it'll sit back and relax\n in your system tray for later.",
+ "settings-patches-desk": "Fetches automatic patches that are distributed if release turns out to have bugs after release. Usually\n you don't have to keep this enabled, unless notified in support Discord.",
+ "settings-channel-desc1": "You can use this setting to change current instance of Discord:",
+ "settings-pluginsFolder": "Open plugins folder",
+ "settings-themesFolder": "Open themes folder",
+ "settings-storageFolder": "Open storage folder",
+ "settings-channel-desc2": "you're probably most familiar with this one. It's the one you see in default Discord\n client!",
+ "settings-channel-desc3": "this is alpha test release of Discord. By using it you gain access to the newest\n features and fixes.",
+ "settings-theme-desc1": "ArmCord \"themes\" manage apps behaviour and looks.",
+ "settings-theme-desc2": "this is how ArmCord looks when you first launch it. It includes recreation of Discord's\n custom titlebar and ArmCord specific styles injected into Discord.",
+ "settings-theme-desc3": "uses native titlebar of OS you're currently running (e.g Windows 7/10). Functions more\n similar to actual Discord app on Linux.",
+ "settings-mobileMode-desc": "If you're on a device with touch-screen this feature is for you! It activates Discord's hidden mobile\n mode meant for phones and tablets. Only major feature missing is voice chat support. This is ideal for\n users on PinePhone and similar.",
+ "settings-channel-desc4": "public test build. Receives features earlier than stable but is a bit older than Canary.",
+ "settings-channel-desc5": "unofficial instance of Discord that takes you back to 2016! None of the client mods\n bundled with ArmCord work with it. It's run by community, so you take all the risk by using it.",
+ "settings-invitewebsocket-desc": "When enabled ArmCord will support Discord.gg links which means that if you open an invite link in your\n browser, ArmCord will automatically accept the invite. Can be unresponsive at times.",
+ "settings-altPaste": "Alternative Paste",
+ "settings-altPaste-desc": "If you're on Gnome on Linux or just simply can't paste images copied from other messages, then this is\n for you. This enables alternative module for pasting images. Only enable this when you're experiencing\n issues.",
+ "settings-mod-desc1": "Client mods are programs that allow you customize your Discord experience. They can change appearance of\n the client, modify behaviours or add new features!",
+ "settings-mod-desc2": "focuses on making the Discord plugin development experience easier. Minimal and\n lightweight.",
+ "settings-mod-desc3": "light, secure, and easy to use, with out of the box experience. Features a built-in\n store for plugins.",
+ "settings-mod-desc4": "heavily work in progress, doesn't have a working UI.",
+ "settings-trayIcon": "Tray icon",
+ "settings-trayIcon-desc": "Set the icon which will appear in tray menu.",
+ "settings-advanced": "️Advanced user zone"
}
From 24be5a69e2f9cfeba540f020434451816d7d4276 Mon Sep 17 00:00:00 2001
From: Anonymous
Date: Sat, 16 Jul 2022 09:32:37 +0000
Subject: [PATCH 12/12] Translated using Weblate (Portuguese (Brazil))
Currently translated at 33.3% (18 of 54 strings)
Translation: ArmCord/ArmCord
Translate-URL: https://hosted.weblate.org/projects/armcord/armcord/pt_BR/
---
assets/lang/pt-BR.json | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/assets/lang/pt-BR.json b/assets/lang/pt-BR.json
index e657eb5..11af5de 100644
--- a/assets/lang/pt-BR.json
+++ b/assets/lang/pt-BR.json
@@ -27,5 +27,30 @@
"settings-none": "None",
"settings-save": "Save Settings",
"settings-updater": "Check for updates",
- "settings-mobileMode": "Mobile mode"
+ "settings-mobileMode": "Mobile mode",
+ "settings-channel-desc1": "You can use this setting to change current instance of Discord:",
+ "settings-theme-desc1": "ArmCord \"themes\" manage apps behaviour and looks.",
+ "settings-theme-desc2": "this is how ArmCord looks when you first launch it. It includes recreation of Discord's\n custom titlebar and ArmCord specific styles injected into Discord.",
+ "settings-theme-desc3": "uses native titlebar of OS you're currently running (e.g Windows 7/10). Functions more\n similar to actual Discord app on Linux.",
+ "settings-csp-desc": "ArmCord CSP is our system that manages loading custom content loading into the Discord app. Stuff like\n client mods and themes depend on it. Disable if you want to get rid of mods and custom styles.",
+ "settings-patches-desk": "Fetches automatic patches that are distributed if release turns out to have bugs after release. Usually\n you don't have to keep this enabled, unless notified in support Discord.",
+ "settings-mobileMode-desc": "If you're on a device with touch-screen this feature is for you! It activates Discord's hidden mobile\n mode meant for phones and tablets. Only major feature missing is voice chat support. This is ideal for\n users on PinePhone and similar.",
+ "settings-tray-desc": "When disabled, ArmCord will close like any other window when closed, otherwise it'll sit back and relax\n in your system tray for later.",
+ "settings-channel-desc2": "you're probably most familiar with this one. It's the one you see in default Discord\n client!",
+ "settings-channel-desc3": "this is alpha test release of Discord. By using it you gain access to the newest\n features and fixes.",
+ "settings-invitewebsocket-desc": "When enabled ArmCord will support Discord.gg links which means that if you open an invite link in your\n browser, ArmCord will automatically accept the invite. Can be unresponsive at times.",
+ "settings-channel-desc4": "public test build. Receives features earlier than stable but is a bit older than Canary.",
+ "settings-altPaste": "Alternative Paste",
+ "settings-altPaste-desc": "If you're on Gnome on Linux or just simply can't paste images copied from other messages, then this is\n for you. This enables alternative module for pasting images. Only enable this when you're experiencing\n issues.",
+ "settings-channel-desc5": "unofficial instance of Discord that takes you back to 2016! None of the client mods\n bundled with ArmCord work with it. It's run by community, so you take all the risk by using it.",
+ "settings-mod-desc1": "Client mods are programs that allow you customize your Discord experience. They can change appearance of\n the client, modify behaviours or add new features!",
+ "settings-mod-desc2": "focuses on making the Discord plugin development experience easier. Minimal and\n lightweight.",
+ "settings-mod-desc3": "light, secure, and easy to use, with out of the box experience. Features a built-in\n store for plugins.",
+ "settings-mod-desc4": "heavily work in progress, doesn't have a working UI.",
+ "settings-trayIcon": "Tray icon",
+ "settings-trayIcon-desc": "Set the icon which will appear in tray menu.",
+ "settings-advanced": "️Advanced user zone",
+ "settings-pluginsFolder": "Open plugins folder",
+ "settings-themesFolder": "Open themes folder",
+ "settings-storageFolder": "Open storage folder"
}