全面代码层改名MC-Discord-Chat

This commit is contained in:
Xujiayao 2023-09-14 12:21:19 +08:00
parent 8aa9ff2ae4
commit 5a9344ff91
23 changed files with 63 additions and 63 deletions

View file

@ -10,9 +10,9 @@ body:
description: |
Please check that you have done the following things before submitting an issue.
options:
- label: I confirm that I have [searched for existing issues / pull requests](https://github.com/Xujiayao/MCDiscordChat/issues?q=) before reporting to avoid duplicate reporting.
- label: I confirm that I have [searched for existing issues / pull requests](https://github.com/Xujiayao/MC-Discord-Chat/issues?q=) before reporting to avoid duplicate reporting.
required: true
- label: I confirm that I followed the [MCDC Docs](https://blog.xujiayao.top/posts/4ba0a17a/) and read the [Changelog](https://github.com/Xujiayao/MCDiscordChat/releases/latest), but this problem still exists.
- label: I confirm that I followed the [MCDC Docs](https://blog.xujiayao.top/posts/4ba0a17a/) and read the [Changelog](https://github.com/Xujiayao/MC-Discord-Chat/releases/latest), but this problem still exists.
required: true
- label: I confirm that I noted that if I don't follow the instructions, the issue may be closed directly.
required: true
@ -55,9 +55,9 @@ body:
- type: dropdown
id: mcdiscordchat_version
attributes:
label: MCDiscordChat Version
label: MC-Discord-Chat Version
description: |
The version of MCDiscordChat you are using?
The version of MC-Discord-Chat you are using?
multiple: false
options:
- "Latest Build"
@ -139,7 +139,7 @@ body:
attributes:
label: Config
description: |
Please provide your FULL MCDiscordChat config (/config/mcdiscordchat.json file) here. Remember to REDACT the botToken!
Please provide your FULL MC-Discord-Chat config (/config/mcdiscordchat.json file) here. Remember to REDACT the botToken!
render: json
validations:
required: true

View file

@ -1,11 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Example Issue
url: https://github.com/Xujiayao/MCDiscordChat/issues/73
url: https://github.com/Xujiayao/MC-Discord-Chat/issues/73
about: You can refer to this example issue to fill in your issue.
- name: MCDiscordChat Docs
- name: MC-Discord-Chat Docs
url: https://blog.xujiayao.top/posts/4ba0a17a/
about: Make sure you follow the docs to configure MCDiscordChat!
about: Make sure you follow the docs to configure MC-Discord-Chat!
- name: Latest Builds
url: https://github.com/Xujiayao/MCDiscordChat/actions
url: https://github.com/Xujiayao/MC-Discord-Chat/actions
about: You can find the latest build JAR files at GitHub Actions.

View file

@ -10,7 +10,7 @@ body:
description: |
Please check that you have done the following things before submitting an issue.
options:
- label: I confirm that I have [searched for existing issues / pull requests](https://github.com/Xujiayao/MCDiscordChat/issues?q=) before reporting to avoid duplicate reporting.
- label: I confirm that I have [searched for existing issues / pull requests](https://github.com/Xujiayao/MC-Discord-Chat/issues?q=) before reporting to avoid duplicate reporting.
required: true
- label: I confirm that I noted that if I don't follow the instructions, the issue may be closed directly.
required: true

View file

@ -10,7 +10,7 @@ body:
description: |
Please check that you have done the following things before submitting an issue.
options:
- label: I confirm that I have [searched for existing issues / pull requests](https://github.com/Xujiayao/MCDiscordChat/issues?q=) before reporting to avoid duplicate reporting.
- label: I confirm that I have [searched for existing issues / pull requests](https://github.com/Xujiayao/MC-Discord-Chat/issues?q=) before reporting to avoid duplicate reporting.
required: true
- label: I confirm that I noted that if I don't follow the instructions, the issue may be closed directly.
required: true

View file

@ -9,7 +9,7 @@
<!-- Please check that you have done the following things before submitting a pull request. -->
<!-- Set [ ] to [X] -->
- [ ] I confirm that I have [searched for existing issues / pull requests](https://github.com/Xujiayao/MCDiscordChat/issues?q=) before requesting to avoid duplicate requesting.
- [ ] I confirm that I have [searched for existing issues / pull requests](https://github.com/Xujiayao/MC-Discord-Chat/issues?q=) before requesting to avoid duplicate requesting.
- [ ] I confirm that I noted that if I don't follow the instructions, the issue may be closed directly.
### Related Issues

View file

@ -4,11 +4,11 @@ org.gradle.jvmargs=-Xmx8G
# Mod Properties
mod_version=2.2.0
maven_group=top.xujiayao
archives_base_name=MCDiscordChat
archives_base_name=MC-Discord-Chat
# Wrapper Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.14.22
fabric_version=0.87.0+1.20.1
fabric_version=0.88.1+1.20.1

View file

@ -46,9 +46,9 @@ public class Main implements DedicatedServerModInitializer {
public static final OkHttpClient HTTP_CLIENT = new OkHttpClient();
//#if MC >= 11700
public static final Logger LOGGER = LoggerFactory.getLogger("MCDiscordChat");
public static final Logger LOGGER = LoggerFactory.getLogger("MC-Discord-Chat");
//#else
//$$ public static final Logger LOGGER = LogManager.getLogger("MCDiscordChat");
//$$ public static final Logger LOGGER = LogManager.getLogger("MC-Discord-Chat");
//#endif
public static final File CONFIG_FILE = new File(FabricLoader.getInstance().getConfigDir().toFile(), "mcdiscordchat.json");
public static final File CONFIG_BACKUP_FILE = new File(FabricLoader.getInstance().getConfigDir().toFile(), "mcdiscordchat-backup.json");
@ -76,7 +76,7 @@ public class Main implements DedicatedServerModInitializer {
Translations.init();
LOGGER.info("-----------------------------------------");
LOGGER.info("MCDiscordChat (MCDC) " + VERSION);
LOGGER.info("MC-Discord-Chat (MCDC) " + VERSION);
LOGGER.info("By Xujiayao");
LOGGER.info("");
LOGGER.info("More information + Docs:");

View file

@ -162,9 +162,9 @@ public class DiscordEventListener extends ListenerAdapter {
//#elseif MC >= 11700
//$$ .execute(SERVER.getCommandSource().withOutput(new DiscordCommandOutput(e)), command));
//#elseif MC >= 11600
//$$ .execute(new ServerCommandSource(new DiscordCommandOutput(e), Vec3d.ZERO, Vec2f.ZERO, SERVER.getOverworld(), 4, "MCDiscordChat", new LiteralText("MCDiscordChat"), SERVER, null), command));
//$$ .execute(new ServerCommandSource(new DiscordCommandOutput(e), Vec3d.ZERO, Vec2f.ZERO, SERVER.getOverworld(), 4, "MC-Discord-Chat", new LiteralText("MC-Discord-Chat"), SERVER, null), command));
//#else
//$$ .execute(new ServerCommandSource(new DiscordCommandOutput(e), Vec3d.ZERO, Vec2f.ZERO, SERVER.getWorld(DimensionType.OVERWORLD), 4, "MCDiscordChat", new LiteralText("MCDiscordChat"), SERVER, null), command));
//$$ .execute(new ServerCommandSource(new DiscordCommandOutput(e), Vec3d.ZERO, Vec2f.ZERO, SERVER.getWorld(DimensionType.OVERWORLD), 4, "MC-Discord-Chat", new LiteralText("MC-Discord-Chat"), SERVER, null), command));
//#endif
}
} else {

View file

@ -57,7 +57,7 @@ public class ConfigManager {
LOGGER.error("-----------------------------------------");
LOGGER.error("Error: The config file cannot be found or is empty!");
LOGGER.error("");
LOGGER.error("Please follow the documentation to configure MCDiscordChat before restarting the server!");
LOGGER.error("Please follow the documentation to configure MC-Discord-Chat before restarting the server!");
LOGGER.error("More information + Docs: https://blog.xujiayao.top/posts/4ba0a17a/");
LOGGER.error("");
LOGGER.error("Stopping the server...");

View file

@ -37,7 +37,7 @@ public class Translations {
LOGGER.warn("MCDC cannot find translations for \"" + CONFIG.generic.language + "\" and uses \"en_us\" by default!");
LOGGER.warn("");
LOGGER.warn("You are welcome to contribute translations!");
LOGGER.warn("Contributing: https://github.com/Xujiayao/MCDiscordChat#Contributing");
LOGGER.warn("Contributing: https://github.com/Xujiayao/MC-Discord-Chat#Contributing");
LOGGER.warn("-----------------------------------------");
optional = FabricLoader.getInstance().getModContainer("mcdiscordchat").orElseThrow()

View file

@ -93,7 +93,7 @@ public class Utils {
public static String checkUpdate(boolean isManualCheck) {
try {
Request request = new Request.Builder()
.url("https://cdn.jsdelivr.net/gh/Xujiayao/MCDiscordChat@master/update/version.json")
.url("https://cdn.jsdelivr.net/gh/Xujiayao/MC-Discord-Chat@master/update/version.json")
.cacheControl(CacheControl.FORCE_NETWORK)
.build();
@ -117,7 +117,7 @@ public class Utils {
message.append(Translations.translate("utils.utils.cUpdate.newVersionAvailable"));
message.append("\n\n");
message.append("MCDiscordChat **").append(VERSION).append("** -> **").append(CONFIG.latestVersion).append("**");
message.append("MC-Discord-Chat **").append(VERSION).append("** -> **").append(CONFIG.latestVersion).append("**");
message.append("\n\n");
message.append(Translations.translate("utils.utils.cUpdate.downloadLink"));
message.append("\n\n");
@ -130,7 +130,7 @@ public class Utils {
return message.toString();
} else {
message.append("MCDiscordChat **").append(VERSION).append("**");
message.append("MC-Discord-Chat **").append(VERSION).append("**");
message.append("\n\n");
message.append(Translations.translate("utils.utils.cUpdate.upToDate"));

View file

@ -2,15 +2,15 @@
"schemaVersion": 1,
"id": "mcdiscordchat-${mc_version}",
"version": "${version}",
"name": "MCDiscordChat",
"description": "MCDiscordChat (MCDC), a practical and powerful Fabric and Quilt Minecraft <> Discord chat bridge inspired by BRForgers/DisFabric",
"name": "MC-Discord-Chat",
"description": "MC-Discord-Chat (MCDC), formerly known as MCDiscordChat, a practical and powerful Fabric and Quilt Minecraft <> Discord chat bridge inspired by BRForgers/DisFabric",
"authors": [
"Xujiayao"
],
"contact": {
"homepage": "https://blog.xujiayao.top/posts/4ba0a17a/",
"issues": "https://github.com/Xujiayao/MCDiscordChat/issues",
"sources": "https://github.com/Xujiayao/MCDiscordChat"
"issues": "https://github.com/Xujiayao/MC-Discord-Chat/issues",
"sources": "https://github.com/Xujiayao/MC-Discord-Chat"
},
"license": "MIT",
"icon": "assets/mcdiscordchat/icon.png",

View file

@ -1 +1 @@
{"version":"2.2.0","changelog":"<https://github.com/Xujiayao/MCDiscordChat/releases/latest>\n\n> This version requires additional permission from the Discord bot, \"Manage Webhooks\", compared to the previous versions. Please replace the `APP_ID` of the second link below with your Application ID (get it by accessing the first link), and access it to authorize the new permission. If you do not trust the link below, you may create one by referring to the MCDC docs.\n> \n> Regarding changes in the config file, this version dynamically creates MCDC Webhook and no longer requires manual creation when configuring MCDC, simplifying the steps of configuring MCDC and changing channels. Users not using Webhook may turn it off by setting the `useWebhook` option in the config file to `false`.\n> \n> In addition, users may customize the range of allowed in-game mentions. Clearing the `allowed_mentions` list disallows all in-game mentions.\n> \n> <https://discord.com/developers/applications>\n> \n> <https://discord.com/api/oauth2/authorize?client_id=APP_ID&permissions=537054224&scope=bot%20applications.commands>"}
{"version":"2.2.0","changelog":"<https://github.com/Xujiayao/MC-Discord-Chat/releases/latest>\n\n> This version requires additional permission from the Discord bot, \"Manage Webhooks\", compared to the previous versions. Please replace the `APP_ID` of the second link below with your Application ID (get it by accessing the first link), and access it to authorize the new permission. If you do not trust the link below, you may create one by referring to the MCDC docs.\n> \n> Regarding changes in the config file, this version dynamically creates MCDC Webhook and no longer requires manual creation when configuring MCDC, simplifying the steps of configuring MCDC and changing channels. Users not using Webhook may turn it off by setting the `useWebhook` option in the config file to `false`.\n> \n> In addition, users may customize the range of allowed in-game mentions. Clearing the `allowed_mentions` list disallows all in-game mentions.\n> \n> <https://discord.com/developers/applications>\n> \n> <https://discord.com/api/oauth2/authorize?client_id=APP_ID&permissions=537054224&scope=bot%20applications.commands>"}

View file

@ -8,4 +8,4 @@ loader_version=0.14.22
minecraft_dependency=1.20.x
# Dependencies
fabric_version=0.87.0+1.20.1
fabric_version=0.88.1+1.20.1

View file

@ -2,40 +2,40 @@
"schemaVersion": 1,
"id": "mcdiscordchat",
"version": "${version}",
"name": "MCDiscordChat",
"description": "MCDiscordChat (MCDC), a practical and powerful Fabric and Quilt Minecraft <> Discord chat bridge inspired by BRForgers/DisFabric",
"name": "MC-Discord-Chat",
"description": "MC-Discord-Chat (MCDC), formerly known as MCDiscordChat, a practical and powerful Fabric and Quilt Minecraft <> Discord chat bridge inspired by BRForgers/DisFabric",
"authors": [
"Xujiayao"
],
"contact": {
"homepage": "https://blog.xujiayao.top/posts/4ba0a17a/",
"issues": "https://github.com/Xujiayao/MCDiscordChat/issues",
"sources": "https://github.com/Xujiayao/MCDiscordChat"
"issues": "https://github.com/Xujiayao/MC-Discord-Chat/issues",
"sources": "https://github.com/Xujiayao/MC-Discord-Chat"
},
"license": "MIT",
"icon": "assets/mcdiscordchat/icon.png",
"environment": "server",
"jars": [
{
"file": "META-INF/jars/MCDiscordChat-1.14.x-${version}.jar"
"file": "META-INF/jars/MC-Discord-Chat-1.14.x-${version}.jar"
},
{
"file": "META-INF/jars/MCDiscordChat-1.15.x-${version}.jar"
"file": "META-INF/jars/MC-Discord-Chat-1.15.x-${version}.jar"
},
{
"file": "META-INF/jars/MCDiscordChat-1.16.x-${version}.jar"
"file": "META-INF/jars/MC-Discord-Chat-1.16.x-${version}.jar"
},
{
"file": "META-INF/jars/MCDiscordChat-1.17.x-${version}.jar"
"file": "META-INF/jars/MC-Discord-Chat-1.17.x-${version}.jar"
},
{
"file": "META-INF/jars/MCDiscordChat-1.18.x-${version}.jar"
"file": "META-INF/jars/MC-Discord-Chat-1.18.x-${version}.jar"
},
{
"file": "META-INF/jars/MCDiscordChat-1.19.x-${version}.jar"
"file": "META-INF/jars/MC-Discord-Chat-1.19.x-${version}.jar"
},
{
"file": "META-INF/jars/MCDiscordChat-1.20.x-${version}.jar"
"file": "META-INF/jars/MC-Discord-Chat-1.20.x-${version}.jar"
}
]
}

View file

@ -12,9 +12,9 @@
"utils.clListener.stopListening": "**Stop listening to console logs!**",
"utils.utils.cUpdate.newVersionAvailable": "**A new version is available!**",
"utils.utils.cUpdate.downloadLink": "Download link: <https://github.com/Xujiayao/MCDiscordChat/blob/master/README.md#Download>",
"utils.utils.cUpdate.downloadLink": "Download link: <https://github.com/Xujiayao/MC-Discord-Chat/blob/master/README.md#Download>",
"utils.utils.cUpdate.changelog": "Changelog: ",
"utils.utils.cUpdate.upToDate": "**MCDiscordChat is up to date!**",
"utils.utils.cUpdate.upToDate": "**MC-Discord-Chat is up to date!**",
"utils.utils.whitelist.whitelistFailed": "**Player is already whitelisted!**",
"utils.utils.whitelist.whitelistSuccess": "**Added %s to the whitelist!**",
@ -48,7 +48,7 @@
"utils.utils.ubCommands.console.command": "Command to execute",
"utils.utils.ubCommands.log": "Get the specified server log",
"utils.utils.ubCommands.log.file": "File name",
"utils.utils.ubCommands.reload": "Reload MCDiscordChat config file",
"utils.utils.ubCommands.reload": "Reload MC-Discord-Chat config file",
"utils.utils.ubCommands.stop": "Stop the server",
"message.unformattedResponseMessage": " ┌──── <%name%> %message%",

View file

@ -12,9 +12,9 @@
"utils.clListener.stopListening": "**Arrête de suivre les logs de la console !**",
"utils.utils.cUpdate.newVersionAvailable": "**Une nouvelle version est disponible !**",
"utils.utils.cUpdate.downloadLink": "Lien de téléchargement : <https://github.com/Xujiayao/MCDiscordChat/blob/master/README.md#Download>",
"utils.utils.cUpdate.downloadLink": "Lien de téléchargement : <https://github.com/Xujiayao/MC-Discord-Chat/blob/master/README.md#Download>",
"utils.utils.cUpdate.changelog": "Changements de la version :",
"utils.utils.cUpdate.upToDate": "**MCDiscordChat est à jour !**",
"utils.utils.cUpdate.upToDate": "**MC-Discord-Chat est à jour !**",
"utils.utils.whitelist.whitelistFailed": "**Le joueur est déjà dans la liste blanche !**",
"utils.utils.whitelist.whitelistSuccess": "**%s a été ajouté(e) à la liste blanche !**",
@ -48,7 +48,7 @@
"utils.utils.ubCommands.console.command": "Commande à exécuter",
"utils.utils.ubCommands.log": "Obtenir le journal serveur spécifié",
"utils.utils.ubCommands.log.file": "Nom du fichier",
"utils.utils.ubCommands.reload": "Actualiser le fichier de configuration de MCDiscordChat",
"utils.utils.ubCommands.reload": "Actualiser le fichier de configuration de MC-Discord-Chat",
"utils.utils.ubCommands.stop": "Arrêter le serveur",
"message.unformattedResponseMessage": " ┌──── <%name%> %message%",

View file

@ -12,9 +12,9 @@
"utils.clListener.stopListening": "**콘솔 기록을 중단합니다!**",
"utils.utils.cUpdate.newVersionAvailable": "**새 버전을 사용할 수 있습니다!**",
"utils.utils.cUpdate.downloadLink": "다운로드 링크: <https://github.com/Xujiayao/MCDiscordChat/blob/master/README.md#Download>",
"utils.utils.cUpdate.downloadLink": "다운로드 링크: <https://github.com/Xujiayao/MC-Discord-Chat/blob/master/README.md#Download>",
"utils.utils.cUpdate.changelog": "변경사항: ",
"utils.utils.cUpdate.upToDate": "**MCDiscordChat는 최신 버전입니다.**",
"utils.utils.cUpdate.upToDate": "**MC-Discord-Chat는 최신 버전입니다.**",
"utils.utils.whitelist.whitelistFailed": "**플레이어가 이미 화이트리스트에 있습니다!**",
"utils.utils.whitelist.whitelistSuccess": "**%s을(를) 화이트리스트에 추가했습니다!**",
@ -48,7 +48,7 @@
"utils.utils.ubCommands.console.command": "실행할 명령어",
"utils.utils.ubCommands.log": "해당 서버 기록을 불러옵니다.",
"utils.utils.ubCommands.log.file": "파일 이름",
"utils.utils.ubCommands.reload": "MCDiscordChat 설정 파일을 불러옵니다.",
"utils.utils.ubCommands.reload": "MC-Discord-Chat 설정 파일을 불러옵니다.",
"utils.utils.ubCommands.stop": "서버를 닫습니다.",
"message.unformattedResponseMessage": " ┌──── <%name%> %message%",

View file

@ -12,9 +12,9 @@
"utils.clListener.stopListening": "**Stopper å lytte til konsolllogger!**",
"utils.utils.cUpdate.newVersionAvailable": "**En ny versjon er tilgjengenlig!**",
"utils.utils.cUpdate.downloadLink": "Link til nedlastning: <https://github.com/Xujiayao/MCDiscordChat/blob/master/README.md#Download>",
"utils.utils.cUpdate.downloadLink": "Link til nedlastning: <https://github.com/Xujiayao/MC-Discord-Chat/blob/master/README.md#Download>",
"utils.utils.cUpdate.changelog": "Endringslogg: ",
"utils.utils.cUpdate.upToDate": "**MCDiscordChat er oppdatert!**",
"utils.utils.cUpdate.upToDate": "**MC-Discord-Chat er oppdatert!**",
"utils.utils.whitelist.whitelistFailed": "**Spilleren er allerede hvitelistet!**",
"utils.utils.whitelist.whitelistSuccess": "**La %s til hvitelisten!**",
@ -48,7 +48,7 @@
"utils.utils.ubCommands.console.command": "Kommandoen som skal kjøres",
"utils.utils.ubCommands.log": "Get the specified server log",
"utils.utils.ubCommands.log.file": "Filens navn",
"utils.utils.ubCommands.reload": "Last inn konfig filen til MCDiscordChat på nytt",
"utils.utils.ubCommands.reload": "Last inn konfig filen til MC-Discord-Chat på nytt",
"utils.utils.ubCommands.stop": "Stopp servern",
"message.unformattedResponseMessage": " ┌──── <%name%> %message%",

View file

@ -12,9 +12,9 @@
"utils.clListener.stopListening": "**Przestano słuchanie dzienników konsoli!**",
"utils.utils.cUpdate.newVersionAvailable": "**Nowa wersja jest dostępna!**",
"utils.utils.cUpdate.downloadLink": "Link do pobrania: <https://github.com/Xujiayao/MCDiscordChat/blob/master/README.md#Download>",
"utils.utils.cUpdate.downloadLink": "Link do pobrania: <https://github.com/Xujiayao/MC-Discord-Chat/blob/master/README.md#Download>",
"utils.utils.cUpdate.changelog": "Zmiany: ",
"utils.utils.cUpdate.upToDate": "**MCDiscordChat jest w najnowszej wersji!**",
"utils.utils.cUpdate.upToDate": "**MC-Discord-Chat jest w najnowszej wersji!**",
"utils.utils.whitelist.whitelistFailed": "**Gracz jest już na białej liście!**",
"utils.utils.whitelist.whitelistSuccess": "**Dodano %s do białej listy!**",
@ -48,7 +48,7 @@
"utils.utils.ubCommands.console.command": "Komenda do wykonania",
"utils.utils.ubCommands.log": "Zobacz specyficzny dziennik serwera",
"utils.utils.ubCommands.log.file": "Nazwa pliku",
"utils.utils.ubCommands.reload": "Przeładuj plik ustawień MCDiscordChat",
"utils.utils.ubCommands.reload": "Przeładuj plik ustawień MC-Discord-Chat",
"utils.utils.ubCommands.stop": "Zatrzymaj serwer",
"message.unformattedResponseMessage": " ┌──── <%name%> %message%",

View file

@ -12,9 +12,9 @@
"utils.clListener.stopListening": "**Перестаю слушать консольные логи!**",
"utils.utils.cUpdate.newVersionAvailable": "**Доступна новая версия!**",
"utils.utils.cUpdate.downloadLink": "Ссылка для скачивания: <https://github.com/Xujiayao/MCDiscordChat/blob/master/README.md#Download>",
"utils.utils.cUpdate.downloadLink": "Ссылка для скачивания: <https://github.com/Xujiayao/MC-Discord-Chat/blob/master/README.md#Download>",
"utils.utils.cUpdate.changelog": "Список изменений: ",
"utils.utils.cUpdate.upToDate": "**MCDiscordChat последней версии!**",
"utils.utils.cUpdate.upToDate": "**MC-Discord-Chat последней версии!**",
"utils.utils.whitelist.whitelistFailed": "**Игрок уже в белом списке!**",
"utils.utils.whitelist.whitelistSuccess": "**%s добавлен в белый список!**",
@ -48,7 +48,7 @@
"utils.utils.ubCommands.console.command": "Команда для выполнения",
"utils.utils.ubCommands.log": "Получить логи конкретного сервера",
"utils.utils.ubCommands.log.file": "Название файла",
"utils.utils.ubCommands.reload": "Перезагрузить конфиг MCDiscordChat",
"utils.utils.ubCommands.reload": "Перезагрузить конфиг MC-Discord-Chat",
"utils.utils.ubCommands.stop": "Остановить сервер",
"message.unformattedResponseMessage": " ┌──── <%name%> %message%",

View file

@ -12,7 +12,7 @@
"utils.clListener.stopListening": "**停止监听控制台日志!**",
"utils.utils.cUpdate.newVersionAvailable": "**新版本可用!**",
"utils.utils.cUpdate.downloadLink": "下载链接:<https://github.com/Xujiayao/MCDiscordChat/blob/master/README_CN.md#%%E4%%B8%%8B%%E8%%BD%%BD>",
"utils.utils.cUpdate.downloadLink": "下载链接:<https://github.com/Xujiayao/MC-Discord-Chat/blob/master/README_CN.md#%%E4%%B8%%8B%%E8%%BD%%BD>",
"utils.utils.cUpdate.changelog": "更新日志:",
"utils.utils.cUpdate.upToDate": "**当前版本已经是最新版本!**",
@ -48,7 +48,7 @@
"utils.utils.ubCommands.console.command": "要执行的命令",
"utils.utils.ubCommands.log": "获取指定的服务器日志",
"utils.utils.ubCommands.log.file": "文件名",
"utils.utils.ubCommands.reload": "重新加载 MCDiscordChat 配置文件",
"utils.utils.ubCommands.reload": "重新加载 MC-Discord-Chat 配置文件",
"utils.utils.ubCommands.stop": "停止服务器",
"message.unformattedResponseMessage": " ┌──── <%name%> %message%",

View file

@ -12,7 +12,7 @@
"utils.clListener.stopListening": "**停止監聽控制台日志!**",
"utils.utils.cUpdate.newVersionAvailable": "**有新版本可用!**",
"utils.utils.cUpdate.downloadLink": "下載連結:<https://github.com/Xujiayao/MCDiscordChat/blob/master/README_CN.md#%%E4%%B8%%8B%%E8%%BD%%BD>",
"utils.utils.cUpdate.downloadLink": "下載連結:<https://github.com/Xujiayao/MC-Discord-Chat/blob/master/README_CN.md#%%E4%%B8%%8B%%E8%%BD%%BD>",
"utils.utils.cUpdate.changelog": "更新日志:",
"utils.utils.cUpdate.upToDate": "**目前版本已經係最新版本!**",
@ -48,7 +48,7 @@
"utils.utils.ubCommands.console.command": "要執行嘅命令",
"utils.utils.ubCommands.log": "獲取指定嘅伺服器日志",
"utils.utils.ubCommands.log.file": "文件名",
"utils.utils.ubCommands.reload": "重新載入 MCDiscordChat 設定文件",
"utils.utils.ubCommands.reload": "重新載入 MC-Discord-Chat 設定文件",
"utils.utils.ubCommands.stop": "停止伺服器",
"message.unformattedResponseMessage": " ┌──── <%name%> %message%",