12345678910111213141516171819202122232425262728293031 |
- {
- "merch.cart": {
- "description": "Add product to cart",
- "message": "カートに追加"
- },
- "merch.error.noitem": {
- "description": "Error message when no size selected",
- "message": "カートに追加する商品が選択されていません。"
- },
- "merch.fit": {
- "description": "Product sizes",
- "message": "**サイズを選択**"
- },
- "merch.help": {
- "description": "Link to customer support, {0}{1} is the replacement for the link",
- "message": "問題が発生しましたか?{0}カスタマーサポート{1}までご連絡ください。"
- },
- "merch.item.added": {
- "description": "{0} replaced with product name",
- "message": "{0}をカートに追加しました"
- },
- "merch.swag": {
- "description": "Subtitle for store",
- "message": "**あなたの**商品を見つけましょう。"
- },
- "merch.title": {
- "description": "Merch store title",
- "message": "**PreMiD**のオフィシャルストアへようこそ!"
- }
- }
|