12345678910111213141516171819202122232425262728293031 |
- {
- "merch.cart": {
- "description": "Add product to cart",
- "message": "Dodaj v košarico"
- },
- "merch.error.noitem": {
- "description": "Error message when no size selected",
- "message": "Ni Izdelka, ki ga hočete dodati v košarico"
- },
- "merch.fit": {
- "description": "Product sizes",
- "message": "**Izberite svojo številko / črko**"
- },
- "merch.help": {
- "description": "Link to customer support, {0}{1} is the replacement for the link",
- "message": "Imate probleme z našo trgovino? Kontaktirajte našo {0}podporo strankam{1}"
- },
- "merch.item.added": {
- "description": "{0} replaced with product name",
- "message": "{0} Dodano v vašo košarico"
- },
- "merch.swag": {
- "description": "Subtitle for store",
- "message": "Poišči svoj **Swag**"
- },
- "merch.title": {
- "description": "Merch store title",
- "message": "Dobrodošli k uradni **PreMiD** Blagovski trgovini!"
- }
- }
|