From b1d8b05583eae5cb5957d4db1d4858e37837c7c6 Mon Sep 17 00:00:00 2001 From: acidicMercury8 Date: Sat, 24 Apr 2021 19:52:40 +0300 Subject: [PATCH 1/6] Update russian readme --- README.russian.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.russian.md b/README.russian.md index 31f8a9c..b181af1 100644 --- a/README.russian.md +++ b/README.russian.md @@ -1,5 +1,7 @@ # LuaConsole - + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![License](https://img.shields.io/github/license/tilkinsc/LuaConsole.svg)](https://github.com/tilkinsc/LuaConsole/blob/master/LICENSE) [![Codecov](https://codecov.io/gh/tilkinsc/LuaConsole/coverage.svg?branch=master)](https://codecov.io/gh/tilkinsc/LuaConsole) [![Gitter.im](https://badges.gitter.im/tilkinsc/LuaConsole.png)](https://gitter.im/LuaConsole) [![travis-ci](https://travis-ci.org/tilkinsc/LuaConsole.svg?branch=master)](https://travis-ci.org/tilkinsc/LuaConsole) [![Build status](https://ci.appveyor.com/api/projects/status/3rqh0vn8a0lm8itg?svg=true)](https://ci.appveyor.com/project/Hydroque/luaconsole) @@ -33,6 +35,8 @@ https://github.com/tilkinsc/LuaConsole # Использование с LuaDIST [LuaDist Support Windows, Linux, MacOS](https://github.com/tilkinsc/LuaConsole/wiki/LuaDist-Support-Windows,-Linux,-MacOS) +# Testing + ### Linux ```bash # Help command @@ -100,3 +104,22 @@ dofile('res/testing.lua') * [Windows Bonus - Flashy Icons & Registry Enhancements](https://github.com/tilkinsc/LuaConsole/wiki/Windows-Bonus----Flashy-Icons-&-Registry-Enhancements) * [Linux Bonus - Shebangs & Desktop Files](https://github.com/tilkinsc/LuaConsole/wiki/Linux-Bonus---Shebangs-&-Desktop-Files) +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

DarkWiiPlayer

рџ’»
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! From 493cdc1592277f559d16fe4e3bab0c0d41c7706b Mon Sep 17 00:00:00 2001 From: acidicMercury8 Date: Sun, 25 Apr 2021 00:03:28 +0300 Subject: [PATCH 2/6] Fix markdownlint problems --- README.md | 26 ++++++++++++++++---------- README.russian.md | 26 ++++++++++++++++---------- 2 files changed, 32 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 9961956..9e74884 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # LuaConsole + [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) [![License](https://img.shields.io/github/license/tilkinsc/LuaConsole.svg)](https://github.com/tilkinsc/LuaConsole/blob/master/LICENSE) [![Codecov](https://codecov.io/gh/tilkinsc/LuaConsole/coverage.svg?branch=master)](https://codecov.io/gh/tilkinsc/LuaConsole) [![Gitter.im](https://badges.gitter.im/tilkinsc/LuaConsole.png)](https://gitter.im/LuaConsole) [![travis-ci](https://travis-ci.org/tilkinsc/LuaConsole.svg?branch=master)](https://travis-ci.org/tilkinsc/LuaConsole) [![Build status](https://ci.appveyor.com/api/projects/status/3rqh0vn8a0lm8itg?svg=true)](https://ci.appveyor.com/project/Hydroque/luaconsole) - [![English](https://user-images.githubusercontent.com/7494772/109406669-0a75d500-7949-11eb-87fa-b56ee60e2afd.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.md) [![Spanish](https://user-images.githubusercontent.com/7494772/109406678-24171c80-7949-11eb-94d7-83afe3befae0.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.espanol.md) [![German](https://user-images.githubusercontent.com/7494772/109406691-3002de80-7949-11eb-83ee-95967d986e99.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.german.md) @@ -14,30 +14,34 @@ [![Paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?business=RCR8HT8GDC5XC&item_name=Free+Software¤cy_code=USD) -https://github.com/tilkinsc/LuaConsole -A next-gen, Cross-Platform [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x]-supporting CLI made to supersede PUC-Lua and LuaJIT CLI +[LuaConsole](https://github.com/tilkinsc/LuaConsole) is a next-gen, Cross-Platform [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x]-supporting CLI made to supersede PUC-Lua and LuaJIT CLI + +For more information, visit [LuaConsole Github Website](https://tilkinsc.github.io/LuaConsole) and the [wiki](https://github.com/tilkinsc/LuaConsole/wiki)! -For more information, visit [LuaConsole Github Website](https://tilkinsc.github.io/LuaConsole) and the [wiki](https://github.com/tilkinsc/LuaConsole/wiki)! +## Goals -# Goals * Be a better CLI application than PUC-Lua/LuaJIT * Support everything compatible with PUC-Lua and LuaJIT * Prevent messy, obfuscating code * Be CLI dependent and independent * Multiplatform - Linux, Windows, Mac (unofficial) -# Building +## Building + [Windows/Linux Build Instructions](https://github.com/tilkinsc/LuaConsole/wiki/Build-Instructions) -# Using with LuaRocks +## Using with LuaRocks + [LuaRocks Support](https://github.com/tilkinsc/LuaConsole/wiki/LuaRocks-Support) -# Using with LuaDIST +## Using with LuaDIST + [LuaDist Support Windows, Linux, MacOS](https://github.com/tilkinsc/LuaConsole/wiki/LuaDist-Support-Windows,-Linux,-MacOS) -# Testing +## Testing ### Linux + ```bash # Help command luaw --help /? -? @@ -69,6 +73,7 @@ dofile('res/testing.lua') ``` ### Windows + ```batch REM Help command luaw --help /? -? @@ -100,7 +105,8 @@ dofile('res/testing.lua') ``` -# Bonus +## Bonus + * [Windows Bonus - Flashy Icons & Registry Enhancements](https://github.com/tilkinsc/LuaConsole/wiki/Windows-Bonus----Flashy-Icons-&-Registry-Enhancements) * [Linux Bonus - Shebangs & Desktop Files](https://github.com/tilkinsc/LuaConsole/wiki/Linux-Bonus---Shebangs-&-Desktop-Files) diff --git a/README.russian.md b/README.russian.md index b181af1..b90a405 100644 --- a/README.russian.md +++ b/README.russian.md @@ -1,10 +1,10 @@ # LuaConsole + [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) [![License](https://img.shields.io/github/license/tilkinsc/LuaConsole.svg)](https://github.com/tilkinsc/LuaConsole/blob/master/LICENSE) [![Codecov](https://codecov.io/gh/tilkinsc/LuaConsole/coverage.svg?branch=master)](https://codecov.io/gh/tilkinsc/LuaConsole) [![Gitter.im](https://badges.gitter.im/tilkinsc/LuaConsole.png)](https://gitter.im/LuaConsole) [![travis-ci](https://travis-ci.org/tilkinsc/LuaConsole.svg?branch=master)](https://travis-ci.org/tilkinsc/LuaConsole) [![Build status](https://ci.appveyor.com/api/projects/status/3rqh0vn8a0lm8itg?svg=true)](https://ci.appveyor.com/project/Hydroque/luaconsole) - [![English](https://user-images.githubusercontent.com/7494772/109406669-0a75d500-7949-11eb-87fa-b56ee60e2afd.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.md) [![Spanish](https://user-images.githubusercontent.com/7494772/109406678-24171c80-7949-11eb-94d7-83afe3befae0.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.espanol.md) [![German](https://user-images.githubusercontent.com/7494772/109406691-3002de80-7949-11eb-83ee-95967d986e99.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.german.md) @@ -14,30 +14,34 @@ [![Paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?business=RCR8HT8GDC5XC&item_name=Free+Software¤cy_code=USD) -https://github.com/tilkinsc/LuaConsole -Кросс-платформенный интерфейс следующего поколения [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x], поддерживающий CLI, призванный заменить PUC-Lua и LuaJIT CLI +[LuaConsole](https://github.com/tilkinsc/LuaConsole) - это кросс-платформенный интерфейс следующего поколения [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x], поддерживающий CLI, призванный заменить PUC-Lua и LuaJIT CLI Для получения дополнительной информации посетите [Веб-сайт LuaConsole Github](https://tilkinsc.github.io/LuaConsole) и [wiki](https://github.com/tilkinsc/LuaConsole/wiki)! -# Цели +## Цели + * Будьте лучшим приложением CLI, чем PUC-Lua/LuaJIT * Поддержка всего, что совместимо с PUC-Lua и LuaJIT * Предотвратить беспорядочный, запутывающий код * Будьте зависимы от интерфейса командной строки и независимы -* Мультиплатформенность - Linux, Windows, Mac (неофициально) +* Мультиплатформенность - Linux, Windows, Mac (неофициально) + +## Сборка -# Сборка [Windows/Unix Build Instructions](https://github.com/tilkinsc/LuaConsole/wiki/Build-Instructions) -# Использование с LuaRocks +## Использование с LuaRocks + [LuaRocks Support](https://github.com/tilkinsc/LuaConsole/wiki/LuaRocks-Support) -# Использование с LuaDIST +## Использование с LuaDIST + [LuaDist Support Windows, Linux, MacOS](https://github.com/tilkinsc/LuaConsole/wiki/LuaDist-Support-Windows,-Linux,-MacOS) -# Testing +## Testing ### Linux + ```bash # Help command luaw --help /? -? @@ -69,6 +73,7 @@ dofile('res/testing.lua') ``` ### Windows + ```batch REM Help command luaw --help /? -? @@ -100,7 +105,8 @@ dofile('res/testing.lua') ``` -# Дополнительный +## Дополнительный + * [Windows Bonus - Flashy Icons & Registry Enhancements](https://github.com/tilkinsc/LuaConsole/wiki/Windows-Bonus----Flashy-Icons-&-Registry-Enhancements) * [Linux Bonus - Shebangs & Desktop Files](https://github.com/tilkinsc/LuaConsole/wiki/Linux-Bonus---Shebangs-&-Desktop-Files) From 0c6aad93e5b8426443d9213392676638020ce2a7 Mon Sep 17 00:00:00 2001 From: acidicMercury8 Date: Sun, 25 Apr 2021 01:11:25 +0300 Subject: [PATCH 3/6] Fix russian translation --- README.russian.md | 54 +++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/README.russian.md b/README.russian.md index b90a405..01daf1d 100644 --- a/README.russian.md +++ b/README.russian.md @@ -14,58 +14,58 @@ [![Paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?business=RCR8HT8GDC5XC&item_name=Free+Software¤cy_code=USD) -[LuaConsole](https://github.com/tilkinsc/LuaConsole) - это кросс-платформенный интерфейс следующего поколения [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x], поддерживающий CLI, призванный заменить PUC-Lua и LuaJIT CLI +[LuaConsole](https://github.com/tilkinsc/LuaConsole) - это кросс-платформенный интерфейс командной строки следующего поколения [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x], призванный заменить PUC-Lua и LuaJIT CLI -Для получения дополнительной информации посетите [Веб-сайт LuaConsole Github](https://tilkinsc.github.io/LuaConsole) и [wiki](https://github.com/tilkinsc/LuaConsole/wiki)! +Для получения дополнительной информации посетите [Веб-сайт LuaConsole Github](https://tilkinsc.github.io/LuaConsole) и [Вики LuaConsole Github](https://github.com/tilkinsc/LuaConsole/wiki)! ## Цели -* Будьте лучшим приложением CLI, чем PUC-Lua/LuaJIT +* Быть лучшим CLI-приложением, чем PUC-Lua/LuaJIT * Поддержка всего, что совместимо с PUC-Lua и LuaJIT * Предотвратить беспорядочный, запутывающий код -* Будьте зависимы от интерфейса командной строки и независимы +* Иметь возможность зависеть или не зависеть от интерфейса командной строки * Мультиплатформенность - Linux, Windows, Mac (неофициально) ## Сборка -[Windows/Unix Build Instructions](https://github.com/tilkinsc/LuaConsole/wiki/Build-Instructions) +[Инструкции по сборке на Windows/Unix](https://github.com/tilkinsc/LuaConsole/wiki/Build-Instructions) ## Использование с LuaRocks -[LuaRocks Support](https://github.com/tilkinsc/LuaConsole/wiki/LuaRocks-Support) +[Поддержка LuaRocks](https://github.com/tilkinsc/LuaConsole/wiki/LuaRocks-Support) ## Использование с LuaDIST -[LuaDist Support Windows, Linux, MacOS](https://github.com/tilkinsc/LuaConsole/wiki/LuaDist-Support-Windows,-Linux,-MacOS) +[Поддержка LuaDist на Windows, Linux, MacOS](https://github.com/tilkinsc/LuaConsole/wiki/LuaDist-Support-Windows,-Linux,-MacOS) -## Testing +## Тестирование ### Linux ```bash -# Help command +# Команда помощи luaw --help /? -? -# REPL Mode +# Режим REPL luaw luaw -p -# From the command +# Из команды luaw res/testing.lua -Dtest=5 -n a b c luaw -lres/testing.lua -Dtest=5 -n a b c luaw -Dtest=5 -n a b c - < res/testing.lua -# With Shebang enhancements found below +# С улучшенным шебангом res/testing.lua -Dtest=5 -n a b c -# Using cat +# Используя cat cat res/testing.lua | luaw -Dtest=5 -n a b c - -# From inside Lua +# Из-под Lua luaw -e "dofile('res/testing.lua')" -Dtest=5 -n a b c luaw -e "dofile('testing.lua')" -s res -Dtest=5 -n a b c -# stdin: +# Используя stdin luaw - dofile('res/testing.lua') @@ -75,26 +75,26 @@ dofile('res/testing.lua') ### Windows ```batch -REM Help command +REM Команда помощи luaw --help /? -? -REM REPL Mode +REM Режим REPL luaw luaw -p -REM From the command +REM Из команды luaw res/testing.lua -Dtest=5 -n a b c luaw -lres/testing.lua -Dtest=5 -n a b c luaw -Dtest=5 -n a b c - < res/testing.lua -REM With Windows Registry enhancements found below +REM С улучшениями Реестра Windows res\testing.lua -Dtest=5 -n a b c res\testing -Dtest=5 -n a b c -REM Using type +REM Используя тип type res\testing.lua | luaw -Dtest=5 -n a b c - -REM From inside Lua +REM Из-под Lua luaw -e "dofile('res/testing.lua')" -Dtest=5 -n a b c luaw -e "dofile('testing.lua')" -s res -Dtest=5 -n a b c @@ -105,14 +105,14 @@ dofile('res/testing.lua') ``` -## Дополнительный +## Дополнительно -* [Windows Bonus - Flashy Icons & Registry Enhancements](https://github.com/tilkinsc/LuaConsole/wiki/Windows-Bonus----Flashy-Icons-&-Registry-Enhancements) -* [Linux Bonus - Shebangs & Desktop Files](https://github.com/tilkinsc/LuaConsole/wiki/Linux-Bonus---Shebangs-&-Desktop-Files) +* [Windows бонус - Яркие значки и улучшения реестра](https://github.com/tilkinsc/LuaConsole/wiki/Windows-Bonus----Flashy-Icons-&-Registry-Enhancements) +* [Linux бонус - шебанги и файлы рабочего стола](https://github.com/tilkinsc/LuaConsole/wiki/Linux-Bonus---Shebangs-&-Desktop-Files) -## Contributors ✨ +## Участники ✨ -Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): +Спасибо этим замечательным людям ([emoji key](https://allcontributors.org/docs/en/emoji-key)): @@ -128,4 +128,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! +Этот проект следует спецификации [all-contributors](https://github.com/all-contributors/all-contributors). Любое участие приветствуется! From 4d5f9f21e0e4703528188145f2c70a973be69bc5 Mon Sep 17 00:00:00 2001 From: acidicMercury8 Date: Tue, 27 Apr 2021 21:11:54 +0300 Subject: [PATCH 4/6] Revert breaking changes --- README.md | 1 - README.russian.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 9e74884..402f82c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # LuaConsole - [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) diff --git a/README.russian.md b/README.russian.md index 01daf1d..26a2649 100644 --- a/README.russian.md +++ b/README.russian.md @@ -1,5 +1,4 @@ # LuaConsole - [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) From 45d0686e9467b11f6a9b3021c689abcf9f3da8b9 Mon Sep 17 00:00:00 2001 From: acidicMercury8 Date: Tue, 27 Apr 2021 21:14:18 +0300 Subject: [PATCH 5/6] Fix overview in russian translation --- README.russian.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.russian.md b/README.russian.md index 26a2649..feed9e0 100644 --- a/README.russian.md +++ b/README.russian.md @@ -13,7 +13,7 @@ [![Paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?business=RCR8HT8GDC5XC&item_name=Free+Software¤cy_code=USD) -[LuaConsole](https://github.com/tilkinsc/LuaConsole) - это кросс-платформенный интерфейс командной строки следующего поколения [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x], призванный заменить PUC-Lua и LuaJIT CLI +[LuaConsole](https://github.com/tilkinsc/LuaConsole) - это [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x] совместимый кросс-платформенный интерфейс командной строки следующего поколения, призванный заменить PUC-Lua и LuaJIT CLI Для получения дополнительной информации посетите [Веб-сайт LuaConsole Github](https://tilkinsc.github.io/LuaConsole) и [Вики LuaConsole Github](https://github.com/tilkinsc/LuaConsole/wiki)! From 01197063aa6b283bec0c3d1935ee6158d6193f47 Mon Sep 17 00:00:00 2001 From: acidicMercury8 Date: Tue, 27 Apr 2021 21:33:26 +0300 Subject: [PATCH 6/6] Update all translations of readme --- README.chinese.md | 48 +++++++++++++++++++++++++++++--------- README.espanol.md | 49 ++++++++++++++++++++++++++++++--------- README.german.md | 48 +++++++++++++++++++++++++++++--------- README.md | 2 +- README.portugues.md | 56 +++++++++++++++++++++++++++++++++------------ README.russian.md | 2 +- 6 files changed, 156 insertions(+), 49 deletions(-) diff --git a/README.chinese.md b/README.chinese.md index 49fbea8..5cc4889 100644 --- a/README.chinese.md +++ b/README.chinese.md @@ -1,8 +1,9 @@ # LuaConsole - + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![License](https://img.shields.io/github/license/tilkinsc/LuaConsole.svg)](https://github.com/tilkinsc/LuaConsole/blob/master/LICENSE) [![Codecov](https://codecov.io/gh/tilkinsc/LuaConsole/coverage.svg?branch=master)](https://codecov.io/gh/tilkinsc/LuaConsole) [![Gitter.im](https://badges.gitter.im/tilkinsc/LuaConsole.png)](https://gitter.im/LuaConsole) [![travis-ci](https://travis-ci.org/tilkinsc/LuaConsole.svg?branch=master)](https://travis-ci.org/tilkinsc/LuaConsole) [![Build status](https://ci.appveyor.com/api/projects/status/3rqh0vn8a0lm8itg?svg=true)](https://ci.appveyor.com/project/Hydroque/luaconsole) - [![English](https://user-images.githubusercontent.com/7494772/109406669-0a75d500-7949-11eb-87fa-b56ee60e2afd.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.md) [![Spanish](https://user-images.githubusercontent.com/7494772/109406678-24171c80-7949-11eb-94d7-83afe3befae0.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.espanol.md) [![German](https://user-images.githubusercontent.com/7494772/109406691-3002de80-7949-11eb-83ee-95967d986e99.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.german.md) @@ -12,29 +13,33 @@ [![Paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?business=RCR8HT8GDC5XC&item_name=Free+Software¤cy_code=USD) -https://github.com/tilkinsc/LuaConsole -下一代跨平台\[Lua-5.1.x,LuaJIT-2.0,Lua-5.2.x,Lua-5.3.x,Lua-5.4.x\]支持的CLI取代了PUC-Lua和LuaJIT CLI +[LuaConsole](https://github.com/tilkinsc/LuaConsole) 下一代跨平台\[Lua-5.1.x,LuaJIT-2.0,Lua-5.2.x,Lua-5.3.x,Lua-5.4.x\]支持的CLI取代了PUC-Lua和LuaJIT CLI -有关更多信息,请访问[LuaConsole Github网站](https://tilkinsc.github.io/LuaConsole)和[wiki](https://github.com/tilkinsc/LuaConsole/wiki)! +有关更多信息,请访问[LuaConsole Github网站](https://tilkinsc.github.io/LuaConsole)和[LuaConsole Wiki](https://github.com/tilkinsc/LuaConsole/wiki)! + +## 目标 -# 目标 * 比PUC-Lua/LuaJIT更好的CLI应用程序 * 支持与PUC-Lua和LuaJIT兼容的所有内容 * 防止混乱的代码 * 依赖CLI且独立 -# 构建源代码 +## 构建源代码 + [Windows/Linux Build Instructions](https://github.com/tilkinsc/LuaConsole/wiki/Build-Instructions) -# 与LuaRocks一起使用 +## 与LuaRocks一起使用 + [LuaRocks Support](https://github.com/tilkinsc/LuaConsole/wiki/LuaRocks-Support) -# 与LuaDIST一起使用 +## 与LuaDIST一起使用 + [LuaDist Support Windows, Linux, MacOS](https://github.com/tilkinsc/LuaConsole/wiki/LuaDist-Support-Windows,-Linux,-MacOS) -# 测试 +## 测试 ### Linux + ```bash # Help command luaw --help /? -? @@ -66,6 +71,7 @@ dofile('res/testing.lua') ``` ### Windows + ```batch REM Help command luaw --help /? -? @@ -97,7 +103,27 @@ dofile('res/testing.lua') ``` -# 附加功能 +## 附加功能 + * [Windows Bonus - Flashy Icons & Registry Enhancements](https://github.com/tilkinsc/LuaConsole/wiki/Windows-Bonus----Flashy-Icons-&-Registry-Enhancements) * [Linux Bonus - Shebangs & Desktop Files](https://github.com/tilkinsc/LuaConsole/wiki/Linux-Bonus---Shebangs-&-Desktop-Files) +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

DarkWiiPlayer

💻
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! diff --git a/README.espanol.md b/README.espanol.md index 7448827..4b8b834 100644 --- a/README.espanol.md +++ b/README.espanol.md @@ -1,8 +1,9 @@ # LuaConsole - + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![License](https://img.shields.io/github/license/tilkinsc/LuaConsole.svg)](https://github.com/tilkinsc/LuaConsole/blob/master/LICENSE) [![Codecov](https://codecov.io/gh/tilkinsc/LuaConsole/coverage.svg?branch=master)](https://codecov.io/gh/tilkinsc/LuaConsole) [![Gitter.im](https://badges.gitter.im/tilkinsc/LuaConsole.png)](https://gitter.im/LuaConsole) [![travis-ci](https://travis-ci.org/tilkinsc/LuaConsole.svg?branch=master)](https://travis-ci.org/tilkinsc/LuaConsole) [![Build status](https://ci.appveyor.com/api/projects/status/3rqh0vn8a0lm8itg?svg=true)](https://ci.appveyor.com/project/Hydroque/luaconsole) - [![English](https://user-images.githubusercontent.com/7494772/109406669-0a75d500-7949-11eb-87fa-b56ee60e2afd.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.md) [![Spanish](https://user-images.githubusercontent.com/7494772/109406678-24171c80-7949-11eb-94d7-83afe3befae0.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.espanol.md) [![German](https://user-images.githubusercontent.com/7494772/109406691-3002de80-7949-11eb-83ee-95967d986e99.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.german.md) @@ -12,30 +13,34 @@ [![Paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?business=RCR8HT8GDC5XC&item_name=Free+Software¤cy_code=USD) -https://github.com/tilkinsc/LuaConsole -Una CLI de nueva generación, multiplataforma [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x], creada para reemplazar la CLI de PUC-Lua y LuaJIT +[https://github.com/tilkinsc/LuaConsole] una CLI de nueva generación, multiplataforma [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x], creada para reemplazar la CLI de PUC-Lua y LuaJIT -Para obtener más información, visite el [sitio web de LuaConsole Github](https://tilkinsc.github.io/LuaConsole) y el [wiki](https://github.com/tilkinsc/LuaConsole/wiki)! +Para obtener más información, visite el [sitio web de LuaConsole Github](https://tilkinsc.github.io/LuaConsole) y el [sitio web de LuaConsole Wiki](https://github.com/tilkinsc/LuaConsole/wiki)! + +## Metas -# Metas * Sea una mejor aplicación CLI que PUC-Lua/LuaJIT * Soporta todo lo compatible con PUC-Lua y LuaJIT * Evite el código confuso y desordenado * Ser dependiente e independiente de CLI * Multiplataforma: Linux, Windows, Mac (no oficial) -# Construyendo +## Construyendo + [Windows/Unix Build Instructions](https://github.com/tilkinsc/LuaConsole/wiki/Build-Instructions) -# Usar con LuaRocks +## Usar con LuaRocks + [LuaRocks Support](https://github.com/tilkinsc/LuaConsole/wiki/LuaRocks-Support) -# Usar con LuaDIST +## Usar con LuaDIST + [LuaDist Support Windows, Linux, MacOS](https://github.com/tilkinsc/LuaConsole/wiki/LuaDist-Support-Windows,-Linux,-MacOS) -# Pruebas +## Pruebas ### Linux + ```bash # Help command luaw --help /? -? @@ -67,6 +72,7 @@ dofile('res/testing.lua') ``` ### Windows + ```batch REM Help command luaw --help /? -? @@ -98,6 +104,27 @@ dofile('res/testing.lua') ``` -# Extra +## Extra + * [Windows Bonus - Flashy Icons & Registry Enhancements](https://github.com/tilkinsc/LuaConsole/wiki/Windows-Bonus----Flashy-Icons-&-Registry-Enhancements) * [Linux Bonus - Shebangs & Desktop Files](https://github.com/tilkinsc/LuaConsole/wiki/Linux-Bonus---Shebangs-&-Desktop-Files) + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

DarkWiiPlayer

💻
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! diff --git a/README.german.md b/README.german.md index 0421477..9b4a91e 100644 --- a/README.german.md +++ b/README.german.md @@ -1,8 +1,9 @@ # LuaConsole - + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![License](https://img.shields.io/github/license/tilkinsc/LuaConsole.svg)](https://github.com/tilkinsc/LuaConsole/blob/master/LICENSE) [![Codecov](https://codecov.io/gh/tilkinsc/LuaConsole/coverage.svg?branch=master)](https://codecov.io/gh/tilkinsc/LuaConsole) [![Gitter.im](https://badges.gitter.im/tilkinsc/LuaConsole.png)](https://gitter.im/LuaConsole) [![travis-ci](https://travis-ci.org/tilkinsc/LuaConsole.svg?branch=master)](https://travis-ci.org/tilkinsc/LuaConsole) [![Build status](https://ci.appveyor.com/api/projects/status/3rqh0vn8a0lm8itg?svg=true)](https://ci.appveyor.com/project/Hydroque/luaconsole) - [![English](https://user-images.githubusercontent.com/7494772/109406669-0a75d500-7949-11eb-87fa-b56ee60e2afd.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.md) [![Spanish](https://user-images.githubusercontent.com/7494772/109406678-24171c80-7949-11eb-94d7-83afe3befae0.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.espanol.md) [![German](https://user-images.githubusercontent.com/7494772/109406691-3002de80-7949-11eb-83ee-95967d986e99.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.german.md) @@ -12,30 +13,34 @@ [![Paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?business=RCR8HT8GDC5XC&item_name=Free+Software¤cy_code=USD) -https://github.com/tilkinsc/LuaConsole -Eine plattformübergreifende CLI der nächsten Generation [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x], die PUC-Lua und LuaJIT CLI ersetzt +[https://github.com/tilkinsc/LuaConsole] ist eine plattformübergreifende CLI der nächsten Generation [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x], die PUC-Lua und LuaJIT CLI ersetzt -Weitere Informationen finden Sie auf der [LuaConsole Github-Website](https://tilkinsc.github.io/LuaConsole) und im [Wiki](https://github.com/tilkinsc/LuaConsole/wiki)! +Weitere Informationen finden Sie auf der [LuaConsole Github Website](https://tilkinsc.github.io/LuaConsole) und im [LuaConsole Github Wiki](https://github.com/tilkinsc/LuaConsole/wiki)! + +## Ziele -# Ziele * Seien Sie eine bessere CLI-Anwendung als PUC-Lua/LuaJIT * Unterstützen Sie alles, was mit PUC-Lua und LuaJIT kompatibel ist * Verhindern Sie unordentlichen, verschleierten Code * Seien Sie CLI-abhängig und unabhängig * Multiplattform - Linux, Windows, Mac (inoffiziell) -# Build +## Build + [Windows/Linux Build Instructions](https://github.com/tilkinsc/LuaConsole/wiki/Build-Instructions) -# Verwendung mit LuaRocks +## Verwendung mit LuaRocks + [LuaRocks Support](https://github.com/tilkinsc/LuaConsole/wiki/LuaRocks-Support) -# Verwendung mit LuaDIST +## Verwendung mit LuaDIST + [LuaDist Support Windows, Linux, MacOS](https://github.com/tilkinsc/LuaConsole/wiki/LuaDist-Support-Windows,-Linux,-MacOS) -# Testen +## Testen ### Linux + ```bash # Help command luaw --help /? -? @@ -67,6 +72,7 @@ dofile('res/testing.lua') ``` ### Windows + ```batch REM Help command luaw --help /? -? @@ -98,7 +104,27 @@ dofile('res/testing.lua') ``` -# Bonus +## Bonus + * [Windows Bonus - Flashy Icons & Registry Enhancements](https://github.com/tilkinsc/LuaConsole/wiki/Windows-Bonus----Flashy-Icons-&-Registry-Enhancements) * [Linux Bonus - Shebangs & Desktop Files](https://github.com/tilkinsc/LuaConsole/wiki/Linux-Bonus---Shebangs-&-Desktop-Files) +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

DarkWiiPlayer

💻
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! diff --git a/README.md b/README.md index 402f82c..b63c18c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ [LuaConsole](https://github.com/tilkinsc/LuaConsole) is a next-gen, Cross-Platform [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x]-supporting CLI made to supersede PUC-Lua and LuaJIT CLI -For more information, visit [LuaConsole Github Website](https://tilkinsc.github.io/LuaConsole) and the [wiki](https://github.com/tilkinsc/LuaConsole/wiki)! +For more information, visit [LuaConsole Github Website](https://tilkinsc.github.io/LuaConsole) and the [LuaConsole Github Wiki](https://github.com/tilkinsc/LuaConsole/wiki)! ## Goals diff --git a/README.portugues.md b/README.portugues.md index ea48c2c..fcb2033 100644 --- a/README.portugues.md +++ b/README.portugues.md @@ -1,8 +1,9 @@ # LuaConsole - + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![License](https://img.shields.io/github/license/tilkinsc/LuaConsole.svg)](https://github.com/tilkinsc/LuaConsole/blob/master/LICENSE) [![Codecov](https://codecov.io/gh/tilkinsc/LuaConsole/coverage.svg?branch=master)](https://codecov.io/gh/tilkinsc/LuaConsole) [![Gitter.im](https://badges.gitter.im/tilkinsc/LuaConsole.png)](https://gitter.im/LuaConsole) [![travis-ci](https://travis-ci.org/tilkinsc/LuaConsole.svg?branch=master)](https://travis-ci.org/tilkinsc/LuaConsole) [![Build status](https://ci.appveyor.com/api/projects/status/3rqh0vn8a0lm8itg?svg=true)](https://ci.appveyor.com/project/Hydroque/luaconsole) - [![English](https://user-images.githubusercontent.com/7494772/109406669-0a75d500-7949-11eb-87fa-b56ee60e2afd.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.md) [![Spanish](https://user-images.githubusercontent.com/7494772/109406678-24171c80-7949-11eb-94d7-83afe3befae0.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.espanol.md) [![German](https://user-images.githubusercontent.com/7494772/109406691-3002de80-7949-11eb-83ee-95967d986e99.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.german.md) @@ -12,30 +13,34 @@ [![Paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?business=RCR8HT8GDC5XC&item_name=Free+Software¤cy_code=USD) -https://github.com/tilkinsc/LuaConsole -Uma próxima geração, Cross-Platform [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x] de suporte CLI feita para substituir PUC-Lua e LuaJIT CLI +[LuaConsole](https://github.com/tilkinsc/LuaConsole) é uma próxima geração, cross-platform [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x] de suporte CLI feita para substituir PUC-Lua e LuaJIT CLI -Para obter mais informações, visite [LuaConsole Github Website] (https://tilkinsc.github.io/LuaConsole) e o [wiki] (https://github.com/tilkinsc/LuaConsole/wiki)! +Para obter mais informações, visite [LuaConsole Github Website](https://tilkinsc.github.io/LuaConsole) e o [LuaConsole Github Wiki](https://github.com/tilkinsc/LuaConsole/wiki)! + +## Metas -# Metas * Ser um aplicativo CLI melhor do que PUC-Lua/LuaJIT * Suporta tudo compatível com PUC-Lua e LuaJIT * Evite códigos confusos e ofuscantes * Seja dependente e independente da CLI -* Multiplataforma - Linux, Windows, Mac (não oficial) +* Multiplataforma - Linux, Windows, Mac (não oficial) + +## Construir -# Construir [Windows/Unix Build Instructions](https://github.com/tilkinsc/LuaConsole/wiki/Build-Instructions -# Usando com LuaRocks +## Usando com LuaRocks + [LuaRocks Support](https://github.com/tilkinsc/LuaConsole/wiki/LuaRocks-Support) -# Usando com LuaDIST +## Usando com LuaDIST + [LuaDist Support Windows, Linux, MacOS](https://github.com/tilkinsc/LuaConsole/wiki/LuaDist-Support-Windows,-Linux,-MacOS) -# Testar +## Testar + +### Linux -## Linux ```bash # Help command luaw --help /? -? @@ -66,7 +71,8 @@ dofile('res/testing.lua') ``` -## Windows +### Windows + ```batch REM Help command luaw --help /? -? @@ -97,6 +103,28 @@ dofile('res/testing.lua') ``` -# Extra + +## Extra + * [Windows Bonus - Flashy Icons & Registry Enhancements](https://github.com/tilkinsc/LuaConsole/wiki/Windows-Bonus----Flashy-Icons-&-Registry-Enhancements) * [Linux Bonus - Shebangs & Desktop Files](https://github.com/tilkinsc/LuaConsole/wiki/Linux-Bonus---Shebangs-&-Desktop-Files) + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

DarkWiiPlayer

рџ’»
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! diff --git a/README.russian.md b/README.russian.md index feed9e0..2a0d999 100644 --- a/README.russian.md +++ b/README.russian.md @@ -118,7 +118,7 @@ dofile('res/testing.lua') - +

DarkWiiPlayer

рџ’»

DarkWiiPlayer

💻