12345678910111213141516171819202122232425262728293031 |
- {
- "merch.cart": {
- "description": "Add product to cart",
- "message": "Pridať do košíka"
- },
- "merch.error.noitem": {
- "description": "Error message when no size selected",
- "message": "Žiadna položka nebola pridaná do košíka"
- },
- "merch.fit": {
- "description": "Product sizes",
- "message": "** Vyberte si váš vhodný fit **"
- },
- "merch.help": {
- "description": "Link to customer support, {0}{1} is the replacement for the link",
- "message": "Máte problémy s našim obchodom alebo s objednávkou? Kontaktujte našu {0} zákaznícku podporu {1}"
- },
- "merch.item.added": {
- "description": "{0} replaced with product name",
- "message": "Produkt {0} bol pridaný do košíka"
- },
- "merch.swag": {
- "description": "Subtitle for store",
- "message": "Nájdite svoj ** swag **"
- },
- "merch.title": {
- "description": "Merch store title",
- "message": "Vitajte v oficiálnom obchode s ** PreMiD ** merchom!"
- }
- }
|