mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Update Readme
This commit is contained in:
parent
404689836d
commit
2a32fbadb5
4 changed files with 16 additions and 31 deletions
|
|
@ -770,17 +770,6 @@ bot.TelegramBridge.direction.both=Both
|
||||||
bot.TelegramBridge.direction.minecraft=Minecraft
|
bot.TelegramBridge.direction.minecraft=Minecraft
|
||||||
bot.TelegramBridge.direction.Telegram=Telegram
|
bot.TelegramBridge.direction.Telegram=Telegram
|
||||||
|
|
||||||
# WebSocketBot
|
|
||||||
bot.WebSocketBot.session_id_changed=§bSession with an id §a{0}§b has been renamed to: §a{1}§b!
|
|
||||||
bot.WebSocketBot.session_authenticated=§bSession with an id §a{0}§b has been succesfully authenticated!
|
|
||||||
bot.WebSocketBot.failed_to_start.ip=§cFailed to start a server! The provided IP address is not a valid one!
|
|
||||||
bot.WebSocketBot.failed_to_start.port=§cFailed to start a server! The port number provided is out of the range, it must be 65535 or bellow it!
|
|
||||||
bot.WebSocketBot.failed_to_start.custom=§cFailed to start a server:\n\n{0}\n\n
|
|
||||||
bot.WebSocketBot.starting=Starting the Websocket server...
|
|
||||||
bot.WebSocketBot.started=§bServer started on ip §a{0}§b port: §a{1}
|
|
||||||
bot.WebSocketBot.new_session=§bNew session connected: §a{0}
|
|
||||||
bot.WebSocketBot.session_disconnected=§bSession with an id §a{0}§b has disconnected!
|
|
||||||
|
|
||||||
# TestBot
|
# TestBot
|
||||||
botname.TestBot=TestBot
|
botname.TestBot=TestBot
|
||||||
bot.testBot.told=Bot: {0} told me : {1}
|
bot.testBot.told=Bot: {0} told me : {1}
|
||||||
|
|
@ -1041,10 +1030,3 @@ config.ChatBot.TelegramBridge.ChannelId=An ID of a channel where you want to int
|
||||||
config.ChatBot.TelegramBridge.Authorized_Chat_Ids=A list of Chat IDs that are allowed to send messages and execute commands. To get an id of your chat DM with the bot use ".chatid" bot command in Telegram.
|
config.ChatBot.TelegramBridge.Authorized_Chat_Ids=A list of Chat IDs that are allowed to send messages and execute commands. To get an id of your chat DM with the bot use ".chatid" bot command in Telegram.
|
||||||
config.ChatBot.TelegramBridge.MessageSendTimeout=How long to wait (in seconds) if a message can not be sent to Telegram before canceling the task (minimum 1 second).
|
config.ChatBot.TelegramBridge.MessageSendTimeout=How long to wait (in seconds) if a message can not be sent to Telegram before canceling the task (minimum 1 second).
|
||||||
config.ChatBot.TelegramBridge.Formats=Message formats\n# Words wrapped with { and } are going to be replaced during the code execution, do not change them!\n# For example. {message} is going to be replace with an actual message, {username} will be replaced with an username, {timestamp} with the current time.\n# For Telegram message formatting, check the following: https://sendpulse.com/blog/telegram-text-formatting
|
config.ChatBot.TelegramBridge.Formats=Message formats\n# Words wrapped with { and } are going to be replaced during the code execution, do not change them!\n# For example. {message} is going to be replace with an actual message, {username} will be replaced with an username, {timestamp} with the current time.\n# For Telegram message formatting, check the following: https://sendpulse.com/blog/telegram-text-formatting
|
||||||
|
|
||||||
# ChatBot.WebSocketBot
|
|
||||||
config.ChatBot.WebSocketBot=Remotely control the client using Web Sockets.\n# This is useful if you want to implement an application that can remotely and asynchronously execute procedures in MCC.\n# Example implementation written in JavaScript: https://github.com/milutinke/MCC.js.git\n# The protocol specification will be available in the documentation soon.
|
|
||||||
config.ChatBot.WebSocketBot.Ip=The IP address that Websocket server will be bounded to.
|
|
||||||
config.ChatBot.WebSocketBot.Port=The Port that Websocket server will be bounded to.
|
|
||||||
config.ChatBot.WebSocketBot.Password=A password that will be used to authenticate on thw Websocket server (It is recommended to change the default password and to set a strong one).
|
|
||||||
config.ChatBot.WebSocketBot.DebugMode=If enabled the chat bot will print what is it recieving and sending when the "DebugMessages" are enabled in "Logging" section. This is useful when making your own library or trying to figure what is wrong with an existing one.
|
|
||||||
Binary file not shown.
16
README-tr.md
16
README-tr.md
|
|
@ -43,6 +43,8 @@ Biz küçük bir topluluğuz, bu nedenle yeni Minecraft sürümleri için yükse
|
||||||
|
|
||||||
Minecraft Console Client için katkıda bulunmak istiyorsanız, harika, _Master_ bölümünü forklayın ve katkıda bulunduğunz yeri pull request ile gönderin. Web sitemize / çevrimiçi belgelere katkıda bulunmak için ayrıca [Website repository] kısmına bakın.
|
Minecraft Console Client için katkıda bulunmak istiyorsanız, harika, _Master_ bölümünü forklayın ve katkıda bulunduğunz yeri pull request ile gönderin. Web sitemize / çevrimiçi belgelere katkıda bulunmak için ayrıca [Website repository] kısmına bakın.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Minecraft Console Client Çevirme 🌍
|
## Minecraft Console Client Çevirme 🌍
|
||||||
|
|
||||||
Minecraft Console Client uygulamamızı farklı bir dile çevirmek istiyorsanız, lütfen çeviri dosyasını [lang klasöründen](https://github.com/MCCTeam/Minecraft-Console-Client/tree/master/MinecraftClient/Resources/lang) indirin veya forklayın. Çeviri işini bitirdikten sonra, bir pull request gönderin veya Github'a aşina değilseniz dosyayı bir [Issues](https://github.com/MCCTeam/Minecraft-Console-Client/issues) aracılığıyla bize gönderin.
|
Minecraft Console Client uygulamamızı farklı bir dile çevirmek istiyorsanız, lütfen çeviri dosyasını [lang klasöründen](https://github.com/MCCTeam/Minecraft-Console-Client/tree/master/MinecraftClient/Resources/lang) indirin veya forklayın. Çeviri işini bitirdikten sonra, bir pull request gönderin veya Github'a aşina değilseniz dosyayı bir [Issues](https://github.com/MCCTeam/Minecraft-Console-Client/issues) aracılığıyla bize gönderin.
|
||||||
|
|
@ -52,14 +54,14 @@ Minecraft Console Client uygulamamızı farklı bir dile çevirmek istiyorsanız
|
||||||
Çeviri dosyasının adları için lütfen [bu yoruma](https://github.com/MCCTeam/Minecraft-Console-Client/pull/1282#issuecomment-711150715) bakın.
|
Çeviri dosyasının adları için lütfen [bu yoruma](https://github.com/MCCTeam/Minecraft-Console-Client/pull/1282#issuecomment-711150715) bakın.
|
||||||
|
|
||||||
MCC artık aşağıdaki dilleri desteklemektedir (Alfabetik sıra) :
|
MCC artık aşağıdaki dilleri desteklemektedir (Alfabetik sıra) :
|
||||||
* `de.ini` (30.21% translated) : Deutsch - German
|
* `de.ini` : Deutsch - German
|
||||||
* `en.ini` : English - English
|
* `en.ini` : English - English
|
||||||
* `fr.ini` (30.21% translated) : Français (France) - French
|
* `fr.ini` : Français (France) - French
|
||||||
* `ru.ini` (29.65% translated) : Русский (Russkiy) - Russian
|
* `ru.ini` : Русский (Russkiy) - Russian
|
||||||
* `vi.ini` (29.65% translated) : Tiếng Việt (Việt Nam) - Vietnamese
|
* `tr.ini` : Türkçe (Türkiye) - Turkish
|
||||||
* `zh-Hans.ini` (87.08% translated) : 简体中文 - Chinese Simplified
|
* `vi.ini` : Tiếng Việt (Việt Nam) - Vietnamese
|
||||||
* `zh-Hant.ini` (87.08% translated) : 繁體中文 - Chinese Traditional
|
* `zh-Hans.ini` : 简体中文 - Chinese Simplified
|
||||||
* `tr.ini : Türkçe - Turkish
|
* `zh-Hant.ini` : 繁體中文 - Chinese Traditional
|
||||||
|
|
||||||
## Kaynaktan Geliştirme 🏗️
|
## Kaynaktan Geliştirme 🏗️
|
||||||
|
|
||||||
|
|
|
||||||
13
README.md
13
README.md
|
|
@ -52,13 +52,14 @@ If you'd like to contribute to Minecraft Console Client, great, just fork the re
|
||||||
Check out: [How to update or add translations for MCC](https://mccteam.github.io/guide/contibuting.html#translations).
|
Check out: [How to update or add translations for MCC](https://mccteam.github.io/guide/contibuting.html#translations).
|
||||||
|
|
||||||
MCC now supports the following languages (Alphabetical order) :
|
MCC now supports the following languages (Alphabetical order) :
|
||||||
* `de.ini` (30.21% translated) : Deutsch - German
|
* `de.ini` (26.73% translated) : Deutsch - German
|
||||||
* `en.ini` : English - English
|
* `en.ini` : English - English
|
||||||
* `fr.ini` (30.21% translated) : Français (France) - French
|
* `fr.ini` (26.73% translated) : Français (France) - French
|
||||||
* `ru.ini` (29.65% translated) : Русский (Russkiy) - Russian
|
* `ru.ini` (26.24% translated) : Русский (Russkiy) - Russian
|
||||||
* `vi.ini` (29.65% translated) : Tiếng Việt (Việt Nam) - Vietnamese
|
* `tr.ini` (100.00% translated) : Türkçe (Türkiye) - Turkish
|
||||||
* `zh-Hans.ini` (87.08% translated) : 简体中文 - Chinese Simplified
|
* `vi.ini` (26.24% translated) : Tiếng Việt (Việt Nam) - Vietnamese
|
||||||
* `zh-Hant.ini` (87.08% translated) : 繁體中文 - Chinese Traditional
|
* `zh-Hans.ini` (76.92% translated) : 简体中文 - Chinese Simplified
|
||||||
|
* `zh-Hant.ini` (76.92% translated) : 繁體中文 - Chinese Traditional
|
||||||
|
|
||||||
## Building from the source 🏗️
|
## Building from the source 🏗️
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue