Skip to content

Commit d982611

Browse files
authored
Merge branch 'dev' into dev
2 parents 01d60a9 + d508fd4 commit d982611

File tree

7 files changed

+117
-117
lines changed

7 files changed

+117
-117
lines changed

apps/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@homarr/prettier-config": "workspace:^0.1.0",
8989
"@homarr/tsconfig": "workspace:^0.1.0",
9090
"@types/chroma-js": "3.1.1",
91-
"@types/node": "^22.13.1",
91+
"@types/node": "^22.13.2",
9292
"@types/prismjs": "^1.26.5",
9393
"@types/react": "19.0.8",
9494
"@types/react-dom": "19.0.3",

apps/tasks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@homarr/eslint-config": "workspace:^0.2.0",
4545
"@homarr/prettier-config": "workspace:^0.1.0",
4646
"@homarr/tsconfig": "workspace:^0.1.0",
47-
"@types/node": "^22.13.1",
47+
"@types/node": "^22.13.2",
4848
"dotenv-cli": "^8.0.0",
4949
"eslint": "^9.20.1",
5050
"prettier": "^3.4.2",

packages/integrations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"prettier": "@homarr/prettier-config",
2626
"dependencies": {
2727
"@ctrl/deluge": "^7.1.0",
28-
"@ctrl/qbittorrent": "^9.3.0",
28+
"@ctrl/qbittorrent": "^9.4.0",
2929
"@ctrl/transmission": "^7.2.0",
3030
"@homarr/certificates": "workspace:^0.1.0",
3131
"@homarr/common": "workspace:^0.1.0",

packages/translation/src/lang/ca.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -401,21 +401,21 @@
401401
"title": "",
402402
"item": {
403403
"view-logs": {
404-
"label": "",
405-
"description": ""
404+
"label": "Veure registres",
405+
"description": "Permet que els membres visualitzin els registres"
406406
}
407407
}
408408
},
409409
"search-engine": {
410-
"title": "",
410+
"title": "Motors de cerca",
411411
"item": {
412412
"create": {
413-
"label": "",
414-
"description": ""
413+
"label": "Crea motors de cerca",
414+
"description": "Permet que els membres crein motors de cerca"
415415
},
416416
"modify-all": {
417-
"label": "",
418-
"description": ""
417+
"label": "Modifica tots els motors de cerca",
418+
"description": "Permet que els membres modifiquin tots els motors de cerca"
419419
},
420420
"full-all": {
421421
"label": "",

packages/translation/src/lang/cn.json

+33-33
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@
153153
"label": "为 ping 使用图标"
154154
},
155155
"defaultSearchEngine": {
156-
"label": ""
156+
"label": "默认搜索引擎"
157157
},
158158
"openSearchInNewTab": {
159-
"label": ""
159+
"label": "在新标签页中打开搜索结果"
160160
}
161161
},
162162
"error": {
@@ -219,10 +219,10 @@
219219
"changeSearchPreferences": {
220220
"notification": {
221221
"success": {
222-
"message": ""
222+
"message": "搜索首选项更改成功"
223223
},
224224
"error": {
225-
"message": ""
225+
"message": "无法更改搜索首选项"
226226
}
227227
}
228228
},
@@ -805,7 +805,7 @@
805805
"apply": "应用",
806806
"backToOverview": "返回概览",
807807
"create": "创建",
808-
"createAnother": "",
808+
"createAnother": "创建并重新开始",
809809
"edit": "编辑",
810810
"import": "导入",
811811
"insert": "插入",
@@ -948,7 +948,7 @@
948948
"moveDown": "下移",
949949
"createAbove": "上方新建分类",
950950
"createBelow": "下方新建分类",
951-
"openAllInNewTabs": ""
951+
"openAllInNewTabs": "在标签中打开全部"
952952
},
953953
"create": {
954954
"title": "新建分类",
@@ -969,8 +969,8 @@
969969
}
970970
},
971971
"openAllInNewTabs": {
972-
"title": "",
973-
"text": ""
972+
"title": "在标签中打开全部",
973+
"text": "某些浏览器可能出于安全原因阻止大批打开标签页。 Homarr 无法打开所有窗口,因为您的浏览器屏蔽了此操作。请允许“打开弹出窗口”并重试。"
974974
}
975975
}
976976
},
@@ -1048,7 +1048,7 @@
10481048
"label": "显示描述提示"
10491049
},
10501050
"pingEnabled": {
1051-
"label": "启用简单的 ping"
1051+
"label": "启用状态检查"
10521052
}
10531053
},
10541054
"error": {
@@ -1200,12 +1200,12 @@
12001200
"description": "日期应该是什么样的"
12011201
},
12021202
"customTimeFormat": {
1203-
"label": "",
1204-
"description": ""
1203+
"label": "自定义时间格式",
1204+
"description": "使用 ISO 8601 格式化时间 (这将覆盖其他选项)"
12051205
},
12061206
"customDateFormat": {
1207-
"label": "",
1208-
"description": ""
1207+
"label": "自定义日期格式",
1208+
"description": "使用 ISO 8601 格式化日期(这将覆盖其他选项)"
12091209
}
12101210
}
12111211
},
@@ -1388,11 +1388,11 @@
13881388
"label": "华氏温度"
13891389
},
13901390
"disableTemperatureDecimals": {
1391-
"label": ""
1391+
"label": "禁用温度小数"
13921392
},
13931393
"showCurrentWindSpeed": {
1394-
"label": "",
1395-
"description": ""
1394+
"label": "显示当前风速",
1395+
"description": "仅在当前天气时"
13961396
},
13971397
"location": {
13981398
"label": "天气位置"
@@ -1412,12 +1412,12 @@
14121412
"description": "日期应该是什么样的"
14131413
}
14141414
},
1415-
"currentWindSpeed": "",
1415+
"currentWindSpeed": "{currentWindSpeed} km/h",
14161416
"dailyForecast": {
1417-
"sunrise": "",
1418-
"sunset": "",
1419-
"maxWindSpeed": "",
1420-
"maxWindGusts": ""
1417+
"sunrise": "日出",
1418+
"sunset": "日落",
1419+
"maxWindSpeed": "最大风速:{maxWindSpeed} km/h",
1420+
"maxWindGusts": "最大阵风:{maxWindGusts} km/h"
14211421
},
14221422
"kind": {
14231423
"clear": "晴朗",
@@ -2053,8 +2053,8 @@
20532053
}
20542054
},
20552055
"disableStatus": {
2056-
"label": "",
2057-
"description": ""
2056+
"label": "禁用应用状态",
2057+
"description": "禁用此面板上所有应用的状态检查"
20582058
},
20592059
"columnCount": {
20602060
"label": "列数"
@@ -2090,7 +2090,7 @@
20902090
"title": "自定义 css"
20912091
},
20922092
"behavior": {
2093-
"title": ""
2093+
"title": "行为"
20942094
},
20952095
"access": {
20962096
"title": "访问控制",
@@ -2322,7 +2322,7 @@
23222322
"mobile": "手机"
23232323
}
23242324
},
2325-
"search": "",
2325+
"search": "搜索",
23262326
"firstDayOfWeek": "一周的第一天",
23272327
"accessibility": "无障碍服务"
23282328
}
@@ -2485,14 +2485,14 @@
24852485
"description": "只有公共面板可供选择"
24862486
},
24872487
"status": {
2488-
"title": "",
2488+
"title": "应用状态",
24892489
"enableStatusByDefault": {
2490-
"label": "",
2491-
"description": ""
2490+
"label": "启用默认状态",
2491+
"description": "添加应用项目时,默认将启用状态"
24922492
},
24932493
"forceDisableStatus": {
2494-
"label": "",
2495-
"description": ""
2494+
"label": "强制禁用状态",
2495+
"description": "所有用户的应用状态将被禁用,无法启用"
24962496
}
24972497
}
24982498
},
@@ -2604,15 +2604,15 @@
26042604
},
26052605
"modal": {
26062606
"delete": {
2607-
"title": "",
2608-
"text": ""
2607+
"title": "删除 API 令牌",
2608+
"text": "这将永久删除 API 令牌。使用此令牌的 API 客户端无法再进行身份验证并执行 API 请求。此操作无法撤消。"
26092609
}
26102610
},
26112611
"table": {
26122612
"header": {
26132613
"id": "ID",
26142614
"createdBy": "创建者",
2615-
"actions": ""
2615+
"actions": "操作"
26162616
}
26172617
}
26182618
}

packages/translation/src/lang/uk.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,7 @@
13911391
"label": ""
13921392
},
13931393
"showCurrentWindSpeed": {
1394-
"label": "",
1394+
"label": "Показати поточну швидкість вітру",
13951395
"description": ""
13961396
},
13971397
"location": {
@@ -1409,14 +1409,14 @@
14091409
},
14101410
"dateFormat": {
14111411
"label": "Формат дати",
1412-
"description": ""
1412+
"description": "Як має виглядати дата"
14131413
}
14141414
},
1415-
"currentWindSpeed": "",
1415+
"currentWindSpeed": "{currentWindSpeed} км/год",
14161416
"dailyForecast": {
14171417
"sunrise": "",
14181418
"sunset": "",
1419-
"maxWindSpeed": "",
1419+
"maxWindSpeed": "Максимальна швидкість вітру: {maxWindSpeed} км/год",
14201420
"maxWindGusts": ""
14211421
},
14221422
"kind": {
@@ -2292,7 +2292,7 @@
22922292
},
22932293
"visibility": {
22942294
"public": "Ця дошка є публічною",
2295-
"private": ""
2295+
"private": "Ця дошка є приватною"
22962296
},
22972297
"modal": {
22982298
"createBoard": {
@@ -2346,7 +2346,7 @@
23462346
"title": "Створити нового користувача",
23472347
"step": {
23482348
"personalInformation": {
2349-
"label": ""
2349+
"label": "Особиста інформація"
23502350
},
23512351
"security": {
23522352
"label": "Безпека"
@@ -2485,9 +2485,9 @@
24852485
"description": "Тут доступні тільки публічні дошки"
24862486
},
24872487
"status": {
2488-
"title": "",
2488+
"title": "Статус додатка",
24892489
"enableStatusByDefault": {
2490-
"label": "",
2490+
"label": "Увімкнути статус за замовчуванням",
24912491
"description": ""
24922492
},
24932493
"forceDisableStatus": {
@@ -2552,7 +2552,7 @@
25522552
"label": ""
25532553
},
25542554
"downloads": {
2555-
"label": ""
2555+
"label": "Завантаження"
25562556
},
25572557
"mediaRequestStats": {
25582558
"label": ""
@@ -2815,7 +2815,7 @@
28152815
"apps": {
28162816
"label": "Додатки",
28172817
"new": {
2818-
"label": ""
2818+
"label": "Новий"
28192819
},
28202820
"edit": {
28212821
"label": "Редагувати"
@@ -2916,7 +2916,7 @@
29162916
"title": "Локальні команди"
29172917
},
29182918
"globalCommand": {
2919-
"title": "",
2919+
"title": "Глобальні команди",
29202920
"option": {
29212921
"colorScheme": {
29222922
"light": "Перемикнути на світлу тему",

0 commit comments

Comments
 (0)