Skip to content

Commit

Permalink
Add Italian(it) translation & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jyhsu2000 committed Sep 14, 2019
1 parent 691fe1a commit 733e5c7
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
## Unreleased Version
- Nothing

## v2.2.2 (for 1.14.x)
- Add Italian(it) translation (Thanks [Leomixer17](https://www.spigotmc.org/members/leomixer17.140367/))

## v2.2.1 (for 1.14.x)
- Add Polish(pl) translation (Thanks [ziemniok99](https://www.spigotmc.org/members/ziemniok99.596334/))

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
## 未釋出版本
- 暫無

## v2.2.2 (for 1.14.x)
- 新增義大利文(it)翻譯(感謝 [Leomixer17](https://www.spigotmc.org/members/leomixer17.140367/)

## v2.2.1 (for 1.14.x)
- 新增波蘭文(pl)翻譯(感謝 [ziemniok99](https://www.spigotmc.org/members/ziemniok99.596334/)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ You don't need to know how to craft. All you need to know is how it will looks l
* Spanish(es) (Thanks [stevejone1997](https://www.spigotmc.org/members/stevejone1997.432373/), [C4BR3R4](https://www.spigotmc.org/members/c4br3r4.26779/))
* Hungarian(hu) (Thanks [montlikadani](https://www.spigotmc.org/members/toldi.251100/))
* Polish(pl) (Thanks [ziemniok99](https://www.spigotmc.org/members/ziemniok99.596334/))
* Italian(it) (Thanks [Leomixer17](https://www.spigotmc.org/members/leomixer17.140367/))
* Economic support (need Vault)
* Material estimates
* Craft banner by using materials
Expand Down
1 change: 1 addition & 0 deletions README.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
* 西班牙文(es)(感謝 [stevejone1997](https://www.spigotmc.org/members/stevejone1997.432373/)[C4BR3R4](https://www.spigotmc.org/members/c4br3r4.26779/)
* 匈牙利文(hu)(感謝 [montlikadani](https://www.spigotmc.org/members/toldi.251100/)
* 波蘭文(pl)(感謝 [ziemniok99](https://www.spigotmc.org/members/ziemniok99.596334/)
* 義大利文(it)(感謝 [Leomixer17](https://www.spigotmc.org/members/leomixer17.140367/)
* 支援經濟功能(需要Vault)
* 材料估算
* 使用材料合成旗幟
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- The Basics -->
<groupId>club.kid7</groupId>
<artifactId>BannerMaker</artifactId>
<version>2.2.1</version>
<version>2.2.2</version>
<dependencies>
<!-- Bukkit API -->
<dependency>
Expand Down
55 changes: 55 additions & 0 deletions src/main/resources/language/it.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Italian(it)
# For BannerMaker v2.2.1
# Contributor(s): Leomixer17
general:
prefix: '&6[&aBannerMaker&6]&r '
reload: Ricarica la configurazione
no-permission: Non hai i permessi
no-money: Non hai abbastanza soldi
money-transaction: Usa {0} per ottenere uno stendardo. Ora hai {1}
io:
save-failed: Salvataggio fallito.
save-success: Salvataggio avvenuto con successo.
remove-banner: Rimuovi lo stendardo &r#{0}
command:
player-only: Questo comando può essere utilizzato solo dai giocatori
invalid-parameter: 'Parametri non validi, utilizzo corretto: {0}'
not-banner-hand: L'oggetto nella mano non è uno stendardo.
not-banner-see: Il blocco che stai guardando non è uno stendardo.
config:
add-setting: Aggiungi {0} nuove impostazioni
gui:
prefix: '&4[BM]&r '
main-menu: Menu principale
prev-page: Pagina precedente
next-page: Pagina successiva
create-banner: Crea uno stendardo
uncraftable-warning: Avviso non creabile
uncraftable: Non creabile
more-than-6-patterns: Più di 6 motivi.
more-patterns: Altri motivi
back: Indietro
create: Crea
delete: ELIMINA
remove-last-pattern: Rimuovi l'ultimo motivo
banner-info: Informazioni stendardo
pattern-s: motivo/i
no-patterns: Nessun motivo
craft-recipe: Crea la Ricetta
get-this-banner: Ottieni questo stendardo
get-banner: Ottieni lo stendardo &r#{0}
get-banner-for-free: Ottieni lo stendardo gratuitamente
buy-banner-in-price: Compra in {0}
get-banner-by-craft: Crea
price: 'Prezzo: {0}'
clone-and-edit: 'Copia e Modifica'
alphabet-and-number: 'Alfabeto e Numeri'
toggle-border: Abilita/disabilita i bordi
materials:
enough: Materiali sufficienti
not-enough: Materiali non sufficienti
click:
left: Clic Sinistro
right: Clic Destro
selected-pattern-color: Colore del motivo selezionato
toggle-preview-mode: Attiva/disattiva modalità anteprima

0 comments on commit 733e5c7

Please sign in to comment.