12345678910111213141516171819202122232425262728293031 |
- {
- "merch.cart": {
- "description": "Add product to cart",
- "message": "Добави в количката"
- },
- "merch.error.noitem": {
- "description": "Error message when no size selected",
- "message": "Няма предмети добавени в количката"
- },
- "merch.fit": {
- "description": "Product sizes",
- "message": "**Изберете своите подходящи**"
- },
- "merch.help": {
- "description": "Link to customer support, {0}{1} is the replacement for the link",
- "message": "Изпитвате проблеми с нашия магазин или покупка? Свържете се с нашата {0}клиентска поддръжка{1}"
- },
- "merch.item.added": {
- "description": "{0} replaced with product name",
- "message": "{0} добавени в количката"
- },
- "merch.swag": {
- "description": "Subtitle for store",
- "message": "Намерете вашата **Дриперия**"
- },
- "merch.title": {
- "description": "Merch store title",
- "message": "Добре дошли в официалния **PreMiD** магазин за стока!"
- }
- }
|