Updated langauge files

This commit is contained in:
Eric 2016-08-18 17:33:58 +02:00
parent 8e28d5325c
commit c8abd43d2f
5 changed files with 45 additions and 19 deletions

View File

@ -1,4 +1,4 @@
# German translation by 'EpicEric' for version 1.9.1
# German translation by 'EpicEric' for version 1.10.2
message.shop-created=&6Shop erstellt.
message.chest-already-shop=&cTruhe ist bereits ein Shop.
@ -11,13 +11,14 @@ message.shopInfo.vendor=&6Verkäufer: &e%VENDOR%
message.shopInfo.product=&6Produkt: &e%AMOUNT% x %ITEMNAME%
message.shopInfo.stock=&6Auf Lager: &e%AMOUNT%
message.shopInfo.enchantments=&6Verzauberungen: &e%ENCHANTMENT%
message.shopInfo.potion-effect=&6Trank-Effekte: &e%POTION-EFFECT%
message.shopInfo.potion-effect=&6Trank-Effekte: &e%POTION-EFFECT% %EXTENDED%
message.shopInfo.music-disc-title=&6Schallplattentitel: &e%MUSIC-TITLE%
message.shopInfo.none=&7Keine
message.shopInfo.price=&6Preis: Kauf: &e%BUY-PRICE%&6 Verkauf: &e%SELL-PRICE%
message.shopInfo.disabled=&7Deaktiviert
message.shopInfo.is-normal=&6Typ: &eNormal
message.shopInfo.is-admin=&6Typ: &eAdmin
message.shopInfo.extended=(Verlängert)
message.buy-and-sell-disabled=&cDu kannst keinen Shop ohne Kauf- und Verkaufspreis erstellen.
message.buy-success=&aDu hast &6%AMOUNT% x %ITEMNAME%&a für &6%BUY-PRICE%&a von &6%VENDOR% &agekauft.
message.buy-success-admin=&aDu hast &6%AMOUNT% x %ITEMNAME%&a für &6%BUY-PRICE% &agekauft.
@ -32,7 +33,8 @@ message.not-enough-items=&cNicht genug Items.
message.vendor-not-enough-money=&cVerkäufer hat nicht genug Geld.
message.out-of-stock=&cShop ausverkauft.
message.error-occurred=&cEin Fehler ist aufgetreten: %ERROR%
message.amount-and-price-not-number=&cAnzahl und Preis müssen Zahlen sein.
message.amount-and-price-not-number=&cAnzahl und Preise müssen Zahlen sein.
message.prices-contain-decimals=&cPreise dürfen keine Dezimalen enthalten.
message.no-item-in-hand=&cKein Item in der Hand.
message.click-chest-to-create-shop=&aKlicke auf eine Truhe, um einen Shop zu erstellen.
message.click-chest-to-remove-shop=&aKlicke auf einen Shop, um ihn zu entfernen.
@ -59,7 +61,7 @@ message.hologram.only-buy=Kauf %BUY-PRICE%
message.hologram.only-sell=Verkauf %SELL-PRICE%
message.noPermission.create=&cDu hast keine Berechtigung einen Shop zu erstellen.
message.noPermission.create-admin=&cDu hast keine Berechtigung einen Admin-Shop zu erstellen.
message.noPermission.create-protected=&cDu hast keine Berechtigung einen Shop auf einer gesicherten Truhe zu erstellen.
message.noPermission.create-protected=&cDu hast keine Berechtigung hier einen Shop zu erstellen.
message.noPermission.open-others=&cDu hast keine Berechtigung diesen Shop zu öffnen.
message.noPermission.buy=&cDu hast keine Berechtigung etwas zu kaufen.
message.noPermission.sell=&cDu hast keine Berechtigung etwas zu verkaufen.

View File

@ -1,4 +1,4 @@
# English default language file by 'EpicEric' for version 1.9.1
# English default language file by 'EpicEric' for version 1.10.2
# Set the message when a shop is created at the clicked chest.
message.shop-created=&6Shop created.
@ -40,8 +40,8 @@ message.shopInfo.stock=&6In Stock: &e%AMOUNT%
message.shopInfo.enchantments=&6Enchantments: &e%ENCHANTMENT%
# Set the potion effect message the player gets after entering '/shop info' if the product has a potion effect
# Usable regex: %POTION-EFFECT%
message.shopInfo.potion-effect=&6Potion Effect: &e%POTION-EFFECT%
# Usable regex: %POTION-EFFECT%, %EXTENDED%
message.shopInfo.potion-effect=&6Potion Effect: &e%POTION-EFFECT% %EXTENDED%
# Set the music disc title message the player gets after entering '/shop info' if the product is a music disc
# Usable regex: %MUSIC-TITLE%
@ -64,6 +64,10 @@ message.shopInfo.is-normal=&6Type: &eNormal
# ... when the shop is an admin shop.
message.shopInfo.is-admin=&6Type: &eAdmin
# If the potion effect it extended, %EXTENDED% will be replaced by this.
# If not, this will be empty.
message.shopInfo.extended=(Extended)
# Set the message when the player tries to create a shop with sell price and buy price set to 0
message.buy-and-sell-disabled=&cYou can't create a shop with buying and selling disabled.
@ -113,8 +117,12 @@ message.out-of-stock=&cShop out of stock.
# Usable regex: %ERROR%
message.error-occurred=&cAn error occurred: %ERROR%
# Set the message when the arguments <AMOUNT> and <PRICE> of '/shop create' are not a number.
message.amount-and-price-not-number=&cAmount and price must be a number.
# Set the message when the arguments <AMOUNT>, <BUY-PRICE> and/or <SELL-PRICE> of '/shop create' are not a number.
message.amount-and-price-not-number=&cAmount and prices must be numbers.
# Set the message when the config value "allow-decimals-in-prices" is set to false
# and a player enters a price with decimals
message.prices-contain-decimals=&cPrices must not contain decimals.
# Set the message when the player doesn't hold an item in the hand.
message.no-item-in-hand=&cNo item in hand
@ -206,7 +214,7 @@ message.noPermission.create=&cYou don't have permission to create a shop.
message.noPermission.create-admin=&cYou don't have permission to create an admin shop.
# Set the message when a not permitted player tries to create a shop on a protected chest.
message.noPermission.create-protected=&cYou don't have permission to create a shop on a protected chest.
message.noPermission.create-protected=&cYou don't have permission to create a shop here.
# Set the message when a not permitted player tries to open another player's shop.
message.noPermission.open-others=&cYou don't have permission to open this chest.

View File

@ -1,4 +1,4 @@
# French translation by 'HoloryTV' for version 1.9.1
# French translation by 'HoloryTV' and 'Skymine' for version 1.10.2
# _ _ _ _____ _ _
# | | | | | | |_ _| | | |
@ -72,6 +72,10 @@ message.shopInfo.is-normal=&6Type: &eNormal
# ... quand le shop est un shop admin.
message.shopInfo.is-admin=&6Type: &eAdmin
# Si la potion a l'effet prolongée, la variable %EXTENDED% sera remplacée.
# Sinon, la variable sera vide.
message.shopInfo.extended=(Prolongée)
# Définir le message qu'obtiendra le joueur en essayant de créer un magasin avec un prix d'achat et de vente égal à 0.
message.buy-and-sell-disabled=&cVous ne pouvez pas créer un magasin avec un prix d'achat et de vente égal à 0.
@ -122,7 +126,11 @@ message.out-of-stock=&cMagasin en rupture de stock.
message.error-occurred=&cUne erreur s'est produite: %ERROR%
# Définir le message si les arguments <Quantité> and <Prix> de '/shop create' ne sont pas des nombres.
message.amount-and-price-not-number=&cLa quantité et le prix doivent être des chiffres.
message.amount-and-price-not-number=&cLa quantité et les prix doivent être des nombres.
# Définir le message quand la config "allow-decimals-in-prices" est égal à false
# et que le joueur tente d'écrire un prix avec décimal.
message.prices-contain-decimals=&cLes prix doivent être des nombres entiers (pas de décimales).
# Définir le message si le joueur n'a pas d'item dans sa main.
message.no-item-in-hand=&cPas d'objet dans la main.

View File

@ -1,4 +1,4 @@
# French translation by 'HoloryTV' for version 1.9.1
# French translation by 'HoloryTV' and 'Skymine' for version 1.10.2
# _ _ _ _____ _ _
# | | | | | | |_ _| | | |
@ -72,6 +72,10 @@ message.shopInfo.is-normal=&6Type: &eNormal
# ... quand le shop est un shop admin.
message.shopInfo.is-admin=&6Type: &eAdmin
# Si la potion a l'effet prolongée, la variable %EXTENDED% sera remplacée.
# Sinon, la variable sera vide.
message.shopInfo.extended=(Prolongée)
# Définir le message qu'obtiendra le joueur en essayant de créer un magasin avec un prix d'achat et de vente égal à 0.
message.buy-and-sell-disabled=&cVous ne pouvez pas créer un magasin avec un prix d'achat et de vente égal à 0.
@ -122,7 +126,11 @@ message.out-of-stock=&cMagasin en rupture de stock.
message.error-occurred=&cUne erreur s'est produite: %ERROR%
# Définir le message si les arguments <Quantité> and <Prix> de '/shop create' ne sont pas des nombres.
message.amount-and-price-not-number=&cLa quantité et le prix doivent être des chiffres.
message.amount-and-price-not-number=&cLa quantité et les prix doivent être des nombres.
# Définir le message quand la config "allow-decimals-in-prices" est égal à false
# et que le joueur tente d'écrire un prix avec décimal.
message.prices-contain-decimals=&cLes prix doivent être des nombres entiers (pas de décimales).
# Définir le message si le joueur n'a pas d'item dans sa main.
message.no-item-in-hand=&cPas d'objet dans la main.

View File

@ -20,20 +20,20 @@
<section class="main-content">
<h3>
English (en_US)</h3>
English (en_US) for 1.10.2</h3>
<p>This is the default langauge file of ShopChest by <a class="user-mention" href="https://www.spigotmc.org/members/epiceric.92374/">@EpicEric</a>. You can get this file <a href="en_US.lang" download>here</a>.</p>
<h3>
German (de_DE)</h3>
German (de_DE) for 1.10.2</h3>
<p>This is the language file of ShopChest translated into German by <a class="user-mention" href="https://www.spigotmc.org/members/epiceric.92374/">@EpicEric</a>. You can get this file <a href="de_DE.lang" download>here</a>.</p>
<h3>
Czech (cs_CZ)</h3>
Czech (cs_CZ) for 1.9.0.1</h3>
<p>This is the language file of ShopChest translated into Czech by <a class="user-mention" href="https://www.spigotmc.org/members/mediis.245677/">@Mediis</a>. You can get this file <a href="cs_CZ.lang" download>here</a>.</p>
<h3>
French (fr_FR)</h3>
<p>This is the language file of ShopChest translated into French by <a class="user-mention" href="https://www.spigotmc.org/members/holorytv.251977/">@HoloryTV</a>. You can get the file with only translated messages and the rest in english <a href="fr_FR-messages.lang" download="fr_FR.lang">here</a> and the completely translated file <a href="fr_FR.lang" download>here</a>.</p>
French (fr_FR) for 1.10.2</h3>
<p>This is the language file of ShopChest translated into French by <a class="user-mention" href="https://www.spigotmc.org/members/holorytv.251977/">@HoloryTV</a> and <a class="user-mention" href="https://www.spigotmc.org/members/skymine.93108/">@Skymine</a>. You can get the file with only translated messages and the rest in english <a href="fr_FR-messages.lang" download="fr_FR.lang">here</a> and the completely translated file <a href="fr_FR.lang" download>here</a>.</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/EpicEricEE/ShopChest">ShopChest</a> is maintained by <a href="https://github.com/EpicEricEE">EpicEricEE</a>.</span>