12345678910111213141516171819202122232425262728293031 |
- {
- "merch.cart": {
- "description": "Add product to cart",
- "message": "Adicionar ao carrinho"
- },
- "merch.error.noitem": {
- "description": "Error message when no size selected",
- "message": "Nenhum item para adicionar ao seu carrinho"
- },
- "merch.fit": {
- "description": "Product sizes",
- "message": "**Escolha o seu jeito**"
- },
- "merch.help": {
- "description": "Link to customer support, {0}{1} is the replacement for the link",
- "message": "Estás a ter problemas com a nossa loja ou um pedido? Entra em contato com o nosso {0}suporte ao cliente{1}"
- },
- "merch.item.added": {
- "description": "{0} replaced with product name",
- "message": "{0} adicionado ao carrinho"
- },
- "merch.swag": {
- "description": "Subtitle for store",
- "message": "Encontre o seu **Swag**"
- },
- "merch.title": {
- "description": "Merch store title",
- "message": "Bem-vindo à loja oficial **PreMiD** Merchandise!"
- }
- }
|