12345678910111213141516171819202122232425262728293031 |
- {
- "merch.cart": {
- "description": "Add product to cart",
- "message": "Přidat do košíku"
- },
- "merch.error.noitem": {
- "description": "Error message when no size selected",
- "message": "Nic nebylo přidáno do vašeho košíku"
- },
- "merch.fit": {
- "description": "Product sizes",
- "message": "**Vyber svojí velikost**"
- },
- "merch.help": {
- "description": "Link to customer support, {0}{1} is the replacement for the link",
- "message": "Máte problémy s naším obchodem nebo objednávkou? Kontaktujte naši {0}zákaznickou podporu{1}"
- },
- "merch.item.added": {
- "description": "{0} replaced with product name",
- "message": "{0} bylo přidáno do vašeho košíku"
- },
- "merch.swag": {
- "description": "Subtitle for store",
- "message": "Najdi svůj **Swag**"
- },
- "merch.title": {
- "description": "Merch store title",
- "message": "Vítejte v oficiálním **PreMiD** obchodu s Merchem!"
- }
- }
|