mirror of
https://gitlab.com/lunovox/minertrade.git
synced 2025-03-15 05:31:20 +00:00
Melhorndo o README.md
This commit is contained in:
parent
fee8b1f7b2
commit
6472c24ea3
2 changed files with 47 additions and 40 deletions
85
README.md
85
README.md
|
@ -1,35 +1,49 @@
|
|||
![screenshot1]
|
||||
[screenshot1] [screenshot2] [screenshot3]
|
||||
|
||||
# MINERTRADE
|
||||
|
||||
It adds various types of money, exchange table, Dispensing Machines, Strongbox in homes interconnected with ATMs in stores.
|
||||
|
||||
**Itens adicionados:**
|
||||
* Types of Moneys:
|
||||
* Minercoin
|
||||
* Minermoney
|
||||
* Piggy Bank
|
||||
* Credit Card
|
||||
* Exchange Table (P2P)
|
||||
* It makes safe exchanges from player to player without the need to put your items on the ground.
|
||||
* Dispensing Machine
|
||||
* Sells your items, even if you are not online.
|
||||
* Personal Strongbox
|
||||
* Save your money in this safe and withdraw your money at any shop that has an ATM.
|
||||
* Public ATM
|
||||
* Save your money in the ATM, and withdraw your money in your Personal Safe or other ATM in the shops scattered around the map.
|
||||
|
||||
| Types of Moneys | Amount of Minecash |
|
||||
| :-- | --: |
|
||||
| ```Minercoin``` | equal 01 minercash. |
|
||||
| ```Minermoney Blue``` | equal 09 minercash. |
|
||||
| ```Minermoney Green``` | equal 81 minercash. |
|
||||
| ```Minermoney Yellow``` | equal 729 minercash. |
|
||||
| ```Minermoney Orange``` | equal 6,561 minercash. |
|
||||
| ```Minermoney Red``` | equal 59,049 minercash. |
|
||||
| ```Minermoney Black``` | equal 531,441 minercash. |
|
||||
|
||||
| Bankary Items | Descryption |
|
||||
| :--: | :-- |
|
||||
| ```Public ATM``` | Save your minercash (money type) in the ATM, and withdraw your minercash in other ATM in the shops scattered around the map. |
|
||||
| ```Credit Card``` | Transfers between bank accounts, issuing a bank transfer receipt. |
|
||||
|
||||
| Shopping Items | Descryption |
|
||||
| :--: | :-- |
|
||||
| ```Exchange Table (P2P)``` | It makes safe exchanges from player to player without the need to put your items on the ground. |
|
||||
| ```Dispensing Machine``` | Sells your items, even if you are not online. |
|
||||
|
||||
**Dependencies:**
|
||||
* default → Minetest Game Included
|
||||
* dye → Minetest Game Included
|
||||
|
||||
**Optional Dependencies:**
|
||||
* [intllib](https://github.com/minetest-mods/intllib) → Facilitates the translation of several other mods into your native language, or other languages.
|
||||
* [tradelands](https://github.com/Lunovox/tradelands) → Protection of rent door (not yet implemented).
|
||||
| Mod Name | Dependency Type | Descryption |
|
||||
| :--: | :--: | :-- |
|
||||
| default | Mandatory | Minetest Game Included. |
|
||||
| dye | Mandatory | Minetest Game Included. |
|
||||
| [intllib] | Optional | Facilitates the translation of this mod into your native language, or other languages. |
|
||||
| [correio] | Optional | Issues a letter to the owner of the ```Dispensing Machine``` when the machine needs the owner's intervention. |
|
||||
|
||||
**Licence:**
|
||||
* GNU AGPL: https://pt.wikipedia.org/wiki/GNU_Affero_General_Public_License
|
||||
**License:**
|
||||
|
||||
GNU AGPL v3 ou +:
|
||||
* [License in English language]
|
||||
* [License in Portuguese language]
|
||||
|
||||
**Developers:**
|
||||
* [Lunovox](https://libreplanet.org/wiki/User:Lunovox)
|
||||
* Lunovox Heavenfinder: [email](mailto:lunovox@disroot.org), [social web](http:mastodon.social/@lunovox), [WebChat](https://cloud.disroot.org/call/9aa2t7ib), [xmpp](xmpp:lunovox@disroot.org?join), [audio conference](mumble:mumble.disroot.org), [more contacts](https:libreplanet.org/wiki/User:Lunovox)
|
||||
|
||||
<!--
|
||||
**Comandos:**
|
||||
|
@ -54,24 +68,17 @@ You don't need to do any of these presets mentioned below to make this mod work.
|
|||
|
||||
**Translate to Others Languages:**
|
||||
|
||||
* This mod currently are configured to language:
|
||||
* English (DEFAULT)
|
||||
* [Portuguese](https://raw.githubusercontent.com/Lunovox/minertrade/master/locale/pt.txt)
|
||||
* Read the file [locale/README.md]
|
||||
|
||||
* To add a new language to this mod just follow the steps below:
|
||||
* Enable the complementary mod **'intllib'.**
|
||||
* Set your language in **'minetest.conf'** by adding the [````language = <your language>````] property.
|
||||
* Example for French Language: ````language = fr````
|
||||
* Make a copy of the file [ **pt.txt** ] in the [ **locale** ] folder that is inside the mod for [````locale/<your_language>.txt````].
|
||||
* Example for French language: ````locale/fr.txt````
|
||||
* Open the file [````locale/<your_language>.txt````] in a simple text editor.
|
||||
* Translate all lines. But, just here that stems the right of the equals symbol (=).
|
||||
* Example for French Language: ````DISPENSING MACHINE = MACHINE DE DISTRIBUTION````
|
||||
* Send your translated file to [lunovox@openmailbox.org](mailto:lunovox@openmailbox.org).
|
||||
--------------------------------------------------------------------------------------------------------
|
||||
|
||||
**SCREENSHOT IN PORTUGUESE:**
|
||||

|
||||
[correio]:https://gitlab.com/lunovox/correio
|
||||
[intllib]:https://github.com/minetest-mods/intllib
|
||||
[locale/README.md]:https://gitlab.com/lunovox/minertrade/-/raw/master/locale/README.md
|
||||
[License in English language]:https://gitlab.com/lunovox/minertrade/-/raw/master/LICENSE
|
||||
[License in Portuguese language]:https://pt.wikipedia.org/wiki/GNU_Affero_General_Public_License
|
||||
[screenshot1]:https://gitlab.com/lunovox/minertrade/-/raw/master/screenshot.png
|
||||
[screenshot2]:https://gitlab.com/lunovox/minertrade/-/raw/master/screenshot2.png
|
||||
[screenshot3]:https://gitlab.com/lunovox/minertrade/-/raw/master/screenshot3.png
|
||||
[tradelands]:https://github.com/Lunovox/tradelands
|
||||
|
||||

|
||||
|
||||

|
||||
|
|
|
@ -27,7 +27,7 @@ $ msgmerge --sort-output --no-wrap --update --backup=off $LANG.po $POT
|
|||
```
|
||||
|
||||
Example:
|
||||
```
|
||||
```bash
|
||||
msgmerge --sort-output --no-wrap --update --backup=off ./locale/pt_BR.po ./locale/template.pot
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue