mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-21 17:43:29 +07:00
fix: Updated discord link.
This commit is contained in:
parent
117c52acbb
commit
570d01cdf7
@ -6,7 +6,7 @@ import { getTranslation } from "../contexts/LocaleContext";
|
||||
import AppVersion from "../contexts/AppVersion";
|
||||
|
||||
const beerText = getTranslation("topbar.beer", "Buy us some beers ❤️");
|
||||
const discordText = getTranslation("topbar.discord", "Join our new discord server");
|
||||
const discordText = getTranslation("topbar.discord", "Ask for help");
|
||||
|
||||
function TopBar() {
|
||||
return (
|
||||
@ -35,7 +35,7 @@ function TopBar() {
|
||||
<Badge
|
||||
className="uk-margin-left badge"
|
||||
value={discordText}
|
||||
onClick={openExternal("https://discord.gg/M3hVqnT4pQ")}
|
||||
onClick={openExternal("https://discord.gg/8E7TxQmqv2")}
|
||||
background="#888888"
|
||||
/>
|
||||
<LightModeContext.Consumer>
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"topbar.discord": "加入我们的Discord群组",
|
||||
"topbar.discord": "请求帮忙",
|
||||
"topbar.beer": "捐助我们 ❤️",
|
||||
"presetButtons.applyPresetTooltip": "将性能预设填充到所有调整项, 且立即应用调整指令",
|
||||
"presetButtons.loadPresetTooltip": "将性能预设填充到所有调整项, 但暂不应用调整指令",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"topbar.discord": "Schließ dich uns in Discord an",
|
||||
"topbar.discord": "Bitte um Hilfe",
|
||||
"topbar.beer": "Spendier uns ein Bierchen ❤️",
|
||||
"presetButtons.applyPresetTooltip": "Die Preset wird im RyzenAdj's Tab geladen und angewandt.",
|
||||
"presetButtons.loadPresetTooltip": "Die Preset wird im RyzenAdj's Tab geladen jedoch nicht angewandt.",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"topbar.discord": "Join us on Discord",
|
||||
"topbar.discord": "Ask for help",
|
||||
"topbar.beer": "Buy us some beers ❤️",
|
||||
"presetButtons.applyPresetTooltip": "The preset will be loaded in RyzenAdj's tabs and applied.",
|
||||
"presetButtons.loadPresetTooltip": "The preset will be loaded in RyzenAdj's tabs but not applied.",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"topbar.discord": "Únete a nosotros en Discord",
|
||||
"topbar.discord": "Pedir ayuda",
|
||||
"topbar.beer": "Cómpranos unas cervezas ❤️",
|
||||
"presetButtons.applyPresetTooltip": "El preset se cargará en las pestañas de RyzenAdj y se aplicará",
|
||||
"presetButtons.loadPresetTooltip": "El preset se cargará en las pestañas de RyzenAdj pero no se aplicará",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"topbar.discord": "Rejoignez-nous sur discord",
|
||||
"topbar.discord": "Demander de l'aide",
|
||||
"topbar.beer": "Une bière pour les devs ❤️",
|
||||
"presetButtons.applyPresetTooltip": "Le preset sera chargé dans les onglets de RyzenAdj et appliqué.",
|
||||
"presetButtons.loadPresetTooltip": "Le preset sera chargé dans les onglets de RyzenAdj mais ne sera pas appliqué.",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"topbar.discord": "Discord에서 저희와 참여하세요",
|
||||
"topbar.discord": "도움을 요청",
|
||||
"topbar.beer": "저희에게 맥주를 사주세요 ❤️",
|
||||
"presetButtons.applyPresetTooltip": "사전 설정이 RyzenAdj의 탭에 불러와서 적용됩니다.",
|
||||
"presetButtons.loadPresetTooltip": "사전 설정은 RyzenAdj의 탭에 불러올 수 있지만 적용되지 않습니다.",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"topbar.discord": "Присоединяйтесь к нам в Discord",
|
||||
"topbar.discord": "Просить помощи",
|
||||
"topbar.beer": "На кружечку пива ❤️",
|
||||
"presetButtons.applyPresetTooltip": "Пресет будет загружен в таблицы RyzenAdj и применен",
|
||||
"presetButtons.loadPresetTooltip": "Пресет будет загружен в таблицы RyzenAdj, но не применен",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"topbar.discord": "Discord'a katıl",
|
||||
"topbar.discord": "Yardım isteyin",
|
||||
"topbar.beer": "Bağış yap ❤️",
|
||||
"presetButtons.applyPresetTooltip": "Preset RyzenAdj sekmesinde yüklendi ve uygulandı",
|
||||
"presetButtons.loadPresetTooltip": "Preset RyzenAdj sekmesinde yüklendi ama uygulanmadı",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"topbar.discord": "Долучайтесь до нас в Discord",
|
||||
"topbar.discord": "Просити про допомогу",
|
||||
"topbar.beer": "На келих пива ❤️",
|
||||
"presetButtons.applyPresetTooltip": "Пресет буде завантажений в таблиці RyzenAdj та буде застосований",
|
||||
"presetButtons.loadPresetTooltip": "Пресет буде завантажений в таблиці RyzenAdj, але не буде застосований",
|
||||
|
Loading…
Reference in New Issue
Block a user