mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Fix oversights in & to ~ migration (#10595)
* Fix oversights in & to ~ migration * It was just a symbol
This commit is contained in:
parent
376a51cd55
commit
a0a6fed454
|
|
@ -40,7 +40,7 @@ Messages from the user to the server are in the form:
|
|||
|
||||
`ROOMID` can optionally be left blank if unneeded (commands like `/join lobby`
|
||||
can be sent anywhere). Responses will be sent to a PM box with no username
|
||||
(so `|/command` is equivalent to `|/pm &, /command`).
|
||||
(so `|/command` is equivalent to `|/pm ~, /command`).
|
||||
|
||||
`TEXT` can contain newlines, in which case it'll be treated the same
|
||||
way as if each line were sent to the room separately.
|
||||
|
|
|
|||
|
|
@ -1594,7 +1594,7 @@ export const commands: Chat.ChatCommands = {
|
|||
`% <strong>Global Driver</strong> - Like Voice, and they can lock users and check for alts`,
|
||||
`@ <strong>Global Moderator</strong> - The above, and they can globally ban users`,
|
||||
`* <strong>Global Bot</strong> - An automated account that can use HTML anywhere`,
|
||||
`& <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally`,
|
||||
`~ <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally`,
|
||||
];
|
||||
|
||||
this.sendReplyBox(
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ const dexesHelp = Object.keys((global.Dex?.dexes || {})).filter(x => x !== 'sour
|
|||
function escapeHTML(str?: string) {
|
||||
if (!str) return '';
|
||||
return ('' + str)
|
||||
.replace(/~/g, '&')
|
||||
.replace(/&/g, '&')
|
||||
.replace(/</g, '<')
|
||||
.replace(/>/g, '>')
|
||||
.replace(/"/g, '"')
|
||||
|
|
|
|||
|
|
@ -1482,24 +1482,24 @@ export const commands: Chat.ChatCommands = {
|
|||
const buf = [];
|
||||
if (user.can('show', null, room)) {
|
||||
buf.push(<details><summary>Staff commands</summary>
|
||||
<code>/giveaway create</code> - Pulls up a page to create a giveaway. Requires: + % @ # &<br />
|
||||
<code>/giveaway create</code> - Pulls up a page to create a giveaway. Requires: + % @ # ~<br />
|
||||
<code>
|
||||
/giveaway create question Giver | OT | TID | Game | Question | Answer 1, Answer 2, Answer 3 | IV/IV/IV/IV/IV/IV | Poké Ball | Extra Info | Prize
|
||||
</code> - Start a new question giveaway (voices can only host their own). Requires: + % @ # &<br />
|
||||
</code> - Start a new question giveaway (voices can only host their own). Requires: + % @ # ~<br />
|
||||
<code>
|
||||
/giveaway create lottery Giver | OT | TID | Game | # of Winners | IV/IV/IV/IV/IV/IV | Poké Ball | Extra Info | Prize
|
||||
</code> - Start a new lottery giveaway (voices can only host their own). Requires: + % @ # &<br />
|
||||
</code> - Start a new lottery giveaway (voices can only host their own). Requires: + % @ # ~<br />
|
||||
<code>
|
||||
/giveaway changequestion/changeanswer
|
||||
</code> - Changes the question/answer of a question giveaway. Requires: Being giveaway host<br />
|
||||
<code>/giveaway viewanswer</code> - Shows the answer of a question giveaway. Requires: Being giveaway host/giver<br />
|
||||
<code>
|
||||
/giveaway ban [user], [reason]
|
||||
</code> - Temporarily bans [user] from entering giveaways. Requires: % @ # &<br />
|
||||
<code>/giveaway end</code> - Forcibly ends the current giveaway. Requires: % @ # &<br />
|
||||
</code> - Temporarily bans [user] from entering giveaways. Requires: % @ # ~<br />
|
||||
<code>/giveaway end</code> - Forcibly ends the current giveaway. Requires: % @ # ~<br />
|
||||
<code>/giveaway count [pokemon]</code> - Shows how frequently a certain Pokémon has been given away.<br />
|
||||
<code>/giveaway whitelist [user]</code> - Allow the given [user] to make giveaways. Requires: % @ # &<br />
|
||||
<code>/giveaway unwhitelist [user]</code> - Remove the given user from the giveaway whitelist. Requires: % @ # &
|
||||
<code>/giveaway whitelist [user]</code> - Allow the given [user] to make giveaways. Requires: % @ # ~<br />
|
||||
<code>/giveaway unwhitelist [user]</code> - Remove the given user from the giveaway whitelist. Requires: % @ # ~
|
||||
</details>);
|
||||
}
|
||||
// Giveaway stuff
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import {FS} from '../lib/fs';
|
|||
import type {RoomSection} from './chat-commands/room-settings';
|
||||
import {toID} from '../sim/dex-data';
|
||||
|
||||
export type GroupSymbol = '~' | '~' | '#' | '★' | '*' | '@' | '%' | '☆' | '§' | '+' | '^' | ' ' | '‽' | '!';
|
||||
export type GroupSymbol = '~' | '#' | '★' | '*' | '@' | '%' | '☆' | '§' | '+' | '^' | ' ' | '‽' | '!';
|
||||
export type EffectiveGroupSymbol = GroupSymbol | 'whitelist';
|
||||
export type AuthLevel = EffectiveGroupSymbol | 'unlocked' | 'trusted' | 'autoconfirmed';
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ export const translations: Translations = {
|
|||
"% <strong>Global Driver</strong> - The above, and they can also lock users and check for alts": "% <strong>Global driver</strong> - Het bovenstaande en ze kunnen gebruikers locken en alts (nevenaccounts) inzien.",
|
||||
"@ <strong>Global Moderator</strong> - The above, and they can globally ban users": "@ <strong>Global moderator</strong> - Het bovenstaande en ze kunnen gebruikers uit de gehele server verbannen.",
|
||||
"* <strong>Global Bot</strong> - Like Moderator, but makes it clear that this user is a bot": "* <strong>Global bot</strong> - Hetzelfde als een moderator maar dit symbool maakt duidelijk dat deze gebruiker een bot is.",
|
||||
"& <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "& <strong>Global administrator</strong> - Zij kunnen alles doen, zoals veranderen wat hier staat en gebruikers globaal promoveren.",
|
||||
"~ <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "~ <strong>Global administrator</strong> - Zij kunnen alles doen, zoals veranderen wat hier staat en gebruikers globaal promoveren.",
|
||||
|
||||
"<strong>Room ranks</strong>": "<strong>Roomrangen</strong>",
|
||||
"^ <strong>Prize Winner</strong> - They don't have any powers beyond a symbol.": "",
|
||||
|
|
@ -42,7 +42,7 @@ export const translations: Translations = {
|
|||
"MODERATOR COMMANDS": "COMMANDO'S VOOR MODERATORS",
|
||||
"ADMIN COMMANDS": "COMMANDO'S VOOR ADMINS",
|
||||
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # &)": "(vervang / door ! om het commando uit te zenden. Uitzenden vereist: + % @ # &)",
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # ~)": "(vervang / door ! om het commando uit te zenden. Uitzenden vereist: + % @ # ~)",
|
||||
|
||||
"<strong>Room punishments</strong>:": "<strong>Roomstraffen</strong>:",
|
||||
"<strong>warn</strong> - Displays a popup with the rules.": "<strong>waarschuwing</strong> - Laat een popup zien met de regels.",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ export const translations: Translations = {
|
|||
"% <strong>Global Driver</strong> - The above, and they can also lock users and check for alts": "",
|
||||
"@ <strong>Global Moderator</strong> - The above, and they can globally ban users": "",
|
||||
"* <strong>Global Bot</strong> - An automated account that can use HTML anywhere": "",
|
||||
"& <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "",
|
||||
"~ <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "",
|
||||
|
||||
"<strong>Room ranks</strong>": "",
|
||||
"^ <strong>Prize Winner</strong> - They don't have any powers beyond a symbol.": "",
|
||||
|
|
@ -42,7 +42,7 @@ export const translations: Translations = {
|
|||
"MODERATOR COMMANDS": "",
|
||||
"ADMIN COMMANDS": "",
|
||||
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # &)": "",
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # ~)": "",
|
||||
|
||||
"<strong>Room punishments</strong>:": "",
|
||||
"<strong>warn</strong> - Displays a popup with the rules.": "",
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ export const translations: Translations = {
|
|||
"% <strong>Global Driver</strong> - Like Voice, and they can lock users and check for alts": "% <strong>Global Driver</strong> - Comme ci-dessus, en plus de pouvoir lock certains utilisateurs et vérifier leurs éventuels autres comptes",
|
||||
"@ <strong>Global Moderator</strong> - The above, and they can globally ban users": "@ <strong>Global Moderator</strong> - Comme ci-dessus, en plus de pouvoir bannir des utilisateurs du site",
|
||||
"* <strong>Global Bot</strong> - An automated account that can use HTML anywhere": "* <strong>Global Bot</strong> - Un compte automatisé qui peut utiliser le HTML n'importe où",
|
||||
"& <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "& <strong>Global Administrator</strong> - Ils peuvent tout faire, comme changer ce que ce message affiche",
|
||||
"~ <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "~ <strong>Global Administrator</strong> - Ils peuvent tout faire, comme changer ce que ce message affiche",
|
||||
|
||||
"<strong>Room ranks</strong>": "<strong>Rangs des rooms</strong>",
|
||||
"^ <strong>Prize Winner</strong> - They don't have any powers beyond a symbol.": "^ <strong>Prize Winner</strong> - Ils n'ont aucun pouvoir, seulement un symbole honorifique",
|
||||
|
|
@ -39,7 +39,7 @@ export const translations: Translations = {
|
|||
"MODERATOR COMMANDS": "COMMANDES DES MODERATEURS",
|
||||
"ADMIN COMMANDS": "COMMANDES DES ADMINISTRATEURS",
|
||||
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # &)": "(Remplace / par ! pour afficher publiquement les commandes. Les afficher publiquement requiert : + % @ &)",
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # ~)": "(Remplace / par ! pour afficher publiquement les commandes. Les afficher publiquement requiert : + % @ ~)",
|
||||
|
||||
"<strong>Room punishments</strong>:": "<strong>Punitions des rooms</strong>",
|
||||
"<strong>warn</strong> - Displays a popup with the rules.": "<strong>warn</strong> - Affiche une fenêtre avec les règles.",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ export const translations: Translations = {
|
|||
"% <strong>Global Driver</strong> - The above, and they can also lock users and check for alts": "% <strong>Global Driver</strong> - Oben genanntes, und sie können Nutzer sperren sowie alternative Accounts einsehen.",
|
||||
"@ <strong>Global Moderator</strong> - The above, and they can globally ban users": "@ <strong>Global Moderator</strong> - Oben genanntes, und sie können Nutzer vom Server verbannen.",
|
||||
"* <strong>Global Bot</strong> - Like Moderator, but makes it clear that this user is a bot": "* <strong>Global Bot</strong> - Wie Moderatoren, nur wird verdeutlicht, dass der Nutzer ein Bot ist.",
|
||||
"& <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "& <strong>Global Administrator</strong> - Sie können alles tun, zum Beispiel den Text dieser Nachricht ändern.",
|
||||
"~ <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "~ <strong>Global Administrator</strong> - Sie können alles tun, zum Beispiel den Text dieser Nachricht ändern.",
|
||||
|
||||
"<strong>Room ranks</strong>": "<strong>Raum-Ränge</strong>",
|
||||
"^ <strong>Prize Winner</strong> - They don't have any powers beyond a symbol.": "^ <strong>Prize Winner</strong> - Sie verfügen über keine besonderen Privilegien, außer das Zeichen vor dem Namen.",
|
||||
|
|
@ -42,7 +42,7 @@ export const translations: Translations = {
|
|||
"MODERATOR COMMANDS": "BEFEHLE FÜR MODERATOREN",
|
||||
"ADMIN COMMANDS": "BEFEHLE FÜR ADMINISTRATOREN",
|
||||
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # &)": "(ersetze / mit ! , um einen Befehl für alle Nutzer im Chat sichtbar zu machen. Dies setzt + % @ # oder & voraus)",
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # ~)": "(ersetze / mit ! , um einen Befehl für alle Nutzer im Chat sichtbar zu machen. Dies setzt + % @ # oder ~ voraus)",
|
||||
|
||||
"<strong>Room punishments</strong>:": "<strong>Raumstrafen</strong>:",
|
||||
"<strong>warn</strong> - Displays a popup with the rules.": "<strong>warn</strong> - Öffnet ein Fenster mit den Regeln.",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ export const translations: Translations = {
|
|||
"% <strong>Global Driver</strong> - The above, and they can also lock users and check for alts": "% <strong>वैश्विक Driver</strong> - ये लोग ऊपर की चीज़ें और उसके अलावा lock या alt भी जाँच सकते हैं",
|
||||
"@ <strong>Global Moderator</strong> - The above, and they can globally ban users": "@ <strong>वैश्विक Moderator</strong> - ये लोग ऊपर की चीज़ें और उसके अलावा वैश्विक स्तर पे ban भी कर सकते हैं",
|
||||
"* <strong>Global Bot</strong> - Like Moderator, but makes it clear that this user is a bot": "* <strong>वैश्विक Bot</strong> - Moderator जैसा पर केवल Bots के लिए",
|
||||
"& <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "& <strong>वैश्विक Administrator</strong> - ये लोग कुछ भी कर सकते हैं, जैसे की इस सन्देश को बदलना",
|
||||
"~ <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "~ <strong>वैश्विक Administrator</strong> - ये लोग कुछ भी कर सकते हैं, जैसे की इस सन्देश को बदलना",
|
||||
|
||||
"<strong>Room ranks</strong>": "<strong>रूम के पद</strong>",
|
||||
"^ <strong>Prize Winner</strong> - They don't have any powers beyond a symbol.": "",
|
||||
|
|
@ -42,7 +42,7 @@ export const translations: Translations = {
|
|||
"MODERATOR COMMANDS": "Moderators के कमांड",
|
||||
"ADMIN COMMANDS": "Administrators के कमांड",
|
||||
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # &)": "(प्रसारित करने के लिए / को ! से बदलें. प्रसारण के लिए आवश्यक पद: + % @ # &) ",
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # ~)": "(प्रसारित करने के लिए / को ! से बदलें. प्रसारण के लिए आवश्यक पद: + % @ # ~) ",
|
||||
|
||||
"<strong>Room punishments</strong>:": "<strong>Room के दंड</strong>:",
|
||||
"<strong>warn</strong> - Displays a popup with the rules.": "<strong>warn</strong> - नियमों का एक popup दिखाता है.",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ export const translations: Translations = {
|
|||
"% <strong>Global Driver</strong> - The above, and they can also lock users and check for alts": "% <strong>Global Driver</strong> - Come i Global Voice, e possono lockare gli utenti e controllare i loro alts",
|
||||
"@ <strong>Global Moderator</strong> - The above, and they can globally ban users": "@ <strong>Global Moderator</strong> - Come i Global Driver, e possono bannare globalmente gli utenti",
|
||||
"* <strong>Global Bot</strong> - Like Moderator, but makes it clear that this user is a bot": "* <strong>Global Bot</strong> - Come i Global Moderator, ma il simbolo specifica che l'utente è un bot",
|
||||
"& <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "& <strong>Global Administrator</strong> - Possono fare di tutto, anche cambiare il contenuto di questo messaggio e promuovere globalmente gli utenti",
|
||||
"~ <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "~ <strong>Global Administrator</strong> - Possono fare di tutto, anche cambiare il contenuto di questo messaggio e promuovere globalmente gli utenti",
|
||||
|
||||
"<strong>Room ranks</strong>": "<strong>Ruoli della Room</strong>",
|
||||
"^ <strong>Prize Winner</strong> - They don't have any powers beyond a symbol.": "^ <strong>Prize Winner</strong> - Non hanno alcun potere, eccezion fatta per un segno distintivo",
|
||||
|
|
@ -42,7 +42,7 @@ export const translations: Translations = {
|
|||
"MODERATOR COMMANDS": "COMANDI PER I MODERATORI",
|
||||
"ADMIN COMMANDS": "COMANDI PER GLI AMMINISTRATORI",
|
||||
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # &)": "(sostituisci / con ! per mostrare in room un comando. L'operazione richiede i seguenti rank: + % @ # &)",
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # ~)": "(sostituisci / con ! per mostrare in room un comando. L'operazione richiede i seguenti rank: + % @ # ~)",
|
||||
|
||||
"<strong>Room punishments</strong>:": "<strong>Punizioni della room</strong>:",
|
||||
"<strong>warn</strong> - Displays a popup with the rules.": "<strong>warn</strong> - Mostra un popup con le regole.",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ export const translations: Translations = {
|
|||
"% <strong>Global Driver</strong> - Like Voice, and they can also lock users and check for alts": "<strong>グローバルドライバー</strong>(%): ボイスに似ているが上記に加えてユーザーをロックしたり、他に使っているアカウントを確認することができる。",
|
||||
"@ <strong>Global Moderator</strong> - The above, and they can globally ban users": "<strong>グローバルモデレータ</strong>(@): 上記に加えてユーザーをサイト全体からBANできる。",
|
||||
"* <strong>Global Bot</strong> - An automated account that can use HTML anywhere": "<strong>グローバルボット</strong>(*): どこでもmuteやBANをしたり、HTMLを扱うことができる自動化されたアカウント。",
|
||||
"& <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "<strong>グローバルアドミニストレーター</strong>(&): 何でもできる。この文章を編集したり、ユーザーをグローバルに昇格させたりできる。",
|
||||
"~ <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "<strong>グローバルアドミニストレーター</strong>(~): 何でもできる。この文章を編集したり、ユーザーをグローバルに昇格させたりできる。",
|
||||
|
||||
"<strong>Room ranks</strong>": "<strong>日本語部屋のユーザーランク</strong>",
|
||||
"^ <strong>Prize Winner</strong> - They don't have any powers beyond a symbol.": "<strong>プライズウィナー</strong>(^): 部屋のシンボルや象徴であり、何も権限を持ちません。",
|
||||
|
|
@ -40,9 +40,9 @@ export const translations: Translations = {
|
|||
"DATA COMMANDS": "ポケモンデータコマンド",
|
||||
"DRIVER COMMANDS": "ドライバー(%)コマンド",
|
||||
"MODERATOR COMMANDS": "モデレーター(@)コマンド",
|
||||
"ADMIN COMMANDS": "アドミニストレーター(&)コマンド",
|
||||
"ADMIN COMMANDS": "アドミニストレーター(~)コマンド",
|
||||
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # &)": "(/の代わりに!を使うとコマンドの結果を全員に表示することができます。全員に表示するには、+ % @ # & の権限が必要です。)",
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # ~)": "(/の代わりに!を使うとコマンドの結果を全員に表示することができます。全員に表示するには、+ % @ # ~ の権限が必要です。)",
|
||||
|
||||
"<strong>Room punishments</strong>:": "<strong>チャット罰則一覧</strong>:",
|
||||
"<strong>warn</strong> - Displays a popup with the rules.": "<strong>warn</strong> - ユーザーにチャットルールのポップアップが表示されます。",
|
||||
|
|
@ -153,7 +153,7 @@ export const translations: Translations = {
|
|||
"You are now blocking challenges, except from staff and ${status} users.": "対戦の申し込みをブロックしました。グローバルスタッフと${status}状態のユーザーからはブロックされません。",
|
||||
"Staff FAQ": "スタッフに関するよくある質問",
|
||||
"You cannot broadcast all FAQs at once.": "1回でFAQを全て表示させることはできません。",
|
||||
"A user is autoconfirmed when they have won at least one rated battle and have been registered for one week or longer. In order to prevent spamming and trolling, most chatrooms only allow autoconfirmed users to chat. If you are not autoconfirmed, you can politely PM a staff member (staff have %, @, or # in front of their username) in the room you would like to chat and ask them to disable modchat. However, staff are not obligated to disable modchat.": "レートが有効なバトルで1回以上勝利し、アカウントを登録してから1週間が経過するアカウントが自動承認されます(autoconfirmed)。承認されていないユーザーはグローバルスタッフ(いかなる場所でも名前の前に %、 @、 & がついています)以外にPMを送信することができません。また、チャットルームでは荒らしを防止するためにmodchatで承認済みのユーザーのみが発言できるようにすることができます。もしあなたが承認されていない場合はルームスタッフ(名前の前に %、@、# がついているユーザーです)にPMを送信し、modchatを無効にするように依頼することができますが、スタッフは無効化する義務はありません。",
|
||||
"A user is autoconfirmed when they have won at least one rated battle and have been registered for one week or longer. In order to prevent spamming and trolling, most chatrooms only allow autoconfirmed users to chat. If you are not autoconfirmed, you can politely PM a staff member (staff have %, @, or # in front of their username) in the room you would like to chat and ask them to disable modchat. However, staff are not obligated to disable modchat.": "レートが有効なバトルで1回以上勝利し、アカウントを登録してから1週間が経過するアカウントが自動承認されます(autoconfirmed)。承認されていないユーザーはグローバルスタッフ(いかなる場所でも名前の前に %、 @、 ~ がついています)以外にPMを送信することができません。また、チャットルームでは荒らしを防止するためにmodchatで承認済みのユーザーのみが発言できるようにすることができます。もしあなたが承認されていない場合はルームスタッフ(名前の前に %、@、# がついているユーザーです)にPMを送信し、modchatを無効にするように依頼することができますが、スタッフは無効化する義務はありません。",
|
||||
"How the ladder works": "Ladderの仕組み",
|
||||
"Tiering FAQ": "",
|
||||
"Badge FAQ": "",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ export const translations: Translations = {
|
|||
"% <strong>Global Driver</strong> - Like Voice, and they can lock users and check for alts": "% <strong>Global Driver</strong> - Como Voice, além de poderem dar locks e verificar contas alternativas",
|
||||
"@ <strong>Global Moderator</strong> - The above, and they can globally ban users": "@ <strong>Global Moderator</strong> - O de cima, além de poderem banir usuários do servidor",
|
||||
"* <strong>Global Bot</strong> - Like Moderator, but makes it clear that this user is a bot": "* <strong>Global Bot</strong> - Igual ao cargo de Moderator, mas deixa claro que o usuário é um bot",
|
||||
"& <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "& <strong>Global Administrator</strong> - Eles podem fazer qualquer coisa, como mudar o que esta mensagem diz",
|
||||
"~ <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "~ <strong>Global Administrator</strong> - Eles podem fazer qualquer coisa, como mudar o que esta mensagem diz",
|
||||
|
||||
"<strong>Room ranks</strong>": "<strong>Cargos da Sala</strong>",
|
||||
"^ <strong>Prize Winner</strong> - They don't have any powers beyond a symbol.": "^ <strong>Prize Winner</strong> - Eles não têm poder algum além de um símbolo.",
|
||||
|
|
@ -42,7 +42,7 @@ export const translations: Translations = {
|
|||
"MODERATOR COMMANDS": "COMANDOS DE MODERATOR",
|
||||
"ADMIN COMMANDS": "COMANDOS DE ADMINISTRATOR",
|
||||
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # &)": "(substitua / por ! para exibir um comando publicamente. Isso requer: + % @ # &)",
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # ~)": "(substitua / por ! para exibir um comando publicamente. Isso requer: + % @ # ~)",
|
||||
|
||||
"<strong>Room punishments</strong>:": "<strong>Punições da sala</strong>",
|
||||
"<strong>warn</strong> - Displays a popup with the rules.": "<strong>warn</strong> - Faz uma mensagem com as regras aparecer.",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ export const translations: Translations = {
|
|||
"% <strong>Global Driver</strong> - The above, and they can also lock users and check for alts": "% <strong>全服见习管理</strong> - 同信任用户,并可以锁定用户或查看他们的小号",
|
||||
"@ <strong>Global Moderator</strong> - The above, and they can globally ban users": "@ <strong>全服管理员</strong> - 同上,并可以将用户从服务器封禁",
|
||||
"* <strong>Global Bot</strong> - Like Moderator, but makes it clear that this user is a bot": "* <strong>全服机器人</strong> - 跟全服管理员一样,只不过是机器",
|
||||
"& <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "& <strong>全服总管</strong> - 可以在服务器做任何事,例如修改你现在看到的这条信息",
|
||||
"~ <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "~ <strong>全服总管</strong> - 可以在服务器做任何事,例如修改你现在看到的这条信息",
|
||||
|
||||
"<strong>Room ranks</strong>": "<strong>房权限</strong>",
|
||||
"^ <strong>Prize Winner</strong> - They don't have any powers beyond a symbol.": "",
|
||||
|
|
@ -42,7 +42,7 @@ export const translations: Translations = {
|
|||
"MODERATOR COMMANDS": "管理员指令",
|
||||
"ADMIN COMMANDS": "总管指令",
|
||||
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # &)": "(把/换成!就可以广播指令。广播功能需要:+ % @ # &)",
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # ~)": "(把/换成!就可以广播指令。广播功能需要:+ % @ # ~)",
|
||||
|
||||
"<strong>Room punishments</strong>:": "<strong>房间处罚</strong>:",
|
||||
"<strong>warn</strong> - Displays a popup with the rules.": "<strong>warn</strong> - 显示规则与警告",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ export const translations: Translations = {
|
|||
"% <strong>Global Driver</strong> - Like Voice, and they can lock users and check for alts": "% <strong>Global Driver</strong> - Como los Voice, y también pueden dar locks y revisar las alts",
|
||||
"@ <strong>Global Moderator</strong> - The above, and they can globally ban users": "@ <strong>Global Moderator</strong> - Lo mismo que arriba y además pueden expulsar globalmente del servidor",
|
||||
"* <strong>Global Bot</strong> - Like Moderator, but makes it clear that this user is a bot": "* <strong>Global Bot</strong> - Igual que un moderador, pero el símbolo identifica que es un Bot",
|
||||
"& <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "& <strong>Global Administrator</strong> - Pueden hacer cualquier cosa, como cambiar lo que dice este mensaje",
|
||||
"~ <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "~ <strong>Global Administrator</strong> - Pueden hacer cualquier cosa, como cambiar lo que dice este mensaje",
|
||||
|
||||
"<strong>Room ranks</strong>": "<strong>Rangos de Sala</strong>",
|
||||
"^ <strong>Prize Winner</strong> - They don't have any powers beyond a symbol.": "^ <strong>Prize Winner</strong> - No tienen ningún poder más allá del símbolo.",
|
||||
|
|
@ -42,7 +42,7 @@ export const translations: Translations = {
|
|||
"MODERATOR COMMANDS": "COMANDOS DE MODERATOR",
|
||||
"ADMIN COMMANDS": "COMANDOS DE ADMINISTRATOR",
|
||||
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # &)": "(sustituye / con ! para hacer público un comando. Esto requiere: + % @ # &)",
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # ~)": "(sustituye / con ! para hacer público un comando. Esto requiere: + % @ # ~)",
|
||||
|
||||
"<strong>Room punishments</strong>:": "<strong>Sanciones de la sala</strong>:",
|
||||
"<strong>warn</strong> - Displays a popup with the rules.": "<strong>warn</strong> - Muestra una ventana de diálogo con las reglas.",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ export const translations: Translations = {
|
|||
"% <strong>Global Driver</strong> - Like Voice, and they can lock users and check for alts": "% <strong>全服見習管理</strong> - 同信任用戶,並可以鎖定用戶或查看他們的小號 ",
|
||||
"@ <strong>Global Moderator</strong> - The above, and they can globally ban users": "@ <strong>全服管理員</strong> - 同上,並可以將用戶從服務器封禁",
|
||||
"* <strong>Global Bot</strong> - Like Moderator, but makes it clear that this user is a bot": "* <strong>全服機器人</strong> - 跟全服管理員一樣,隻不過是機器",
|
||||
"& <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "& <strong>全服總管</strong> - 可以在服務器做任何事,例如修改你現在看到的這條信息",
|
||||
"~ <strong>Global Administrator</strong> - They can do anything, like change what this message says and promote users globally": "~ <strong>全服總管</strong> - 可以在服務器做任何事,例如修改你現在看到的這條信息",
|
||||
|
||||
"<strong>Room ranks</strong>": "<strong>房權限</strong>",
|
||||
"^ <strong>Prize Winner</strong> - They don't have any powers beyond a symbol.": "",
|
||||
|
|
@ -42,7 +42,7 @@ export const translations: Translations = {
|
|||
"MODERATOR COMMANDS": "管理員指令",
|
||||
"ADMIN COMMANDS": "總管指令",
|
||||
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # &)": "(把/換成!就可以廣播指令。廣播功能需要:+ % @ # &)",
|
||||
"(replace / with ! to broadcast. Broadcasting requires: + % @ # ~)": "(把/換成!就可以廣播指令。廣播功能需要:+ % @ # ~)",
|
||||
|
||||
"<strong>Room punishments</strong>:": "<strong>房間處罰</strong>:",
|
||||
"<strong>warn</strong> - Displays a popup with the rules.": "<strong>warn</strong> - 顯示規則與警告",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user