Update zh-tw.json
parent
f25ab323e5
commit
dc100143bc
|
@ -3,110 +3,110 @@
|
||||||
{
|
{
|
||||||
"widgets": [
|
"widgets": [
|
||||||
{
|
{
|
||||||
"label": "Default"
|
"label": "預設"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"label": "Cards",
|
"label": "紙牌",
|
||||||
"entity": "card",
|
"entity": "紙牌",
|
||||||
"field": {
|
"field": {
|
||||||
"label": "Card",
|
"label": "紙牌",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"label": "Image"
|
"label": "圖片"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Matching Image",
|
"label": "相符合的圖片",
|
||||||
"description": "An optional image to match against instead of using two cards with the same image."
|
"description": "一個可選擇的符合圖片, 而不是使用兩張相同的圖片紙牌."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Description",
|
"label": "描述",
|
||||||
"description": "An optional short text that will pop up once the two matching cards are found."
|
"description": "一旦找到兩張符合的紙牌, 就會彈出一個可選擇的短文字."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Alternative text for Matching Image",
|
"label": "符合圖片的替代文字",
|
||||||
"description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users."
|
"description": "描述在照片中可以看到什麼. 文字是由視障者所需的文字轉語音工具讀取的."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Description",
|
"label": "描述",
|
||||||
"description": "An optional short text that will pop up once the two matching cards are found."
|
"description": "一旦找到兩張符合的紙牌, 就會彈出一個可選擇的短文字."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Behavioural settings",
|
"label": "行為設定",
|
||||||
"description": "These options will let you control how the game behaves.",
|
"description": "這些選項可以讓你控制遊戲的行為.",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"label": "Position the cards in a square",
|
"label": "把紙牌放在正方形中",
|
||||||
"description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container."
|
"description": "在佈置紙牌時, 將嘗試匹配列數和行數. 之後, 紙牌將被縮放以適合容器大小."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Number of cards to use",
|
"label": "要使用的紙牌數量",
|
||||||
"description": "Setting this to a number greater than 2 will make the game pick random cards from the list of cards."
|
"description": "將其設置為大於2的數字將使遊戲從紙牌列表中選擇隨機卡片."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Add button for retrying when the game is over"
|
"label": "新增遊戲結束時的重試按鈕"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Look and feel",
|
"label": "外觀和感覺",
|
||||||
"description": "Control the visuals of the game.",
|
"description": "控制遊戲的視覺效果.",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"label": "Theme Color",
|
"label": "主題顏色",
|
||||||
"description": "Choose a color to create a theme for your card game.",
|
"description": "選擇一種顏色來為你的紙牌遊戲創建一個主題.",
|
||||||
"default": "#909090"
|
"default": "#909090"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Card Back",
|
"label": "紙牌返回",
|
||||||
"description": "Use a custom back for your cards."
|
"description": "為您的紙牌使用自定義返回."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Localization",
|
"label": "本地化",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"label": "Card turns text",
|
"label": "紙牌轉文字",
|
||||||
"default": "Card turns"
|
"default": "紙牌輪流"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Time spent text",
|
"label": "花費時間的文字",
|
||||||
"default": "Time spent"
|
"default": "花費時間"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Feedback text",
|
"label": "反饋文字",
|
||||||
"default": "Good work!"
|
"default": "做得好!"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Try again button text",
|
"label": "再試一次按鈕文字",
|
||||||
"default": "Try again?"
|
"default": "再試一次?"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Close button label",
|
"label": "關閉按鈕標籤",
|
||||||
"default": "Close"
|
"default": "關閉"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Game label",
|
"label": "遊戲標籤",
|
||||||
"default": "Memory Game. Find the matching cards."
|
"default": "記憶遊戲. 找到匹配的卡片."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Game finished label",
|
"label": "遊戲結束標籤",
|
||||||
"default": "All of the cards have been found."
|
"default": "所有的紙牌都被找到了."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Card indexing label",
|
"label": "紙牌索引標籤",
|
||||||
"default": "Card %num:"
|
"default": "紙牌 %num:"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Card unturned label",
|
"label": "未翻出的紙牌標籤",
|
||||||
"default": "Unturned."
|
"default": "紙牌."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Card matched label",
|
"label": "紙牌符合的標籤",
|
||||||
"default": "Match found."
|
"default": "找到符合的."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue