diff --git a/assets/16.png b/assets/16.png new file mode 100644 index 0000000..f43ff68 Binary files /dev/null and b/assets/16.png differ diff --git a/assets/lang/en_US.json b/assets/lang/en_US.json index 03e21bc..979bc73 100644 --- a/assets/lang/en_US.json +++ b/assets/lang/en_US.json @@ -12,8 +12,8 @@ "no": "No", "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 documentation.", - "settings-theme": "ArmCord Theme:", + "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-glasstron": "Glasstron (experimental)", "settings-theme-tabs": "Tabs (experimental)", "settings-theme-default": "Default", @@ -21,8 +21,12 @@ "settings-tray": "Minimize to tray", "settings-patches": "Automatic Patches", "settings-channel": "Discord channel:", - "settings-invitewebsocket": "discord.gg support", + "settings-invitewebsocket": "Invite Websocket", "settings-mod": "Client mod:", + "settings-prfmMode": "Performance mode:", + "settings-prfmMode-performance": "Performance", + "settings-prfmMode-battery": "Battery", + "settings-none": "None", "settings-save": "Save settings", "settings-updater": "Check for updates" } diff --git a/assets/lang/fr-FR.json b/assets/lang/fr-FR.json index 28dbdbd..31e09b1 100644 --- a/assets/lang/fr-FR.json +++ b/assets/lang/fr-FR.json @@ -24,5 +24,9 @@ "settings-theme-glasstron": "Glasstron (experimental)", "settings-theme-native": "Native", "settings-patches": "Automatic Patches", - "settings-invitewebsocket": "discord.gg support" + "settings-invitewebsocket": "discord.gg support", + "settings-prfmMode": "Performance mode:", + "settings-prfmMode-performance": "Performance", + "settings-prfmMode-battery": "Battery", + "settings-none": "None" } diff --git a/assets/lang/id-ID.json b/assets/lang/id-ID.json new file mode 100644 index 0000000..03f2b4f --- /dev/null +++ b/assets/lang/id-ID.json @@ -0,0 +1,32 @@ +{ + "loading_screen_start": "Starting ArmCord…", + "loading_screen_offline": "You appear to be offline. Please connect to the Internet and try again.", + "loading_screen_update": "A new version of ArmCord is available. Please update to the latest version.", + "setup_question1": "Select what kind of setup you want to perform:", + "setup_question1_answer1": "Express setup", + "setup_question1_answer2": "Full setup", + "setup_question2": "Choose your Discord channel/instance:", + "setup_offline": "You appear to be offline. Please connect to the Internet and restart the ArmCord setup.", + "setup_question3": "Should ArmCord handle client mods installation?", + "yes": "Yes", + "no": "No", + "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 documentation.", + "settings-theme": "ArmCord Theme:", + "settings-theme-glasstron": "Glasstron (experimental)", + "settings-theme-tabs": "Tabs (experimental)", + "settings-theme-default": "Default", + "settings-theme-native": "Native", + "settings-tray": "Minimize to tray", + "settings-patches": "Automatic Patches", + "settings-channel": "Discord channel:", + "settings-invitewebsocket": "discord.gg support", + "settings-mod": "Client mod:", + "settings-save": "Save settings", + "settings-updater": "Check for updates", + "settings-prfmMode": "Performance mode:", + "settings-prfmMode-performance": "Performance", + "settings-prfmMode-battery": "Battery", + "settings-none": "None" +} diff --git a/assets/lang/it-IT.json b/assets/lang/it-IT.json index 144d221..a301d5c 100644 --- a/assets/lang/it-IT.json +++ b/assets/lang/it-IT.json @@ -24,5 +24,9 @@ "settings-theme-default": "Default", "settings-theme-native": "Native", "settings-patches": "Automatic Patches", - "settings-invitewebsocket": "discord.gg support" + "settings-invitewebsocket": "discord.gg support", + "settings-prfmMode": "Performance mode:", + "settings-prfmMode-performance": "Performance", + "settings-prfmMode-battery": "Battery", + "settings-none": "None" } diff --git a/assets/lang/nb-NO.json b/assets/lang/nb-NO.json index 41670f2..050af76 100644 --- a/assets/lang/nb-NO.json +++ b/assets/lang/nb-NO.json @@ -24,5 +24,9 @@ "settings-theme-default": "Default", "settings-theme-native": "Native", "settings-patches": "Automatic Patches", - "settings-invitewebsocket": "discord.gg support" + "settings-invitewebsocket": "discord.gg support", + "settings-prfmMode": "Performance mode:", + "settings-prfmMode-performance": "Performance", + "settings-prfmMode-battery": "Battery", + "settings-none": "None" } diff --git a/assets/lang/nl-NL.json b/assets/lang/nl-NL.json index 485d28f..bb37188 100644 --- a/assets/lang/nl-NL.json +++ b/assets/lang/nl-NL.json @@ -24,5 +24,9 @@ "settings-theme-tabs": "Tabs (experimenteel)", "settings-theme-default": "Standaard", "settings-theme-native": "Native", - "settings-invitewebsocket": "discord.gg support" + "settings-invitewebsocket": "discord.gg support", + "settings-none": "None", + "settings-prfmMode": "Performance mode:", + "settings-prfmMode-performance": "Performance", + "settings-prfmMode-battery": "Battery" } diff --git a/assets/lang/pl-PL.json b/assets/lang/pl-PL.json index 979e56b..7e06569 100644 --- a/assets/lang/pl-PL.json +++ b/assets/lang/pl-PL.json @@ -24,5 +24,9 @@ "settings-theme-default": "Domyślny", "settings-theme-native": "Natywny", "settings-patches": "Automatyczne łatki", - "settings-invitewebsocket": "Wsparcie linków discord.gg" + "settings-invitewebsocket": "Wsparcie linków discord.gg", + "settings-prfmMode": "Performance mode:", + "settings-prfmMode-performance": "Performance", + "settings-prfmMode-battery": "Battery", + "settings-none": "None" } diff --git a/assets/macos.png b/assets/macos.png new file mode 100644 index 0000000..953ecfa Binary files /dev/null and b/assets/macos.png differ diff --git a/package.json b/package.json index 17c7f28..6686ce4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@types/node": "^17.0.33", "@types/ws": "^8.5.3", "copyfiles": "^2.4.1", - "electron": "^18.2.4", + "electron": "^19.0.4", "electron-builder": "^23.0.3", "husky": "^8.0.1", "prettier": "^2.5.1", diff --git a/src/content/setup.html b/src/content/setup.html index 6ed4c94..1783c8f 100644 --- a/src/content/setup.html +++ b/src/content/setup.html @@ -57,7 +57,7 @@
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 documentation ;) + want to do it though, check our Discord ;)
- +Performance mode:
+