12345678910111213141516171819202122232425262728293031 |
- {
- "merch.cart": {
- "description": "Add product to cart",
- "message": "Thêm vào giỏ hàng"
- },
- "merch.error.noitem": {
- "description": "Error message when no size selected",
- "message": "Không có mặt hàng nào được thêm vào giỏ hàng"
- },
- "merch.fit": {
- "description": "Product sizes",
- "message": "**Chọn kích cỡ**"
- },
- "merch.help": {
- "description": "Link to customer support, {0}{1} is the replacement for the link",
- "message": "Có vấn đề khi đặt hàng? Liên hệ {0}chăm sóc khách hàng{1}"
- },
- "merch.item.added": {
- "description": "{0} replaced with product name",
- "message": "{0} đã được thêm vào giỏ hàng"
- },
- "merch.swag": {
- "description": "Subtitle for store",
- "message": "Tìm **Phong Cách** của bạn"
- },
- "merch.title": {
- "description": "Merch store title",
- "message": "Chào mừng đến với cửa hàng chính thức của **PreMiD**!"
- }
- }
|