diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html index 03148e9deb..32a3f75243 100644 --- a/dashboard-ui/dashboard.html +++ b/dashboard-ui/dashboard.html @@ -13,9 +13,6 @@ mode_edit -
@@ -42,7 +39,6 @@
- diff --git a/dashboard-ui/strings/ar.json b/dashboard-ui/strings/ar.json index a1debddb69..8f75318f98 100644 --- a/dashboard-ui/strings/ar.json +++ b/dashboard-ui/strings/ar.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "\u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0645\u0628\u0627\u0634\u0631", "LabelAudioCodec": "\u0645\u0642\u0637\u0639 \u0627\u0644\u0635\u0648\u062a: {0}", "LabelVideoCodec": "\u0645\u0642\u0637\u0639 \u0627\u0644\u0641\u064a\u062f\u064a\u0648: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "\u0645\u062a\u0635\u0644 \u0639\u0628\u0631 \u0645\u0646\u0641\u0630 http\u0640 {0}", "LabelRunningOnPorts": "\u0645\u062a\u0635\u0644 \u0639\u0628\u0631 \u0645\u0646\u0641\u0630 http\u0640 {0}\u060c \u0648\u0645\u0646\u0641\u0630 https\u0640 {1}.", "HeaderLatestFromChannel": "\u0627\u0644\u0623\u062d\u062f\u062b \u0645\u0646 {0}", diff --git a/dashboard-ui/strings/be-BY.json b/dashboard-ui/strings/be-BY.json index c22336a345..e5c9e17596 100644 --- a/dashboard-ui/strings/be-BY.json +++ b/dashboard-ui/strings/be-BY.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/bg-BG.json b/dashboard-ui/strings/bg-BG.json index 4d74f48e36..f567a79f8d 100644 --- a/dashboard-ui/strings/bg-BG.json +++ b/dashboard-ui/strings/bg-BG.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "\u0417\u0432\u0443\u043a: {0}", "LabelVideoCodec": "\u0412\u0438\u0434\u0435\u043e: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "\u0412\u044a\u0440\u0432\u0438 \u043d\u0430 \u043f\u043e\u0440\u0442 {0} (http).", "LabelRunningOnPorts": "\u0412\u044a\u0440\u0432\u0438 \u043d\u0430 \u043f\u043e\u0440\u0442 {0} (http) \u0438 \u043f\u043e\u0440\u0442 {1} (https).", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/el.json b/dashboard-ui/strings/el.json index 75bc4ac366..6284c7fa2e 100644 --- a/dashboard-ui/strings/el.json +++ b/dashboard-ui/strings/el.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "\u0393\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u0386\u03bc\u03b5\u03c3\u03b7 \u0391\u03bd\u03b1\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae", "LabelAudioCodec": "\u0389\u03c7\u03bf\u03c2: {0}", "LabelVideoCodec": "\u0392\u03af\u03bd\u03c4\u03b5\u03bf: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b1\u03c0\u03cc {0}", diff --git a/dashboard-ui/strings/en-GB.json b/dashboard-ui/strings/en-GB.json index a0da4a36e5..500f1cd0d7 100644 --- a/dashboard-ui/strings/en-GB.json +++ b/dashboard-ui/strings/en-GB.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on HTTP port {0}.", "LabelRunningOnPorts": "Running on HTTP port {0}, and HTTPS port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/en-US.json b/dashboard-ui/strings/en-US.json index 3dffef582d..10f9b448cf 100644 --- a/dashboard-ui/strings/en-US.json +++ b/dashboard-ui/strings/en-US.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/es-AR.json b/dashboard-ui/strings/es-AR.json index c4df448a7c..dee7bccdc6 100644 --- a/dashboard-ui/strings/es-AR.json +++ b/dashboard-ui/strings/es-AR.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/fa.json b/dashboard-ui/strings/fa.json index ff32a70d79..e5cba44848 100644 --- a/dashboard-ui/strings/fa.json +++ b/dashboard-ui/strings/fa.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/fi.json b/dashboard-ui/strings/fi.json index 1bfcae223b..1cf311a180 100644 --- a/dashboard-ui/strings/fi.json +++ b/dashboard-ui/strings/fi.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/fr-CA.json b/dashboard-ui/strings/fr-CA.json index 6b314ea5a3..dc0f635366 100644 --- a/dashboard-ui/strings/fr-CA.json +++ b/dashboard-ui/strings/fr-CA.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/gsw.json b/dashboard-ui/strings/gsw.json index cd23f0aa00..2302144823 100644 --- a/dashboard-ui/strings/gsw.json +++ b/dashboard-ui/strings/gsw.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/he.json b/dashboard-ui/strings/he.json index 19c0a65eae..2bd7f79f68 100644 --- a/dashboard-ui/strings/he.json +++ b/dashboard-ui/strings/he.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/hi-IN.json b/dashboard-ui/strings/hi-IN.json index c1fa9bf24b..5d47dcf5b2 100644 --- a/dashboard-ui/strings/hi-IN.json +++ b/dashboard-ui/strings/hi-IN.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/hr.json b/dashboard-ui/strings/hr.json index af9befc89f..c5fdb1afa6 100644 --- a/dashboard-ui/strings/hr.json +++ b/dashboard-ui/strings/hr.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direktno izvo\u0111enje", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Izvodi se na http port-u {0}.", "LabelRunningOnPorts": "Izvodi se na http port-u {0} i na https port-u {1}.", "HeaderLatestFromChannel": "Zadnje od {0}", diff --git a/dashboard-ui/strings/id.json b/dashboard-ui/strings/id.json index eee4c4f354..ec64560b52 100644 --- a/dashboard-ui/strings/id.json +++ b/dashboard-ui/strings/id.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/is-IS.json b/dashboard-ui/strings/is-IS.json index 74f6093ece..54d3f2e81a 100644 --- a/dashboard-ui/strings/is-IS.json +++ b/dashboard-ui/strings/is-IS.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/ko.json b/dashboard-ui/strings/ko.json index 9892a864ca..7003e6a429 100644 --- a/dashboard-ui/strings/ko.json +++ b/dashboard-ui/strings/ko.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "\ub2e4\uc774\ub809\ud2b8 \uc7ac\uc0dd", "LabelAudioCodec": "\uc624\ub514\uc624: {0}", "LabelVideoCodec": "\ube44\ub514\uc624: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/lt-LT.json b/dashboard-ui/strings/lt-LT.json index ee5e6aac53..8f0ce45487 100644 --- a/dashboard-ui/strings/lt-LT.json +++ b/dashboard-ui/strings/lt-LT.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/ms.json b/dashboard-ui/strings/ms.json index df99635884..74cc69a270 100644 --- a/dashboard-ui/strings/ms.json +++ b/dashboard-ui/strings/ms.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/nb.json b/dashboard-ui/strings/nb.json index 9b66a1232c..0b6d4fca2f 100644 --- a/dashboard-ui/strings/nb.json +++ b/dashboard-ui/strings/nb.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direkte Avspilling", "LabelAudioCodec": "Lyd: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Kj\u00f8rer p\u00e5 http port {0}.", "LabelRunningOnPorts": "Kj\u00f8rer p\u00e5 http port {0} og https port {1}.", "HeaderLatestFromChannel": "Siste fra {0}", diff --git a/dashboard-ui/strings/no.json b/dashboard-ui/strings/no.json index dc1cfd2a07..b6bf85a0e4 100644 --- a/dashboard-ui/strings/no.json +++ b/dashboard-ui/strings/no.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/pt-PT.json b/dashboard-ui/strings/pt-PT.json index e1d43f4d1f..7dbf60dc59 100644 --- a/dashboard-ui/strings/pt-PT.json +++ b/dashboard-ui/strings/pt-PT.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Reprodu\u00e7\u00e3o Direta", "LabelAudioCodec": "\u00c1udio: {0}", "LabelVideoCodec": "V\u00eddeo: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "A executar na porta http {0}.", "LabelRunningOnPorts": "A executar na porta http {0} e na porta https {1}.", "HeaderLatestFromChannel": "Mais recentes de {0}", diff --git a/dashboard-ui/strings/ro.json b/dashboard-ui/strings/ro.json index a931e7cdda..e9a1bf8020 100644 --- a/dashboard-ui/strings/ro.json +++ b/dashboard-ui/strings/ro.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/sl-SI.json b/dashboard-ui/strings/sl-SI.json index f84544c521..0228008c1c 100644 --- a/dashboard-ui/strings/sl-SI.json +++ b/dashboard-ui/strings/sl-SI.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/tr.json b/dashboard-ui/strings/tr.json index df8ea11197..7c0130ef80 100644 --- a/dashboard-ui/strings/tr.json +++ b/dashboard-ui/strings/tr.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/uk.json b/dashboard-ui/strings/uk.json index 61cac946af..62e5773726 100644 --- a/dashboard-ui/strings/uk.json +++ b/dashboard-ui/strings/uk.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/vi.json b/dashboard-ui/strings/vi.json index 2f31ddde5f..0662c6b96e 100644 --- a/dashboard-ui/strings/vi.json +++ b/dashboard-ui/strings/vi.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/zh-HK.json b/dashboard-ui/strings/zh-HK.json index 59521905ef..35e9b56219 100644 --- a/dashboard-ui/strings/zh-HK.json +++ b/dashboard-ui/strings/zh-HK.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "\u97f3\u8a0a\uff1a{0}", "LabelVideoCodec": "\u5f71\u7247\uff1a{0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "\u904b\u884c\u65bc http \u9023\u63a5\u57e0 {0}.", "LabelRunningOnPorts": "\u904b\u884c\u65bc http \u9023\u63a5\u57e0 {0}, \u548c https \u9023\u63a5\u57e0 {1}.", "HeaderLatestFromChannel": "Latest from {0}", diff --git a/dashboard-ui/strings/zh-TW.json b/dashboard-ui/strings/zh-TW.json index 139b028859..a4ab5120db 100644 --- a/dashboard-ui/strings/zh-TW.json +++ b/dashboard-ui/strings/zh-TW.json @@ -1261,8 +1261,8 @@ "LabelPlayMethodDirectPlay": "Direct Playing", "LabelAudioCodec": "Audio: {0}", "LabelVideoCodec": "Video: {0}", - "LabelLocalAccessUrl": "In-Home (LAN) access: {0}", - "LabelRemoteAccessUrl": "Remote (WAN) access: {0}", + "LabelLocalAccessUrl": "LAN address: {0}", + "LabelRemoteAccessUrl": "WAN address: {0}", "LabelRunningOnPort": "Running on http port {0}.", "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.", "HeaderLatestFromChannel": "Latest from {0}",