12345678910111213141516171819202122232425262728293031 |
- {
- "merch.cart": {
- "description": "Add product to cart",
- "message": "Aggiungi al carrello"
- },
- "merch.error.noitem": {
- "description": "Error message when no size selected",
- "message": "Nessun elemento da aggiungere al tuo carrello"
- },
- "merch.fit": {
- "description": "Product sizes",
- "message": "**Scegli la tua taglia**"
- },
- "merch.help": {
- "description": "Link to customer support, {0}{1} is the replacement for the link",
- "message": "Hai problemi con il nostro negozio o con un ordine? Contatta il nostro {0}supporto clienti{1}"
- },
- "merch.item.added": {
- "description": "{0} replaced with product name",
- "message": "{0} è stato aggiunto al carrello"
- },
- "merch.swag": {
- "description": "Subtitle for store",
- "message": "Trova il tuo **Swag**"
- },
- "merch.title": {
- "description": "Merch store title",
- "message": "Benvenuto nel negozio ufficiale di **PreMiD**!"
- }
- }
|