From 82193806d169706b313fc9817a4191c3bc68f99b Mon Sep 17 00:00:00 2001 From: Anon Date: Fri, 7 Oct 2022 08:55:35 +0000 Subject: [PATCH 1/5] Create README-sr.md --- README-sr.md | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 README-sr.md diff --git a/README-sr.md b/README-sr.md new file mode 100644 index 00000000..0c88314f --- /dev/null +++ b/README-sr.md @@ -0,0 +1,74 @@ +
+ +Logo + +# Minecraft Console Client (MCC) + +[Документација](https://mccteam.github.io/) | [Преузимање](#download) | [Инсталација](https://mccteam.github.io/guide/installation.html) | [Подешавање](https://mccteam.github.io/guide/configuration.html) | [Коришћење](https://mccteam.github.io/guide/usage.html) + +[![GitHub Actions build status](https://github.com/MCCTeam/Minecraft-Console-Client/actions/workflows/build-and-release.yml/badge.svg)](https://github.com/MCCTeam/Minecraft-Console-Client/releases/latest) Discord server + +
+ +## **О пројекту ℹ️** + +**Minecraft Console Client (MCC)** је оптимизован **Мајнкрафт** конзолни клијент отвореног кода за **Јава** верзију игре који Вам омогућава да се повежете на било који Манјкрафт Јава сервер, да шаљете и примате поруке брзо и лако, без потребе да отварате главну Манјкрафт игру. + +## Преузимање + +Нај новију верзију клијента можете да пеузмете [овде](https://github.com/MCCTeam/Minecraft-Console-Client/releases/latest) + +## Корисни линкови 📚 + +- 🌐 [Документација](https://mccteam.github.io/) +- 📦 [Инсталација](https://mccteam.github.io/guide/installation.html) +- 📖 [Коришћење](https://mccteam.github.io/guide/usage.html) +- ⚙️ [Подешавање](https://mccteam.github.io/guide/configuration.html) +- 🤖 [Ботови](https://mccteam.github.io/guide/chat-bots.html) +- 📝 [Примери датотека за подешавање](MinecraftClient/config/) + +## Помоћ 🙋 + +Погледајте наш [веб сајт](https://mccteam.github.io/), [README](https://github.com/MCCTeam/Minecraft-Console-Client/tree/master/MinecraftClient/config#minecraft-console-client-user-manual) и постојеће [дискусије](https://github.com/MCCTeam/Minecraft-Console-Client/discussions): Можда је Ваше питање већ постављено раније, ако није, можете да [поставите ново](https://github.com/MCCTeam/Minecraft-Console-Client/discussions/new). Ако пронађете проблем, можете да га пријавите у секцији [Проблеми](https://github.com/MCCTeam/Minecraft-Console-Client/issues). + +## Дискорд + +Имамо наш Дискорд сервер, [придружите нам се](https://discord.gg/sfBv4TtpC9) +Напомена: Сви разговори се воде искључиво на Енглеском. + +## Помозите нам ❤️ + +Ми смо мала заједница којој је потребна помоћ да имплементира функционалност за новије верзије игре, да поправља багове/проблеме и да побољшава пројекат. Увек смо у потрази за мотивисаном људима који би желели да раде на пројекту. Ако би сте желели да помогнете, погледајте секцију [Проблеми](https://github.com/MCCTeam/Minecraft-Console-Client/issues?q=is%3Aissue+is%3Aopen+label%3Awaiting-for%3Acontributor) :) + +## Како допринети развоју пројекта 📝 + +Ако желите да допринесете развоју пројекта у виду програмирања, само направите копију (Форк) репозиторијума, клонирајте га, измените шта треба и затим отворите _Pull Request_ на главној _master_ грани. +Такође погледајте наш [репозиторијум за веб сајт/документацију](https://github.com/MCCTeam/MCCTeam.github.io) ако желите да допринесете у виду побољшања документације. + +## Превођење пројекта 🌍 + +Ako желите да преведете пројекат на други језик проверите нашу секцију у документацији: [Како ажурирати/изменити или додати превод](https://mccteam.github.io/guide/contibuting.html#translations). + +Пројекат је тренутно предевен на следће језике (сортирано по Енглеском алфабету): + * `de.ini` : Deutsch - German + * `en.ini` : English - English + * `fr.ini` : Français (France) - French + * `ru.ini` : Русский (Russkiy) - Russian + * `vi.ini` : Tiếng Việt (Việt Nam) - Vietnamese + * `zh-Hans.ini` : 简体中文(中国大陆) - Chinese Simplified (China; Mandarin) + * +## Прављење извршне датотеке из кода 🏗️ + +Ова секција је померена на наш вебсајт са документацијом: [Прављење извршне датотеке из кода](https://mccteam.github.io/guide/installation.html#building-from-the-source-code). + +## Лиценца ⚖️ + +Unless specifically stated, the code is from the MCC Team or Contributors, and available under CDDL-1.0. Else, the license and original author are mentioned in source file headers. +The main terms of the CDDL-1.0 license are basically the following: + +- You may use the licensed code in whole or in part in any program you desire, regardless of the license of the program as a whole (or rather, as excluding the code you are borrowing). The program itself may be open or closed source, free or commercial. +- However, in all cases, any modifications, improvements, or additions to the CDDL code (any code that is referenced in direct modifications to the CDDL code is considered an addition to the CDDL code, and so is bound by this requirement; e.g. a modification of a math function to use a fast lookup table makes that table itself an addition to the CDDL code, regardless of whether it's in a source code file of its own) must be made publicly and freely available in source, under the CDDL license itself. +- In any program (source or binary) that uses CDDL code, recognition must be given to the source (either project or author) of the CDDL code. As well, modifications to the CDDL code (which must be distributed as source) may not remove notices indicating the ancestry of the code. + +More info at http://qstuff.blogspot.fr/2007/04/why-cddl.html +Full license at http://opensource.org/licenses/CDDL-1.0 From d9db5a48a37865febf6a0f662708d449f9c7f956 Mon Sep 17 00:00:00 2001 From: Anon Date: Fri, 7 Oct 2022 10:15:22 +0000 Subject: [PATCH 2/5] Update README-sr.md --- README-sr.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README-sr.md b/README-sr.md index 0c88314f..9e12138d 100644 --- a/README-sr.md +++ b/README-sr.md @@ -16,7 +16,7 @@ ## Преузимање -Нај новију верзију клијента можете да пеузмете [овде](https://github.com/MCCTeam/Minecraft-Console-Client/releases/latest) +Нај новију верзију клијента можете да преузмете [овде](https://github.com/MCCTeam/Minecraft-Console-Client/releases/latest) ## Корисни линкови 📚 @@ -40,7 +40,7 @@ Ми смо мала заједница којој је потребна помоћ да имплементира функционалност за новије верзије игре, да поправља багове/проблеме и да побољшава пројекат. Увек смо у потрази за мотивисаном људима који би желели да раде на пројекту. Ако би сте желели да помогнете, погледајте секцију [Проблеми](https://github.com/MCCTeam/Minecraft-Console-Client/issues?q=is%3Aissue+is%3Aopen+label%3Awaiting-for%3Acontributor) :) -## Како допринети развоју пројекта 📝 +## Допринос пројекту 📝 Ако желите да допринесете развоју пројекта у виду програмирања, само направите копију (Форк) репозиторијума, клонирајте га, измените шта треба и затим отворите _Pull Request_ на главној _master_ грани. Такође погледајте наш [репозиторијум за веб сајт/документацију](https://github.com/MCCTeam/MCCTeam.github.io) ако желите да допринесете у виду побољшања документације. @@ -63,12 +63,14 @@ Ako желите да преведете пројекат на други јез ## Лиценца ⚖️ -Unless specifically stated, the code is from the MCC Team or Contributors, and available under CDDL-1.0. Else, the license and original author are mentioned in source file headers. -The main terms of the CDDL-1.0 license are basically the following: +Осим ако није специфично назначено, код који су написали људи из МЦЦ Тима и људи који су допринели пројекту се води под CDDL-1.0 лиценцом. У супротном лиценца оригиналног аутора ће бити назначена у коментару на врху датотеке која садржи код. -- You may use the licensed code in whole or in part in any program you desire, regardless of the license of the program as a whole (or rather, as excluding the code you are borrowing). The program itself may be open or closed source, free or commercial. -- However, in all cases, any modifications, improvements, or additions to the CDDL code (any code that is referenced in direct modifications to the CDDL code is considered an addition to the CDDL code, and so is bound by this requirement; e.g. a modification of a math function to use a fast lookup table makes that table itself an addition to the CDDL code, regardless of whether it's in a source code file of its own) must be made publicly and freely available in source, under the CDDL license itself. -- In any program (source or binary) that uses CDDL code, recognition must be given to the source (either project or author) of the CDDL code. As well, modifications to the CDDL code (which must be distributed as source) may not remove notices indicating the ancestry of the code. +Главни услови CDDL-1.0 лиценце гласе: -More info at http://qstuff.blogspot.fr/2007/04/why-cddl.html -Full license at http://opensource.org/licenses/CDDL-1.0 +- Можете користити лиценцни код у целини или делимично у било ком програму који желите, без обзира на лиценцу програма у целини (или боље речено, искључујући код који позајмљујете). Сам програм може бити отвореног или затвореног кода, бесплатан или комерцијалан. +– Међутим, у свим случајевима, било које измене, побољшања или додаци CDDL кода (сваки код који се референцира у директним модификацијама CDDL кода сматра се додатком CDDL коду, па је везан овим захтевом; нпр. модификација математичке функције за коришћење табеле за брзо тражење чини ту табелу додатком CDDL коду, без обзира да ли се налази у сопственој датотеци изворног кода) мора бити јавно и слободно доступно у изворном коду, под само CDDL лиценцом . +- У било ком програму (изворном или бинарном) који користи CDDL код, мора се признати извор (било пројекат или аутор) CDDL кода. Такође, измене CDDL кода (који се мора дистрибуирати као извор) можда неће уклонити обавештења која указују на порекло кода. + + +Више информација http://qstuff.blogspot.fr/2007/04/why-cddl.html +Цела лиценца http://opensource.org/licenses/CDDL-1.0 From 8fafd99e3e1bac5173a7596d64a93644760117b9 Mon Sep 17 00:00:00 2001 From: Anon Date: Fri, 7 Oct 2022 10:19:50 +0000 Subject: [PATCH 3/5] Update README-sr.md --- README-sr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-sr.md b/README-sr.md index 9e12138d..3c7e4870 100644 --- a/README-sr.md +++ b/README-sr.md @@ -33,7 +33,7 @@ ## Дискорд -Имамо наш Дискорд сервер, [придружите нам се](https://discord.gg/sfBv4TtpC9) +Имамо наш Дискорд сервер, [придружите нам се](https://discord.gg/sfBv4TtpC9). Напомена: Сви разговори се воде искључиво на Енглеском. ## Помозите нам ❤️ From 568e1f2e5312ffe309253677bd2d0eb95067779d Mon Sep 17 00:00:00 2001 From: Anon Date: Fri, 7 Oct 2022 10:20:49 +0000 Subject: [PATCH 4/5] Update README-sr.md --- README-sr.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-sr.md b/README-sr.md index 3c7e4870..e5605302 100644 --- a/README-sr.md +++ b/README-sr.md @@ -73,4 +73,5 @@ Ako желите да преведете пројекат на други јез Више информација http://qstuff.blogspot.fr/2007/04/why-cddl.html + Цела лиценца http://opensource.org/licenses/CDDL-1.0 From 075b2b54dd01dfd12c9233c6cd37576fff58d749 Mon Sep 17 00:00:00 2001 From: Anon Date: Fri, 7 Oct 2022 10:21:32 +0000 Subject: [PATCH 5/5] Update README-sr.md --- README-sr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-sr.md b/README-sr.md index e5605302..9309e713 100644 --- a/README-sr.md +++ b/README-sr.md @@ -56,7 +56,7 @@ Ako желите да преведете пројекат на други јез * `ru.ini` : Русский (Russkiy) - Russian * `vi.ini` : Tiếng Việt (Việt Nam) - Vietnamese * `zh-Hans.ini` : 简体中文(中国大陆) - Chinese Simplified (China; Mandarin) - * + ## Прављење извршне датотеке из кода 🏗️ Ова секција је померена на наш вебсајт са документацијом: [Прављење извршне датотеке из кода](https://mccteam.github.io/guide/installation.html#building-from-the-source-code).