Skip to content

Commit

Permalink
🚀 v0.10.2: Bugfixes for Dash. and services with API keys
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rw authored and ajnart committed Oct 11, 2022
2 parents f9d0cd5 + ba7786d commit e93343b
Show file tree
Hide file tree
Showing 27 changed files with 148 additions and 133 deletions.
2 changes: 1 addition & 1 deletion data/constants.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const REPO_URL = 'ajnart/homarr';
export const CURRENT_VERSION = 'v0.10.1';
export const CURRENT_VERSION = 'v0.10.2';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homarr",
"version": "0.10.1",
"version": "0.10.2",
"description": "Homarr - A homepage for your server.",
"license": "MIT",
"repository": {
Expand Down
16 changes: 8 additions & 8 deletions public/locales/es/authentication/login.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"title": "",
"text": "",
"title": "¡Bienvenido/a otra vez!",
"text": "Por favor, introduce la Contraseña",
"form": {
"fields": {
"password": {
"label": "Contraseña",
"placeholder": ""
"placeholder": "Tu contraseña"
}
},
"buttons": {
"submit": ""
"submit": "Iniciar sesión"
}
},
"notifications": {
"checking": {
"title": "",
"message": ""
"title": "Comprobando tu contraseña",
"message": "Tu contraseña está siendo comprobada..."
},
"correct": {
"title": ""
"title": "Contraseña correcta, redireccionándote..."
},
"wrong": {
"title": ""
"title": "Contraseña incorrecta, por favor, intenta otra vez."
}
}
}
6 changes: 3 additions & 3 deletions public/locales/es/layout/add-service-app-shelf.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
},
"category": {
"label": "Categoría",
"placeholder": "Selecciona una categoría o cree una nueva",
"nothingFound": "No se ha encontrado nada",
"placeholder": "Seleccione una categoría o cree una nueva",
"nothingFound": "No se ha encontrado ningún resultado",
"createLabel": "+ Crear {{query}}"
},
"integrations": {
Expand Down Expand Up @@ -101,7 +101,7 @@
"label": "Códigos de Estado HTTP",
"placeholder": "Seleccionar códigos de estado válidos",
"clearButtonLabel": "Borrar selección",
"nothingFound": "No se ha encontrado nada"
"nothingFound": "No se ha encontrado ningún resultado"
},
"openServiceInNewTab": {
"label": "Abrir el servicio en una nueva pestaña"
Expand Down
16 changes: 8 additions & 8 deletions public/locales/fr/authentication/login.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"title": "",
"text": "",
"title": "Bienvenue !",
"text": "Veuillez entrer votre mot de passe",
"form": {
"fields": {
"password": {
"label": "Mot de passe",
"placeholder": ""
"placeholder": "Votre mot de passe"
}
},
"buttons": {
"submit": ""
"submit": "Se connecter"
}
},
"notifications": {
"checking": {
"title": "",
"message": ""
"title": "Vérification de votre mot de passe",
"message": "Votre mot de passe est en cours de vérification..."
},
"correct": {
"title": ""
"title": "Mot de passe correct, redirection en cours..."
},
"wrong": {
"title": ""
"title": "Mot de passe erroné, veuillez réessayer."
}
}
}
4 changes: 2 additions & 2 deletions public/locales/fr/modules/dashdot.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"title": "Réseau",
"label": "Réseau :",
"metrics": {
"download": "Duvet",
"upload": "Up"
"download": "Descendant",
"upload": "Montant"
}
},
"cpu": {
Expand Down
16 changes: 8 additions & 8 deletions public/locales/sl/authentication/login.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"title": "",
"text": "",
"title": "Dobrodošli nazaj!",
"text": "Prosimo vnesite geslo",
"form": {
"fields": {
"password": {
"label": "Geslo",
"placeholder": ""
"placeholder": "Vaše geslo"
}
},
"buttons": {
"submit": ""
"submit": "Prijava"
}
},
"notifications": {
"checking": {
"title": "",
"message": ""
"title": "Preverjanje gesla",
"message": "Preverjamo vaše geslo..."
},
"correct": {
"title": ""
"title": "Geslo je pravilno, preusmerjam..."
},
"wrong": {
"title": ""
"title": "Geslo je napačno, poskusite znova."
}
}
}
16 changes: 8 additions & 8 deletions public/locales/sv/authentication/login.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"title": "",
"text": "",
"title": "Välkommen tillbaka!",
"text": "Vänligen ange lösenordet",
"form": {
"fields": {
"password": {
"label": "Lösenord",
"placeholder": ""
"placeholder": "Ditt lösenord"
}
},
"buttons": {
"submit": ""
"submit": "Logga in"
}
},
"notifications": {
"checking": {
"title": "",
"message": ""
"title": "Kontrollerar ditt lösenord",
"message": "Ditt lösenord kontrolleras..."
},
"correct": {
"title": ""
"title": "Lösenord korrekt, omdirigerar dig..."
},
"wrong": {
"title": ""
"title": "Lösenordet är fel, försök igen."
}
}
}
16 changes: 8 additions & 8 deletions public/locales/zh/authentication/login.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"title": "",
"text": "",
"title": "欢迎回来!",
"text": "请输入密码",
"form": {
"fields": {
"password": {
"label": "密码",
"placeholder": ""
"placeholder": "你的密码"
}
},
"buttons": {
"submit": ""
"submit": "登录"
}
},
"notifications": {
"checking": {
"title": "",
"message": ""
"title": "检查你的密码",
"message": "正在检查你的密码..."
},
"correct": {
"title": ""
"title": "密码正确,正在重定向..."
},
"wrong": {
"title": ""
"title": "密码错误,请重试。"
}
}
}
6 changes: 3 additions & 3 deletions public/locales/zh/layout/add-service-app-shelf.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
},
"category": {
"label": "类型",
"placeholder": "选择一个类别或创建一个新类别",
"placeholder": "选择或创建一个新类别",
"nothingFound": "没有找到",
"createLabel": "+ 创建 {{query}}"
},
"integrations": {
"apiKey": {
"label": "API key",
"label": "API密钥",
"placeholder": "你的API密钥",
"validation": {
"noKey": "无效key"
"noKey": "无效秘钥"
},
"tip": {
"text": "获取你的API密钥",
Expand Down
22 changes: 11 additions & 11 deletions public/locales/zh/modules/dashdot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "潇洒。",
"description": "用于显示运行中的Dash.instance的图表的模块",
"name": "Dash.",
"description": "一个显示运行中的仪表板实例的图表模块",
"settings": {
"cpuMultiView": {
"label": "CPU多核视图"
Expand All @@ -16,27 +16,27 @@
"label": "图表"
},
"url": {
"label": "Dash. URL"
"label": "Dash. 网址"
}
}
},
"card": {
"title": "潇洒。",
"title": "Dash.",
"errors": {
"noService": "没有找到Dash.服务。请在你的Homarr仪表板上添加一个,或者在模块选项中设置一个Dash.URL。URL在模块选项中",
"noInformation": "无法从仪表盘获取信息。- 你运行的是最新版本吗?"
"noService": "没有找到Dash.服务。请在你的Homarr仪表板上添加,或者设置一个仪表板网址。网址在应用选项中添加",
"noInformation": "无法从仪表板获取信息。- 你运行的是最新版本吗?"
},
"graphs": {
"storage": {
"title": "储存",
"label": "储存。"
"title": "存储",
"label": "存储:"
},
"network": {
"title": "网络",
"label": "网络",
"label": "网络",
"metrics": {
"download": "下降",
"upload": ""
"download": "下移",
"upload": "上移"
}
},
"cpu": {
Expand Down
2 changes: 1 addition & 1 deletion public/locales/zh/modules/date.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "在卡片中显示当前时间和日期",
"settings": {
"display24HourFormat": {
"label": "显示全时(24小时"
"label": "显示完整时间 (24小时)"
}
}
}
Expand Down
24 changes: 12 additions & 12 deletions public/locales/zh/modules/docker.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"descriptor": {
"name": "码头",
"name": "Docker",
"description": "允许你轻松地管理你的torrent文件"
},
"search": {
"placeholder": "按容器或图像名称搜索"
},
"table": {
"header": {
"name": "命名",
"image": "图片",
"ports": "码头",
"state": "国家"
"name": "名称",
"image": "镜像",
"ports": "端口",
"state": "状态"
},
"body": {
"portCollapse": "{{ports}} 更多"
},
"states": {
"running": "跑步",
"created": "创建",
"running": "运行中",
"created": "已创建",
"stopped": "已停止",
"unknown": "不详"
"unknown": "未知"
}
},
"actionBar": {
"addService": {
"title": "添加应用",
"message": "为Homarr添加服务"
"message": "添加服务到 Homarr"
},
"restart": {
"title": "重新启动"
Expand All @@ -49,8 +49,8 @@
},
"messages": {
"successfullyExecuted": {
"title": "容器 {{containerName}} {{action}}ed",
"message": "您的容器已成功 {{action}}。"
"title": "容器 {{containerName}} {{action}}已完成",
"message": "你的容器已成功 {{action}}。"
}
},
"errors": {
Expand All @@ -66,6 +66,6 @@
}
},
"actionIcon": {
"tooltip": "码头"
"tooltip": "Docker"
}
}
8 changes: 4 additions & 4 deletions public/locales/zh/modules/overseerr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"descriptor": {
"name": "监督员r",
"name": "Overseerr",
"description": "允许你从Overseerr/Jellyseerr搜索和添加媒体"
},
"popup": {
Expand All @@ -18,11 +18,11 @@
}
},
"seasonSelector": {
"caption": "勾选你想要下载的季节",
"caption": "勾选你想要下载的季数",
"table": {
"header": {
"season": "季节",
"numberOfEpisodes": "节目的数量"
"season": "季数",
"numberOfEpisodes": "剧集数"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion public/locales/zh/modules/ping.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"descriptor": {
"name": "",
"name": "Ping",
"description": "允许你检查服务是否启动或返回一个特定的HTTP状态代码。"
},
"states": {
Expand Down
Loading

0 comments on commit e93343b

Please sign in to comment.