12345678910111213141516171819202122232425262728293031 |
- {
- "merch.cart": {
- "description": "Add product to cart",
- "message": "Tambah ke troli"
- },
- "merch.error.noitem": {
- "description": "Error message when no size selected",
- "message": "Tiada item dalam troli anda"
- },
- "merch.fit": {
- "description": "Product sizes",
- "message": "**Pilih apa yang sesuai**"
- },
- "merch.help": {
- "description": "Link to customer support, {0}{1} is the replacement for the link",
- "message": "Mengalami masalah dengan kedai kami atau sesuatu pesanan? Hubungi {0}sokongan pelanggan{1} kami"
- },
- "merch.item.added": {
- "description": "{0} replaced with product name",
- "message": "{0} item dalam troli anda"
- },
- "merch.swag": {
- "description": "Subtitle for store",
- "message": "Cari **Barangan Hebat** anda"
- },
- "merch.title": {
- "description": "Merch store title",
- "message": "Selamat datang ke kedai Barangan **PreMiD** rasmi!"
- }
- }
|