diff --git a/frontend/src/locale/src/de.json b/frontend/src/locale/src/de.json index e9cf90e6..a204e330 100644 --- a/frontend/src/locale/src/de.json +++ b/frontend/src/locale/src/de.json @@ -71,9 +71,6 @@ "column.domain-names": { "defaultMessage": "Domänen" }, - "column.host-type": { - "defaultMessage": "Hosttyp" - }, "column.id": { "defaultMessage": "ICH WÜRDE" }, @@ -341,6 +338,9 @@ "unhealthy.title": { "defaultMessage": "Nginx Proxy Manager ist fehlerhaft" }, + "upstreams.title": { + "defaultMessage": "Upstreams" + }, "user.capabilities": { "defaultMessage": "Fähigkeiten" }, diff --git a/frontend/src/locale/src/en.json b/frontend/src/locale/src/en.json index cb26bf38..560ac02a 100644 --- a/frontend/src/locale/src/en.json +++ b/frontend/src/locale/src/en.json @@ -245,9 +245,6 @@ "column.domain-names": { "defaultMessage": "Domains" }, - "column.host-type": { - "defaultMessage": "Host Type" - }, "column.id": { "defaultMessage": "ID" }, diff --git a/frontend/src/locale/src/fa.json b/frontend/src/locale/src/fa.json index a73a50d0..e7180d88 100644 --- a/frontend/src/locale/src/fa.json +++ b/frontend/src/locale/src/fa.json @@ -71,9 +71,6 @@ "column.domain-names": { "defaultMessage": "دامنه ها" }, - "column.host-type": { - "defaultMessage": "نوع میزبان" - }, "column.id": { "defaultMessage": "شناسه" }, @@ -341,6 +338,9 @@ "unhealthy.title": { "defaultMessage": "Nginx Proxy Manager ناسالم است" }, + "upstreams.title": { + "defaultMessage": "Upstreams" + }, "user.capabilities": { "defaultMessage": "توانایی ها" },