-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bde367b
commit 5edbd2a
Showing
22 changed files
with
330 additions
and
370 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"error": { | ||
"negative": "Zkoušíte prodat záporné množství?", | ||
"no_melt": "Nedal jste mi nic k rozpuštění...", | ||
"no_items": "Nedostatek položek" | ||
}, | ||
"success": { | ||
"sold": "Prodali jste %s x %s za $%s", | ||
"items_received": "Obdrželi jste %s x %s" | ||
}, | ||
"info": { | ||
"title": "Zastavárna", | ||
"subject": "Rozpouštění položek", | ||
"message": "Dokončili jsme rozpuštění vašich položek. Můžete si je přijít kdykoliv vyzvednout.", | ||
"open_pawn": "Otevřít zastavárnu", | ||
"sell": "Prodat položky", | ||
"sell_pawn": "Prodat položky zastavárně", | ||
"melt": "Rozpustit položky", | ||
"melt_pawn": "Otevřít místo pro rozpouštění", | ||
"melt_pickup": "Vyzvednout rozpuštěné položky", | ||
"pawn_closed": "Zastavárna je zavřená. Přijďte zpět mezi %s:00 dopoledne a %s:00 odpoledne", | ||
"sell_items": "Prodejní cena $%s", | ||
"back": "⬅ Zpět", | ||
"melt_item": "Rozpustit %s", | ||
"max": "Maximální množství %s", | ||
"submit": "Rozpustit", | ||
"melt_wait": "Dejte mi %s minut a vaše věci budou rozpuštěny" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"error": { | ||
"negative": "Trying to sell a negative amount?", | ||
"no_melt": "You didn't give me anything to melt...", | ||
"no_items": "Not enough items" | ||
}, | ||
"success": { | ||
"sold": "You have sold %s x %s for $%s", | ||
"items_received": "You received %s x %s" | ||
}, | ||
"info": { | ||
"title": "Pawn Shop", | ||
"subject": "Melting Items", | ||
"message": "We finished melting your items. You can come pick them up at any time.", | ||
"open_pawn": "Open the Pawn Shop", | ||
"sell": "Sell Items", | ||
"sell_pawn": "Sell Items To The Pawn Shop", | ||
"melt": "Melt Items", | ||
"melt_pawn": "Open the Melting Shop", | ||
"melt_pickup": "Pickup Melted Items", | ||
"pawn_closed": "Pawnshop is closed. Come back between %s:00 AM - %s:00 PM", | ||
"sell_items": "Selling Price $%s", | ||
"back": "⬅ Go Back", | ||
"melt_item": "Melt %s", | ||
"max": "Max Amount %s", | ||
"submit": "Melt", | ||
"melt_wait": "Give me %s minutes and I'll have your stuff melted" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"error": { | ||
"negative": "Has intentado vender una cantidad negativa", | ||
"no_melt": "No hay nada en la fundición...", | ||
"no_items": "No tienes suficiente cantidad" | ||
}, | ||
"success": { | ||
"sold": "Has vendido %s x %s por $%s", | ||
"items_received": "Has recibido %s x %s" | ||
}, | ||
"info": { | ||
"title": "Casa de Empeños", | ||
"subject": "Artículos para fundir", | ||
"message": "Hemos terminado de fundir sus productos. Puede venir a recogerlos cuando quiera.", | ||
"open_pawn": "Abre la casa de empeños", | ||
"sell": "Vender artículos", | ||
"sell_pawn": "Vender artículos a la casa de empeños", | ||
"melt": "Fundir productos", | ||
"melt_pawn": "Abre la fundición", | ||
"melt_pickup": "Recoger producto fundido", | ||
"pawn_closed": "La casa de empeños está cerrada. Vuelve entre las %s:00 AM y las %s:00 PM", | ||
"sell_items": "Precio de venta $%s", | ||
"back": "⬅ Volver", | ||
"melt_item": "Fundir %s", | ||
"max": "Cantidad máxima %s", | ||
"submit": "Fundir", | ||
"melt_wait": "Dame %s minutos y fundiré tus productos" | ||
} | ||
} |
Oops, something went wrong.