12345678910111213141516171819202122232425262728293031 |
- {
- "merch.cart": {
- "description": "Add product to cart",
- "message": "Lisää ostoskoriin"
- },
- "merch.error.noitem": {
- "description": "Error message when no size selected",
- "message": "Ei tuotetta lisättäväksi ostoskoriin"
- },
- "merch.fit": {
- "description": "Product sizes",
- "message": "**Valitse kokosi**"
- },
- "merch.help": {
- "description": "Link to customer support, {0}{1} is the replacement for the link",
- "message": "Onko sinulla ongelmia tilausten kanssa kaupassamme? Ota yhteyttä {0}asiakaspalveluumme{1}"
- },
- "merch.item.added": {
- "description": "{0} replaced with product name",
- "message": "{0} lisättiin ostoskoriisi"
- },
- "merch.swag": {
- "description": "Subtitle for store",
- "message": "Etsi sinun **tyylisi**"
- },
- "merch.title": {
- "description": "Merch store title",
- "message": "Tervetuloa **PreMiDin** viralliseen oheistuotekauppaan!"
- }
- }
|