Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(chore): version 0.14.3 #1758

Merged
merged 31 commits into from
Dec 31, 2023
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
669d311
🚧 WIP on Docker import group
ajnart Nov 17, 2023
c88cd3c
🚧 WIP on docker import feature
ajnart Nov 20, 2023
9bdd6a4
Update acceptableStatusCodes.ts
jeffersonraimon Nov 25, 2023
cca8be0
Merge pull request #1709 from jeffersonraimon/patch-1
ajnart Nov 26, 2023
e2da833
🚧 WIP on adding docker containers to boards
ajnart Nov 26, 2023
48ca535
Add client side reload of the config with the newly added apps
ajnart Nov 26, 2023
deee511
Fix unused function and enable user count check in
ajnart Dec 2, 2023
fc38f7a
✨ #1616 Recovery script in Docker container (#1726)
manuel-rw Dec 4, 2023
d6af6af
🐛 About page and manage user pages not translated (#1724)
ajnart Dec 7, 2023
51e96c0
✨ Use gravatar with user email (#1688)
SeDemal Dec 7, 2023
2170201
feat: add filter and sorting functionality to torrents table
InterN0te Dec 7, 2023
976634a
⚡️ Improve code in manage layout page (#1681)
SeDemal Dec 7, 2023
199b711
Updated entityStateSchema to handle nullables (#1744)
gfomichev Dec 17, 2023
553fa98
✨ #1616 better user management (#1748)
manuel-rw Dec 20, 2023
fd3f8f3
config: update crowdin translations
ajnart Dec 22, 2023
b6b697c
fix: umlaute in RSS (#1755)
manuel-rw Dec 29, 2023
19e65e0
config: new crowdin updates
ajnart Dec 29, 2023
f9c9f23
Update overseerr.ts
ajnart Dec 29, 2023
f20c209
Address PR comments
ajnart Dec 29, 2023
e13a4af
feat: remove location based timezone resolving (#1680)
SeDemal Dec 30, 2023
082077e
feat: import to docker form board, docker button on boards (#1714)
ajnart Dec 30, 2023
e9100fc
Update FUNDING.yml (#1768)
ajnart Dec 30, 2023
0a929a9
config; stale action (#1752)
manuel-rw Dec 30, 2023
159ba4b
config: greetings (#1753)
manuel-rw Dec 30, 2023
b9a5b5e
chore: new Crowdin updates (#1770)
ajnart Dec 30, 2023
108803a
fix: outdated config schema (#1769)
manuel-rw Dec 30, 2023
a394843
chore: increase version in package.json (#1771)
manuel-rw Dec 30, 2023
c83b04d
Refactor Docker integration in board page
ajnart Dec 31, 2023
745adb3
Merge branch 'dev' into docker-onboarding-fix
ajnart Dec 31, 2023
eba4dd3
Merge pull request #1773 from ajnart/docker-onboarding-fix
ajnart Dec 31, 2023
a68f842
Update tests
ajnart Dec 31, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
config: update crowdin translations
  • Loading branch information
ajnart authored Dec 22, 2023
commit fd3f8f317a763a14a154fe302c6a836b4dc61223
6 changes: 3 additions & 3 deletions public/locales/cn/layout/header.json
Original file line number Diff line number Diff line change
@@ -11,9 +11,9 @@
"actions": {
"avatar": {
"switchTheme": "切换主题",
"preferences": "用户首选项",
"defaultBoard": "默认仪表盘",
"manage": "管理",
"preferences": "用户选项",
"defaultBoard": "默认面板",
"manage": "管理中心",
"logout": "注销 {{username}}",
"login": "登录"
}
12 changes: 10 additions & 2 deletions public/locales/cn/manage/users.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
{
"metaTitle": "用户",
"pageTitle": "管理用户",
"text": "通过账号,您可以配置谁可以编辑您的面板。Homarr的未来版本将对权限和面板进行更精细地控制。",
"buttons": {
"create": "创建"
},
"filter": {
"roles": {
"all": "全部",
"normal": "普通",
"admin": "管理员",
"owner": "所有者"
}
},
"table": {
"header": {
"user": "用户"
"user": "用户",
"email": "邮箱"
}
},
"tooltips": {
55 changes: 55 additions & 0 deletions public/locales/cn/manage/users/edit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"metaTitle": "用户 {{username}}",
"back": "返回用户管理",
"sections": {
"general": {
"title": "通用",
"inputs": {
"username": {
"label": "用户名"
},
"eMail": {
"label": "邮箱"
}
}
},
"security": {
"title": "安全",
"inputs": {
"password": {
"label": "新密码"
},
"terminateExistingSessions": {
"label": "终止现有会话",
"description": "强制用户在其设备上重新登录"
},
"confirm": {
"label": "确认",
"description": "密码将被更新。该操作不可撤销。"
}
}
},
"roles": {
"title": "角色",
"currentRole": "当前角色: ",
"badges": {
"owner": "所有者",
"admin": "管理员",
"normal": "普通"
}
},
"deletion": {
"title": "删除账号",
"inputs": {
"confirmUsername": {
"label": "确认用户名",
"description": "输入用户名以确认删除"
},
"confirm": {
"label": "永久删除",
"description": "我知道此操作是永久性的,所有帐户数据都将丢失。"
}
}
}
}
}
17 changes: 17 additions & 0 deletions public/locales/cn/modules/smart-home/entity-state.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"entityNotFound": "未找到实体",
"descriptor": {
"name": "Home Assistant 实体",
"description": "Home Assistant 中实体的当前状态",
"settings": {
"title": "实体状态",
"entityId": {
"label": "实体 ID",
"info": "Home Assistant 中的唯一实体 ID。通过单击实体 > 单击齿轮图标 > 单击“实体 ID”处的复制按钮进行复制。某些自定义实体可能不受支持。"
},
"displayName": {
"label": "显示名称"
}
}
}
}
12 changes: 11 additions & 1 deletion public/locales/cn/modules/torrents-status.json
Original file line number Diff line number Diff line change
@@ -41,12 +41,22 @@
},
"table": {
"header": {
"isCompleted": "正在下载",
"name": "名称",
"dateAdded": "已添加到",
"size": "大小",
"download": "下载",
"upload": "上传",
"estimatedTimeOfArrival": "剩余时间",
"progress": "进度"
"progress": "进度",
"totalUploaded": "上传总量",
"totalDownloaded": "下载总量",
"ratio": "分享率",
"seeds": "种子数(已连接)",
"peers": "用户数(已连接)",
"label": "标签",
"state": "状态",
"stateMessage": "状态信息"
},
"item": {
"text": "由 {{appName}}, {{ratio}} 管理的比率"
12 changes: 10 additions & 2 deletions public/locales/cr/manage/users.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
{
"metaTitle": "crwdns3789:0crwdne3789:0",
"pageTitle": "crwdns3791:0crwdne3791:0",
"text": "crwdns3793:0crwdne3793:0",
"buttons": {
"create": "crwdns3795:0crwdne3795:0"
},
"filter": {
"roles": {
"all": "crwdns4114:0crwdne4114:0",
"normal": "crwdns4116:0crwdne4116:0",
"admin": "crwdns4118:0crwdne4118:0",
"owner": "crwdns4120:0crwdne4120:0"
}
},
"table": {
"header": {
"user": "crwdns3797:0crwdne3797:0"
"user": "crwdns3797:0crwdne3797:0",
"email": "crwdns4122:0crwdne4122:0"
}
},
"tooltips": {
55 changes: 55 additions & 0 deletions public/locales/cr/manage/users/edit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"metaTitle": "crwdns4072:0{{username}}crwdne4072:0",
"back": "crwdns4074:0crwdne4074:0",
"sections": {
"general": {
"title": "crwdns4076:0crwdne4076:0",
"inputs": {
"username": {
"label": "crwdns4078:0crwdne4078:0"
},
"eMail": {
"label": "crwdns4080:0crwdne4080:0"
}
}
},
"security": {
"title": "crwdns4082:0crwdne4082:0",
"inputs": {
"password": {
"label": "crwdns4084:0crwdne4084:0"
},
"terminateExistingSessions": {
"label": "crwdns4086:0crwdne4086:0",
"description": "crwdns4088:0crwdne4088:0"
},
"confirm": {
"label": "crwdns4090:0crwdne4090:0",
"description": "crwdns4092:0crwdne4092:0"
}
}
},
"roles": {
"title": "crwdns4094:0crwdne4094:0",
"currentRole": "crwdns4096:0crwdne4096:0",
"badges": {
"owner": "crwdns4098:0crwdne4098:0",
"admin": "crwdns4100:0crwdne4100:0",
"normal": "crwdns4102:0crwdne4102:0"
}
},
"deletion": {
"title": "crwdns4104:0crwdne4104:0",
"inputs": {
"confirmUsername": {
"label": "crwdns4106:0crwdne4106:0",
"description": "crwdns4108:0crwdne4108:0"
},
"confirm": {
"label": "crwdns4110:0crwdne4110:0",
"description": "crwdns4112:0crwdne4112:0"
}
}
}
}
}
17 changes: 17 additions & 0 deletions public/locales/cr/modules/smart-home/entity-state.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"entityNotFound": "crwdns4038:0crwdne4038:0",
"descriptor": {
"name": "crwdns4040:0crwdne4040:0",
"description": "crwdns4042:0crwdne4042:0",
"settings": {
"title": "crwdns4044:0crwdne4044:0",
"entityId": {
"label": "crwdns4046:0crwdne4046:0",
"info": "crwdns4048:0crwdne4048:0"
},
"displayName": {
"label": "crwdns4050:0crwdne4050:0"
}
}
}
}
12 changes: 11 additions & 1 deletion public/locales/cr/modules/torrents-status.json
Original file line number Diff line number Diff line change
@@ -41,12 +41,22 @@
},
"table": {
"header": {
"isCompleted": "crwdns4052:0crwdne4052:0",
"name": "crwdns2225:0crwdne2225:0",
"dateAdded": "crwdns4054:0crwdne4054:0",
"size": "crwdns2227:0crwdne2227:0",
"download": "crwdns2229:0crwdne2229:0",
"upload": "crwdns2231:0crwdne2231:0",
"estimatedTimeOfArrival": "crwdns2233:0crwdne2233:0",
"progress": "crwdns2235:0crwdne2235:0"
"progress": "crwdns2235:0crwdne2235:0",
"totalUploaded": "crwdns4056:0crwdne4056:0",
"totalDownloaded": "crwdns4058:0crwdne4058:0",
"ratio": "crwdns4060:0crwdne4060:0",
"seeds": "crwdns4062:0crwdne4062:0",
"peers": "crwdns4064:0crwdne4064:0",
"label": "crwdns4066:0crwdne4066:0",
"state": "crwdns4068:0crwdne4068:0",
"stateMessage": "crwdns4070:0crwdne4070:0"
},
"item": {
"text": "crwdns2461:0{{appName}}crwdnd2461:0{{ratio}}crwdne2461:0"
2 changes: 1 addition & 1 deletion public/locales/cs/boards/common.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"header": {
"customize": ""
"customize": "Přizpůsobit plochu"
}
}
10 changes: 5 additions & 5 deletions public/locales/cs/common.json
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@
"about": "",
"cancel": "",
"close": "",
"back": "",
"back": "Zpět",
"delete": "",
"ok": "",
"edit": "",
"next": "",
"next": "Další",
"previous": "",
"confirm": "",
"enabled": "",
@@ -44,14 +44,14 @@
},
"seeMore": "",
"position": {
"left": "",
"left": "Vlevo",
"center": "",
"right": ""
"right": "Vpravo"
},
"attributes": {
"width": "",
"height": ""
},
"public": "",
"restricted": ""
"restricted": "Omezené"
}
16 changes: 8 additions & 8 deletions public/locales/cs/layout/element-selector/selector.json
Original file line number Diff line number Diff line change
@@ -3,23 +3,23 @@
"title": "Přidat novou dlaždici",
"text": "Dlaždice jsou hlavním prvkem Homarru. Slouží k zobrazení Vašich aplikací a dalších informací. Můžete přidat libovolný počet dlaždic."
},
"widgetDescription": "",
"goBack": "",
"widgetDescription": "Widgety komunikují s vašimi aplikacemi, aby nad nimi poskytovaly větší kontrolu. Před použitím obvykle vyžadují další konfiguraci.",
"goBack": "Přejít zpět na předchozí stránku",
"actionIcon": {
"tooltip": ""
"tooltip": "Přidat dlaždici"
},
"apps": "Aplikace",
"app": {
"defaultName": ""
"defaultName": "Vaše aplikace"
},
"widgets": "Widgety",
"categories": "Kategorie",
"category": {
"newName": "",
"defaultName": "",
"newName": "Název nové kategorie",
"defaultName": "Nová kategorie",
"created": {
"title": "",
"message": ""
"title": "Kategorie vytvořena",
"message": "Kategorie \"{{name}}\" byla vytvořena"
}
}
}
2 changes: 1 addition & 1 deletion public/locales/cs/layout/manage.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
"help": {
"title": "Nápověda",
"items": {
"documentation": "",
"documentation": "Dokumentace",
"report": "Nahlášení problému/chyby",
"discord": "Komunitní Discord",
"contribute": "Zapojte se"
2 changes: 1 addition & 1 deletion public/locales/cs/layout/modals/about.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "",
"addToDashboard": "",
"addToDashboard": "Přidat na plochu",
"tip": "",
"key": "",
"action": "",
Loading