chore: merge version 0.15.3 to master

This commit is contained in:
Manuel
2024-05-07 20:36:15 +02:00
committed by GitHub
311 changed files with 12910 additions and 1727 deletions

View File

@@ -35,6 +35,7 @@ module.exports = {
'vi',
'et',
'lt',
'ro'
],
localeDetection: false,

View File

@@ -1,6 +1,6 @@
{
"name": "homarr",
"version": "0.15.2",
"version": "0.15.3",
"description": "Homarr - A homepage for your server.",
"license": "MIT",
"repository": {
@@ -106,6 +106,7 @@
"rss-parser": "^3.12.0",
"sabnzbd-api": "^1.5.0",
"swagger-ui-react": "^5.11.0",
"tldts": "^6.1.18",
"trpc-openapi": "^1.2.0",
"uuid": "^9.0.0",
"xml-js": "^1.6.11",
@@ -240,4 +241,4 @@
]
}
}
}
}

View File

@@ -1,37 +1,141 @@
{
"descriptor": {
"name": "系统健康监测",
"description": "关于NAS的信息",
"settings": {
"title": "系统健康监测",
"fahrenheit": {
"label": "华氏度"
}
}
},
"cpu": {
"label": "CPU",
"descriptor": {
"name": "系统健康监测",
"description": "显示系统运行状况和状态的信息",
"settings": {
"title": "系统健康监测设置",
"fahrenheit": {
"label": "CPU 温度(华氏度"
},
"cpu": {
"label": "显示CPU信息",
"load": "平均负载",
"minute": "{{minute}} 分钟"
},
"memory": {
"label": "内存",
"totalMem": "内存总量: {{total}}GB",
"available": "可用: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "文件系统",
"available": "可用: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "运行时间",
"updates": "更新",
"reboot": "重启"
},
"errors": {
"general": {
"title": "找不到您的 NAS",
"text": "连接到您的NAS时出现了问题。请验证您的配置/集成。"
"minute": "{{minute}} 分钟",
"minutes": "{{minutes}} 分钟"
},
"memory": {
"label": "显示内存信息"
},
"fileSystem": {
"label": "显示文件系统信息"
},
"node": {
"label": "按节点名称过滤",
"info": "输入您的 Proxmox 节点名称以仅显示该节点的指标。默认情况下,显示整个集群。"
},
"defaultViewState": {
"label": "默认打开的部分",
"data": {
"none": "不显示",
"node": "节点",
"vm": "虚拟机",
"lxc": "LXCs",
"storage": "存储"
}
},
"defaultTabState": {
"label": "默认打开选项卡",
"info": "默认打开选项卡。仅当多个集成可用时才使用。",
"data": {
"system": "系统",
"cluster": "集群"
}
},
"summary": {
"label": "显示摘要部分"
},
"showNode": {
"label": "显示节点部分"
},
"showVM": {
"label": "显示虚拟机部分"
},
"showLXCs": {
"label": "显示 LXC 部分"
},
"showStorage": {
"label": "显示存储部分"
},
"sectionIndicatorColor": {
"label": "要求部分状态指示器为“OK”",
"info": "全部 \"要求所有项目都在线,指标才会变为绿色。任意 \"要求至少有一个项目在线。",
"data": {
"any": "任意活动",
"all": "全部活动"
}
},
"ignoreCert": {
"label": "忽略证书错误",
"info": "如果启用,小工具在访问 Proxmox API 时将忽略证书错误。这在通过 HTTPS 访问 Proxmox 时很有帮助。"
}
}
},
"cpu": {
"label": "CPU",
"load": "平均负载",
"minute": "{{minute}} 分钟"
},
"memory": {
"label": "内存",
"totalMem": "内存总量: {{total}}GB",
"available": "可用: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "文件系统",
"available": "可用: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "运行时间",
"uptimeFormat": "{{days}} 天, {{hours}} 小时",
"updates": "可用更新",
"reboot": "重启"
},
"errors": {
"general": {
"title": "无法找到您的系统。",
"text": "连接到您的系统时出现问题。请验证您的配置/集成。"
}
},
"headings": {
"system": "系统",
"cluster": "集群"
},
"cluster": {
"summary": {
"cpu": "CPU",
"ram": "内存"
},
"accordion": {
"title": {
"nodes": "节点",
"vms": "虚拟机",
"lxcs": "LXCs",
"storage": "存储"
}
},
"table": {
"header": {
"name": "名称",
"cpu": "CPU",
"ram": "内存",
"node": "节点"
}
},
"popover": {
"node": "节点",
"vmid": "VMID",
"details": "详情",
"cores": "核心 - {{maxCpu}}",
"memSize": "内存 - {{maxMem}}",
"memRatio": "内存 - {{usedMem}} / {{maxMem}}",
"diskSize": "磁盘 - {{maxDisk}}",
"diskRatio": "磁盘 - {{usedDisk}} / {{maxDisk}}",
"uptime": "运行时间 - {{uptime}}",
"plugin": "插件",
"ha": "状态 - {{haState}}",
"sharedStorage": "共享存储",
"localStorage": "本地存储",
"na": "不可用"
}
}
}

View File

@@ -1,13 +1,13 @@
{
"descriptor": {
"name": "索引管理状态",
"name": "索引管理状态",
"description": "有关索引器的状态",
"settings": {
"title": "索引管理状态"
"title": "索引管理状态"
}
},
"indexersStatus": {
"title": "索引管理",
"title": "索引管理",
"testAllButton": "测试全部"
},
"errors": {

View File

@@ -0,0 +1,96 @@
{
"descriptor": {
"name": "媒体转码",
"description": "显示有关媒体转码的信息",
"settings": {
"title": "媒体转码设置",
"appId": {
"label": "选择一个应用"
},
"defaultView": {
"label": "默认视图",
"data": {
"workers": "工作种",
"queue": "队列",
"statistics": "统计"
}
},
"showHealthCheck": {
"label": "显示健康检查指示器"
},
"showHealthChecksInQueue": {
"label": "在队列中显示健康检查"
},
"queuePageSize": {
"label": "队列:每页项目数"
},
"showAppIcon": {
"label": "在右下角显示应用程序图标"
}
}
},
"noAppSelected": "请在小组件设置中选择一个应用程序",
"views": {
"workers": {
"table": {
"header": {
"name": "文件",
"eta": "剩余时间",
"progress": "进度"
},
"empty": "空",
"tooltip": {
"transcode": "转码",
"healthCheck": "健康检查"
}
}
},
"queue": {
"table": {
"header": {
"name": "文件",
"size": "大小"
},
"footer": {
"currentIndex": "{{start}}-{{end}} 共 {{total}}"
},
"empty": "空",
"tooltip": {
"transcode": "转码",
"healthCheck": "健康检查"
}
}
},
"statistics": {
"empty": "空",
"box": {
"transcodes": "转码: {{value}}",
"healthChecks": "健康检查: {{value}}",
"files": "文件: {{value}}",
"spaceSaved": "已保存: {{value}}"
},
"pies": {
"transcodes": "转码",
"healthChecks": "健康检查",
"videoCodecs": "编码",
"videoContainers": "容器",
"videoResolutions": "分辨率"
}
}
},
"error": {
"title": "错误",
"message": "从 Tdarr 获取数据时发生错误。"
},
"tabs": {
"workers": "工作种",
"queue": "队列",
"statistics": "统计"
},
"healthCheckStatus": {
"title": "健康检查",
"queued": "排队中",
"healthy": "健康",
"unhealthy": "不良"
}
}

View File

@@ -22,8 +22,13 @@
},
"displayFriendlyName": {
"label": "显示友好名称",
"info": "显示来自家庭助理的友好名称,而不是显示名称"
"info": "显示来自家庭助理的友好名称,而不是显示名称."
},
"genericToggle": {
"label": "实体切换",
"info": "单击时对实体执行通用的家庭助理切换操作。"
}
}
}
}
}

View File

@@ -29,6 +29,25 @@
"displayRatioWithFilter": {
"label": "显示过滤后的 torrents 列表比例",
"info": "如果禁用,则只显示全局比率。如果设置为 \"禁用\",全局比率仍将使用标签。"
},
"columnOrdering": {
"label": "启用重新排序列"
},
"rowSorting": {
"label": "启用行排序"
},
"columns": {
"label": "选择要显示的列",
"data": {
"date": "日期已添加",
"down": "下载",
"up": "上传",
"eta": "剩余时间",
"progress": "进度"
}
},
"nameColumnSize": {
"label": "更改名称列大小"
}
}
},
@@ -84,10 +103,6 @@
"text": "无法与您的 Torrent 客户端通信。请检查您的配置"
}
},
"loading": {
"title": "加载中",
"description": "建立连接中"
},
"popover": {
"introductionPrefix": "管理方:",
"metrics": {

View File

@@ -1,37 +1,141 @@
{
"descriptor": {
"name": "crwdns4202:0crwdne4202:0",
"description": "crwdns4204:0crwdne4204:0",
"settings": {
"title": "crwdns4206:0crwdne4206:0",
"fahrenheit": {
"label": "crwdns4208:0crwdne4208:0"
}
"descriptor": {
"name": "crwdns4202:0crwdne4202:0",
"description": "crwdns4246:0crwdne4246:0",
"settings": {
"title": "crwdns4248:0crwdne4248:0",
"fahrenheit": {
"label": "crwdns4250:0crwdne4250:0"
},
"cpu": {
"label": "crwdns4252:0crwdne4252:0",
"load": "crwdns4254:0crwdne4254:0",
"minute": "crwdns4256:0{{minute}}crwdne4256:0",
"minutes": "crwdns4258:0{{minutes}}crwdne4258:0"
},
"memory": {
"label": "crwdns4260:0crwdne4260:0"
},
"fileSystem": {
"label": "crwdns4262:0crwdne4262:0"
},
"node": {
"label": "crwdns4264:0crwdne4264:0",
"info": "crwdns4266:0crwdne4266:0"
},
"defaultViewState": {
"label": "crwdns4268:0crwdne4268:0",
"data": {
"none": "crwdns4270:0crwdne4270:0",
"node": "crwdns4272:0crwdne4272:0",
"vm": "crwdns4274:0crwdne4274:0",
"lxc": "crwdns4276:0crwdne4276:0",
"storage": "crwdns4278:0crwdne4278:0"
}
},
"cpu": {
"label": "crwdns4210:0crwdne4210:0",
"load": "crwdns4212:0crwdne4212:0",
"minute": "crwdns4214:0{{minute}}crwdne4214:0"
},
"memory": {
"label": "crwdns4216:0crwdne4216:0",
"totalMem": "crwdns4218:0{{total}}crwdne4218:0",
"available": "crwdns4220:0{{available}}crwdnd4220:0{{percentage}}crwdne4220:0"
},
"fileSystem": {
"label": "crwdns4222:0crwdne4222:0",
"available": "crwdns4224:0{{available}}crwdnd4224:0{{percentage}}crwdne4224:0"
},
"info": {
"uptime": "crwdns4226:0crwdne4226:0",
"updates": "crwdns4228:0crwdne4228:0",
"reboot": "crwdns4230:0crwdne4230:0"
},
"errors": {
"general": {
"title": "crwdns4232:0crwdne4232:0",
"text": "crwdns4234:0crwdne4234:0"
},
"defaultTabState": {
"label": "crwdns4280:0crwdne4280:0",
"info": "crwdns4282:0crwdne4282:0",
"data": {
"system": "crwdns4284:0crwdne4284:0",
"cluster": "crwdns4286:0crwdne4286:0"
}
},
"summary": {
"label": "crwdns4288:0crwdne4288:0"
},
"showNode": {
"label": "crwdns4290:0crwdne4290:0"
},
"showVM": {
"label": "crwdns4292:0crwdne4292:0"
},
"showLXCs": {
"label": "crwdns4294:0crwdne4294:0"
},
"showStorage": {
"label": "crwdns4296:0crwdne4296:0"
},
"sectionIndicatorColor": {
"label": "crwdns4298:0crwdne4298:0",
"info": "crwdns4300:0crwdne4300:0",
"data": {
"any": "crwdns4302:0crwdne4302:0",
"all": "crwdns4304:0crwdne4304:0"
}
},
"ignoreCert": {
"label": "crwdns4306:0crwdne4306:0",
"info": "crwdns4308:0crwdne4308:0"
}
}
},
"cpu": {
"label": "crwdns4210:0crwdne4210:0",
"load": "crwdns4212:0crwdne4212:0",
"minute": "crwdns4214:0{{minute}}crwdne4214:0"
},
"memory": {
"label": "crwdns4216:0crwdne4216:0",
"totalMem": "crwdns4218:0{{total}}crwdne4218:0",
"available": "crwdns4220:0{{available}}crwdnd4220:0{{percentage}}crwdne4220:0"
},
"fileSystem": {
"label": "crwdns4222:0crwdne4222:0",
"available": "crwdns4224:0{{available}}crwdnd4224:0{{percentage}}crwdne4224:0"
},
"info": {
"uptime": "crwdns4226:0crwdne4226:0",
"uptimeFormat": "crwdns4310:0{{days}}crwdnd4310:0{{hours}}crwdne4310:0",
"updates": "crwdns4312:0crwdne4312:0",
"reboot": "crwdns4230:0crwdne4230:0"
},
"errors": {
"general": {
"title": "crwdns4314:0crwdne4314:0",
"text": "crwdns4316:0crwdne4316:0"
}
},
"headings": {
"system": "crwdns4318:0crwdne4318:0",
"cluster": "crwdns4320:0crwdne4320:0"
},
"cluster": {
"summary": {
"cpu": "crwdns4322:0crwdne4322:0",
"ram": "crwdns4324:0crwdne4324:0"
},
"accordion": {
"title": {
"nodes": "crwdns4326:0crwdne4326:0",
"vms": "crwdns4328:0crwdne4328:0",
"lxcs": "crwdns4330:0crwdne4330:0",
"storage": "crwdns4332:0crwdne4332:0"
}
},
"table": {
"header": {
"name": "crwdns4334:0crwdne4334:0",
"cpu": "crwdns4336:0crwdne4336:0",
"ram": "crwdns4338:0crwdne4338:0",
"node": "crwdns4340:0crwdne4340:0"
}
},
"popover": {
"node": "crwdns4342:0crwdne4342:0",
"vmid": "crwdns4344:0crwdne4344:0",
"details": "crwdns4346:0crwdne4346:0",
"cores": "crwdns4348:0{{maxCpu}}crwdne4348:0",
"memSize": "crwdns4350:0{{maxMem}}crwdne4350:0",
"memRatio": "crwdns4352:0{{usedMem}}crwdnd4352:0{{maxMem}}crwdne4352:0",
"diskSize": "crwdns4354:0{{maxDisk}}crwdne4354:0",
"diskRatio": "crwdns4356:0{{usedDisk}}crwdnd4356:0{{maxDisk}}crwdne4356:0",
"uptime": "crwdns4358:0{{uptime}}crwdne4358:0",
"plugin": "crwdns4360:0crwdne4360:0",
"ha": "crwdns4362:0{{haState}}crwdne4362:0",
"sharedStorage": "crwdns4364:0crwdne4364:0",
"localStorage": "crwdns4366:0crwdne4366:0",
"na": "crwdns4368:0crwdne4368:0"
}
}
}

View File

@@ -0,0 +1,96 @@
{
"descriptor": {
"name": "crwdns4382:0crwdne4382:0",
"description": "crwdns4384:0crwdne4384:0",
"settings": {
"title": "crwdns4386:0crwdne4386:0",
"appId": {
"label": "crwdns4388:0crwdne4388:0"
},
"defaultView": {
"label": "crwdns4390:0crwdne4390:0",
"data": {
"workers": "crwdns4392:0crwdne4392:0",
"queue": "crwdns4394:0crwdne4394:0",
"statistics": "crwdns4396:0crwdne4396:0"
}
},
"showHealthCheck": {
"label": "crwdns4398:0crwdne4398:0"
},
"showHealthChecksInQueue": {
"label": "crwdns4400:0crwdne4400:0"
},
"queuePageSize": {
"label": "crwdns4402:0crwdne4402:0"
},
"showAppIcon": {
"label": "crwdns4404:0crwdne4404:0"
}
}
},
"noAppSelected": "crwdns4406:0crwdne4406:0",
"views": {
"workers": {
"table": {
"header": {
"name": "crwdns4408:0crwdne4408:0",
"eta": "crwdns4410:0crwdne4410:0",
"progress": "crwdns4412:0crwdne4412:0"
},
"empty": "crwdns4414:0crwdne4414:0",
"tooltip": {
"transcode": "crwdns4416:0crwdne4416:0",
"healthCheck": "crwdns4418:0crwdne4418:0"
}
}
},
"queue": {
"table": {
"header": {
"name": "crwdns4420:0crwdne4420:0",
"size": "crwdns4422:0crwdne4422:0"
},
"footer": {
"currentIndex": "crwdns4424:0{{start}}crwdnd4424:0{{end}}crwdnd4424:0{{total}}crwdne4424:0"
},
"empty": "crwdns4426:0crwdne4426:0",
"tooltip": {
"transcode": "crwdns4428:0crwdne4428:0",
"healthCheck": "crwdns4430:0crwdne4430:0"
}
}
},
"statistics": {
"empty": "crwdns4432:0crwdne4432:0",
"box": {
"transcodes": "crwdns4434:0{{value}}crwdne4434:0",
"healthChecks": "crwdns4436:0{{value}}crwdne4436:0",
"files": "crwdns4438:0{{value}}crwdne4438:0",
"spaceSaved": "crwdns4440:0{{value}}crwdne4440:0"
},
"pies": {
"transcodes": "crwdns4442:0crwdne4442:0",
"healthChecks": "crwdns4444:0crwdne4444:0",
"videoCodecs": "crwdns4446:0crwdne4446:0",
"videoContainers": "crwdns4448:0crwdne4448:0",
"videoResolutions": "crwdns4450:0crwdne4450:0"
}
}
},
"error": {
"title": "crwdns4452:0crwdne4452:0",
"message": "crwdns4454:0crwdne4454:0"
},
"tabs": {
"workers": "crwdns4456:0crwdne4456:0",
"queue": "crwdns4458:0crwdne4458:0",
"statistics": "crwdns4460:0crwdne4460:0"
},
"healthCheckStatus": {
"title": "crwdns4462:0crwdne4462:0",
"queued": "crwdns4464:0crwdne4464:0",
"healthy": "crwdns4466:0crwdne4466:0",
"unhealthy": "crwdns4468:0crwdne4468:0"
}
}

View File

@@ -22,8 +22,13 @@
},
"displayFriendlyName": {
"label": "crwdns4184:0crwdne4184:0",
"info": "crwdns4186:0crwdne4186:0"
"info": "crwdns4476:0crwdne4476:0"
},
"genericToggle": {
"label": "crwdns4478:0crwdne4478:0",
"info": "crwdns4480:0crwdne4480:0"
}
}
}
}
}

View File

@@ -29,6 +29,25 @@
"displayRatioWithFilter": {
"label": "crwdns4000:0crwdne4000:0",
"info": "crwdns4002:0crwdne4002:0"
},
"columnOrdering": {
"label": "crwdns4470:0crwdne4470:0"
},
"rowSorting": {
"label": "crwdns4472:0crwdne4472:0"
},
"columns": {
"label": "crwdns4370:0crwdne4370:0",
"data": {
"date": "crwdns4474:0crwdne4474:0",
"down": "crwdns4372:0crwdne4372:0",
"up": "crwdns4374:0crwdne4374:0",
"eta": "crwdns4376:0crwdne4376:0",
"progress": "crwdns4378:0crwdne4378:0"
}
},
"nameColumnSize": {
"label": "crwdns4380:0crwdne4380:0"
}
}
},
@@ -84,10 +103,6 @@
"text": "crwdns3193:0crwdne3193:0"
}
},
"loading": {
"title": "crwdns3195:0crwdne3195:0",
"description": "crwdns3197:0crwdne3197:0"
},
"popover": {
"introductionPrefix": "crwdns2463:0crwdne2463:0",
"metrics": {

View File

@@ -11,7 +11,7 @@
"errors": {
"general": {
"title": "Nepodařilo se najít DNS hole",
"text": "Došlo k problému s připojením k Vaší DNS Hole. Ověřte prosím svou konfiguraci/integraci."
"text": "Došlo k problému s připojením k Vaší DNS Hole. Ověřte prosím svou konfiguraci."
}
}
}

View File

@@ -1,37 +1,141 @@
{
"descriptor": {
"name": "Monitorování stavu systému",
"description": "Informace o Vaší NAS",
"settings": {
"title": "Monitorování stavu systému",
"fahrenheit": {
"label": "Stupně Fahrenheit"
}
}
},
"cpu": {
"label": "Procesor",
"descriptor": {
"name": "Monitorování stavu systému",
"description": "Zobrazuje informace o stavu a kondici Vašeho systému (systémů).",
"settings": {
"title": "Nastavení pro sledování stavu systému",
"fahrenheit": {
"label": "Teplota CPU ve stupních Fahrenheit"
},
"cpu": {
"label": "Zobrazit info o CPU",
"load": "Průměrné zatížení",
"minute": "{{minute}} minut"
},
"memory": {
"label": "Pamět",
"totalMem": "Celková paměť: {{total}}GB",
"available": "K dispozici: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "Souborový systém",
"available": "K dispozici: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "Doba provozu",
"updates": "Aktualizace",
"reboot": "Restartovat"
},
"errors": {
"general": {
"title": "Nepodařilo se najít Vaší NAS",
"text": "Došlo k problému s připojením k Vaší NAS. Ověřte prosím svou konfiguraci/integraci."
"minute": "{{minute}} minut",
"minutes": "{{minutes}} minut/y"
},
"memory": {
"label": "Zobrazit informace o paměti"
},
"fileSystem": {
"label": "Zobrazit informace o souborovém systému"
},
"node": {
"label": "Filtrovat podle názvu uzlu",
"info": "Zadejte název uzlu Proxmox, aby se zobrazovaly metriky pouze pro tento uzel. Ve výchozím nastavení se zobrazí celý cluster."
},
"defaultViewState": {
"label": "Sekce bude otevřená ve výchozím nastavení",
"data": {
"none": "Žádný",
"node": "Uzly",
"vm": "Virtuální Stroje",
"lxc": "LXC",
"storage": "Úložiště"
}
},
"defaultTabState": {
"label": "Karta je ve výchozím nastavení otevřena",
"info": "Karta je ve výchozím nastavení otevřená. Používá se pouze v případě, že je k dispozici více integrací.",
"data": {
"system": "Systém",
"cluster": "Cluster"
}
},
"summary": {
"label": "Zobrazit sekci shrnutí"
},
"showNode": {
"label": "Zobrazit sekci uzlů"
},
"showVM": {
"label": "Zobrazit sekci virutálních strojů"
},
"showLXCs": {
"label": "Zobrazit sekci s LXC"
},
"showStorage": {
"label": "Zobrazit sekci úložiště"
},
"sectionIndicatorColor": {
"label": "Požadavky, aby indikátor stavu sekce byl \"OK“",
"info": "'Vše' vyžaduje, aby všechny položky byly online, aby byl indikátor zelený. 'Cokoliv' vyžaduje, aby alespoň jedna položka byla online.",
"data": {
"any": "Jakýkoli aktivní",
"all": "Všechny aktivní"
}
},
"ignoreCert": {
"label": "Ignorovat chyby certifikátu",
"info": "Pokud je tato možnost povolena, bude widget při přístupu k rozhraní API Proxmox ignorovat chyby certifikátu. To může být užitečné při přístupu k Proxmoxu přes HTTPS."
}
}
},
"cpu": {
"label": "Procesor",
"load": "Průměrné zatížení",
"minute": "{{minute}} minut"
},
"memory": {
"label": "Pamět",
"totalMem": "Celková paměť: {{total}}GB",
"available": "K dispozici: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "Souborový systém",
"available": "K dispozici: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "Doba provozu",
"uptimeFormat": "{{days}} dny/ů, {{hours}} hodin/a/y",
"updates": "Dostupné aktualizace",
"reboot": "Restartovat"
},
"errors": {
"general": {
"title": "Nepodařilo se najít Váš systém/Vaše systémy.",
"text": "Došlo k problému s připojením k Vašemu systému. Ověřte prosím svou konfiguraci."
}
},
"headings": {
"system": "Systém",
"cluster": "Cluster"
},
"cluster": {
"summary": {
"cpu": "Procesor",
"ram": "RAM"
},
"accordion": {
"title": {
"nodes": "Uzly",
"vms": "Virtuální Stroje",
"lxcs": "LXC",
"storage": "Úložiště"
}
},
"table": {
"header": {
"name": "Název",
"cpu": "Procesor",
"ram": "RAM",
"node": "Uzel"
}
},
"popover": {
"node": "Uzel",
"vmid": "ID virtuálního stroje",
"details": "Podrobnosti",
"cores": "Jádra - {{maxCpu}}",
"memSize": "Paměť - {{maxMem}}",
"memRatio": "Paměť - {{usedMem}} / {{maxMem}}",
"diskSize": "Disk - {{maxDisk}}",
"diskRatio": "Disk - {{usedDisk}} / {{maxDisk}}",
"uptime": "Doba provozu - {{uptime}}",
"plugin": "Plugin",
"ha": "Stav HA - {{haState}}",
"sharedStorage": "Sdílené úložiště",
"localStorage": "Místní úložiště",
"na": "N/A"
}
}
}

View File

@@ -13,7 +13,7 @@
"errors": {
"general": {
"title": "Nepodařilo se najít správce indexeru",
"text": "Došlo k problému s připojením k Vašemu správci indexeru. Ověřte prosím svou konfiguraci/integraci."
"text": "Došlo k problému s připojením k Vašemu správci indexeru. Ověřte prosím svou konfiguraci."
}
}
}

View File

@@ -0,0 +1,96 @@
{
"descriptor": {
"name": "Překódování médií",
"description": "Zobrazuje informace o překódování médií",
"settings": {
"title": "Nastavení překódování médií",
"appId": {
"label": "Vyberte aplikaci"
},
"defaultView": {
"label": "Výchozí zobrazení",
"data": {
"workers": "Stroje",
"queue": "Fronta",
"statistics": "Statistiky"
}
},
"showHealthCheck": {
"label": "Zobrazit indikátor kontroly stavu"
},
"showHealthChecksInQueue": {
"label": "Zobrazit kontroly stavu ve frontě"
},
"queuePageSize": {
"label": "Fronta: Počet položek na stránku"
},
"showAppIcon": {
"label": "Zobrazovat ikonu aplikace v pravém dolním rohu"
}
}
},
"noAppSelected": "Prosím vyberte aplikaci v nastavení widgetu",
"views": {
"workers": {
"table": {
"header": {
"name": "Soubor",
"eta": "Odhadovaný čas",
"progress": "Postup"
},
"empty": "Prázdné",
"tooltip": {
"transcode": "Překódovat",
"healthCheck": "Kontrola stavu"
}
}
},
"queue": {
"table": {
"header": {
"name": "Soubor",
"size": "Velikost"
},
"footer": {
"currentIndex": "{{start}}-{{end}} z {{total}}"
},
"empty": "Prázdné",
"tooltip": {
"transcode": "Překódovat",
"healthCheck": "Kontrola stavu"
}
}
},
"statistics": {
"empty": "Prázdné",
"box": {
"transcodes": "Překódování: {{value}}",
"healthChecks": "Kontroly stavu: {{value}}",
"files": "Soubory: {{value}}",
"spaceSaved": "Uloženo: {{value}}"
},
"pies": {
"transcodes": "Překódování",
"healthChecks": "Kontroly stavu",
"videoCodecs": "Kodeky",
"videoContainers": "Kontejnery",
"videoResolutions": "Rozlišení"
}
}
},
"error": {
"title": "Chyba",
"message": "Při načítání dat z Tdarru došlo k chybě."
},
"tabs": {
"workers": "Stroje",
"queue": "Fronta",
"statistics": "Statistiky"
},
"healthCheckStatus": {
"title": "Kontrola stavu",
"queued": "Ve frontě",
"healthy": "V pořádku",
"unhealthy": "Nastal problém"
}
}

View File

@@ -22,8 +22,13 @@
},
"displayFriendlyName": {
"label": "Zobrazovat čitelné jméno",
"info": "Zobrazovat přátelské jméno z Home Assistantu místo zobrazovaného jména"
"info": "Zobrazovat friendly jméno z Home Assistantu místo display jména."
},
"genericToggle": {
"label": "Přepínač entity",
"info": "Provést obecnou Home Assistant akci přepnutí na entitě po kliknutí."
}
}
}
}
}

View File

@@ -29,6 +29,25 @@
"displayRatioWithFilter": {
"label": "Zobrazení filtrovaného poměru seznamu torrentů",
"info": "Pokud je vypnuto, zobrazí se pouze obecný poměr. Obecný poměr bude stále používat štítky, pokud jsou nastaveny"
},
"columnOrdering": {
"label": "Povolit změnu pořadí sloupců"
},
"rowSorting": {
"label": "Povolit řazení řádků"
},
"columns": {
"label": "Vyberte sloupce k zobrazení",
"data": {
"date": "Datum přidání",
"down": "Stahování",
"up": "Nahrávání",
"eta": "Odhadovaný čas",
"progress": "Postup"
}
},
"nameColumnSize": {
"label": "Změna velikosti sloupce s názvem"
}
}
},
@@ -84,10 +103,6 @@
"text": "Nelze komunikovat s Vašimi klienty Torrentu. Zkontrolujte prosím Vaši konfiguraci"
}
},
"loading": {
"title": "Načítání",
"description": "Navazování spojení"
},
"popover": {
"introductionPrefix": "Spravuje",
"metrics": {

View File

@@ -1,37 +1,141 @@
{
"descriptor": {
"name": "Systemsundhedsovervågning",
"description": "Oplysninger om din NAS",
"settings": {
"title": "Systemsundhedsovervågning",
"fahrenheit": {
"label": "Fahrenheit"
}
}
},
"cpu": {
"label": "CPU",
"descriptor": {
"name": "Systemsundhedsovervågning",
"description": "Viser oplysninger om dit/dine systems tilstand og status.",
"settings": {
"title": "Indstillinger for systemsundhedsovervågning",
"fahrenheit": {
"label": "CPU-temperatur i Fahrenheit"
},
"cpu": {
"label": "Vis CPU-info",
"load": "Load Gennemsnit",
"minute": "{{minute}} minutter"
},
"memory": {
"label": "Hukommelse",
"totalMem": "Samlet hukommelse: {{total}}GB",
"available": "Tilgængelig: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "Filsystem",
"available": "Tilgængelig: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "Oppetid",
"updates": "Opdateringer",
"reboot": "Genstart"
},
"errors": {
"general": {
"title": "Kan ikke finde din NAS",
"text": "Der opstod et problem med at oprette forbindelse til din NAS. Bekræft venligst din konfiguration/integration(er)."
"minute": "{{minute}} minutter",
"minutes": "{{minutes}} minutter"
},
"memory": {
"label": "Vis hukommelsesoplysninger"
},
"fileSystem": {
"label": "Vis information om filsystemet"
},
"node": {
"label": "Filtrer efter nodenavn",
"info": "Indtast navnet på din Proxmox-node for kun at vise metrikker for den node. Som standard vises hele klyngen."
},
"defaultViewState": {
"label": "Sektion åben som standard",
"data": {
"none": "Intet",
"node": "Noder",
"vm": "VM'er",
"lxc": "LXC'er",
"storage": "Lager"
}
},
"defaultTabState": {
"label": "Fanen åben som standard",
"info": "Fanen åben som standard. Bruges kun, når flere integrationer er tilgængelige.",
"data": {
"system": "System",
"cluster": "Klynge"
}
},
"summary": {
"label": "Vis oversigtssektion"
},
"showNode": {
"label": "Vis nodesektion"
},
"showVM": {
"label": "Vis VM-sektion"
},
"showLXCs": {
"label": "Vis LXC sektion"
},
"showStorage": {
"label": "Vis lagerplads sektion"
},
"sectionIndicatorColor": {
"label": "Krav om, at sektionsstatusindikator skal være 'OK'",
"info": "\"Alle\" kræver, at alle elementer er online, for at indikatoren er grøn. 'Any' kræver, at mindst ét element er online.",
"data": {
"any": "Enhver aktiv",
"all": "Alle aktive"
}
},
"ignoreCert": {
"label": "Ignorer certifikatfejl",
"info": "Hvis den er aktiveret, vil widgetten ignorere certifikatfejl, når den tilgår Proxmox API. Dette kan være nyttigt, når du får adgang til Proxmox via HTTPS."
}
}
},
"cpu": {
"label": "CPU",
"load": "Load Gennemsnit",
"minute": "{{minute}} minutter"
},
"memory": {
"label": "Hukommelse",
"totalMem": "Samlet hukommelse: {{total}}GB",
"available": "Tilgængelig: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "Filsystem",
"available": "Tilgængelig: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "Oppetid",
"uptimeFormat": "{{days}} dage, {{hours}} timer",
"updates": "Opdateringer tilgængelige",
"reboot": "Genstart"
},
"errors": {
"general": {
"title": "Kan ikke finde dit/dine system(er).",
"text": "Der opstod et problem med at oprette forbindelse til dit system. Bekræft venligst din konfiguration/integration(er)."
}
},
"headings": {
"system": "System",
"cluster": "Klynge"
},
"cluster": {
"summary": {
"cpu": "CPU",
"ram": "RAM"
},
"accordion": {
"title": {
"nodes": "Noder",
"vms": "VM'er",
"lxcs": "LXC'er",
"storage": "Lager"
}
},
"table": {
"header": {
"name": "Navn",
"cpu": "CPU",
"ram": "RAM",
"node": "Node"
}
},
"popover": {
"node": "Node",
"vmid": "VMID",
"details": "Detaljer",
"cores": "Kerner - {{maxCpu}}",
"memSize": "Hukommelse - {{maxMem}}",
"memRatio": "Hukommelse - {{usedMem}} / {{maxMem}}",
"diskSize": "Disk - {{maxDisk}}",
"diskRatio": "Disk - {{usedDisk}} / {{maxDisk}}",
"uptime": "Oppetid - {{uptime}}",
"plugin": "Plugin",
"ha": "HA Tilstand - {{haState}}",
"sharedStorage": "Delt Lager",
"localStorage": "Lokalt lager",
"na": "Ikke tilgængelig"
}
}
}

View File

@@ -0,0 +1,96 @@
{
"descriptor": {
"name": "Medietranskodning",
"description": "Viser information om medietranskoding",
"settings": {
"title": "Indstillinger for medietranskodning",
"appId": {
"label": "Vælg en app"
},
"defaultView": {
"label": "Standardvisning",
"data": {
"workers": "Arbejdere",
"queue": "Kø",
"statistics": "Statistikker"
}
},
"showHealthCheck": {
"label": "Vis indikator for sundhedstjek"
},
"showHealthChecksInQueue": {
"label": "Vis sundhedstjek i kø"
},
"queuePageSize": {
"label": "Kø: Elementer pr. side"
},
"showAppIcon": {
"label": "Vis app-ikonet i nederste højre hjørne"
}
}
},
"noAppSelected": "Vælg venligst en app i widgetindstillingerne",
"views": {
"workers": {
"table": {
"header": {
"name": "Fil",
"eta": "ETA",
"progress": "Fremskridt"
},
"empty": "Tom",
"tooltip": {
"transcode": "Transkod",
"healthCheck": "Sundhedstjek"
}
}
},
"queue": {
"table": {
"header": {
"name": "Fil",
"size": "Størrelse"
},
"footer": {
"currentIndex": "{{start}}-{{end}} af {{total}}"
},
"empty": "Tom",
"tooltip": {
"transcode": "Transkod",
"healthCheck": "Sundhedstjek"
}
}
},
"statistics": {
"empty": "Tom",
"box": {
"transcodes": "Transkodninger: {{value}}",
"healthChecks": "Sundhedstjek: {{value}}",
"files": "Filer: {{value}}",
"spaceSaved": "Gemt: {{value}}"
},
"pies": {
"transcodes": "Transkoder",
"healthChecks": "Sundhedstjek",
"videoCodecs": "Kodeks",
"videoContainers": "Containere",
"videoResolutions": "Opløsninger"
}
}
},
"error": {
"title": "Fejl",
"message": "Der opstod en fejl under hentning af data fra Tdarr."
},
"tabs": {
"workers": "Arbejdere",
"queue": "Kø",
"statistics": "Statistikker"
},
"healthCheckStatus": {
"title": "Sundhedstjek",
"queued": "I kø",
"healthy": "Sund",
"unhealthy": "Usund"
}
}

View File

@@ -22,8 +22,13 @@
},
"displayFriendlyName": {
"label": "Vis brugervenligt navn",
"info": "Vis brugervenligt navn fra Home Assistant i stedet for visningsnavn"
"info": "Vis brugervenligt navn fra Home Assistant i stedet for visningsnavn."
},
"genericToggle": {
"label": "Entitetsskift",
"info": "Udfør en generisk Home Assistant-skiftehandling på entitet, når der klikkes på den."
}
}
}
}
}

View File

@@ -29,6 +29,25 @@
"displayRatioWithFilter": {
"label": "Vis filtrerede torrents liste ratio",
"info": "Hvis deaktiveret, vil kun den globale ratio blive vist. Den globale ratio vil stadig bruge etiketter hvis sat"
},
"columnOrdering": {
"label": "Aktiver reorganisering af kolonnerne"
},
"rowSorting": {
"label": "Aktiver sortering af rækker"
},
"columns": {
"label": "Vælg kolonner, der skal vises",
"data": {
"date": "Dato tilføjet",
"down": "Down",
"up": "Up",
"eta": "ETA",
"progress": "Fremskridt"
}
},
"nameColumnSize": {
"label": "Skift størrelsen på navnekolonnen"
}
}
},
@@ -84,10 +103,6 @@
"text": "Kan ikke kommunikere med dine Torrent-klienter. Tjek venligst din konfiguration"
}
},
"loading": {
"title": "Indlæser",
"description": "Etablerer en forbindelse"
},
"popover": {
"introductionPrefix": "Administreret af",
"metrics": {

View File

@@ -1,37 +1,141 @@
{
"descriptor": {
"name": "Überwachung des Systemzustands",
"description": "Informationen zu Ihrem NAS",
"settings": {
"title": "Überwachung des Systemzustands",
"fahrenheit": {
"label": "Fahrenheit"
}
}
},
"cpu": {
"label": "CPU",
"descriptor": {
"name": "Überwachung des Systemzustands",
"description": "Zeigt Informationen zum Zustand und Status Ihres/Ihrer Systeme(s) an.",
"settings": {
"title": "Einstellungen für die Überwachung des Systemzustands",
"fahrenheit": {
"label": "CPU-Temperatur in Fahrenheit"
},
"cpu": {
"label": "CPU-Info anzeigen",
"load": "Durchschnittliche Last",
"minute": "{{minute}} Minuten"
},
"memory": {
"label": "Arbeitsspeicher",
"totalMem": "Gesamtspeicher: {{total}} GB",
"available": "Verfügbar: {{available}} GB - {{percentage}}%"
},
"fileSystem": {
"label": "Dateisystem",
"available": "Verfügbar: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "Betriebszeit",
"updates": "Aktualisierungen",
"reboot": "Neustart"
},
"errors": {
"general": {
"title": "Ihr NAS konnte nicht gefunden werden",
"text": "Es gab ein Problem bei der Verbindung zu Ihrem NAS. Bitte überprüfen Sie Ihre Konfiguration/Integration(en)."
"minute": "{{minute}} Minuten",
"minutes": "{{minutes}} Minuten"
},
"memory": {
"label": "Speicher-Info anzeigen"
},
"fileSystem": {
"label": "Dateisystem Info anzeigen"
},
"node": {
"label": "Nach Knotennamen filtern",
"info": "Geben Sie den Namen Ihres Proxmox-Knotens ein, um nur Metriken für diesen Knoten anzuzeigen. Standardmäßig wird der gesamte Cluster angezeigt."
},
"defaultViewState": {
"label": "Abschnitt standardmäßig geöffnet",
"data": {
"none": "Keine",
"node": "Knoten",
"vm": "VMs",
"lxc": "LXCs",
"storage": "Speicher"
}
},
"defaultTabState": {
"label": "Tab standardmäßig geöffnet",
"info": "Tab standardmäßig geöffnet. Wird nur verwendet, wenn mehrere Integrationen verfügbar sind.",
"data": {
"system": "System",
"cluster": "Cluster"
}
},
"summary": {
"label": "Abschnitt Zusammenfassung anzeigen"
},
"showNode": {
"label": "Abschnitt Knoten anzeigen"
},
"showVM": {
"label": "Abschnitt VMs anzeigen"
},
"showLXCs": {
"label": "Abschnitt LXCs anzeigen"
},
"showStorage": {
"label": "Abschnitt Speicherbereich anzeigen"
},
"sectionIndicatorColor": {
"label": "Voraussetzung dafür, dass die Abschnittsstatusanzeige „OK“ ist",
"info": "Bei „Alle“ müssen alle Elemente online sein, damit die Anzeige grün ist. Für „Mindestens“ muss mindestens ein Artikel online sein.",
"data": {
"any": "Mindestens aktiv",
"all": "Alle aktiv"
}
},
"ignoreCert": {
"label": "Zertifikatfehler ignorieren",
"info": "Wenn aktiviert, ignoriert das Widget Zertifikatsfehler beim Zugriff auf die Proxmox-API. Dies kann hilfreich sein, wenn Sie über HTTPS auf Proxmox zugreifen."
}
}
},
"cpu": {
"label": "CPU",
"load": "Durchschnittliche Last",
"minute": "{{minute}} Minuten"
},
"memory": {
"label": "Arbeitsspeicher",
"totalMem": "Gesamtspeicher: {{total}} GB",
"available": "Verfügbar: {{available}} GB - {{percentage}}%"
},
"fileSystem": {
"label": "Dateisystem",
"available": "Verfügbar: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "Betriebszeit",
"uptimeFormat": "{{days}} Tage, {{hours}} Stunden",
"updates": "Updates verfügbar",
"reboot": "Neustart"
},
"errors": {
"general": {
"title": "Ihr(e) System(e) konnte nicht gefunden werden.",
"text": "Beim Herstellen der Verbindung zu Ihrem System ist ein Problem aufgetreten. Bitte überprüfen Sie Ihre Konfiguration/Integration(en)."
}
},
"headings": {
"system": "System",
"cluster": "Cluster"
},
"cluster": {
"summary": {
"cpu": "CPU",
"ram": "RAM"
},
"accordion": {
"title": {
"nodes": "Knoten",
"vms": "VMs",
"lxcs": "LXCs",
"storage": "Speicher"
}
},
"table": {
"header": {
"name": "Name",
"cpu": "CPU",
"ram": "RAM",
"node": "Knoten"
}
},
"popover": {
"node": "Knoten",
"vmid": "VMID",
"details": "Details",
"cores": "Kerne {{maxCpu}}",
"memSize": "Speicher {{maxMem}}",
"memRatio": "Speicher - {{usedMem}} / {{maxMem}}",
"diskSize": "Festplatte {{maxDisk}}",
"diskRatio": "Festplatte - {{usedDisk}} / {{maxDisk}}",
"uptime": "Betriebszeit {{uptime}}",
"plugin": "Erweiterung",
"ha": "HA Status - {{haState}}",
"sharedStorage": "Geteilter Speicher",
"localStorage": "Lokaler Speicher",
"na": "nicht verfügbar"
}
}
}

View File

@@ -0,0 +1,96 @@
{
"descriptor": {
"name": "Medientranskodierung",
"description": "Zeigt Informationen zur Medientranskodierung an",
"settings": {
"title": "Einstellungen für Medientranskodierung",
"appId": {
"label": "Wähle eine App"
},
"defaultView": {
"label": "Standardansicht",
"data": {
"workers": "Workers",
"queue": "Warteschlange",
"statistics": "Statistiken"
}
},
"showHealthCheck": {
"label": "Indikator für Gesundheitscheck anzeigen"
},
"showHealthChecksInQueue": {
"label": "Gesundheitschecks in Warteschlange anzeigen"
},
"queuePageSize": {
"label": "Warteschlange: Elemente pro Seite"
},
"showAppIcon": {
"label": "App-Symbol in der unteren rechten Ecke anzeigen"
}
}
},
"noAppSelected": "Bitte wählen Sie eine App in den Widget Einstellungen",
"views": {
"workers": {
"table": {
"header": {
"name": "Datei",
"eta": "Voraussichtlicher Abschluss",
"progress": "Fortschritt"
},
"empty": "Leer",
"tooltip": {
"transcode": "Transkodieren",
"healthCheck": "Gesundheitscheck"
}
}
},
"queue": {
"table": {
"header": {
"name": "Datei",
"size": "Größe"
},
"footer": {
"currentIndex": "{{start}} - {{end}} von {{total}}"
},
"empty": "Leer",
"tooltip": {
"transcode": "Transkodieren",
"healthCheck": "Gesundheitscheck"
}
}
},
"statistics": {
"empty": "Leer",
"box": {
"transcodes": "Transkodierung: {{value}}",
"healthChecks": "Gesundheitscheck: {{value}}",
"files": "Dateien: {{value}}",
"spaceSaved": "Gespeichert: {{value}}"
},
"pies": {
"transcodes": "Transkodieren",
"healthChecks": "Gesundheitscheck",
"videoCodecs": "Codecs",
"videoContainers": "Container",
"videoResolutions": "Auflösungen"
}
}
},
"error": {
"title": "Fehler",
"message": "Beim Laden der Daten von Tdarr ist ein Fehler aufgetreten."
},
"tabs": {
"workers": "Workers",
"queue": "Warteschlange",
"statistics": "Statistiken"
},
"healthCheckStatus": {
"title": "Gesundheitscheck",
"queued": "In der Warteschlange",
"healthy": "Gesund",
"unhealthy": "Fehlerhaft"
}
}

View File

@@ -22,8 +22,13 @@
},
"displayFriendlyName": {
"label": "Benutzerdefinierten Namen anzeigen",
"info": "Zeige Zeige Benutzerdefinierten Namen statt Anzeigename vom Home-Assistenten an"
"info": ""
},
"genericToggle": {
"label": "",
"info": ""
}
}
}
}
}

View File

@@ -29,6 +29,25 @@
"displayRatioWithFilter": {
"label": "Verhältnis der gefilterten Torrents-Liste anzeigen",
"info": "Ist diese Option deaktiviert, wird nur das globale Verhältnis angezeigt. Für das globale Verhältnis werden weiterhin die Beschriftungen verwendet, wenn diese eingestellt sind"
},
"columnOrdering": {
"label": "Sortierung der Zeilen einschalten"
},
"rowSorting": {
"label": "Sortierung der Reihen einschalten"
},
"columns": {
"label": "Spalten zur Anzeige auswählen",
"data": {
"date": "Hinzugefügt am",
"down": "Down",
"up": "Up",
"eta": "Voraussichtlicher Abschluss",
"progress": "Fortschritt"
}
},
"nameColumnSize": {
"label": "Ändern Sie die Größe der Namensspalte"
}
}
},
@@ -84,10 +103,6 @@
"text": "Homarr konnte nicht mit Ihren Torrent Clients kommunizieren. Bitte überprüfen Sie Ihre Konfiguration"
}
},
"loading": {
"title": "Wird geladen...",
"description": "Herstellen der Verbindung"
},
"popover": {
"introductionPrefix": "Verwaltet von",
"metrics": {

View File

@@ -1,37 +1,141 @@
{
"descriptor": {
"name": "Παρακολούθηση της υγείας του συστήματος",
"description": "Πληροφορίες για το NAS σας",
"settings": {
"title": "Παρακολούθηση της υγείας του συστήματος",
"fahrenheit": {
"label": "Φαρενάιτ (°F)"
}
}
},
"cpu": {
"label": "CPU",
"descriptor": {
"name": "Παρακολούθηση της υγείας του συστήματος",
"description": "Εμφανίζει πληροφορίες που δείχνουν την κατάσταση και την υγεία του/ων συστήματος/ων σας.",
"settings": {
"title": "Ρυθμίσεις για την παρακολούθηση της υγείας του συστήματος",
"fahrenheit": {
"label": "Θερμοκρασία CPU σε Φαρενάιτ"
},
"cpu": {
"label": "Εμφάνιση πληροφοριών επεξεργαστή",
"load": "Μέσος Όρος Φόρτου",
"minute": "{{minute}} λεπτό"
},
"memory": {
"label": "Μνήμη",
"totalMem": "Συνολική μνήμη: {{total}}GB",
"available": "Διαθέσιμα: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "Σύστημα Αρχείων",
"available": "Διαθέσιμα: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "Χρόνος Λειτουργίας",
"updates": "Ενημερώσεις",
"reboot": "Επανεκκίνηση"
},
"errors": {
"general": {
"title": "Δεν είναι δυνατή η εύρεση του NAS σας",
"text": "Υπήρξε πρόβλημα σύνδεσης με το NAS σας. Παρακαλούμε επαληθεύστε τις ρυθμίσεις/ενσωμάτωση(ες) σας."
"minute": "{{minute}} λεπτό",
"minutes": "{{minutes}} λεπτά"
},
"memory": {
"label": "Εμφάνιση Πληροφοριών Μνήμης"
},
"fileSystem": {
"label": "Εμφάνιση Πληροφοριών Συστήματος Αρχείων"
},
"node": {
"label": "Φίλτρο με βάση το όνομα του κόμβου",
"info": "Πληκτρολογήστε το όνομα του κόμβου Proxmox για να εμφανίζονται μόνο οι μετρήσεις για αυτόν τον κόμβο. Από προεπιλογή, εμφανίζεται ολόκληρη η συστάδα."
},
"defaultViewState": {
"label": "Τμήμα ανοιχτό από προεπιλογή",
"data": {
"none": "Κανένα",
"node": "Κόμβοι",
"vm": "VMs",
"lxc": "LXCs",
"storage": "Αποθηκευτικός χώρος"
}
},
"defaultTabState": {
"label": "Ανοιχτή καρτέλα από προεπιλογή",
"info": "Ανοιχτή καρτέλα από προεπιλογή. Χρησιμοποιείται μόνο όταν είναι διαθέσιμες πολλαπλές ενσωματώσεις.",
"data": {
"system": "Σύστημα",
"cluster": "Συστάδα"
}
},
"summary": {
"label": "Εμφάνιση ενότητας σύνοψης"
},
"showNode": {
"label": "Εμφάνιση τμήματος κόμβων"
},
"showVM": {
"label": "Εμφάνιση ενότητας VMs"
},
"showLXCs": {
"label": "Εμφάνιση ενότητας LXC"
},
"showStorage": {
"label": "Εμφάνιση ενότητας αποθήκευσης"
},
"sectionIndicatorColor": {
"label": "Απαίτηση για την ένδειξη κατάστασης του τμήματος να είναι 'OK'",
"info": "Η επιλογή \"Όλα\" απαιτεί να είναι όλα τα στοιχεία σε λειτουργία για να είναι ο δείκτης πράσινος. Το \"Οποιοδήποτε\" απαιτεί τουλάχιστον ένα στοιχείο να είναι σε λειτουργία.",
"data": {
"any": "Οποιοδήποτε ενεργό",
"all": "Όλα Ενεργά"
}
},
"ignoreCert": {
"label": "Παράβλεψη Σφαλμάτων Πιστοποιητικού",
"info": "Εάν είναι ενεργοποιημένο, το widget θα αγνοεί τα σφάλματα πιστοποιητικών κατά την πρόσβαση στο API του Proxmox. Αυτό μπορεί να είναι χρήσιμο κατά την πρόσβαση στο Proxmox μέσω HTTPS."
}
}
},
"cpu": {
"label": "CPU",
"load": "Μέσος Όρος Φόρτου",
"minute": "{{minute}} λεπτό"
},
"memory": {
"label": "Μνήμη",
"totalMem": "Συνολική μνήμη: {{total}}GB",
"available": "Διαθέσιμα: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "Σύστημα Αρχείων",
"available": "Διαθέσιμα: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "Χρόνος Λειτουργίας",
"uptimeFormat": "{{days}} ημέρες, {{hours}} ώρες",
"updates": "Διαθέσιμες ενημερώσεις",
"reboot": "Επανεκκίνηση"
},
"errors": {
"general": {
"title": "Δεν είναι δυνατή η εύρεση του συστήματός σας.",
"text": "Υπήρξε πρόβλημα σύνδεσης με το σύστημά σας. Παρακαλούμε επαληθεύστε τις ρυθμίσεις/ενσωμάτωση(ες) σας."
}
},
"headings": {
"system": "Σύστημα",
"cluster": "Συστάδα"
},
"cluster": {
"summary": {
"cpu": "CPU",
"ram": "RAM"
},
"accordion": {
"title": {
"nodes": "Κόμβοι",
"vms": "VMs",
"lxcs": "LXCs",
"storage": "Αποθηκευτικός χώρος"
}
},
"table": {
"header": {
"name": "Όνομα",
"cpu": "CPU",
"ram": "RAM",
"node": "Κόμβος"
}
},
"popover": {
"node": "Κόμβος",
"vmid": "VMID",
"details": "Λεπτομέρειες",
"cores": "Πυρήνες - {{maxCpu}}",
"memSize": "Μνήμη - {{maxMem}}",
"memRatio": "Μνήμη - {{usedMem}} / {{maxMem}}",
"diskSize": "Δίσκος - {{maxDisk}}",
"diskRatio": "Δίσκος - {{usedDisk}} / {{maxDisk}}",
"uptime": "Χρόνος λειτουργίας - {{uptime}}",
"plugin": "Πρόσθετα",
"ha": "Κατάσταση HA - {{haState}}",
"sharedStorage": "Κοινόχρηστος αποθηκευτικός χώρος",
"localStorage": "Τοπικός Αποθηκευτικός Χώρος",
"na": "Μη διαθέσιμο"
}
}
}

View File

@@ -0,0 +1,96 @@
{
"descriptor": {
"name": "Μετακωδικοποίηση πολυμέσων",
"description": "Εμφανίζει πληροφορίες σχετικά με τη μετακωδικοποίηση πολυμέσων",
"settings": {
"title": "Ρυθμίσεις μετακωδικοποίησης πολυμέσων",
"appId": {
"label": "Επιλέξτε μια εφαρμογή"
},
"defaultView": {
"label": "Προεπιλεγμένη προβολή",
"data": {
"workers": "Εργάτες",
"queue": "Ουρά",
"statistics": "Στατιστικά"
}
},
"showHealthCheck": {
"label": "Εμφάνιση δείκτη ελέγχου υγείας"
},
"showHealthChecksInQueue": {
"label": "Εμφάνιση ελέγχων υγείας στην ουρά"
},
"queuePageSize": {
"label": "Ουρά: Στοιχεία ανά σελίδα"
},
"showAppIcon": {
"label": "Εμφάνιση εικονιδίου εφαρμογής στην κάτω δεξιά γωνία"
}
}
},
"noAppSelected": "Παρακαλούμε επιλέξτε μια εφαρμογή στις ρυθμίσεις του widget",
"views": {
"workers": {
"table": {
"header": {
"name": "Αρχείο",
"eta": "Εκτιμώμενος χρόνος αναμονής",
"progress": "Πρόοδος"
},
"empty": "Άδειο",
"tooltip": {
"transcode": "Μετακωδικοποίηση",
"healthCheck": "Έλεγχος υγείας"
}
}
},
"queue": {
"table": {
"header": {
"name": "Αρχείο",
"size": "Μέγεθος"
},
"footer": {
"currentIndex": "{{start}}-{{end}} από {{total}}"
},
"empty": "Άδειο",
"tooltip": {
"transcode": "Μετακωδικοποίηση",
"healthCheck": "Έλεγχος υγείας"
}
}
},
"statistics": {
"empty": "Άδειο",
"box": {
"transcodes": "Κωδικοποιήσεις: {{value}}",
"healthChecks": "Έλεγχοι υγείας: {{value}}",
"files": "Αρχεία: {{value}}",
"spaceSaved": "Αποθηκεύτηκαν: {{value}}"
},
"pies": {
"transcodes": "Μετακωδικοποιήσεις",
"healthChecks": "Έλεγχοι υγείας",
"videoCodecs": "Κωδικοποιητές",
"videoContainers": "Containers",
"videoResolutions": "Αναλύσεις"
}
}
},
"error": {
"title": "Σφάλμα",
"message": "Παρουσιάστηκε σφάλμα κατά την ανάκτηση δεδομένων από το Tdarr."
},
"tabs": {
"workers": "Εργάτες",
"queue": "Ουρά",
"statistics": "Στατιστικά"
},
"healthCheckStatus": {
"title": "Έλεγχος υγείας",
"queued": "Στην ουρά",
"healthy": "Υγιές",
"unhealthy": "Μη υγιές"
}
}

View File

@@ -22,8 +22,13 @@
},
"displayFriendlyName": {
"label": "Εμφάνιση φιλικού ονόματος",
"info": "Εμφάνιση φιλικού ονόματος από το Home Assistant αντί για το εμφανιζόμενο όνομα"
"info": ""
},
"genericToggle": {
"label": "",
"info": ""
}
}
}
}
}

View File

@@ -29,6 +29,25 @@
"displayRatioWithFilter": {
"label": "Εμφάνιση φιλτραρισμένης αναλογίας λίστας torrents",
"info": "Εάν απενεργοποιηθεί, θα εμφανιστεί μόνο η συνολική αναλογία. Η συνολική αναλογία θα εξακολουθεί να χρησιμοποιεί τις ετικέτες αν έχει οριστεί"
},
"columnOrdering": {
"label": "Ενεργοποίηση της αναδιάταξης των στηλών"
},
"rowSorting": {
"label": "Ενεργοποίηση της ταξινόμησης των γραμμών"
},
"columns": {
"label": "Επιλογή στηλών για εμφάνιση",
"data": {
"date": "Ημερομηνία Προσθήκης",
"down": "Κάτω",
"up": "Πάνω",
"eta": "Εκτιμώμενος χρόνος αναμονής",
"progress": "Πρόοδος"
}
},
"nameColumnSize": {
"label": "Αλλαγή του μεγέθους της στήλης ονόματος"
}
}
},
@@ -84,10 +103,6 @@
"text": "Αδυναμία επικοινωνίας με το πρόγραμμα Torrent σας. Ελέγξτε τη διαμόρφωσή σας"
}
},
"loading": {
"title": "Φόρτωση",
"description": "Δημιουργία σύνδεσης"
},
"popover": {
"introductionPrefix": "Διαχειριζόμενα από",
"metrics": {

View File

@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "External address",
"description": "URL that will be opened when clicking on the app."
"description": "URL that will be opened when clicking on the app.",
"tooltip": "You can use a few variables to create dynamic addresses:<br><br><b>[homarr_base]</b> : full address excluding port and path. <i>(Example: 'https://subdomain.homarr.dev')</i><br><b>[homarr_hostname]</b> : full base url including it's current subdomain. <i>(Example: 'subdomain.homarr.dev')</i><br><b>[homarr_domain]</b> : domain with subdomain filtered out. <i>(Example: `homarr.dev')</i><br><b>[homarr_protocol]</b> : <i>http/https</i><br><br>These variables all depend on the current url."
}
},
"behaviour": {
@@ -39,7 +40,7 @@
"label": "Open in new tab",
"description": "Open the app in a new tab instead of the current one."
},
"tooltipDescription":{
"tooltipDescription": {
"label": "Application Description",
"description": "The text you enter will appear when hovering over your app.\r\nUse this to give users more details about your app or leave empty to have nothing."
},
@@ -68,32 +69,32 @@
"text": "This may take a few seconds"
}
},
"appNameFontSize":{
"label":"App Name Font Size",
"description":"Set the font size for when the app name is shown on the tile."
"appNameFontSize": {
"label": "App Name Font Size",
"description": "Set the font size for when the app name is shown on the tile."
},
"appNameStatus":{
"label":"App Name Status",
"description":"Choose where you want the title to show up, if at all.",
"appNameStatus": {
"label": "App Name Status",
"description": "Choose where you want the title to show up, if at all.",
"dropdown": {
"normal":"Show title on tile only",
"hover":"Show title on tooltip hover only",
"hidden":"Don't show at all"
"normal": "Show title on tile only",
"hover": "Show title on tooltip hover only",
"hidden": "Don't show at all"
}
},
"positionAppName":{
"label":"App Name Position",
"description":"Position of the app's name relative to the icon.",
"positionAppName": {
"label": "App Name Position",
"description": "Position of the app's name relative to the icon.",
"dropdown": {
"top":"Top",
"right":"Right",
"bottom":"Bottom",
"left":"Left"
"top": "Top",
"right": "Right",
"bottom": "Bottom",
"left": "Left"
}
},
"lineClampAppName":{
"label":"App Name Line Clamp",
"description":"Defines on how many lines your title should fit at it's maximum. Set 0 for unlimited."
"lineClampAppName": {
"label": "App Name Line Clamp",
"description": "Defines on how many lines your title should fit at it's maximum. Set 0 for unlimited."
}
},
"integration": {

View File

@@ -1,37 +1,141 @@
{
"descriptor": {
"name": "System Health Monitoring",
"description": "Information about your NAS",
"settings": {
"title": "System Health Monitoring",
"fahrenheit": {
"label": "Fahrenheit"
}
}
},
"descriptor": {
"name": "System Health Monitoring",
"description": "Displays information showing the health and status of your system(s).",
"settings": {
"title": "Settings for system health monitoring",
"fahrenheit": {
"label": "CPU Temp in Fahrenheit"
},
"cpu": {
"label": "CPU",
"label": "Show CPU Info",
"load": "Load Average",
"minute": "{{minute}} minute"
"minute": "{{minute}} minute",
"minutes": "{{minutes}} minutes"
},
"memory": {
"label": "Memory",
"totalMem": "Total memory: {{total}}GB",
"available": "Available: {{available}}GB - {{percentage}}%"
"label": "Show Memory Info"
},
"fileSystem": {
"label": "File System",
"available": "Available: {{available}} - {{percentage}}%"
"label": "Show Filesystem Info"
},
"info": {
"uptime": "Uptime",
"updates": "Updates",
"reboot": "Reboot"
"node": {
"label": "Filter by node name",
"info": "Enter your Proxmox node name to only show metrics for that node. By default, the entire cluster is shown."
},
"errors": {
"general": {
"title": "Unable to find your NAS",
"text": "There was a problem connecting to your NAS. Please verify your configuration/integration(s)."
"defaultViewState": {
"label": "Section open by default",
"data": {
"none": "None",
"node": "Nodes",
"vm": "VMs",
"lxc": "LXCs",
"storage": "Storage"
}
},
"defaultTabState": {
"label": "Tab open by default",
"info": "Tab open by default. Only used when multiple integrations are available.",
"data": {
"system": "System",
"cluster": "Cluster"
}
},
"summary": {
"label": "Show summary section"
},
"showNode": {
"label": "Show nodes section"
},
"showVM": {
"label": "Show VMs section"
},
"showLXCs": {
"label": "Show LXCs section"
},
"showStorage": {
"label": "Show storage section"
},
"sectionIndicatorColor": {
"label": "Requirement for section status indicator to be 'OK'",
"info": "'All' requires that all items be online for the indicator to be green. 'Any' requires at least one item to be online.",
"data": {
"any": "Any Active",
"all": "All Active"
}
},
"ignoreCert": {
"label": "Ignore Certificate Errors",
"info": "If enabled, the widget will ignore certificate errors when accessing the Proxmox API. This can be helpful when accessing Proxmox through HTTPS."
}
}
}
},
"cpu": {
"label": "CPU",
"load": "Load Average",
"minute": "{{minute}} minute"
},
"memory": {
"label": "Memory",
"totalMem": "Total memory: {{total}}GB",
"available": "Available: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "File System",
"available": "Available: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "Uptime",
"uptimeFormat": "{{days}} days, {{hours}} hours",
"updates": "Updates Available",
"reboot": "Reboot"
},
"errors": {
"general": {
"title": "Unable to find your system(s).",
"text": "There was a problem connecting to your system. Please verify your configuration/integration(s)."
}
},
"headings": {
"system": "System",
"cluster": "Cluster"
},
"cluster": {
"summary": {
"cpu": "CPU",
"ram": "RAM"
},
"accordion": {
"title": {
"nodes": "Nodes",
"vms": "VMs",
"lxcs": "LXCs",
"storage": "Storage"
}
},
"table": {
"header": {
"name": "Name",
"cpu": "CPU",
"ram": "RAM",
"node": "Node"
}
},
"popover": {
"node": "Node",
"vmid": "VMID",
"details": "Details",
"cores": "Cores - {{maxCpu}}",
"memSize": "Memory - {{maxMem}}",
"memRatio": "Memory - {{usedMem}} / {{maxMem}}",
"diskSize": "Disk - {{maxDisk}}",
"diskRatio": "Disk - {{usedDisk}} / {{maxDisk}}",
"uptime": "Uptime - {{uptime}}",
"plugin": "Plugin",
"ha": "HA State - {{haState}}",
"sharedStorage": "Shared Storage",
"localStorage": "Local Storage",
"na": "N/A"
}
}
}

View File

@@ -0,0 +1,96 @@
{
"descriptor": {
"name": "Media Transcoding",
"description": "Displays information about media transcoding",
"settings": {
"title": "Media Transcoding Settings",
"appId": {
"label": "Select an app"
},
"defaultView": {
"label": "Default view",
"data": {
"workers": "Workers",
"queue": "Queue",
"statistics": "Statistics"
}
},
"showHealthCheck": {
"label": "Show Health Check indicator"
},
"showHealthChecksInQueue": {
"label": "Show Health Checks in queue"
},
"queuePageSize": {
"label": "Queue: Items per page"
},
"showAppIcon": {
"label": "Show app icon in the bottom right corner"
}
}
},
"noAppSelected": "Please select an app in the widget settings",
"views": {
"workers": {
"table": {
"header": {
"name": "File",
"eta": "ETA",
"progress": "Progress"
},
"empty": "Empty",
"tooltip": {
"transcode": "Transcode",
"healthCheck": "Health Check"
}
}
},
"queue": {
"table": {
"header": {
"name": "File",
"size": "Size"
},
"footer": {
"currentIndex": "{{start}}-{{end}} of {{total}}"
},
"empty": "Empty",
"tooltip": {
"transcode": "Transcode",
"healthCheck": "Health Check"
}
}
},
"statistics": {
"empty": "Empty",
"box": {
"transcodes": "Transcodes: {{value}}",
"healthChecks": "Health Checks: {{value}}",
"files": "Files: {{value}}",
"spaceSaved": "Saved: {{value}}"
},
"pies": {
"transcodes": "Transcodes",
"healthChecks": "Health Checks",
"videoCodecs": "Codecs",
"videoContainers": "Containers",
"videoResolutions": "Resolutions"
}
}
},
"error": {
"title": "Error",
"message": "An error occurred while fetching data from Tdarr."
},
"tabs": {
"workers": "Workers",
"queue": "Queue",
"statistics": "Statistics"
},
"healthCheckStatus": {
"title": "Health Check",
"queued": "Queued",
"healthy": "Healthy",
"unhealthy": "Unhealthy"
}
}

View File

@@ -22,8 +22,13 @@
},
"displayFriendlyName": {
"label": "Display friendly name",
"info": "Display friendly name from Home Assistant instead instead of display name"
"info": "Display friendly name from Home Assistant instead instead of display name."
},
"genericToggle": {
"label": "Entity toggle",
"info": "Perform a generic Home Assistant toggle action on entity when clicked."
}
}
}
}
}

View File

@@ -29,6 +29,25 @@
"displayRatioWithFilter": {
"label": "Display filtered torrents list ratio",
"info": "If disabled, only the global ratio will be display. The global ratio will still use the labels if set"
},
"columnOrdering":{
"label": "Enable reordering the columns"
},
"rowSorting":{
"label": "Enable sorting the rows"
},
"columns": {
"label": "Select columns to display",
"data": {
"date": "Date Added",
"down": "Down",
"up": "Up",
"eta": "ETA",
"progress": "Progress"
}
},
"nameColumnSize": {
"label": "Change the name column size"
}
}
},
@@ -84,10 +103,6 @@
"text": "Unable to communicate with your Torrent clients. Please check your configuration"
}
},
"loading": {
"title": "Loading",
"description": "Establishing a connection"
},
"popover": {
"introductionPrefix": "Managed by",
"metrics": {

View File

@@ -16,8 +16,8 @@
},
"afterLoginRedirection": "Después de iniciar sesión, serás redirigido a {{url}}",
"providersEmpty": {
"title": "",
"message": ""
"title": "Error del proveedor de autenticación",
"message": "Los proveedor(es) no están configurados; consulte sus registros para obtener más información."
}
},
"alert": "Tus credenciales son incorrectas o esta cuenta no existe. Por favor, inténtalo de nuevo."

View File

@@ -13,7 +13,7 @@
"previous": "Anterior",
"confirm": "Confirmar",
"enabled": "Activado",
"duplicate": "",
"duplicate": "Duplicar",
"disabled": "Desactivado",
"enableAll": "Activar todo",
"disableAll": "Desactivar todo",

View File

@@ -26,7 +26,7 @@
"title": "Herramientas",
"items": {
"docker": "Docker",
"api": ""
"api": "API"
}
},
"about": {

View File

@@ -16,15 +16,15 @@
"label": "Eliminar permanentemente",
"disabled": "Eliminación deshabilitada, porque los componentes más antiguos de Homarr no permiten la eliminación de la configuración predeterminada. La eliminación será posible en el futuro."
},
"duplicate": "",
"duplicate": "Duplicar",
"rename": {
"label": "",
"label": "Renombrar",
"modal": {
"title": "",
"title": "Renombrar tablero {{name}}",
"fields": {
"name": {
"label": "",
"placeholder": ""
"label": "Nuevo nombre",
"placeholder": "Nuevo nombre del tablero"
}
}
}

View File

@@ -1,37 +1,141 @@
{
"descriptor": {
"name": "",
"description": "",
"settings": {
"title": "",
"fahrenheit": {
"label": ""
}
}
},
"cpu": {
"label": "CPU",
"descriptor": {
"name": "Monitorización de Salud del Sistema",
"description": "Muestra información sobre la salud y el estado de tu(s) sistema(s).",
"settings": {
"title": "Configuración del sistema de control de salud",
"fahrenheit": {
"label": "Temperatura de la CPU en grados Fahrenheit"
},
"cpu": {
"label": "Mostrar información de la CPU",
"load": "",
"minute": ""
},
"memory": {
"label": "",
"totalMem": "",
"available": ""
},
"fileSystem": {
"label": "",
"available": ""
},
"info": {
"uptime": "",
"updates": "",
"reboot": ""
},
"errors": {
"general": {
"title": "",
"text": ""
"minute": "",
"minutes": "{{minutes}} Minutos"
},
"memory": {
"label": "Mostrar información de la memoria"
},
"fileSystem": {
"label": "Mostrar información del sistema de archivos"
},
"node": {
"label": "Filtrar por nombre de nodo",
"info": "Ingrese el nombre de su nodo Proxmox para mostrar solo las métricas de ese nodo. De forma predeterminada, se muestra todo el clúster."
},
"defaultViewState": {
"label": "Sección abierta por defecto",
"data": {
"none": "Nada",
"node": "Nodos",
"vm": "VMs",
"lxc": "LXCs",
"storage": "Almacenamiento"
}
},
"defaultTabState": {
"label": "Pestaña abierta por defecto",
"info": "Pestaña abierta por defecto. Solo se usa cuando hay múltiples integraciones disponibles.",
"data": {
"system": "Sistema",
"cluster": "Cluster"
}
},
"summary": {
"label": "Mostrar sección de resumen"
},
"showNode": {
"label": "Mostrar sección de nodos"
},
"showVM": {
"label": "Mostrar sección de VMs"
},
"showLXCs": {
"label": "Mostrar sección LXCs"
},
"showStorage": {
"label": "Mostrar sección de almacenamiento"
},
"sectionIndicatorColor": {
"label": "",
"info": "",
"data": {
"any": "",
"all": ""
}
},
"ignoreCert": {
"label": "",
"info": ""
}
}
},
"cpu": {
"label": "CPU",
"load": "",
"minute": ""
},
"memory": {
"label": "",
"totalMem": "",
"available": ""
},
"fileSystem": {
"label": "",
"available": ""
},
"info": {
"uptime": "",
"uptimeFormat": "",
"updates": "",
"reboot": ""
},
"errors": {
"general": {
"title": "",
"text": ""
}
},
"headings": {
"system": "Sistema",
"cluster": "Cluster"
},
"cluster": {
"summary": {
"cpu": "CPU",
"ram": "RAM"
},
"accordion": {
"title": {
"nodes": "Nodos",
"vms": "VMs",
"lxcs": "LXCs",
"storage": "Almacenamiento"
}
},
"table": {
"header": {
"name": "Nombre",
"cpu": "CPU",
"ram": "RAM",
"node": ""
}
},
"popover": {
"node": "",
"vmid": "",
"details": "Detalles",
"cores": "",
"memSize": "",
"memRatio": "",
"diskSize": "",
"diskRatio": "",
"uptime": "",
"plugin": "",
"ha": "",
"sharedStorage": "",
"localStorage": "",
"na": ""
}
}
}

View File

@@ -0,0 +1,96 @@
{
"descriptor": {
"name": "",
"description": "",
"settings": {
"title": "",
"appId": {
"label": ""
},
"defaultView": {
"label": "",
"data": {
"workers": "",
"queue": "Cola",
"statistics": ""
}
},
"showHealthCheck": {
"label": ""
},
"showHealthChecksInQueue": {
"label": ""
},
"queuePageSize": {
"label": ""
},
"showAppIcon": {
"label": ""
}
}
},
"noAppSelected": "",
"views": {
"workers": {
"table": {
"header": {
"name": "",
"eta": "Tiempo restante",
"progress": "Completado %"
},
"empty": "Vacío",
"tooltip": {
"transcode": "",
"healthCheck": ""
}
}
},
"queue": {
"table": {
"header": {
"name": "",
"size": "Tamaño"
},
"footer": {
"currentIndex": ""
},
"empty": "Vacío",
"tooltip": {
"transcode": "",
"healthCheck": ""
}
}
},
"statistics": {
"empty": "Vacío",
"box": {
"transcodes": "",
"healthChecks": "",
"files": "",
"spaceSaved": ""
},
"pies": {
"transcodes": "",
"healthChecks": "",
"videoCodecs": "",
"videoContainers": "",
"videoResolutions": ""
}
}
},
"error": {
"title": "Error",
"message": ""
},
"tabs": {
"workers": "",
"queue": "Cola",
"statistics": ""
},
"healthCheckStatus": {
"title": "",
"queued": "",
"healthy": "",
"unhealthy": ""
}
}

View File

@@ -10,8 +10,8 @@
"info": "ID de entidad única de Home Assistant. Copia haciendo clic en la entidad > Clic en el icono de engranaje > Clic en el botón copiar en 'ID de la entidad'. Algunas entidades personalizadas pueden no ser compatibles."
},
"appendUnit": {
"label": "",
"info": ""
"label": "Añadir unidad de medida",
"info": "Añadir el atributo unidad de medida al estado de la entidad."
},
"automationId": {
"label": "ID de automatización opcional",
@@ -21,9 +21,14 @@
"label": "Nombre a mostrar"
},
"displayFriendlyName": {
"label": "",
"info": ""
"label": "Mostrar nombre descriptivo",
"info": "Mostrar el nombre descriptivo de Home Assistant en lugar del nombre para mostrar."
},
"genericToggle": {
"label": "Cambio de entidad",
"info": "Realizar una acción genérica de Home Assistant en la entidad cuando se hace clic."
}
}
}
}
}

View File

@@ -29,6 +29,25 @@
"displayRatioWithFilter": {
"label": "Mostrar la relación de la lista de torrents filtrados",
"info": "Si está deshabilitado, solo se mostrará la relación global. La relación global seguirá usando las etiquetas si están configuradas"
},
"columnOrdering": {
"label": ""
},
"rowSorting": {
"label": ""
},
"columns": {
"label": "",
"data": {
"date": "",
"down": "Descarga",
"up": "Subida",
"eta": "Tiempo restante",
"progress": "Completado %"
}
},
"nameColumnSize": {
"label": ""
}
}
},
@@ -84,10 +103,6 @@
"text": "No se puede comunicar con tus clientes de Torrent. Por favor, verifica tu configuración"
}
},
"loading": {
"title": "Cargando",
"description": "Estableciendo una conexión"
},
"popover": {
"introductionPrefix": "Gestionado por",
"metrics": {

View File

@@ -1,37 +1,141 @@
{
"descriptor": {
"name": "",
"description": "",
"settings": {
"title": "",
"fahrenheit": {
"label": ""
}
}
},
"cpu": {
"descriptor": {
"name": "",
"description": "",
"settings": {
"title": "",
"fahrenheit": {
"label": ""
},
"cpu": {
"label": "",
"load": "",
"minute": ""
},
"memory": {
"minute": "",
"minutes": ""
},
"memory": {
"label": ""
},
"fileSystem": {
"label": ""
},
"node": {
"label": "",
"totalMem": "",
"available": ""
},
"fileSystem": {
"info": ""
},
"defaultViewState": {
"label": "",
"available": ""
},
"info": {
"uptime": "",
"updates": "",
"reboot": ""
},
"errors": {
"general": {
"title": "",
"text": ""
"data": {
"none": "",
"node": "",
"vm": "",
"lxc": "",
"storage": ""
}
},
"defaultTabState": {
"label": "",
"info": "",
"data": {
"system": "",
"cluster": ""
}
},
"summary": {
"label": ""
},
"showNode": {
"label": ""
},
"showVM": {
"label": ""
},
"showLXCs": {
"label": ""
},
"showStorage": {
"label": ""
},
"sectionIndicatorColor": {
"label": "",
"info": "",
"data": {
"any": "",
"all": ""
}
},
"ignoreCert": {
"label": "",
"info": ""
}
}
},
"cpu": {
"label": "",
"load": "",
"minute": ""
},
"memory": {
"label": "",
"totalMem": "",
"available": ""
},
"fileSystem": {
"label": "",
"available": ""
},
"info": {
"uptime": "",
"uptimeFormat": "",
"updates": "",
"reboot": ""
},
"errors": {
"general": {
"title": "",
"text": ""
}
},
"headings": {
"system": "",
"cluster": ""
},
"cluster": {
"summary": {
"cpu": "",
"ram": ""
},
"accordion": {
"title": {
"nodes": "",
"vms": "",
"lxcs": "",
"storage": ""
}
},
"table": {
"header": {
"name": "",
"cpu": "",
"ram": "",
"node": ""
}
},
"popover": {
"node": "",
"vmid": "",
"details": "",
"cores": "",
"memSize": "",
"memRatio": "",
"diskSize": "",
"diskRatio": "",
"uptime": "",
"plugin": "",
"ha": "",
"sharedStorage": "",
"localStorage": "",
"na": ""
}
}
}

View File

@@ -0,0 +1,96 @@
{
"descriptor": {
"name": "",
"description": "",
"settings": {
"title": "",
"appId": {
"label": ""
},
"defaultView": {
"label": "",
"data": {
"workers": "",
"queue": "",
"statistics": ""
}
},
"showHealthCheck": {
"label": ""
},
"showHealthChecksInQueue": {
"label": ""
},
"queuePageSize": {
"label": ""
},
"showAppIcon": {
"label": ""
}
}
},
"noAppSelected": "",
"views": {
"workers": {
"table": {
"header": {
"name": "",
"eta": "",
"progress": ""
},
"empty": "",
"tooltip": {
"transcode": "",
"healthCheck": ""
}
}
},
"queue": {
"table": {
"header": {
"name": "",
"size": ""
},
"footer": {
"currentIndex": ""
},
"empty": "",
"tooltip": {
"transcode": "",
"healthCheck": ""
}
}
},
"statistics": {
"empty": "",
"box": {
"transcodes": "",
"healthChecks": "",
"files": "",
"spaceSaved": ""
},
"pies": {
"transcodes": "",
"healthChecks": "",
"videoCodecs": "",
"videoContainers": "",
"videoResolutions": ""
}
}
},
"error": {
"title": "",
"message": ""
},
"tabs": {
"workers": "",
"queue": "",
"statistics": ""
},
"healthCheckStatus": {
"title": "",
"queued": "",
"healthy": "",
"unhealthy": ""
}
}

View File

@@ -23,7 +23,12 @@
"displayFriendlyName": {
"label": "",
"info": ""
},
"genericToggle": {
"label": "",
"info": ""
}
}
}
}
}

View File

@@ -29,6 +29,25 @@
"displayRatioWithFilter": {
"label": "",
"info": ""
},
"columnOrdering": {
"label": ""
},
"rowSorting": {
"label": ""
},
"columns": {
"label": "",
"data": {
"date": "",
"down": "",
"up": "",
"eta": "",
"progress": ""
}
},
"nameColumnSize": {
"label": ""
}
}
},
@@ -84,10 +103,6 @@
"text": ""
}
},
"loading": {
"title": "",
"description": ""
},
"popover": {
"introductionPrefix": "",
"metrics": {

View File

@@ -16,8 +16,8 @@
},
"afterLoginRedirection": "Après la connexion, vous serez redirigé vers {{url}}",
"providersEmpty": {
"title": "",
"message": ""
"title": "Erreur de fournisseur d'authentification",
"message": "Le(s) fournisseur(s) n'est (ne sont) pas défini(s), veuillez vérifier les journaux pour plus d'informations."
}
},
"alert": "Vos identifiants sont incorrects ou ce compte n'existe pas. Veuillez réessayer."

View File

@@ -1,37 +1,141 @@
{
"descriptor": {
"name": "",
"description": "",
"settings": {
"title": "",
"fahrenheit": {
"label": ""
}
"descriptor": {
"name": "Surveillance de l'état du système",
"description": "Affiche des informations sur l'état et la santé de votre (vos) système(s).",
"settings": {
"title": "Paramètres de la surveillance d'état du système",
"fahrenheit": {
"label": "Température du processeur en Fahrenheit"
},
"cpu": {
"label": "Afficher les infos du processeur",
"load": "Charge moyenne",
"minute": "{{minute}} minute",
"minutes": "{{minutes}} minutes"
},
"memory": {
"label": "Afficher les infos de la mémoire"
},
"fileSystem": {
"label": "Afficher les infos sur le système de fichiers"
},
"node": {
"label": "Filtrer par nom de nœud",
"info": "Entrez le nom de votre nœud Proxmox pour n'afficher que les métriques de ce nœud. Par défaut, l'ensemble du cluster est affiché."
},
"defaultViewState": {
"label": "Section ouverte par défaut",
"data": {
"none": "Aucun",
"node": "Nœuds",
"vm": "Machines virtuelles",
"lxc": "LXCs",
"storage": "Stockage"
}
},
"cpu": {
"label": "CPU",
"load": "",
"minute": ""
},
"memory": {
"label": "",
"totalMem": "",
"available": ""
},
"fileSystem": {
"label": "",
"available": ""
},
"info": {
"uptime": "",
"updates": "",
"reboot": ""
},
"errors": {
"general": {
"title": "",
"text": ""
},
"defaultTabState": {
"label": "Onglet ouvert par défaut",
"info": "Onglet ouvert par défaut. Utilisé uniquement lorsque plusieurs intégrations sont disponibles.",
"data": {
"system": "Système",
"cluster": "Cluster"
}
},
"summary": {
"label": "Afficher la section de synthèse"
},
"showNode": {
"label": "Afficher la section des nœuds"
},
"showVM": {
"label": "Afficher la section des machines virtuelles"
},
"showLXCs": {
"label": "Afficher la section des LXCs"
},
"showStorage": {
"label": "Afficher la section de stockage"
},
"sectionIndicatorColor": {
"label": "Nécessité que l'indicateur d'état de la section soit \"OK\"",
"info": "\"Tous\" exige que tous les éléments soient en ligne pour que l'indicateur soit vert. L'option \"Tous\" exige qu'au moins un élément soit en ligne.",
"data": {
"any": "Tout actifs",
"all": "Tous actifs"
}
},
"ignoreCert": {
"label": "Ignorer les erreurs de certificat",
"info": "Si cette option est activée, le widget ignorera les erreurs de certificat lors de l'accès à l'API Proxmox. Cela peut être utile pour accéder à Proxmox via HTTPS."
}
}
},
"cpu": {
"label": "CPU",
"load": "Charge moyenne",
"minute": "{{minute}} minute"
},
"memory": {
"label": "Mémoire",
"totalMem": "Mémoire totale : {{total}}GB",
"available": "Disponible : {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "Système de fichiers",
"available": "Disponible : {{available}} - {{percentage}}%"
},
"info": {
"uptime": "Temps de disponibilité",
"uptimeFormat": "{{days}} jours, {{hours}} heures",
"updates": "Mises à jour disponibles",
"reboot": "Redémarrage"
},
"errors": {
"general": {
"title": "Impossible de trouver votre (vos) système(s).",
"text": "Il y a eu un problème de connexion à votre système. Veuillez vérifier votre configuration/intégration(s)."
}
},
"headings": {
"system": "Système",
"cluster": "Cluster"
},
"cluster": {
"summary": {
"cpu": "CPU",
"ram": "RAM"
},
"accordion": {
"title": {
"nodes": "Nœuds",
"vms": "Machines virtuelles",
"lxcs": "LXCs",
"storage": "Stockage"
}
},
"table": {
"header": {
"name": "Nom",
"cpu": "CPU",
"ram": "RAM",
"node": "Nœuds"
}
},
"popover": {
"node": "Nœuds",
"vmid": "VMID",
"details": "Détails",
"cores": "Cœurs - {{maxCpu}}",
"memSize": "Mémoire - {{maxMem}}",
"memRatio": "Mémoire - {{usedMem}} / {{maxMem}}",
"diskSize": "Disque - {{maxDisk}}",
"diskRatio": "Disque - {{usedDisk}} / {{maxDisk}}",
"uptime": "Disponibilité - {{uptime}}",
"plugin": "Plugin",
"ha": "État HA - {{haState}}",
"sharedStorage": "Stockage partagé",
"localStorage": "Stockage local",
"na": "N/A"
}
}
}

View File

@@ -0,0 +1,96 @@
{
"descriptor": {
"name": "Transcodage multimédia",
"description": "Affiche des informations à propos du transcodage des médias",
"settings": {
"title": "Paramètres de transcodage des médias",
"appId": {
"label": ""
},
"defaultView": {
"label": "",
"data": {
"workers": "",
"queue": "File d'attente",
"statistics": ""
}
},
"showHealthCheck": {
"label": ""
},
"showHealthChecksInQueue": {
"label": ""
},
"queuePageSize": {
"label": ""
},
"showAppIcon": {
"label": ""
}
}
},
"noAppSelected": "",
"views": {
"workers": {
"table": {
"header": {
"name": "",
"eta": "ETA",
"progress": "Progrès"
},
"empty": "Vide",
"tooltip": {
"transcode": "",
"healthCheck": ""
}
}
},
"queue": {
"table": {
"header": {
"name": "",
"size": "Taille"
},
"footer": {
"currentIndex": ""
},
"empty": "Vide",
"tooltip": {
"transcode": "",
"healthCheck": ""
}
}
},
"statistics": {
"empty": "Vide",
"box": {
"transcodes": "",
"healthChecks": "",
"files": "",
"spaceSaved": ""
},
"pies": {
"transcodes": "",
"healthChecks": "",
"videoCodecs": "",
"videoContainers": "",
"videoResolutions": ""
}
}
},
"error": {
"title": "Erreur",
"message": ""
},
"tabs": {
"workers": "",
"queue": "File d'attente",
"statistics": ""
},
"healthCheckStatus": {
"title": "",
"queued": "",
"healthy": "",
"unhealthy": ""
}
}

View File

@@ -22,8 +22,13 @@
},
"displayFriendlyName": {
"label": "Afficher le nom personnalisé",
"info": "Afficher le nom personnalisé de Home Assistant au lieu du nom d'affichage"
"info": ""
},
"genericToggle": {
"label": "",
"info": ""
}
}
}
}
}

View File

@@ -29,6 +29,25 @@
"displayRatioWithFilter": {
"label": "Afficher le ratio de la liste des torrents filtrés",
"info": "Si désactivé, seul le ratio global sera affiché. Le ratio global utilisera toujours les labels si définis"
},
"columnOrdering": {
"label": "Permettre la réorganisation des colonnes"
},
"rowSorting": {
"label": "Permettre l'organisation des lignes"
},
"columns": {
"label": "Sélectionner les colonnes à afficher",
"data": {
"date": "Date dajout",
"down": "Descendant",
"up": "Montant",
"eta": "ETA",
"progress": "Progrès"
}
},
"nameColumnSize": {
"label": "Modifier la taille de la colonne des noms"
}
}
},
@@ -84,10 +103,6 @@
"text": "Impossible de communiquer avec vos clients Torrent. Veuillez vérifier votre configuration"
}
},
"loading": {
"title": "Chargement",
"description": "Connexion en cours"
},
"popover": {
"introductionPrefix": "Géré par",
"metrics": {

View File

@@ -11,10 +11,10 @@
"label": "Afficher le nom de la ville"
},
"displayWeekly": {
"label": ""
"label": "Afficher les prévisions hebdomadaires"
},
"forecastDays": {
"label": ""
"label": "Nombre de jours à afficher"
},
"location": {
"label": "Lieu de la météo"
@@ -40,4 +40,4 @@
}
},
"error": "Une erreur s'est produite"
}
}

View File

@@ -1,37 +1,141 @@
{
"descriptor": {
"name": "ניטור בריאות המערכת",
"description": ידע על ה-NAS שלך",
"settings": {
"title": "ניטור בריאות המערכת",
"fahrenheit": {
"label": "פרנהייט"
}
}
},
"cpu": {
"label": "מעבד",
"descriptor": {
"name": "ניטור בריאות המערכת",
"description": ציג מידע המציג את התקינות והסטטוס של המערכות שלך.",
"settings": {
"title": "הגדרות עבור מערכת ניטור תקינות",
"fahrenheit": {
"label": "טמפרטורת המעבד בפרנהייט"
},
"cpu": {
"label": "הצג מידע על המעבד",
"load": "טעינה ממוצעת",
"minute": "{{minute}} דקה"
},
"memory": {
"label": "זיכרון",
"totalMem": "סך הזיכרון: {{total}}GB",
"available": "זמין: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "מערכת קבצים",
"available": "זמין: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "זמן פעילות",
"updates": "עדכונים",
"reboot": "אתחול מחדש"
},
"errors": {
"general": {
"title": "לא מצליח למצוא את ה-NAS שלך",
"text": "הייתה בעיה בחיבור ל-NAS שלך. נא ודא את התצורה/השילובים שלך."
"minute": "{{minute}} דקה",
"minutes": "{{minutes}} דקות"
},
"memory": {
"label": "הצג מידע זיכרון"
},
"fileSystem": {
"label": "הצג מידע על מערכת הקבצים"
},
"node": {
"label": "סנן לפי שם צומת",
"info": ""
},
"defaultViewState": {
"label": "",
"data": {
"none": "ללא",
"node": "צמתים",
"vm": "VMs",
"lxc": "LXCs",
"storage": "אחסון"
}
},
"defaultTabState": {
"label": "כרטיסייה פתוחה כברירת מחדל",
"info": "כרטיסייה פתוחה כברירת מחדל. משמש רק כאשר זמינות אינטגרציות מרובות.",
"data": {
"system": "מערכת",
"cluster": "אֶשׁכּוֹל"
}
},
"summary": {
"label": "הצג קטע סיכום"
},
"showNode": {
"label": "הצג קטע צמתים"
},
"showVM": {
"label": "הצג את הקטע VMs"
},
"showLXCs": {
"label": "הצג את קטע LXCs"
},
"showStorage": {
"label": "הצג קטע אחסון"
},
"sectionIndicatorColor": {
"label": "דרישה שמחוון מצב הסעיף יהיה 'בסדר'",
"info": "'הכל' דורש שכל הפריטים יהיו מקוונים כדי שהמחוון יהיה ירוק. 'כל' דורש לפחות פריט אחד להיות מקוון.",
"data": {
"any": "אקטיבי",
"all": "הכל פעיל"
}
},
"ignoreCert": {
"label": "התעלם משגיאות אישור",
"info": "אם מופעל, הווידג'ט יתעלם משגיאות אישור בעת גישה ל-Proxmox API. זה יכול להיות מועיל בעת גישה ל-Proxmox דרך HTTPS."
}
}
},
"cpu": {
"label": "מעבד",
"load": "טעינה ממוצעת",
"minute": "{{minute}} דקה"
},
"memory": {
"label": "זיכרון",
"totalMem": "סך הזיכרון: {{total}}GB",
"available": "זמין: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "מערכת קבצים",
"available": "זמין: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "זמן פעילות",
"uptimeFormat": "{{days}} ימים, {{hours}} שעות",
"updates": "עדכונים זמינים",
"reboot": "אתחול מחדש"
},
"errors": {
"general": {
"title": "לא ניתן למצוא את המערכת שלך.",
"text": "הייתה בעיה בחיבור למערכת שלך. נא ודא את התצורה/השילובים שלך."
}
},
"headings": {
"system": "מערכת",
"cluster": "אֶשׁכּוֹל"
},
"cluster": {
"summary": {
"cpu": "מעבד",
"ram": "זיכרון פנימי"
},
"accordion": {
"title": {
"nodes": "צמתים",
"vms": "VMs",
"lxcs": "LXCs",
"storage": "אחסון"
}
},
"table": {
"header": {
"name": "שם",
"cpu": "מעבד",
"ram": "זיכרון פנימי",
"node": "צוֹמֶת"
}
},
"popover": {
"node": "צוֹמֶת",
"vmid": "VMID",
"details": "פרטים",
"cores": "ליבות - {{maxCpu}}",
"memSize": "זיכרון - {{maxMem}}",
"memRatio": "זיכרון - {{usedMem}} / {{maxMem}}",
"diskSize": "דיסק - {{maxDisk}}",
"diskRatio": "דיסק - {{usedDisk}} / {{maxDisk}}",
"uptime": "זמן פעילות - {{uptime}}",
"plugin": "תוסף",
"ha": "מצב - {{haState}}",
"sharedStorage": "אחסון משותף",
"localStorage": "אחסון מקומי",
"na": "לא זמין"
}
}
}

View File

@@ -0,0 +1,96 @@
{
"descriptor": {
"name": "קידוד מדיה",
"description": "מציג מידע על המרת מדיה",
"settings": {
"title": "הגדרות קידוד מדיה",
"appId": {
"label": "בחר אפליקציה"
},
"defaultView": {
"label": "תצוגת ברירת מחדל",
"data": {
"workers": "עובדים",
"queue": "תור",
"statistics": "סטָטִיסטִיקָה"
}
},
"showHealthCheck": {
"label": "הצג מחוון בדיקת בריאות"
},
"showHealthChecksInQueue": {
"label": "הצג בדיקות בריאות בתור"
},
"queuePageSize": {
"label": "תור: פריטים בעמוד"
},
"showAppIcon": {
"label": "הצג את סמל האפליקציה בפינה השמאלית התחתונה"
}
}
},
"noAppSelected": "אנא בחר אפליקציה בהגדרות הווידג'ט",
"views": {
"workers": {
"table": {
"header": {
"name": "קוֹבֶץ",
"eta": "זמן סיום משוער",
"progress": "התקדמות"
},
"empty": "ריק",
"tooltip": {
"transcode": "קידוד",
"healthCheck": "בדיקת בריאות"
}
}
},
"queue": {
"table": {
"header": {
"name": "קוֹבֶץ",
"size": "גודל"
},
"footer": {
"currentIndex": "{{start}}-{{end}} מתוך {{total}}"
},
"empty": "ריק",
"tooltip": {
"transcode": "קידוד",
"healthCheck": "בדיקת בריאות"
}
}
},
"statistics": {
"empty": "ריק",
"box": {
"transcodes": "קידודים: {{value}}",
"healthChecks": "בדיקות בריאות: {{value}}",
"files": "קבצים: {{value}}",
"spaceSaved": "נשמר: {{value}}"
},
"pies": {
"transcodes": "קידודים",
"healthChecks": "בדיקות בריאות",
"videoCodecs": "קודקים",
"videoContainers": "מיכלים",
"videoResolutions": "רזולוציות"
}
}
},
"error": {
"title": "שגיאה",
"message": "אירעה שגיאה בעת שליפת נתונים מ-Tdarr."
},
"tabs": {
"workers": "עובדים",
"queue": "תור",
"statistics": "סטָטִיסטִיקָה"
},
"healthCheckStatus": {
"title": "בדיקת בריאות",
"queued": "בתור",
"healthy": "בָּרִיא",
"unhealthy": "לא בריא"
}
}

View File

@@ -22,8 +22,13 @@
},
"displayFriendlyName": {
"label": "הצג שם ידידותי",
"info": "הצג שם ידידותי מ-Home Assistant במקום שם תצוגה"
"info": "הצג שם ידידותי מ-Home Assistant במקום שם תצוגה."
},
"genericToggle": {
"label": "החלפת ישות",
"info": "בצע פעולת החלפה כללית של Home Assistant על ישות בעת לחיצה."
}
}
}
}
}

View File

@@ -29,6 +29,25 @@
"displayRatioWithFilter": {
"label": "הצגת יחס רשימת טורנטים מסוננים",
"info": "אם מושבת, רק היחס הגלובלי יוצג. היחס הגלובלי עדיין ישתמש בתוויות אם מוגדר"
},
"columnOrdering": {
"label": "אפשר סידור מחדש של העמודות"
},
"rowSorting": {
"label": "אפשר מיון השורות"
},
"columns": {
"label": "בחר עמודות להצגה",
"data": {
"date": "נוסף בתאריך",
"down": "הורדה",
"up": "העלאה",
"eta": "זמן סיום משוער",
"progress": "התקדמות"
}
},
"nameColumnSize": {
"label": "שנה את גודל עמודת השם"
}
}
},
@@ -84,10 +103,6 @@
"text": "לא ניתן לתקשר עם לקוחות הטורנט שלך. אנא בדוק את התצורה שלך"
}
},
"loading": {
"title": "טוען",
"description": "יוצר קשר"
},
"popover": {
"introductionPrefix": "מנוהל על ידי",
"metrics": {

View File

@@ -1,37 +1,141 @@
{
"descriptor": {
"name": "",
"description": "",
"settings": {
"title": "",
"fahrenheit": {
"label": ""
}
}
},
"cpu": {
"label": "CPU",
"descriptor": {
"name": "",
"description": "",
"settings": {
"title": "",
"fahrenheit": {
"label": ""
},
"cpu": {
"label": "",
"load": "",
"minute": ""
},
"memory": {
"minute": "",
"minutes": ""
},
"memory": {
"label": ""
},
"fileSystem": {
"label": ""
},
"node": {
"label": "",
"totalMem": "",
"available": ""
},
"fileSystem": {
"info": ""
},
"defaultViewState": {
"label": "",
"available": ""
},
"info": {
"uptime": "",
"updates": "",
"reboot": ""
},
"errors": {
"general": {
"title": "",
"text": ""
"data": {
"none": "Nijedan",
"node": "",
"vm": "",
"lxc": "",
"storage": "Pohrana"
}
},
"defaultTabState": {
"label": "",
"info": "",
"data": {
"system": "",
"cluster": ""
}
},
"summary": {
"label": ""
},
"showNode": {
"label": ""
},
"showVM": {
"label": ""
},
"showLXCs": {
"label": ""
},
"showStorage": {
"label": ""
},
"sectionIndicatorColor": {
"label": "",
"info": "",
"data": {
"any": "",
"all": ""
}
},
"ignoreCert": {
"label": "",
"info": ""
}
}
},
"cpu": {
"label": "CPU",
"load": "",
"minute": ""
},
"memory": {
"label": "",
"totalMem": "",
"available": ""
},
"fileSystem": {
"label": "",
"available": ""
},
"info": {
"uptime": "",
"uptimeFormat": "",
"updates": "",
"reboot": ""
},
"errors": {
"general": {
"title": "",
"text": ""
}
},
"headings": {
"system": "",
"cluster": ""
},
"cluster": {
"summary": {
"cpu": "CPU",
"ram": "RAM"
},
"accordion": {
"title": {
"nodes": "",
"vms": "",
"lxcs": "",
"storage": "Pohrana"
}
},
"table": {
"header": {
"name": "Naziv",
"cpu": "CPU",
"ram": "RAM",
"node": ""
}
},
"popover": {
"node": "",
"vmid": "",
"details": "Pojedinosti",
"cores": "",
"memSize": "",
"memRatio": "",
"diskSize": "",
"diskRatio": "",
"uptime": "",
"plugin": "",
"ha": "",
"sharedStorage": "",
"localStorage": "",
"na": ""
}
}
}

View File

@@ -0,0 +1,96 @@
{
"descriptor": {
"name": "",
"description": "",
"settings": {
"title": "",
"appId": {
"label": ""
},
"defaultView": {
"label": "",
"data": {
"workers": "",
"queue": "Red čekanja",
"statistics": ""
}
},
"showHealthCheck": {
"label": ""
},
"showHealthChecksInQueue": {
"label": ""
},
"queuePageSize": {
"label": ""
},
"showAppIcon": {
"label": ""
}
}
},
"noAppSelected": "",
"views": {
"workers": {
"table": {
"header": {
"name": "",
"eta": "ETA",
"progress": "Napredak"
},
"empty": "Isprazni",
"tooltip": {
"transcode": "",
"healthCheck": ""
}
}
},
"queue": {
"table": {
"header": {
"name": "",
"size": "Veličina"
},
"footer": {
"currentIndex": ""
},
"empty": "Isprazni",
"tooltip": {
"transcode": "",
"healthCheck": ""
}
}
},
"statistics": {
"empty": "Isprazni",
"box": {
"transcodes": "",
"healthChecks": "",
"files": "",
"spaceSaved": ""
},
"pies": {
"transcodes": "",
"healthChecks": "",
"videoCodecs": "",
"videoContainers": "",
"videoResolutions": ""
}
}
},
"error": {
"title": "Pogreška",
"message": ""
},
"tabs": {
"workers": "",
"queue": "Red čekanja",
"statistics": ""
},
"healthCheckStatus": {
"title": "",
"queued": "",
"healthy": "",
"unhealthy": ""
}
}

View File

@@ -23,7 +23,12 @@
"displayFriendlyName": {
"label": "",
"info": ""
},
"genericToggle": {
"label": "",
"info": ""
}
}
}
}
}

View File

@@ -29,6 +29,25 @@
"displayRatioWithFilter": {
"label": "",
"info": ""
},
"columnOrdering": {
"label": ""
},
"rowSorting": {
"label": ""
},
"columns": {
"label": "",
"data": {
"date": "",
"down": "Isključeno",
"up": "Uključeno",
"eta": "ETA",
"progress": "Napredak"
}
},
"nameColumnSize": {
"label": ""
}
}
},
@@ -84,10 +103,6 @@
"text": "Nije moguće komunicirati s vašim Torrent klijentima. Provjerite svoju konfiguraciju"
}
},
"loading": {
"title": "Učitavam",
"description": "Uspostavljanje veze"
},
"popover": {
"introductionPrefix": "Upravlja s",
"metrics": {

View File

@@ -16,8 +16,8 @@
},
"afterLoginRedirection": "A bejelentkezés után a {{url}} oldalra kerül átirányításra",
"providersEmpty": {
"title": "",
"message": ""
"title": "Hitelesítés-szolgáltató hiba",
"message": "A szolgáltató(k) nincs(ek) beállítva, kérjük, ellenőrizze a naplófájlokat további információkért."
}
},
"alert": "A hitelesítő adatok helytelenek, vagy ez a fiók nem létezik. Kérjük, próbálja meg újra."

View File

@@ -1,37 +1,141 @@
{
"descriptor": {
"name": "",
"description": "",
"settings": {
"title": "",
"fahrenheit": {
"label": ""
}
"descriptor": {
"name": "Rendszerállapot-felügyelet",
"description": "Megjeleníti a rendszer(ek) állapotát és állapotát mutató információkat.",
"settings": {
"title": "A rendszer állapotfigyelésének beállításai",
"fahrenheit": {
"label": "CPU hőmérséklet Fahrenheitben"
},
"cpu": {
"label": "CPU-információk megjelenítése",
"load": "Átlagos terhelés",
"minute": "{{minute}} perc",
"minutes": "{{minutes}} percek"
},
"memory": {
"label": "Memóriainformációk megjelenítése"
},
"fileSystem": {
"label": "Fájlrendszer-információk megjelenítése"
},
"node": {
"label": "Szűrés a csomópont neve alapján",
"info": "Adja meg a Proxmox-csomópont nevét, hogy csak az adott csomópont metrikái jelenjenek meg. Alapértelmezés szerint a teljes fürt jelenik meg."
},
"defaultViewState": {
"label": "Alapértelmezés szerint nyitott szekció",
"data": {
"none": "Semmi",
"node": "Csomópont",
"vm": "Virtuális gépek",
"lxc": "Linux konténerek",
"storage": "Tárhely"
}
},
"cpu": {
"label": "Processzor",
"load": "",
"minute": ""
},
"memory": {
"label": "",
"totalMem": "",
"available": ""
},
"fileSystem": {
"label": "",
"available": ""
},
"info": {
"uptime": "",
"updates": "",
"reboot": ""
},
"errors": {
"general": {
"title": "",
"text": ""
},
"defaultTabState": {
"label": "Alapértelmezés szerint nyitott lap",
"info": "Alapértelmezés szerint nyitott lap. Csak akkor használatos, ha több integráció is elérhető.",
"data": {
"system": "Rendszer",
"cluster": "Klaszter"
}
},
"summary": {
"label": "Könyvtárak megjelenítése"
},
"showNode": {
"label": "Csomópontok szakasz megjelenítése"
},
"showVM": {
"label": "Virtuális gépek szakasz megjelenítése"
},
"showLXCs": {
"label": "Linux konténer szakasz megjelenítése"
},
"showStorage": {
"label": "Könyvtárak megjelenítése"
},
"sectionIndicatorColor": {
"label": "A szakasz állapotjelzőjének „OK” állapotának kell lennie",
"info": "Az \"Összes\" jelzőhöz az összes elemnek online kell lennie ahhoz, hogy a mutató zöld legyen. A \"Bármely\" jelzőhöz legalább egy elemnek online kell lennie.",
"data": {
"any": "Bármilyen aktív",
"all": "Minden aktív"
}
},
"ignoreCert": {
"label": "Tanúsítvány hibák figyelmen kívül hagyása",
"info": "Ha engedélyezve van, a widget figyelmen kívül hagyja a tanúsítvány hibáit a Proxmox API elérésekor. Ez hasznos lehet a Proxmox HTTPS-en keresztüli elérésekor."
}
}
},
"cpu": {
"label": "Processzor",
"load": "Átlagos terhelés",
"minute": "{{minute}} perc"
},
"memory": {
"label": "Memória",
"totalMem": "Teljes memória: {{total}}GB",
"available": "Elérhető: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "Fájlrendszer",
"available": "Elérhető: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "Üzemidő",
"uptimeFormat": "{{days}} nap, {{hours}} óra",
"updates": "Frissítés elérhető",
"reboot": "Újraindítás"
},
"errors": {
"general": {
"title": "Nem találhatók a rendszer(ek).",
"text": "Probléma adódott a Dns-blokkoló(k) hoz való csatlakozással. Kérjük, ellenőrizze a konfigurációt/integráció(ka) t."
}
},
"headings": {
"system": "Rendszer",
"cluster": "Klaszter"
},
"cluster": {
"summary": {
"cpu": "Processzor",
"ram": "Memória"
},
"accordion": {
"title": {
"nodes": "Csomópont",
"vms": "Virtuális gépek",
"lxcs": "Linux konténerek",
"storage": "Tárhely"
}
},
"table": {
"header": {
"name": "Név",
"cpu": "Processzor",
"ram": "Memória",
"node": "Csomópont"
}
},
"popover": {
"node": "Csomópont",
"vmid": "VMID",
"details": "Részletek",
"cores": "Magok - {{maxCpu}}",
"memSize": "Memória - {{maxMem}}",
"memRatio": "Memória - {{usedMem}} / {{maxMem}}",
"diskSize": "Lemez - {{maxDisk}}",
"diskRatio": "Lemez - {{usedDisk}} / {{maxDisk}}",
"uptime": "Üzemidő - {{uptime}}",
"plugin": "Bővítmény",
"ha": "Home Assistant állapot - {{haState}}",
"sharedStorage": "Megosztott tárhely",
"localStorage": "Helyi tárhely",
"na": "Nincs adat"
}
}
}

View File

@@ -1,19 +1,19 @@
{
"descriptor": {
"name": "",
"description": "",
"name": "Indexelő menedzser állapota",
"description": "Az indexelők állapota",
"settings": {
"title": ""
"title": "Indexelő menedzser állapota"
}
},
"indexersStatus": {
"title": "",
"testAllButton": ""
"title": "Indexelő menedzser",
"testAllButton": "Teszteld az összeset"
},
"errors": {
"general": {
"title": "",
"text": ""
"title": "Nem található indexelő menedzser",
"text": "Probléma adódott a Dns-blokkoló(k) hoz való csatlakozással. Kérjük, ellenőrizze a konfigurációt/integráció(ka) t."
}
}
}

View File

@@ -0,0 +1,96 @@
{
"descriptor": {
"name": "Média átkódolás",
"description": "Megjeleníti a média átkódolásával kapcsolatos információkat",
"settings": {
"title": "Média átkódolási beállítások",
"appId": {
"label": "Válasszon egy alkalmazást"
},
"defaultView": {
"label": "Alapértelmezett nézet",
"data": {
"workers": "Munkások",
"queue": "Várólista",
"statistics": "Statisztikák"
}
},
"showHealthCheck": {
"label": "Az állapotfelmérés jelzője megjelenítése"
},
"showHealthChecksInQueue": {
"label": "Az állapotfelmérés jelzője megjelenítése"
},
"queuePageSize": {
"label": "Sor: Elemek oldalanként"
},
"showAppIcon": {
"label": "Alkalmazásikon megjelenítése a jobb alsó sarokban"
}
}
},
"noAppSelected": "Kérjük, válasszon egy alkalmazást a widget beállításainál",
"views": {
"workers": {
"table": {
"header": {
"name": "Fájl",
"eta": "Hátralévő idő",
"progress": "Folyamat"
},
"empty": "Üres",
"tooltip": {
"transcode": "Átkódolás",
"healthCheck": "Állapotfelmérés"
}
}
},
"queue": {
"table": {
"header": {
"name": "Fájl",
"size": "Méret"
},
"footer": {
"currentIndex": "{{start}}-{{end}} / {{total}}"
},
"empty": "Üres",
"tooltip": {
"transcode": "Átkódolás",
"healthCheck": "Állapotfelmérés"
}
}
},
"statistics": {
"empty": "Üres",
"box": {
"transcodes": "Átkódol: {{value}}",
"healthChecks": "Egészségügyi ellenőrzések: {{value}}",
"files": "Fájlok: {{value}}",
"spaceSaved": "Mentve: {{value}}"
},
"pies": {
"transcodes": "Átkódolás",
"healthChecks": "Egészségügyi ellenőrzések",
"videoCodecs": "Kodekek",
"videoContainers": "Tartály",
"videoResolutions": "Felbontás"
}
}
},
"error": {
"title": "Hiba",
"message": "Hiba történt az adatok Tdarrból való lekérése közben."
},
"tabs": {
"workers": "Munkások",
"queue": "Várólista",
"statistics": "Statisztikák"
},
"healthCheckStatus": {
"title": "Állapotfelmérés",
"queued": "Sorban áll",
"healthy": "Egészséges",
"unhealthy": "Egészségtelen"
}
}

View File

@@ -22,10 +22,10 @@
"label": "Rendezés a közzététel dátuma szerint (növekvő)"
},
"sortPostsWithoutPublishDateToTheTop": {
"label": ""
"label": "Tegye a tetejére a közzétételi dátum nélküli bejegyzéseket"
},
"maximumAmountOfPosts": {
"label": ""
"label": "A hozzászólások maximális száma"
}
},
"card": {

View File

@@ -10,8 +10,8 @@
"info": "Egyedi egység ID a Home Assistantben. Másolás az egységre kattintva > Kattintson a fogaskerék ikonra > Kattintson a másolás gombra az „Egység ID”-nél. Előfordulhat, hogy egyes egyéni egységek nem támogatottak."
},
"appendUnit": {
"label": "",
"info": ""
"label": "Mértékegység hozzáfűzése",
"info": "Adja hozzá a mértékegység attribútumot az entitás állapotához."
},
"automationId": {
"label": "Választható automatizálási azonosító",
@@ -21,9 +21,14 @@
"label": "Megjelenített név"
},
"displayFriendlyName": {
"label": "",
"info": ""
"label": "Barátságos név megjelenítése",
"info": "A Home Assistant barátságos nevet jelenítse meg a megjelenített név helyett."
},
"genericToggle": {
"label": "Entitás kapcsoló",
"info": "Ha rákattint, hajtson végre egy általános Home Assistant váltási műveletet az entitáson."
}
}
}
}
}

View File

@@ -29,6 +29,25 @@
"displayRatioWithFilter": {
"label": "Szűrt torrentek listájának aránya",
"info": "Ha letiltja, csak a globális arány jelenik meg. A globális arány továbbra is a címkéket használja, ha be van állítva"
},
"columnOrdering": {
"label": "Az oszlopok átrendezésének engedélyezése"
},
"rowSorting": {
"label": "A sorok rendezésének engedélyezése"
},
"columns": {
"label": "Megjelenítendő oszlopok kiválasztása",
"data": {
"date": "Hozzáadás dátuma",
"down": "Le",
"up": "Fel",
"eta": "Hátralévő idő",
"progress": "Folyamat"
}
},
"nameColumnSize": {
"label": "A névoszlop méretének módosítása"
}
}
},
@@ -84,10 +103,6 @@
"text": "Nem tud kommunikálni a Torrent kliensekkel. Kérjük, ellenőrizze a konfigurációt"
}
},
"loading": {
"title": "Betöltés",
"description": "Kapcsolat létrehozása"
},
"popover": {
"introductionPrefix": "Irányítja",
"metrics": {

View File

@@ -11,10 +11,10 @@
"label": "Városnév megjelenítése"
},
"displayWeekly": {
"label": ""
"label": "Heti előrejelzés megjelenítése"
},
"forecastDays": {
"label": ""
"label": "Megjelenítendő napok"
},
"location": {
"label": "Időjárás helye"
@@ -40,4 +40,4 @@
}
},
"error": "Hiba történt"
}
}

View File

@@ -1,37 +1,141 @@
{
"descriptor": {
"name": "Monitoraggio dello stato del sistema",
"description": "Informazioni sul tuo NAS",
"settings": {
"title": "Monitoraggio dello stato del sistema",
"fahrenheit": {
"label": "Fahrenheit"
}
}
},
"cpu": {
"label": "CPU",
"descriptor": {
"name": "Monitoraggio dello stato del sistema",
"description": "Visualizza informazioni sulla salute e stato dei tuoi sistemi.",
"settings": {
"title": "Impostazioni per il monitoring della salute di sistema",
"fahrenheit": {
"label": "Temperatura CPU in Fahrenheit"
},
"cpu": {
"label": "Mostra info CPU",
"load": "Utilizzo medio",
"minute": "{{minute}} minuto"
},
"memory": {
"label": "Memoria",
"totalMem": "Memoria totale: {{total}}GB",
"available": "Disponibile: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "File System",
"available": "Disponibile: {{available}}- {{percentage}}%"
},
"info": {
"uptime": "Uptime",
"updates": "Aggiornamenti",
"reboot": "Riavvio"
},
"errors": {
"general": {
"title": "Impossibile trovare il tuo NAS",
"text": "Si è verificato un problema di connessione al tuo NAS. Verifica la configurazione/integrazione."
"minute": "{{minute}} minuto",
"minutes": "{{minutes}} minuti"
},
"memory": {
"label": "Mostra Informazioni Memoria"
},
"fileSystem": {
"label": "Mostra Informazioni Filesystem"
},
"node": {
"label": "Filtra per nome nodo",
"info": "Inserisci il nome del tuo nodo Proxmox per mostrare solo le metriche per quel nodo/ Di default, viene mostrato l'intero cluster."
},
"defaultViewState": {
"label": "Sezione aperta di default",
"data": {
"none": "Niente",
"node": "Nodi",
"vm": "Macchine Virtuali",
"lxc": "LXC",
"storage": "Spazio di archiviazione"
}
},
"defaultTabState": {
"label": "Scheda aperta di default",
"info": "Tab aperta di default. Usato solo quando più integrazioni sono disponibili.",
"data": {
"system": "Sistema",
"cluster": "Cluster"
}
},
"summary": {
"label": "Mostra sezione riepilogo"
},
"showNode": {
"label": "Mostra sezione nodi"
},
"showVM": {
"label": "Mostra sezione macchine virtuali"
},
"showLXCs": {
"label": "Mostra sezione LXC"
},
"showStorage": {
"label": "Mostra sezione archiviazione"
},
"sectionIndicatorColor": {
"label": "Requisito per la sezione indicatore stato per essere 'OK'",
"info": "'Tutto' richiede che tutti gli elementi siano online per far si' che l'indicatore sia verde. 'Qualunque' richiede almeno un elemento per essere online.",
"data": {
"any": "Qualsiasi Attivo",
"all": "Tutti attivi"
}
},
"ignoreCert": {
"label": "Ignora Errori Certificato",
"info": "Se abilitato, il widget ignorerà gli errori di certificato durante l'accesso all'API Proxmox. Questo può essere utile quando si accede a Proxmox tramite HTTPS."
}
}
},
"cpu": {
"label": "CPU",
"load": "Utilizzo medio",
"minute": "{{minute}} minuto"
},
"memory": {
"label": "Memoria",
"totalMem": "Memoria totale: {{total}}GB",
"available": "Disponibile: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "File System",
"available": "Disponibile: {{available}}- {{percentage}}%"
},
"info": {
"uptime": "Uptime",
"uptimeFormat": "{{days}} giorni, {{hours}} ore",
"updates": "Aggiornamenti disponibili",
"reboot": "Riavvio"
},
"errors": {
"general": {
"title": "Impossibile trovare il tuo sistema",
"text": "Si è verificato un problema durante la connessione al tuo sistema. Verifica la tua configurazione/integrazione."
}
},
"headings": {
"system": "Sistema",
"cluster": "Cluster"
},
"cluster": {
"summary": {
"cpu": "CPU",
"ram": "RAM"
},
"accordion": {
"title": {
"nodes": "Nodi",
"vms": "Macchine Virtuali",
"lxcs": "LXC",
"storage": "Spazio di archiviazione"
}
},
"table": {
"header": {
"name": "Nome",
"cpu": "CPU",
"ram": "RAM",
"node": "Nodo"
}
},
"popover": {
"node": "Nodo",
"vmid": "VMID",
"details": "Dettagli",
"cores": "Cores - {{maxCpu}}",
"memSize": "Memoria - {{maxMem}}",
"memRatio": "Memoria: {{usedMem}} / {{maxMem}}",
"diskSize": "Disco - {{maxDisk}}",
"diskRatio": "Disco - {{usedDisk}} / {{maxDisk}}",
"uptime": "Tempo di attività - {{uptime}}",
"plugin": "Plugin",
"ha": "Stato HA - {{haState}}",
"sharedStorage": "Archiviazione condivisa",
"localStorage": "Archiviazione locale",
"na": "N/A"
}
}
}

View File

@@ -0,0 +1,96 @@
{
"descriptor": {
"name": "Transcodifica Multimediale",
"description": "Mostra informazioni sulla transcodifica multimediale",
"settings": {
"title": "Impostazioni Transcodifica Multimediale",
"appId": {
"label": "Seleziona un'app"
},
"defaultView": {
"label": "Vista predefinita",
"data": {
"workers": "Worker",
"queue": "Coda",
"statistics": "Statistiche"
}
},
"showHealthCheck": {
"label": "Mostra l'indicatore del Controllo Integrità"
},
"showHealthChecksInQueue": {
"label": "Mostra i Controlli Integrità in coda"
},
"queuePageSize": {
"label": "Coda: Elementi per pagina"
},
"showAppIcon": {
"label": "Mostra l'icona dell'app nell'angolo in basso a destra"
}
}
},
"noAppSelected": "Seleziona un'app nelle impostazioni del widget",
"views": {
"workers": {
"table": {
"header": {
"name": "File",
"eta": "ETA",
"progress": "Avanzamento"
},
"empty": "Vuoto",
"tooltip": {
"transcode": "Transcodifica",
"healthCheck": "Controllo Integrità"
}
}
},
"queue": {
"table": {
"header": {
"name": "File",
"size": "Dimensione"
},
"footer": {
"currentIndex": "{{start}}-{{end}} di {{total}}"
},
"empty": "Vuoto",
"tooltip": {
"transcode": "Transcodifica",
"healthCheck": "Controllo Integrità"
}
}
},
"statistics": {
"empty": "Vuoto",
"box": {
"transcodes": "Transcodifiche: {{value}}",
"healthChecks": "Controlli Integrità: {{value}}",
"files": "File: {{value}}",
"spaceSaved": "Salvati: {{value}}"
},
"pies": {
"transcodes": "Transcodifiche",
"healthChecks": "Controlli Integrità",
"videoCodecs": "Codec",
"videoContainers": "Container",
"videoResolutions": "Risoluzioni"
}
}
},
"error": {
"title": "Errore",
"message": "Si è verificato un errore durante il recupero dei dati da Tdarr."
},
"tabs": {
"workers": "Worker",
"queue": "Coda",
"statistics": "Statistiche"
},
"healthCheckStatus": {
"title": "Controllo Integrità",
"queued": "In coda",
"healthy": "Sano",
"unhealthy": "Non integro"
}
}

View File

@@ -22,8 +22,13 @@
},
"displayFriendlyName": {
"label": "Visualizza il nome descrittivo",
"info": "Visualizza il nome descrittivo di Home Assistant invece del nome visualizzato"
"info": "Visualizza il nome descrittivo da Home Assistant invece del nome visualizzato."
},
"genericToggle": {
"label": "Attiva/disattiva entità",
"info": "Esegue un'azione generica di attivazione/disattivazione di Home Assistant sull'entità quando clicchi."
}
}
}
}
}

View File

@@ -29,6 +29,25 @@
"displayRatioWithFilter": {
"label": "Visualizza il ratio dell'elenco dei torrent filtrati",
"info": "Se disabilitato, verrà visualizzato solo il ratio globale. Il ratio globale utilizzerà comunque i label, se impostati"
},
"columnOrdering": {
"label": "Abilita il riordinamento delle colonne"
},
"rowSorting": {
"label": "Abilita l'ordinamento delle righe"
},
"columns": {
"label": "Seleziona colonne da visualizzare",
"data": {
"date": "Aggiunto in data",
"down": "Down",
"up": "Up",
"eta": "ETA",
"progress": "Avanzamento"
}
},
"nameColumnSize": {
"label": "Cambia nome dimensione colonna"
}
}
},
@@ -84,10 +103,6 @@
"text": "Impossibile comunicare con i client Torrent. Controllare la configurazione"
}
},
"loading": {
"title": "Caricamento in corso",
"description": "Connessione in corso"
},
"popover": {
"introductionPrefix": "Gestito da",
"metrics": {

View File

@@ -11,10 +11,10 @@
"label": "Visualizza nome città"
},
"displayWeekly": {
"label": ""
"label": "Visualizza Previsioni Settimanali"
},
"forecastDays": {
"label": ""
"label": "Giorni Da Mostrare"
},
"location": {
"label": "Località meteo"
@@ -40,4 +40,4 @@
}
},
"error": "Si è verificato un errore"
}
}

View File

@@ -1,37 +1,141 @@
{
"descriptor": {
"name": "",
"description": "",
"settings": {
"title": "",
"fahrenheit": {
"label": ""
}
}
},
"cpu": {
"label": "CPU",
"descriptor": {
"name": "",
"description": "",
"settings": {
"title": "",
"fahrenheit": {
"label": ""
},
"cpu": {
"label": "",
"load": "",
"minute": ""
},
"memory": {
"minute": "",
"minutes": ""
},
"memory": {
"label": ""
},
"fileSystem": {
"label": ""
},
"node": {
"label": "",
"totalMem": "",
"available": ""
},
"fileSystem": {
"info": ""
},
"defaultViewState": {
"label": "",
"available": ""
},
"info": {
"uptime": "",
"updates": "",
"reboot": ""
},
"errors": {
"general": {
"title": "",
"text": ""
"data": {
"none": "なし",
"node": "",
"vm": "",
"lxc": "",
"storage": "ストレージ"
}
},
"defaultTabState": {
"label": "",
"info": "",
"data": {
"system": "",
"cluster": ""
}
},
"summary": {
"label": ""
},
"showNode": {
"label": ""
},
"showVM": {
"label": ""
},
"showLXCs": {
"label": ""
},
"showStorage": {
"label": ""
},
"sectionIndicatorColor": {
"label": "",
"info": "",
"data": {
"any": "",
"all": ""
}
},
"ignoreCert": {
"label": "",
"info": ""
}
}
},
"cpu": {
"label": "CPU",
"load": "",
"minute": ""
},
"memory": {
"label": "",
"totalMem": "",
"available": ""
},
"fileSystem": {
"label": "",
"available": ""
},
"info": {
"uptime": "",
"uptimeFormat": "",
"updates": "",
"reboot": ""
},
"errors": {
"general": {
"title": "",
"text": ""
}
},
"headings": {
"system": "",
"cluster": ""
},
"cluster": {
"summary": {
"cpu": "CPU",
"ram": "メモリ"
},
"accordion": {
"title": {
"nodes": "",
"vms": "",
"lxcs": "",
"storage": "ストレージ"
}
},
"table": {
"header": {
"name": "名称",
"cpu": "CPU",
"ram": "メモリ",
"node": ""
}
},
"popover": {
"node": "",
"vmid": "",
"details": "詳細",
"cores": "",
"memSize": "",
"memRatio": "",
"diskSize": "",
"diskRatio": "",
"uptime": "",
"plugin": "",
"ha": "",
"sharedStorage": "",
"localStorage": "",
"na": ""
}
}
}

View File

@@ -0,0 +1,96 @@
{
"descriptor": {
"name": "",
"description": "",
"settings": {
"title": "",
"appId": {
"label": ""
},
"defaultView": {
"label": "",
"data": {
"workers": "",
"queue": "キュー",
"statistics": ""
}
},
"showHealthCheck": {
"label": ""
},
"showHealthChecksInQueue": {
"label": ""
},
"queuePageSize": {
"label": ""
},
"showAppIcon": {
"label": ""
}
}
},
"noAppSelected": "",
"views": {
"workers": {
"table": {
"header": {
"name": "",
"eta": "ETA",
"progress": "進捗状況"
},
"empty": "空",
"tooltip": {
"transcode": "",
"healthCheck": ""
}
}
},
"queue": {
"table": {
"header": {
"name": "",
"size": "サイズ"
},
"footer": {
"currentIndex": ""
},
"empty": "空",
"tooltip": {
"transcode": "",
"healthCheck": ""
}
}
},
"statistics": {
"empty": "空",
"box": {
"transcodes": "",
"healthChecks": "",
"files": "",
"spaceSaved": ""
},
"pies": {
"transcodes": "",
"healthChecks": "",
"videoCodecs": "",
"videoContainers": "",
"videoResolutions": ""
}
}
},
"error": {
"title": "エラー",
"message": ""
},
"tabs": {
"workers": "",
"queue": "キュー",
"statistics": ""
},
"healthCheckStatus": {
"title": "",
"queued": "",
"healthy": "",
"unhealthy": ""
}
}

View File

@@ -23,7 +23,12 @@
"displayFriendlyName": {
"label": "",
"info": ""
},
"genericToggle": {
"label": "",
"info": ""
}
}
}
}
}

View File

@@ -29,6 +29,25 @@
"displayRatioWithFilter": {
"label": "",
"info": ""
},
"columnOrdering": {
"label": ""
},
"rowSorting": {
"label": ""
},
"columns": {
"label": "",
"data": {
"date": "",
"down": "ダウンロード",
"up": "アップロード",
"eta": "ETA",
"progress": "進捗状況"
}
},
"nameColumnSize": {
"label": ""
}
}
},
@@ -84,10 +103,6 @@
"text": "Torrentクライアントと通信できません。設定を確認してください。"
}
},
"loading": {
"title": "読み込み中",
"description": "接続中..."
},
"popover": {
"introductionPrefix": "管理者:",
"metrics": {

View File

@@ -1,37 +1,141 @@
{
"descriptor": {
"name": "",
"description": "",
"settings": {
"title": "",
"fahrenheit": {
"label": ""
}
}
},
"cpu": {
"label": "CPU",
"descriptor": {
"name": "",
"description": "",
"settings": {
"title": "",
"fahrenheit": {
"label": ""
},
"cpu": {
"label": "",
"load": "",
"minute": ""
},
"memory": {
"minute": "",
"minutes": ""
},
"memory": {
"label": ""
},
"fileSystem": {
"label": ""
},
"node": {
"label": "",
"totalMem": "",
"available": ""
},
"fileSystem": {
"info": ""
},
"defaultViewState": {
"label": "",
"available": ""
},
"info": {
"uptime": "",
"updates": "",
"reboot": ""
},
"errors": {
"general": {
"title": "",
"text": ""
"data": {
"none": "없음",
"node": "",
"vm": "",
"lxc": "",
"storage": "저장소"
}
},
"defaultTabState": {
"label": "",
"info": "",
"data": {
"system": "",
"cluster": ""
}
},
"summary": {
"label": ""
},
"showNode": {
"label": ""
},
"showVM": {
"label": ""
},
"showLXCs": {
"label": ""
},
"showStorage": {
"label": ""
},
"sectionIndicatorColor": {
"label": "",
"info": "",
"data": {
"any": "",
"all": ""
}
},
"ignoreCert": {
"label": "",
"info": ""
}
}
},
"cpu": {
"label": "CPU",
"load": "",
"minute": ""
},
"memory": {
"label": "",
"totalMem": "",
"available": ""
},
"fileSystem": {
"label": "",
"available": ""
},
"info": {
"uptime": "",
"uptimeFormat": "",
"updates": "",
"reboot": ""
},
"errors": {
"general": {
"title": "",
"text": ""
}
},
"headings": {
"system": "",
"cluster": ""
},
"cluster": {
"summary": {
"cpu": "CPU",
"ram": "RAM"
},
"accordion": {
"title": {
"nodes": "",
"vms": "",
"lxcs": "",
"storage": "저장소"
}
},
"table": {
"header": {
"name": "이름",
"cpu": "CPU",
"ram": "RAM",
"node": ""
}
},
"popover": {
"node": "",
"vmid": "",
"details": "세부 정보",
"cores": "",
"memSize": "",
"memRatio": "",
"diskSize": "",
"diskRatio": "",
"uptime": "",
"plugin": "",
"ha": "",
"sharedStorage": "",
"localStorage": "",
"na": ""
}
}
}

View File

@@ -0,0 +1,96 @@
{
"descriptor": {
"name": "",
"description": "",
"settings": {
"title": "",
"appId": {
"label": ""
},
"defaultView": {
"label": "",
"data": {
"workers": "",
"queue": "대기열",
"statistics": ""
}
},
"showHealthCheck": {
"label": ""
},
"showHealthChecksInQueue": {
"label": ""
},
"queuePageSize": {
"label": ""
},
"showAppIcon": {
"label": ""
}
}
},
"noAppSelected": "",
"views": {
"workers": {
"table": {
"header": {
"name": "",
"eta": "남은 시간",
"progress": "진행률"
},
"empty": "비어 있음",
"tooltip": {
"transcode": "",
"healthCheck": ""
}
}
},
"queue": {
"table": {
"header": {
"name": "",
"size": "크기"
},
"footer": {
"currentIndex": ""
},
"empty": "비어 있음",
"tooltip": {
"transcode": "",
"healthCheck": ""
}
}
},
"statistics": {
"empty": "비어 있음",
"box": {
"transcodes": "",
"healthChecks": "",
"files": "",
"spaceSaved": ""
},
"pies": {
"transcodes": "",
"healthChecks": "",
"videoCodecs": "",
"videoContainers": "",
"videoResolutions": ""
}
}
},
"error": {
"title": "오류",
"message": ""
},
"tabs": {
"workers": "",
"queue": "대기열",
"statistics": ""
},
"healthCheckStatus": {
"title": "",
"queued": "",
"healthy": "",
"unhealthy": ""
}
}

View File

@@ -23,7 +23,12 @@
"displayFriendlyName": {
"label": "",
"info": ""
},
"genericToggle": {
"label": "",
"info": ""
}
}
}
}
}

View File

@@ -29,6 +29,25 @@
"displayRatioWithFilter": {
"label": "",
"info": ""
},
"columnOrdering": {
"label": ""
},
"rowSorting": {
"label": ""
},
"columns": {
"label": "",
"data": {
"date": "",
"down": "다운로드",
"up": "업로드",
"eta": "남은 시간",
"progress": "진행률"
}
},
"nameColumnSize": {
"label": ""
}
}
},
@@ -84,10 +103,6 @@
"text": "토렌트 클라이언트와 통신할 수 없습니다. 구성을 확인하세요."
}
},
"loading": {
"title": "로드 중",
"description": "연결 설정하기"
},
"popover": {
"introductionPrefix": "관리 주체",
"metrics": {

View File

@@ -1,37 +1,141 @@
{
"descriptor": {
"name": "Sistemos būklės stebėjimas",
"description": "Informacija apie jūsų NAS",
"settings": {
"title": "Sistemos būklės stebėjimas",
"fahrenheit": {
"label": "Farenheitas"
}
}
},
"cpu": {
"label": "Procesorius",
"descriptor": {
"name": "Sistemos būklės stebėjimas",
"description": "",
"settings": {
"title": "",
"fahrenheit": {
"label": ""
},
"cpu": {
"label": "",
"load": "Apkrovos vidurkis",
"minute": "{{minute}} minutė"
},
"memory": {
"label": "Atmintis",
"totalMem": "Bendra atmintis: {{total}}GB",
"available": "Galimi: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "Failų sistema",
"available": "Galimi: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "Veikimo laikas",
"updates": "Atnaujinimai",
"reboot": "Paleisti iš naujo"
},
"errors": {
"general": {
"title": "Nepavyko rasti jūsų NAS",
"text": "Prisijungiant prie NAS kilo problema. Patikrinkite savo konfigūraciją / integraciją (-as)."
"minute": "{{minute}} minutė",
"minutes": ""
},
"memory": {
"label": ""
},
"fileSystem": {
"label": ""
},
"node": {
"label": "",
"info": ""
},
"defaultViewState": {
"label": "",
"data": {
"none": "Nėra",
"node": "",
"vm": "",
"lxc": "",
"storage": "Saugykla"
}
},
"defaultTabState": {
"label": "",
"info": "",
"data": {
"system": "",
"cluster": ""
}
},
"summary": {
"label": ""
},
"showNode": {
"label": ""
},
"showVM": {
"label": ""
},
"showLXCs": {
"label": ""
},
"showStorage": {
"label": ""
},
"sectionIndicatorColor": {
"label": "",
"info": "",
"data": {
"any": "",
"all": ""
}
},
"ignoreCert": {
"label": "",
"info": ""
}
}
},
"cpu": {
"label": "Procesorius",
"load": "Apkrovos vidurkis",
"minute": "{{minute}} minutė"
},
"memory": {
"label": "Atmintis",
"totalMem": "Bendra atmintis: {{total}}GB",
"available": "Galimi: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "Failų sistema",
"available": "Galimi: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "Veikimo laikas",
"uptimeFormat": "",
"updates": "",
"reboot": "Paleisti iš naujo"
},
"errors": {
"general": {
"title": "",
"text": ""
}
},
"headings": {
"system": "",
"cluster": ""
},
"cluster": {
"summary": {
"cpu": "Procesorius",
"ram": "RAM"
},
"accordion": {
"title": {
"nodes": "",
"vms": "",
"lxcs": "",
"storage": "Saugykla"
}
},
"table": {
"header": {
"name": "Pavadinimas",
"cpu": "Procesorius",
"ram": "RAM",
"node": ""
}
},
"popover": {
"node": "",
"vmid": "",
"details": "",
"cores": "",
"memSize": "",
"memRatio": "",
"diskSize": "",
"diskRatio": "",
"uptime": "",
"plugin": "",
"ha": "",
"sharedStorage": "",
"localStorage": "",
"na": ""
}
}
}

View File

@@ -0,0 +1,96 @@
{
"descriptor": {
"name": "",
"description": "",
"settings": {
"title": "",
"appId": {
"label": ""
},
"defaultView": {
"label": "",
"data": {
"workers": "",
"queue": "",
"statistics": ""
}
},
"showHealthCheck": {
"label": ""
},
"showHealthChecksInQueue": {
"label": ""
},
"queuePageSize": {
"label": ""
},
"showAppIcon": {
"label": ""
}
}
},
"noAppSelected": "",
"views": {
"workers": {
"table": {
"header": {
"name": "",
"eta": "",
"progress": ""
},
"empty": "",
"tooltip": {
"transcode": "",
"healthCheck": ""
}
}
},
"queue": {
"table": {
"header": {
"name": "",
"size": ""
},
"footer": {
"currentIndex": ""
},
"empty": "",
"tooltip": {
"transcode": "",
"healthCheck": ""
}
}
},
"statistics": {
"empty": "",
"box": {
"transcodes": "",
"healthChecks": "",
"files": "",
"spaceSaved": ""
},
"pies": {
"transcodes": "",
"healthChecks": "",
"videoCodecs": "",
"videoContainers": "",
"videoResolutions": ""
}
}
},
"error": {
"title": "",
"message": ""
},
"tabs": {
"workers": "",
"queue": "",
"statistics": ""
},
"healthCheckStatus": {
"title": "",
"queued": "",
"healthy": "",
"unhealthy": ""
}
}

View File

@@ -22,8 +22,13 @@
},
"displayFriendlyName": {
"label": "Rodyti draugišką pavadinimą",
"info": "Rodyti draugišką vardą iš \"Home Assistant\", o ne rodomą vardą"
"info": ""
},
"genericToggle": {
"label": "",
"info": ""
}
}
}
}
}

View File

@@ -29,6 +29,25 @@
"displayRatioWithFilter": {
"label": "",
"info": ""
},
"columnOrdering": {
"label": ""
},
"rowSorting": {
"label": ""
},
"columns": {
"label": "",
"data": {
"date": "",
"down": "Žemyn",
"up": "Aukštyn",
"eta": "",
"progress": ""
}
},
"nameColumnSize": {
"label": ""
}
}
},
@@ -84,10 +103,6 @@
"text": ""
}
},
"loading": {
"title": "",
"description": ""
},
"popover": {
"introductionPrefix": "",
"metrics": {

View File

@@ -16,8 +16,8 @@
},
"afterLoginRedirection": "Pēc pieslēgšanās tiksiet novirzīts uz {{url}}",
"providersEmpty": {
"title": "",
"message": ""
"title": "Autentifikācijas pakalpojuma kļūda",
"message": "Pakalpojuma sniedzējs(-i) nav iestatīts(-i), lūdzu, pārbaudiet žurnālus, lai iegūtu vairāk informācijas."
}
},
"alert": "Jūsu pieslēgšanās dati ir nepareizi vai šis konts nepastāv. Lūdzu, mēģiniet vēlreiz."

View File

@@ -1,37 +1,141 @@
{
"descriptor": {
"name": "",
"description": "",
"settings": {
"title": "",
"fahrenheit": {
"label": ""
}
"descriptor": {
"name": "Sistēmas Stāvokļa Uzraudzība",
"description": "Tiek parādīta informācija par sistēmas(-u) stāvokli un stāvokli.",
"settings": {
"title": "Sistēmas veselības stāvokļa uzraudzības iestatījumi",
"fahrenheit": {
"label": "CPU temperatūra pēc Fārenheita"
},
"cpu": {
"label": "Rādīt CPU informāciju",
"load": "Vidējā slodze",
"minute": "{{minute}} minūte",
"minutes": "{{minutes}} minūtes"
},
"memory": {
"label": "Rādīt atmiņas informāciju"
},
"fileSystem": {
"label": "Rādīt failu sistēmas informāciju"
},
"node": {
"label": "Filtrēšana pēc mezgla nosaukuma",
"info": "Ievadiet savu Proxmox mezgla nosaukumu, lai rādītu tikai šā mezgla metriku. Pēc noklusējuma tiek rādīts viss klasteris."
},
"defaultViewState": {
"label": "Sadaļa atvērta pēc noklusējuma",
"data": {
"none": "Nekas",
"node": "Mezgli",
"vm": "VM",
"lxc": "LXC",
"storage": "Krātuve"
}
},
"cpu": {
"label": "CPU",
"load": "",
"minute": ""
},
"memory": {
},
"defaultTabState": {
"label": "",
"totalMem": "",
"available": ""
},
"fileSystem": {
"label": "",
"available": ""
},
"info": {
"uptime": "",
"updates": "",
"reboot": ""
},
"errors": {
"general": {
"title": "",
"text": ""
"info": "",
"data": {
"system": "",
"cluster": ""
}
},
"summary": {
"label": ""
},
"showNode": {
"label": ""
},
"showVM": {
"label": ""
},
"showLXCs": {
"label": ""
},
"showStorage": {
"label": ""
},
"sectionIndicatorColor": {
"label": "",
"info": "",
"data": {
"any": "",
"all": ""
}
},
"ignoreCert": {
"label": "",
"info": ""
}
}
},
"cpu": {
"label": "CPU",
"load": "Vidējā slodze",
"minute": "{{minute}} minūte"
},
"memory": {
"label": "Atmiņa",
"totalMem": "Kopējā atmiņa: {{total}}GB",
"available": "Pieejams: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "Failu Sistēma",
"available": "Pieejams: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "Darbības laiks",
"uptimeFormat": "",
"updates": "",
"reboot": "Pārstartēt"
},
"errors": {
"general": {
"title": "",
"text": ""
}
},
"headings": {
"system": "",
"cluster": ""
},
"cluster": {
"summary": {
"cpu": "CPU",
"ram": "RAM"
},
"accordion": {
"title": {
"nodes": "Mezgli",
"vms": "VM",
"lxcs": "LXC",
"storage": "Krātuve"
}
},
"table": {
"header": {
"name": "Nosaukums",
"cpu": "CPU",
"ram": "RAM",
"node": ""
}
},
"popover": {
"node": "",
"vmid": "",
"details": "Detaļas",
"cores": "",
"memSize": "",
"memRatio": "",
"diskSize": "",
"diskRatio": "",
"uptime": "",
"plugin": "",
"ha": "",
"sharedStorage": "",
"localStorage": "",
"na": ""
}
}
}

View File

@@ -0,0 +1,96 @@
{
"descriptor": {
"name": "",
"description": "",
"settings": {
"title": "",
"appId": {
"label": ""
},
"defaultView": {
"label": "",
"data": {
"workers": "",
"queue": "Rinda",
"statistics": ""
}
},
"showHealthCheck": {
"label": ""
},
"showHealthChecksInQueue": {
"label": ""
},
"queuePageSize": {
"label": ""
},
"showAppIcon": {
"label": ""
}
}
},
"noAppSelected": "",
"views": {
"workers": {
"table": {
"header": {
"name": "",
"eta": "ETA",
"progress": "Progress"
},
"empty": "Tukšs",
"tooltip": {
"transcode": "",
"healthCheck": ""
}
}
},
"queue": {
"table": {
"header": {
"name": "",
"size": "Lielums"
},
"footer": {
"currentIndex": ""
},
"empty": "Tukšs",
"tooltip": {
"transcode": "",
"healthCheck": ""
}
}
},
"statistics": {
"empty": "Tukšs",
"box": {
"transcodes": "",
"healthChecks": "",
"files": "",
"spaceSaved": ""
},
"pies": {
"transcodes": "",
"healthChecks": "",
"videoCodecs": "",
"videoContainers": "",
"videoResolutions": ""
}
}
},
"error": {
"title": "Kļūda",
"message": ""
},
"tabs": {
"workers": "",
"queue": "Rinda",
"statistics": ""
},
"healthCheckStatus": {
"title": "",
"queued": "",
"healthy": "",
"unhealthy": ""
}
}

View File

@@ -22,8 +22,13 @@
},
"displayFriendlyName": {
"label": "Draudzīgais nosaukums",
"info": "Draudzīgā nosaukuma vietā parādiet no Home Assistant izgulto draudzīgo nosaukumu"
"info": ""
},
"genericToggle": {
"label": "",
"info": ""
}
}
}
}
}

View File

@@ -29,6 +29,25 @@
"displayRatioWithFilter": {
"label": "Rādīt filtrēto torentu saraksta attiecību",
"info": "Ja ir atspējots, tiks parādīta tikai globālā attiecība. Globālā attiecība joprojām izmantos etiķetes, ja tā būs iestatītas"
},
"columnOrdering": {
"label": "Iespējot kolonnu pārkārtošanu"
},
"rowSorting": {
"label": "Iespējot rindu kārtošanu"
},
"columns": {
"label": "Atlasiet kolonnas, kuras vēlaties parādīt",
"data": {
"date": "Pievienošanas datums",
"down": "Lejupielāde",
"up": "Augšupielāde",
"eta": "ETA",
"progress": "Progress"
}
},
"nameColumnSize": {
"label": "Mainiet nosaukuma kolonnas lielumu"
}
}
},
@@ -84,10 +103,6 @@
"text": "Neizdevās sazināties ar jūsu Torrent klientiem. Lūdzu, pārbaudiet savu konfigurāciju"
}
},
"loading": {
"title": "Notiek ielāde",
"description": "Savienojuma izveide"
},
"popover": {
"introductionPrefix": "Pārvalda",
"metrics": {

View File

@@ -11,10 +11,10 @@
"label": "Parādāmais Pilsētas Nosaukums"
},
"displayWeekly": {
"label": ""
"label": "Rādīt nedēļas laika prognozi"
},
"forecastDays": {
"label": ""
"label": "Rādāmās dienas"
},
"location": {
"label": "Laikapstākļu atrašānās vieta"
@@ -40,4 +40,4 @@
}
},
"error": "Radās kļūda"
}
}

View File

@@ -1,7 +1,7 @@
{
"metaTitle": "Account aanmaken",
"title": "Account aanmaken",
"text": "Geef hieronder uw referenties aan",
"text": "Geef hieronder je inloggegevens op",
"form": {
"fields": {
"username": {

View File

@@ -1,7 +1,7 @@
{
"metaTitle": "Inloggen",
"title": "Welkom terug!",
"text": "Voer uw referenties in",
"text": "Voer je inloggegevens in",
"form": {
"fields": {
"username": {

View File

@@ -19,7 +19,7 @@
},
"success": {
"title": "Opgeslagen aanpassingen",
"message": "Uw aanpassing is succesvol opgeslagen"
"message": "Je aanpassing is succesvol opgeslagen"
},
"error": {
"title": "Fout",

View File

@@ -1,17 +1,17 @@
{
"save": "Opslaan",
"apply": "",
"insert": "",
"apply": "Toepassen",
"insert": "Invoegen",
"about": "Over",
"cancel": "Annuleer",
"cancel": "Annuleren",
"close": "Sluiten",
"back": "Terug",
"delete": "Verwijder",
"ok": "OK",
"edit": "Wijzig",
"delete": "Verwijderen",
"ok": "OKÉ",
"edit": "Wijzigen",
"next": "Volgende",
"previous": "Vorige",
"confirm": "Bevestig",
"confirm": "Bevestigen",
"enabled": "Ingeschakeld",
"duplicate": "",
"disabled": "Uitgeschakeld",
@@ -19,15 +19,15 @@
"disableAll": "Alles uitschakelen",
"version": "Versie",
"changePosition": "Positie wijzigen",
"remove": "Verwijder",
"remove": "Verwijderen",
"removeConfirm": "Weet u zeker dat u {{item}} wilt verwijderen?",
"createItem": "+ creëer {{item}}",
"createItem": "+ {{item}} aanmaken",
"sections": {
"settings": "Instellingen",
"dangerZone": "Gevarenzone"
},
"secrets": {
"apiKey": "API sleutel",
"apiKey": "API-sleutel",
"username": "Gebruikersnaam",
"password": "Wachtwoord"
},
@@ -40,13 +40,13 @@
"loading": "Bezig met laden...",
"breakPoints": {
"small": "klein",
"medium": "gemiddeld",
"medium": "middel",
"large": "groot"
},
"seeMore": "Zie meer...",
"position": {
"left": "Links",
"center": "",
"center": "Centreren",
"right": "Rechts"
},
"attributes": {
@@ -54,5 +54,5 @@
"height": "Hoogte"
},
"public": "Openbaar",
"restricted": ""
"restricted": "Beperkt"
}

View File

@@ -5,7 +5,7 @@
"text": "Je browser heeft de toegang tot Homarr's API geblokkeerd. Dit wordt meestal veroorzaakt door AdBlockers of geweigerde toestemmingen. Homarr is niet in staat om automatisch rechten aan te vragen.",
"list": {
"browserPermission": "Klik op het pictogram naast de URL en controleer de toestemmingen. Pop-ups en vensters toestaan",
"adBlockers": "Schakel advertentieblokkers en beveiligingsprogramma's van uw browser uit",
"adBlockers": "Schakel advertentieblokkers en beveiligingsprogramma's van je browser uit",
"otherBrowser": "Probeer een andere browser"
}
}

View File

@@ -3,14 +3,14 @@
"title": "Nieuwe tegel toevoegen",
"text": "Tegels zijn het belangrijkste element van Homarr. Ze worden gebruikt om je apps en andere informatie weer te geven. Je kunt zoveel tegels toevoegen als je wilt."
},
"widgetDescription": "Widgets werken samen met uw apps, om u meer controle over uw toepassingen te geven. Ze vereisen meestal extra configuratie voor gebruik.",
"widgetDescription": "Widgets werken samen met je apps, om je meer controle over je applicaties te geven. Ze vereisen meestal extra configuratie voor gebruik.",
"goBack": "Ga terug naar de vorige stap",
"actionIcon": {
"tooltip": "Tegel toevoegen"
},
"apps": "Apps",
"app": {
"defaultName": "Uw app"
"defaultName": "Jouw app"
},
"widgets": "Widgets",
"categories": "Categorieën",

View File

@@ -1,12 +1,12 @@
{
"description": "In de bewerkingsmodus kunt u tegels aanpassen en apps configureren. Wijzigingen worden niet opgeslagen totdat u de bewerkingsmodus afsluit.",
"description": "In de bewerkmodus kan je tegels aanpassen en apps configureren. Wijzigingen worden niet opgeslagen totdat je de bewerkingsmodus afsluit.",
"button": {
"disabled": "Ga naar de bewerkingsmodus",
"disabled": "Ga naar bewerkmodus",
"enabled": "Afsluiten en opslaan"
},
"popover": {
"title": "Bewerkingsmodus is ingeschakeld voor de <1>{{size}}</1> grootte",
"text": "U kunt uw apps nu aanpassen en configureren. Wijzigingen zijn <strong>niet opgeslagen</strong> totdat u de bewerkingsmodus verlaat"
"title": "Bewerkmodus is ingeschakeld voor de <1>{{size}}</1> grootte",
"text": "Je kan je apps nu aanpassen en configureren. Wijzigingen zijn <strong>niet opgeslagen</strong> totdat je de bewerkmodus verlaat"
},
"unloadEvent": "Sluit de bewerkingsmodus af om uw wijzigingen op te slaan"
"unloadEvent": "Sluit de bewerkmodus af om je wijzigingen op te slaan"
}

View File

@@ -1,7 +1,7 @@
{
"description": "Homarr is een <strong>sterk</strong>, <strong>modern</strong> dashboard dat al je apps en diensten binnen handbereik brengt. Met Homarr heb je toegang tot en controle over alles op één handige locatie. Homarr integreert naadloos met de apps die je hebt toegevoegd en geeft je waardevolle informatie en volledige controle. Installatie is een fluitje van een cent en Homarr ondersteunt een breed scala aan implementatiemethoden.",
"addToDashboard": "Aan dashboard toevoegen",
"tip": "Mod verwijst naar uw modifier toets, dat zijn de Ctrl en Commando/Super/Windows toets",
"tip": "Mod verwijst naar je modifier toets, dat zijn de Ctrl en Commando/Super/Windows toets",
"key": "Sneltoets",
"action": "Actie",
"keybinds": "Sneltoetsen",
@@ -21,7 +21,7 @@
"nodeEnvironment": "Node environment",
"i18n": "I18n vertaling namespaces geladen",
"locales": "I18n talen geconfigureerd",
"experimental_disableEditMode": "<b>EXPERIMENTEEL</b>: Bewerkingsmodus uitschakelen"
"experimental_disableEditMode": "<b>EXPERIMENTEEL</b>: Bewerkmodus uitschakelen"
},
"version": {
"new": "Nieuw: {{newVersion}}",

View File

@@ -61,7 +61,7 @@
"description": "Begin te typen om een pictogram te vinden. Je kunt ook een URL van een afbeelding plakken om een aangepast pictogram te gebruiken.",
"autocomplete": {
"title": "Geen resultaten gevonden",
"text": "Probeer een specifiekere zoekterm te gebruiken. Als u het gewenste pictogram niet kunt vinden, plak dan de bovenstaande URL van de afbeelding voor een aangepast pictogram"
"text": "Probeer een specifiekere zoekterm te gebruiken. Als je het gewenste pictogram niet kan vinden, plak dan de bovenstaande URL van de afbeelding voor een aangepast pictogram"
},
"noItems": {
"title": "Externe pictogrammen laden",
@@ -99,30 +99,30 @@
"integration": {
"type": {
"label": "Integratie configuratie",
"description": "De integratieconfiguratie die zal worden gebruikt om verbinding te maken met uw app.",
"description": "De integratie configuratie die zal worden gebruikt om verbinding te maken met je app.",
"placeholder": "Selecteer een integratie",
"defined": "Gedefinieerd",
"undefined": "Ongedefinieerd",
"public": "Openbaar",
"private": "Privé",
"explanationPrivate": "Een geheim wordt slechts eenmaal naar de server gestuurd. Zodra uw browser de pagina heeft ververst, wordt het nooit meer verzonden.",
"explanationPrivate": "Een geheim wordt slechts eenmaal naar de server gestuurd. Zodra je browser de pagina heeft ververst, wordt het nooit meer verzonden.",
"explanationPublic": "Een publiek geheim wordt altijd naar de client gestuurd en is toegankelijk via de API. Het mag geen vertrouwelijke waarden bevatten zoals gebruikersnamen, wachtwoorden, tokens, certificaten en dergelijke!"
},
"secrets": {
"description": "Om een geheim bij te werken, voert u een waarde in en klikt u op de knop Opslaan. Om een geheim te verwijderen, gebruikt u de knop wissen.",
"warning": "Uw referenties fungeren als de toegang tot uw integraties en u zou deze <strong>nooit</strong> hoeven delen met iemand anders. Het Homarr team zal nooit om inloggegevens vragen. Zorg ervoor dat <strong>uw geheimen veilig opslaat en beheert</strong>.",
"warning": "Je referenties fungeren als de toegang tot uw integraties en je zou deze <strong>nooit</strong> moeten delen met iemand anders. Het Homarr team zal nooit om inloggegevens vragen. Zorg ervoor dat <strong>je geheimen veilig opslaat en beheert</strong>.",
"clear": "Wis geheim",
"save": "Geheim opslaan",
"update": "Update geheim"
"update": "Geheim updaten"
}
},
"validation": {
"popover": "Uw formulier bevat ongeldige gegevens. Daarom kan het niet worden opgeslagen. Los alle problemen op en klik opnieuw op deze knop om uw wijzigingen op te slaan",
"popover": "Je formulier bevat ongeldige gegevens. Daarom kan het niet worden opgeslagen. Los alle problemen op en klik opnieuw op deze knop om je wijzigingen op te slaan",
"name": "Naam is vereist",
"noUrl": "Url is vereist",
"noUrl": "URL is vereist",
"invalidUrl": "Waarde is geen geldige url",
"noIconUrl": "Dit veld is verplicht",
"noExternalUri": "Externe URI is vereist",
"invalidExternalUri": "Externe URI is geen geldige uri"
"noExternalUri": "Externe URL is vereist",
"invalidExternalUri": "Externe URL is geen geldige uri"
}
}

Some files were not shown because too many files have changed in this diff Show More