mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Tweak translations a bit
This commit is contained in:
parent
b8b1d04d24
commit
b43a992027
2 changed files with 8 additions and 4 deletions
|
@ -12,8 +12,8 @@
|
||||||
"no": "No",
|
"no": "No",
|
||||||
"next": "Next",
|
"next": "Next",
|
||||||
"setup_question4": "Select a client mod you want to install:",
|
"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.",
|
"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-glasstron": "Glasstron (experimental)",
|
"settings-theme-glasstron": "Glasstron (experimental)",
|
||||||
"settings-theme-tabs": "Tabs (experimental)",
|
"settings-theme-tabs": "Tabs (experimental)",
|
||||||
"settings-theme-default": "Default",
|
"settings-theme-default": "Default",
|
||||||
|
@ -21,8 +21,12 @@
|
||||||
"settings-tray": "Minimize to tray",
|
"settings-tray": "Minimize to tray",
|
||||||
"settings-patches": "Automatic Patches",
|
"settings-patches": "Automatic Patches",
|
||||||
"settings-channel": "Discord channel:",
|
"settings-channel": "Discord channel:",
|
||||||
"settings-invitewebsocket": "discord.gg support",
|
"settings-invitewebsocket": "Invite Websocket",
|
||||||
"settings-mod": "Client mod:",
|
"settings-mod": "Client mod:",
|
||||||
|
"settings-prfmMode": "Performance mode:",
|
||||||
|
"settings-prfmMode-performance": "Performance",
|
||||||
|
"settings-prfmMode-battery": "Battery",
|
||||||
|
"settings-none": "None",
|
||||||
"settings-save": "Save settings",
|
"settings-save": "Save settings",
|
||||||
"settings-updater": "Check for updates"
|
"settings-updater": "Check for updates"
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
</div>
|
</div>
|
||||||
<p class="text-center">
|
<p class="text-center">
|
||||||
Why not all of them? Having many client mods at the same time can cause issues. If you really
|
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 ;)
|
||||||
</p>
|
</p>
|
||||||
<div id="buttons">
|
<div id="buttons">
|
||||||
<button id="next" class="center">Next</button>
|
<button id="next" class="center">Next</button>
|
||||||
|
|
Loading…
Reference in a new issue