Files
homarr/public/locales/tw/modules/date.json
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00

34 lines
866 B
JSON

{
"descriptor": {
"name": "日期與時間",
"description": "顯示目前的日期與時間",
"settings": {
"title": "設定日期與時間組件",
"display24HourFormat": {
"label": "顯示 24 小時制"
},
"dateFormat": {
"label": "日期格式",
"data": {
"hide": "隱藏日期"
}
},
"enableTimezone": {
"label": "顯示自定義時區"
},
"timezoneLocation": {
"label": "時區位置"
},
"titleState": {
"label": "城市名稱",
"info": "如果啟用時區選項,則可顯示城市名稱的時區代碼,<br/>您也可以只顯示城市名稱,甚至都不顯示",
"data": {
"both": "城市與時區",
"city": "僅城市名稱",
"none": "無"
}
}
}
}
}