Skip to content

Commit

Permalink
chore(i18n): update translations (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobk999 authored Aug 14, 2023
1 parent 3e9612e commit 58ad900
Show file tree
Hide file tree
Showing 28 changed files with 476 additions and 196 deletions.
24 changes: 17 additions & 7 deletions locales/bg/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,9 @@
"description": "Statsify supports the majority of games offered on Hypixel. To check your stats in a game run `/[game]`. For example you can run `/bedwars` to check your BedWars stats.",
"title": "Games"
},
"historical": {
"description": "Statsify lets you check your daily, weekly, and monthly stats through `/daily`, `/weekly` and `/monthly`. If you missed a reset you can view them by running `/yesterday`, `/lastweek`, and `/lastmonth`. ",
"title": "Historical"
"session": {
"description": "Statsify lets you check your stats as if you started playing today through `/session`. With `/reset session` you can reset your session stats and start a new session.",
"title": "Sessions"
},
"leaderboards": {
"description": "Statsify offers thousands of leaderboards through the `/leaderboard` command. Run `/leaderboard`, then pick the gamemode, and pick a leaderboard to view. You can hit the search button to search for a specific player or position. You can also hit the up and down buttons to view more pages.",
Expand Down Expand Up @@ -386,6 +386,10 @@
"description_discordId": "A player with the discord id of `{{tag}}` could not be found!",
"title": "Invalid Player"
},
"invalidSession": {
"title": "Invalid Session",
"description": "**{{displayName}}** has no active sessions. They can make a session by running `/session`."
},
"invalidResetTime": {
"description": "`{{time}}` does not match the format `h:mm a`. Enter a time in the format similar to `12:00 PM` or `1:00 AM`.",
"title": "Invalid Reset Time"
Expand Down Expand Up @@ -432,7 +436,7 @@
"title": "Missing Verification"
},
"missingPlayerVerification": {
"description": "{{displayName}} is not **verified**. They must run `/verify` to verify their account.",
"description": "**{{displayName}}** is not **verified**. They must run `/verify` to verify their account.",
"title": "Missing Verification"
},
"missingSelfVerification": {
Expand Down Expand Up @@ -512,7 +516,11 @@
"resetButton": "Click to Reset",
"setResetTime": "Set your reset time to <t:{{time}}:t>.",
"newSession": "**{{displayName}}**'s session stats have been checked for the first time on Statsify.",
"setSessionReset": "Successfully reset your session stats."
"setSessionReset": "Successfully reset your session stats.",
"disabledWarning": {
"title": "Historical Commands are no Longer Available",
"description": "Hypixel's new [API Terms](https://developer.hypixel.net/policies/) no longer allow for \"continuous polling of player data,\" which means Statsify cannot track player stats daily anymore.\n\nInstead you can try starting a session with `/session`. When you start a session, the bot will keep track of your stats from the moment you initially ran the command until the next time you run it. To reset your session stats you can run `/reset session`."
}
},
"leaderboard": {
"guildInput": {
Expand Down Expand Up @@ -773,7 +781,9 @@
"invite": "$t(emojis:socials.discord) Click **[here](<https://statsify.net/invite>)** to invite Statsify to your own server!",
"premium": "$t(emojis:logos.gold) **[Statsify Premium](<https://statsify.net/premium>)** offers additional features such as personalized profile badges. Find the full list of benefits **[here](<https://statsify.net/premium>)**!",
"rankings": "$t(emojis:logos.iron) View your top leaderboard positions with **[Statsify Premium](<https://statsify.net/premium>)** by using `/rankings`",
"verify": "$t(emojis:check) Run `/verify` to run commands without inputting your username as well as receive **10% lower cooldowns**"
"verify": "$t(emojis:check) Run `/verify` to run commands without inputting your username as well as receive **10% lower cooldowns**",
"resetSession": "$t(emojis:reset) You can **reset** your session stats with `/reset session`.",
"sessions": "$t(emojis:reset) Track your stat progression with Sessions and `/session`."
},
"unknown": "Unknown",
"verification": {
Expand All @@ -800,4 +810,4 @@
"successfulUnverification": "Successfully unverified your account!",
"successfulVerification": "You are now verified to **{{displayName}}**"
}
}
}
24 changes: 17 additions & 7 deletions locales/cs/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,9 @@
"description": "Statsify podporuje většinu her na Hypixelu. Pro zjistění tvých statistik použij `/[game]`. Použij například `/bedwars` pro zjistění BedWars statistik.",
"title": "Hry"
},
"historical": {
"description": "Statsify umožňuje kontrolovat statistiky za poslední den, týden a měsíc pomocí `/daily`, `/weekly` a `/monthly`. Pokud jsi nestihl použít příkaz před resetováním, použij `/yesterday`, `/lastweek`, a `/lastmonth`. ",
"title": "Statistiky za určitou dobu"
"session": {
"description": "Statsify lets you check your stats as if you started playing today through `/session`. With `/reset session` you can reset your session stats and start a new session.",
"title": "Sessions"
},
"leaderboards": {
"description": "Statsify nabízí tisíce žebříčků skrz `/leaderboard` příkaz. Napiš `/leaderboard`, vyber si hru a statistiku k zobrazení. Poté pomocí tlačítka můžeš vyhledat daného hráče a pozici. Pomocí tlačítek se také můžeš pohybovat žebříčkem nahoru a dolů.",
Expand Down Expand Up @@ -386,6 +386,10 @@
"description_discordId": "Hráč s Discord ID `{{tag}}` nebyl nalazen!",
"title": "Neplatný hráč"
},
"invalidSession": {
"title": "Invalid Session",
"description": "**{{displayName}}** has no active sessions. They can make a session by running `/session`."
},
"invalidResetTime": {
"description": "`{{time}}` neodpovídá formátu `h:mm a`. Zadej čas ve formátu podobnému k `12:00 PM` nebo `1:00 AM`.",
"title": "Neplatný čas vyresetování"
Expand Down Expand Up @@ -432,7 +436,7 @@
"title": "Chybějící ověření"
},
"missingPlayerVerification": {
"description": "{{displayName}} is not **verified**. They must run `/verify` to verify their account.",
"description": "**{{displayName}}** is not **verified**. They must run `/verify` to verify their account.",
"title": "Missing Verification"
},
"missingSelfVerification": {
Expand Down Expand Up @@ -512,7 +516,11 @@
"resetButton": "Klikni pro vyresetování",
"setResetTime": "Čas vyresetování byl nastaven na <t:{{time}}:t>.",
"newSession": "Statistiky hráče **{{displayName}}** byly ve Statsify zkontrolovány poprvé.",
"setSessionReset": "Tvoje statistiky za období byly úspěšně zrušeny."
"setSessionReset": "Tvoje statistiky za období byly úspěšně zrušeny.",
"disabledWarning": {
"title": "Historical Commands are no Longer Available",
"description": "Hypixel's new [API Terms](https://developer.hypixel.net/policies/) no longer allow for \"continuous polling of player data,\" which means Statsify cannot track player stats daily anymore.\n\nInstead you can try starting a session with `/session`. When you start a session, the bot will keep track of your stats from the moment you initially ran the command until the next time you run it. To reset your session stats you can run `/reset session`."
}
},
"leaderboard": {
"guildInput": {
Expand Down Expand Up @@ -773,7 +781,9 @@
"invite": "$t(emojis:socials.discord) Klikni **[zde](<https://statsify.net/invite>)** pro pozvání Statsify na svůj server!",
"premium": "$t(emojis:logos.gold) **[Statsify Premium](<https://statsify.net/premium>)** nabízí dodatečné funkce jako například personalizované odznaky na profilu. Celý seznam výhod najdeš **[zde](<https://statsify.net/premium>)**!",
"rankings": "$t(emojis:logos.iron) Zobraz si svoje přední pozice v žebříčku s **[Statsify Premium](<https://statsify.net/premium>)** použitím příkazu `/rankings`",
"verify": "$t(emojis:check) Napiš `/verify` pro spouštění příkazů bez zadávání svého jména a také získej **10% nižší časový limit**"
"verify": "$t(emojis:check) Napiš `/verify` pro spouštění příkazů bez zadávání svého jména a také získej **10% nižší časový limit**",
"resetSession": "$t(emojis:reset) You can **reset** your session stats with `/reset session`.",
"sessions": "$t(emojis:reset) Track your stat progression with Sessions and `/session`."
},
"unknown": "Neznámý",
"verification": {
Expand All @@ -800,4 +810,4 @@
"successfulUnverification": "Ověření účtu bylo úspěšně zrušeno!",
"successfulVerification": "Nyní jsi ověřen na jméno **{{displayName}}**"
}
}
}
24 changes: 17 additions & 7 deletions locales/da/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,9 @@
"description": "Statsify supports the majority of games offered on Hypixel. To check your stats in a game run `/[game]`. For example you can run `/bedwars` to check your BedWars stats.",
"title": "Games"
},
"historical": {
"description": "Statsify lets you check your daily, weekly, and monthly stats through `/daily`, `/weekly` and `/monthly`. If you missed a reset you can view them by running `/yesterday`, `/lastweek`, and `/lastmonth`. ",
"title": "Historical"
"session": {
"description": "Statsify lets you check your stats as if you started playing today through `/session`. With `/reset session` you can reset your session stats and start a new session.",
"title": "Sessions"
},
"leaderboards": {
"description": "Statsify offers thousands of leaderboards through the `/leaderboard` command. Run `/leaderboard`, then pick the gamemode, and pick a leaderboard to view. You can hit the search button to search for a specific player or position. You can also hit the up and down buttons to view more pages.",
Expand Down Expand Up @@ -386,6 +386,10 @@
"description_discordId": "A player with the discord id of `{{tag}}` could not be found!",
"title": "Invalid Player"
},
"invalidSession": {
"title": "Invalid Session",
"description": "**{{displayName}}** has no active sessions. They can make a session by running `/session`."
},
"invalidResetTime": {
"description": "`{{time}}` does not match the format `h:mm a`. Enter a time in the format similar to `12:00 PM` or `1:00 AM`.",
"title": "Invalid Reset Time"
Expand Down Expand Up @@ -432,7 +436,7 @@
"title": "Missing Verification"
},
"missingPlayerVerification": {
"description": "{{displayName}} is not **verified**. They must run `/verify` to verify their account.",
"description": "**{{displayName}}** is not **verified**. They must run `/verify` to verify their account.",
"title": "Missing Verification"
},
"missingSelfVerification": {
Expand Down Expand Up @@ -512,7 +516,11 @@
"resetButton": "Click to Reset",
"setResetTime": "Set your reset time to <t:{{time}}:t>.",
"newSession": "**{{displayName}}**'s session stats have been checked for the first time on Statsify.",
"setSessionReset": "Successfully reset your session stats."
"setSessionReset": "Successfully reset your session stats.",
"disabledWarning": {
"title": "Historical Commands are no Longer Available",
"description": "Hypixel's new [API Terms](https://developer.hypixel.net/policies/) no longer allow for \"continuous polling of player data,\" which means Statsify cannot track player stats daily anymore.\n\nInstead you can try starting a session with `/session`. When you start a session, the bot will keep track of your stats from the moment you initially ran the command until the next time you run it. To reset your session stats you can run `/reset session`."
}
},
"leaderboard": {
"guildInput": {
Expand Down Expand Up @@ -773,7 +781,9 @@
"invite": "$t(emojis:socials.discord) Click **[here](<https://statsify.net/invite>)** to invite Statsify to your own server!",
"premium": "$t(emojis:logos.gold) **[Statsify Premium](<https://statsify.net/premium>)** offers additional features such as personalized profile badges. Find the full list of benefits **[here](<https://statsify.net/premium>)**!",
"rankings": "$t(emojis:logos.iron) View your top leaderboard positions with **[Statsify Premium](<https://statsify.net/premium>)** by using `/rankings`",
"verify": "$t(emojis:check) Run `/verify` to run commands without inputting your username as well as receive **10% lower cooldowns**"
"verify": "$t(emojis:check) Run `/verify` to run commands without inputting your username as well as receive **10% lower cooldowns**",
"resetSession": "$t(emojis:reset) You can **reset** your session stats with `/reset session`.",
"sessions": "$t(emojis:reset) Track your stat progression with Sessions and `/session`."
},
"unknown": "Unknown",
"verification": {
Expand All @@ -800,4 +810,4 @@
"successfulUnverification": "Successfully unverified your account!",
"successfulVerification": "You are now verified to **{{displayName}}**"
}
}
}
24 changes: 17 additions & 7 deletions locales/de/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,9 @@
"description": "Statsify unterstützt die Mehrzahl der auf Hypixel angebotenen Spiele. Um deine Statistiken in einem Spiel zu sehen, führe `/[game]`. Zum Beispiel kannst du `/bedwars` ausführen, um deine BedWars Statistiken zu sehen.",
"title": "Spiele"
},
"historical": {
"description": "Statsify lässt dich deine täglichen, wöchentlichen und monatlichen Statistiken durch `/daily`, `/weekly` und `/monthly` ansehen. Wenn du einen Reset verpasst hast, kannst du sie ansehen indem du `/yesterday`, `/lastweek` und `/lastmonth` ausführst. ",
"title": "Historisch"
"session": {
"description": "Statsify lets you check your stats as if you started playing today through `/session`. With `/reset session` you can reset your session stats and start a new session.",
"title": "Sessions"
},
"leaderboards": {
"description": "Statsify bietet Tausende von Bestenlisten durch den `/leaderboard`-Befehl an. Führe `/leaderboard` aus, wähle dann den Spielmodus aus und wähle eine Bestenliste. Du kannst den Suchknopf drücken um nach einem bestimmten Spieler oder einer bestimmten Position zu suchen. Du kannst auch die oberen und unteren Schaltflächen drücken, um weitere Seiten anzuzeigen.",
Expand Down Expand Up @@ -386,6 +386,10 @@
"description_discordId": "Ein Spieler mit der Discord ID `{{tag}}` konnte nicht gefunden werden!",
"title": "Ungültiger Spieler"
},
"invalidSession": {
"title": "Invalid Session",
"description": "**{{displayName}}** has no active sessions. They can make a session by running `/session`."
},
"invalidResetTime": {
"description": "`{{time}}` stimmt nicht mit dem Format `h:mm a` überein. Gebe eine Zeit im Format ähnlich wie `12:00 PM` oder `1:00 AM` ein.",
"title": "Ungültige Reset Zeit"
Expand Down Expand Up @@ -432,7 +436,7 @@
"title": "Fehlende Verifizierung"
},
"missingPlayerVerification": {
"description": "{{displayName}} is not **verified**. They must run `/verify` to verify their account.",
"description": "**{{displayName}}** is not **verified**. They must run `/verify` to verify their account.",
"title": "Missing Verification"
},
"missingSelfVerification": {
Expand Down Expand Up @@ -512,7 +516,11 @@
"resetButton": "Klicke zum Zurücksetzen",
"setResetTime": "Setze deine Reset Zeit auf <t:{{time}}:t>.",
"newSession": "**{{displayName}}**'s session stats have been checked for the first time on Statsify.",
"setSessionReset": "Successfully reset your session stats."
"setSessionReset": "Successfully reset your session stats.",
"disabledWarning": {
"title": "Historical Commands are no Longer Available",
"description": "Hypixel's new [API Terms](https://developer.hypixel.net/policies/) no longer allow for \"continuous polling of player data,\" which means Statsify cannot track player stats daily anymore.\n\nInstead you can try starting a session with `/session`. When you start a session, the bot will keep track of your stats from the moment you initially ran the command until the next time you run it. To reset your session stats you can run `/reset session`."
}
},
"leaderboard": {
"guildInput": {
Expand Down Expand Up @@ -773,7 +781,9 @@
"invite": "$t(emojis:socials.discord) Klicke **[here](<https://statsify.net/invite>)** um Statsify zu deinem eigenen Server einzuladen!",
"premium": "$t(emojis:logos.gold) **[Statsify Premium](<https://statsify.net/premium>)** bietet zusätzliche Funktionen wie personalisierte Profilabzeichen. Finde die vollständige Liste der Vorteile **[here](<https://statsify.net/premium>)**!",
"rankings": "$t(emojis:logos.iron) Zeige deine Top Bestenlisten Positionen mit **[Statsify Premium](<https://statsify.net/premium>)** bei Verwendung von `/rankings` an",
"verify": "$t(emojis:check) Führe `/verify` aus, um Befehle auszuführen ohne deinen Benutzernamen einzugeben und du erhältst **10% niedrigere Abklingzeit**"
"verify": "$t(emojis:check) Führe `/verify` aus, um Befehle auszuführen ohne deinen Benutzernamen einzugeben und du erhältst **10% niedrigere Abklingzeit**",
"resetSession": "$t(emojis:reset) You can **reset** your session stats with `/reset session`.",
"sessions": "$t(emojis:reset) Track your stat progression with Sessions and `/session`."
},
"unknown": "Unbekannt",
"verification": {
Expand All @@ -800,4 +810,4 @@
"successfulUnverification": "Dein Account wurde erfolgreich entverifiziert!",
"successfulVerification": "Du bist nun mit **{{displayName}}** verifiziert"
}
}
}
Loading

1 comment on commit 58ad900

@vercel
Copy link

@vercel vercel bot commented on 58ad900 Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.