Skip to content

Commit

Permalink
web app Improvements to Backend Status: Encoder Status
Browse files Browse the repository at this point in the history
- Remove redundant and duplicated information.
- Remove refereneces to the card id and input id.
- Combine status of virtual cards into status of parent card.
  • Loading branch information
bennettpeter committed Jan 27, 2025
1 parent 257c12f commit 0970091
Show file tree
Hide file tree
Showing 34 changed files with 69 additions and 81 deletions.
2 changes: 1 addition & 1 deletion mythtv/html/apps/backend/main.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Backend: {{ Name }} е {{ Type }} на IP {{ IP }}",
"backends_none": "Без бекенд",
"backends_title": "Бекендове",
"card_text": "Карта: {{ CardId }}, Вход: {{ Id }} е {{ InputName }}, Показвано име: {{ DisplayName }}",
"encoder_text": "Кодер {{ Id }}, {{ CardDetails }} е на хост {{ HostName }}, състояние: {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} е на хост {{ HostName }}, състояние: {{ State }}",
"encoder_title": "Състояние на енкодера",
"endtime_text": "Този запис е планиран да приключи в {{ EndTime }}.",
"frontends_detail": "Frontend: {{ Name }}, IP-порт: {{ IP }}:{{ Port }}, онлайн: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Backend: {{ Name }} és un {{ Type }} a la IP {{ IP }}",
"backends_none": "Sense backends",
"backends_title": "Backends",
"card_text": "Targeta: {{ CardId }}, entrada: {{ Id }} és {{ InputName }}, nom visualitzat: {{ DisplayName }}",
"encoder_text": "El codificador {{ Id }}, {{ CardDetails }} és a l'amfitrió {{ HostName }}, Estat: {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} està a l'amfitrió {{ HostName }}, estat: {{ State }}",
"encoder_title": "Estat del codificador",
"endtime_text": "Està previst que aquesta gravació finalitzi a les {{ EndTime }}.",
"frontends_detail": "Frontend: {{ Name }}, Port IP: {{ IP }}:{{ Port }}, En línia: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Backend: {{ Name }} je {{ Type }} na IP {{ IP }}",
"backends_none": "Žádné backendy",
"backends_title": "Backendy",
"card_text": "Karta: {{ CardId }}, vstup: {{ Id }} je {{ InputName }}, zobrazovaný název: {{ DisplayName }}",
"encoder_text": "Kodér {{ Id }}, {{ CardDetails }} je na hostiteli {{ HostName }}, Stav: {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} je na hostiteli {{ HostName }}, State: {{ State }}",
"encoder_title": "Stav kodéru",
"endtime_text": "Ukončení tohoto nahrávání je naplánováno na {{ EndTime }}.",
"frontends_detail": "Frontend: {{ Name }}, IP-Port: {{ IP }}:{{ Port }}, Online: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Backend: {{ Name }} er en {{ Type }} på IP {{ IP }}",
"backends_none": "Ingen backends",
"backends_title": "Backends",
"card_text": "Kort: {{ CardId }}, Input: {{ Id }} er {{ InputName }}, Vist navn: {{ DisplayName }}",
"encoder_text": "Encoder {{ Id }}, {{ CardDetails }} er på værten {{ HostName }}, stat: {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} er på vært {{ HostName }}, stat: {{ State }}",
"encoder_title": "Encoder status",
"endtime_text": "Denne optagelse er planlagt til at slutte kl. {{ EndTime }}.",
"frontends_detail": "Frontend: {{ Name }}, IP-Port: {{ IP }}:{{ Port }}, Online: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Backend: {{ Name }} ist ein {{ Type }} auf IP {{ IP }}",
"backends_none": "Keine Backends",
"backends_title": "Backends",
"card_text": "Karte: {{ CardId }}, Eingabe: {{ Id }} ist {{ InputName }}, Anzeigename: {{ DisplayName }}",
"encoder_text": "Encoder {{ Id }}, {{ CardDetails }} ist auf Host {{ HostName }}, Status: {{ State }}",
"encoder_text": "Oder",
"encoder_title": "Encoderstatus",
"endtime_text": "Das Ende dieser Aufzeichnung ist für {{ EndTime }} geplant.",
"frontends_detail": "Frontend: {{ Name }}, IP-Port: {{ IP }}:{{ Port }}, Online: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Backend: Το {{ Name }} είναι ένα {{ Type }} στην IP {{ IP }}",
"backends_none": "Χωρίς Backends",
"backends_title": "Backends",
"card_text": "Κάρτα: {{ CardId }}, Εισαγωγή: {{ Id }} είναι {{ InputName }}, Εμφανιζόμενο όνομα: {{ DisplayName }}",
"encoder_text": "Ο κωδικοποιητής {{ Id }}, {{ CardDetails }} βρίσκεται στον κεντρικό υπολογιστή {{ HostName }}, Πολιτεία: {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} είναι στον κεντρικό υπολογιστή {{ HostName }}, κατάσταση: {{ State }}",
"encoder_title": "Κατάσταση κωδικοποιητή",
"endtime_text": "Αυτή η εγγραφή έχει προγραμματιστεί να ολοκληρωθεί στις {{ EndTime }}.",
"frontends_detail": "Frontend: {{ Name }}, IP-Port: {{ IP }}:{{ Port }}, Online: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/en_CA.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Backend: {{ Name }} is a {{ Type }} on IP {{ IP }}",
"backends_none": "No Backends",
"backends_title": "Backends",
"card_text": "Card: {{ CardId }}, Input: {{ Id }} is {{ InputName }}, Display Name: {{ DisplayName }}",
"encoder_text": "Encoder {{ Id }}, {{ CardDetails }} is on host {{ HostName }}, State: {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} is on host {{ HostName }}, State: {{ State }}",
"encoder_title": "Encoder Status",
"endtime_text": "This recording is scheduled to end at {{ EndTime }}.",
"frontends_detail": "Frontend: {{ Name }}, IP-Port: {{ IP }}:{{ Port }}, Online: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Backend: {{ Name }} is a {{ Type }} on IP {{ IP }}",
"backends_none": "No Backends",
"backends_title": "Backends",
"card_text": "Card: {{ CardId }}, Input: {{ Id }} is {{ InputName }}, Display Name: {{ DisplayName }}",
"encoder_text": "Encoder {{ Id }}, {{ CardDetails }} is on host {{ HostName }}, State: {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} is on host {{ HostName }}, State: {{ State }}",
"encoder_title": "Encoder Status",
"endtime_text": "This recording is scheduled to end at {{ EndTime }}.",
"frontends_detail": "Frontend: {{ Name }}, IP-Port: {{ IP }}:{{ Port }}, Online: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Backend: {{ Name }} is a {{ Type }} on IP {{ IP }}",
"backends_none": "No Backends",
"backends_title": "Backends",
"card_text": "Card: {{ CardId }}, Input: {{ Id }} is {{ InputName }}, Display Name: {{ DisplayName }}",
"encoder_text": "Encoder {{ Id }}, {{ CardDetails }} is on host {{ HostName }}, State: {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} is on host {{ HostName }}, State: {{ State }}",
"encoder_title": "Encoder Status",
"endtime_text": "This recording is scheduled to end at {{ EndTime }}.",
"frontends_detail": "Frontend: {{ Name }}, IP-Port: {{ IP }}:{{ Port }}, Online: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Backend: {{ Name }} es un {{ Type }} en IP {{ IP }}",
"backends_none": "Sin backends",
"backends_title": "backends",
"card_text": "Tarjeta: {{ CardId }}, Entrada: {{ Id }} es {{ InputName }}, Nombre para mostrar: {{ DisplayName }}",
"encoder_text": "El codificador {{ Id }}, {{ CardDetails }} está en el host {{ HostName }}, Estado: {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} está en host {{ HostName }}, state: {{ State }}",
"encoder_title": "Estado del codificador",
"endtime_text": "Esta grabación está programada para finalizar a las {{ EndTime }}.",
"frontends_detail": "Interfaz: {{ Name }}, Puerto IP: {{ IP }}:{{ Port }}, En línea: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/es_ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Backend: {{ Name }} es un {{ Type }} en IP {{ IP }}",
"backends_none": "Sin backends",
"backends_title": "backends",
"card_text": "Tarjeta: {{ CardId }}, Entrada: {{ Id }} es {{ InputName }}, Nombre para mostrar: {{ DisplayName }}",
"encoder_text": "El codificador {{ Id }}, {{ CardDetails }} está en el host {{ HostName }}, Estado: {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} está en host {{ HostName }}, state: {{ State }}",
"encoder_title": "Estado del codificador",
"endtime_text": "Esta grabación está programada para finalizar a las {{ EndTime }}.",
"frontends_detail": "Interfaz: {{ Name }}, Puerto IP: {{ IP }}:{{ Port }}, En línea: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/et.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Taustaprogramm: {{ Name }} on {{ Type }} IP-l {{ IP }}",
"backends_none": "Taustaprogramme pole",
"backends_title": "Taustaprogrammid",
"card_text": "Kaart: {{ CardId }}, sisend: {{ Id }} on {{ InputName }}, kuvatav nimi: {{ DisplayName }}",
"encoder_text": "Kodeerija {{ Id }}, {{ CardDetails }} on hostis {{ HostName }}, olek: {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} on hostis {{ HostName }}, olek: {{ State }}",
"encoder_title": "Kodeerija olek",
"endtime_text": "See salvestus on kavandatud lõppema {{ EndTime }}.",
"frontends_detail": "Frontend: {{ Name }}, IP-port: {{ IP }}:{{ Port }}, võrgus: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Taustajärjestelmä: {{ Name }} on {{ Type }} IP-osoitteessa {{ IP }}",
"backends_none": "Ei taustaohjelmia",
"backends_title": "Taustaohjelmat",
"card_text": "Kortti: {{ CardId }}, syöttö: {{ Id }} on {{ InputName }}, näyttönimi: {{ DisplayName }}",
"encoder_text": "Enkooderi {{ Id }}, {{ CardDetails }} on isännässä {{ HostName }}, tila: {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} on isäntä {{ HostName }}, tila: {{ State }}",
"encoder_title": "Enkooderin tila",
"endtime_text": "Tämän tallennuksen on määrä päättyä {{ EndTime }}.",
"frontends_detail": "Käyttöliittymä: {{ Name }}, IP-portti: {{ IP }}:{{ Port }}, Online: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Backend : {{ Name }} est un {{ Type }} sur l'IP {{ IP }}",
"backends_none": "Aucun backend",
"backends_title": "Backends",
"card_text": "Carte : {{ CardId }}, entrée : {{ Id }} est {{ InputName }}, nom d'affichage : {{ DisplayName }}",
"encoder_text": "L'encodeur {{ Id }}, {{ CardDetails }} est sur l'hôte {{ HostName }}, État : {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} est sur l'hôte {{ HostName }}, état: {{ State }}",
"encoder_title": "État de l'encodeur",
"endtime_text": "Cet enregistrement doit se terminer à {{ EndTime }}.",
"frontends_detail": "Frontend : {{ Name }}, IP-Port : {{ IP }} :{{ Port }}, Online : {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "אחורי: {{ Name }} הוא {{ Type }} ב-IP {{ IP }}",
"backends_none": "אין אחוריים",
"backends_title": "קצוות אחוריים",
"card_text": "כרטיס: {{ CardId }}, קלט: {{ Id }} הוא {{ InputName }}, שם תצוגה: {{ DisplayName }}",
"encoder_text": "המקודד {{ Id }}, {{ CardDetails }} נמצא במארח {{ HostName }}, מדינה: {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} נמצא ב- Host {{ HostName }}, קבע: {{ State }}",
"encoder_title": "מצב מקודד",
"endtime_text": "הקלטה זו מתוכננת להסתיים ב-{{ EndTime }}.",
"frontends_detail": "ממשק קצה: {{ Name }}, יציאת IP: {{ IP }}:{{ Port }}, מקוונת: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Pozadina: {{ Name }} je {{ Type }} na IP-u {{ IP }}",
"backends_none": "Nema pozadine",
"backends_title": "Pozadine",
"card_text": "Kartica: {{ CardId }}, Unos: {{ Id }} je {{ InputName }}, Prikazno ime: {{ DisplayName }}",
"encoder_text": "Enkoder {{ Id }}, {{ CardDetails }} je na glavnom računalu {{ HostName }}, stanje: {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} nalazi se na hostu {{ HostName }}, stanju: {{ State }}",
"encoder_title": "Status kodera",
"endtime_text": "Završetak ovog snimanja zakazan je za {{ EndTime }}.",
"frontends_detail": "Sučelje: {{ Name }}, IP-Port: {{ IP }}:{{ Port }}, Online: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Háttérrendszer: a {{ Name }} egy {{ Type }} az {{ IP }} IP-n",
"backends_none": "Nincsenek háttérprogramok",
"backends_title": "Háttérrendszerek",
"card_text": "Kártya: {{ CardId }}, bemenet: {{ Id }}: {{ InputName }}, megjelenített név: {{ DisplayName }}",
"encoder_text": "A {{ Id }} kódoló, a {{ CardDetails }} a {{ HostName }} gazdagépen található, állapot: {{ State }}",
"encoder_text": "{{DisplayName}}, {{{CardDetails}} a host {{hostName}} hoston van",
"encoder_title": "Kódoló állapota",
"endtime_text": "Ez a felvétel a tervek szerint {{ EndTime }}-kor ér véget.",
"frontends_detail": "Frontend: {{ Name }}, IP-Port: {{ IP }}:{{ Port }}, Online: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/is.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Bakendi: {{ Name }} er {{ Type }} á IP {{ IP }}",
"backends_none": "Engir bakenda",
"backends_title": "Bakenda",
"card_text": "Kort: {{ CardId }}, Inntak: {{ Id }} er {{ InputName }}, Birtingarnafn: {{ DisplayName }}",
"encoder_text": "Kóðari {{ Id }}, {{ CardDetails }} er á gestgjafa {{ HostName }}, fylki: {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} er á hýsingu {{ HostName }}, ríki: {{ State }}",
"encoder_title": "Staða kóðara",
"endtime_text": "Áætlað er að þessari upptöku ljúki {{ EndTime }}.",
"frontends_detail": "Framenda: {{ Name }}, IP-Port: {{ IP }}:{{ Port }}, Online: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Backend: {{ Name }} è un {{ Type }} su IP {{ IP }}",
"backends_none": "Nessun Backend",
"backends_title": "Backend",
"card_text": "Scheda: {{ CardId }}, Input: {{ Id }} è {{ InputName }}, Nome visualizzato: {{ DisplayName }}",
"encoder_text": "Il codificatore {{ Id }}, {{ CardDetails }} è sull'host {{ HostName }}, Stato: {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} è su host {{ HostName }}, stato: {{ State }}",
"encoder_title": "Stato dell'encoder",
"endtime_text": "Questa registrazione dovrebbe terminare alle {{ EndTime }}.",
"frontends_detail": "Frontend: {{ Name }}, Porta IP: {{ IP }}:{{ Port }}, Online: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "バックエンド: {{ Name }} は IP {{ Type }} 上の {{ IP }}}} です",
"backends_none": "バックエンドなし",
"backends_title": "バックエンド",
"card_text": "カード: {{ CardId }}、入力: {{ Id }} は {{ InputName }}、表示名: {{ DisplayName }}",
"encoder_text": "エンコーダ {{ Id }}、{{ CardDetails }} はホスト {{ HostName }} 上にあり、状態: {{ State }}",
"encoder_text": "{{ DisplayName }}、{{ CardDetails }}はhost {{ HostName }}、state:{{ State }}にあります。",
"encoder_title": "エンコーダのステータス",
"endtime_text": "この録画は {{ EndTime }} に終了するようにスケジュールされています。",
"frontends_detail": "フロントエンド: {{ Name }}、IP ポート: {{ IP }}:{{ Port }}、オンライン: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/nb.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Backend: {{ Name }} er en {{ Type }} på IP {{ IP }}",
"backends_none": "Ingen backends",
"backends_title": "Backends",
"card_text": "Kort: {{ CardId }}, Inndata: {{ Id }} er {{ InputName }}, Visningsnavn: {{ DisplayName }}",
"encoder_text": "Koderen {{ Id }}, {{ CardDetails }} er på vert {{ HostName }}, stat: {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} er på vert {{ HostName }}, state: {{ State }}",
"encoder_title": "Enkoderstatus",
"endtime_text": "Dette opptaket er planlagt avsluttet {{ EndTime }}.",
"frontends_detail": "Grensesnitt: {{ Name }}, IP-port: {{ IP }}:{{ Port }}, Online: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Backend: {{ Name }} is een {{ Type }} op IP {{ IP }}",
"backends_none": "Geen back-ends",
"backends_title": "Back-ends",
"card_text": "Kaart: {{ CardId }}, invoer: {{ Id }} is {{ InputName }}, weergavenaam: {{ DisplayName }}",
"encoder_text": "Encoder {{ Id }}, {{ CardDetails }} bevindt zich op host {{ HostName }}, Staat: {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} is op host {{ HostName }}, status: {{ State }}",
"encoder_title": "Encoder-status",
"endtime_text": "Het einde van deze opname is gepland om {{ EndTime }}.",
"frontends_detail": "Frontend: {{ Name }}, IP-poort: {{ IP }}:{{ Port }}, Online: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Backend: {{ Name }} to {{ Type }} na IP {{ IP }}",
"backends_none": "Brak zaplecza",
"backends_title": "Backendy",
"card_text": "Karta: {{ CardId }}, Wejście: {{ Id }} to {{ InputName }}, Wyświetlana nazwa: {{ DisplayName }}",
"encoder_text": "Koder {{ Id }}, {{ CardDetails }} znajduje się na hoście {{ HostName }}, stan: {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} jest na hosta {{ HostName }}, stan: {{ State }}",
"encoder_title": "Stan enkodera",
"endtime_text": "To nagranie ma zakończyć się o {{ EndTime }}.",
"frontends_detail": "Frontend: {{ Name }}, Port IP: {{ IP }}: {{ Port }}, Online: {{ OnLine }}",
Expand Down
3 changes: 1 addition & 2 deletions mythtv/html/assets/i18n/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@
"backends_detail": "Back-end: {{ Name }} é um {{ Type }} no IP {{ IP }}",
"backends_none": "Sem back-ends",
"backends_title": "Infra-estruturas",
"card_text": "Cartão: {{ CardId }}, Entrada: {{ Id }} é {{ InputName }}, Nome de exibição: {{ DisplayName }}",
"encoder_text": "O codificador {{ Id }}, {{ CardDetails }} está no host {{ HostName }}, estado: {{ State }}",
"encoder_text": "{{ DisplayName }}, {{ CardDetails }} está no host {{ HostName }}, estado: {{ State }}",
"encoder_title": "Estado do Codificador",
"endtime_text": "Esta gravação está programada para terminar em {{ EndTime }}.",
"frontends_detail": "Frontend: {{ Name }}, IP-Port: {{ IP }}:{{ Port }}, Online: {{ OnLine }}",
Expand Down
Loading

0 comments on commit 0970091

Please sign in to comment.