chore: new Crowdin updates (#1770)

This commit is contained in:
Thomas Camlong
2023-12-30 21:46:01 +01:00
committed by GitHub
parent 159ba4b1c3
commit b9a5b5ed09
54 changed files with 914 additions and 860 deletions
@@ -1,25 +1,26 @@
{
"modal": {
"title": "新增磁貼",
"text": "磁貼是 Homarr 主要組成元素,磁貼被用來顯示您的應用程式和其他訊息,您可以根據需要增加任意數量的磁貼"
},
"widgetDescription": "組件與您的應用交互,為您提供更多應用控制,且在使用前通常需要額外的配置",
"goBack": "上一步",
"actionIcon": {
"tooltip": "新增磁貼"
},
"apps": "應用",
"app": {
"defaultName": "您的應用"
},
"widgets": "組件",
"categories": "類別",
"category": {
"newName": "新類別名稱",
"defaultName": "新增類別",
"created": {
"title": "類別已新增",
"message": "已新增類別\"{{name}}\""
}
"modal": {
"title": "新增磁貼",
"text": "磁貼是 Homarr 主要組成元素,磁貼被用來顯示您的應用程式和其他訊息,您可以根據需要增加任意數量的磁貼"
},
"widgetDescription": "組件與您的應用交互,為您提供更多應用控制,且在使用前通常需要額外的配置",
"goBack": "上一步",
"actionIcon": {
"tooltip": "新增磁貼"
},
"apps": "應用",
"app": {
"defaultName": "您的應用"
},
"widgets": "組件",
"categories": "類別",
"category": {
"newName": "新類別名稱",
"defaultName": "新增類別",
"created": {
"title": "類別已新增",
"message": "已新增類別\"{{name}}\""
}
},
"importFromDocker": ""
}
+11 -10
View File
@@ -4,6 +4,13 @@
"description": "顯示目前的日期與時間",
"settings": {
"title": "設定日期與時間組件",
"timezone": {
"label": "",
"info": ""
},
"customTitle": {
"label": ""
},
"display24HourFormat": {
"label": "顯示 24 小時制"
},
@@ -13,18 +20,12 @@
"hide": "隱藏日期"
}
},
"enableTimezone": {
"label": "顯示自定義時區"
},
"timezoneLocation": {
"label": "時區位置"
},
"titleState": {
"label": "城市名稱",
"info": "如果啟用時區選項,則可顯示城市名稱的時區代碼,<br/>您也可以只顯示城市名稱,甚至都不顯示",
"label": "",
"info": "",
"data": {
"both": "城市與時區",
"city": "僅城市名稱",
"both": "",
"city": "",
"none": "無"
}
}