Skip to content

Commit

Permalink
Add singular plug-in label (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolson committed May 13, 2023
1 parent 319749c commit 21e3b42
Show file tree
Hide file tree
Showing 28 changed files with 29 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<br>

<a routerLink="/plugins" class="primary-text" *ngIf="homebridgePluginStatus.length">
{{ homebridgePluginStatus.length }} {{ 'status.plugins_out_of_date' | translate }}
{{ homebridgePluginStatus.length }} {{ homebridgePluginStatus.length === 1 ? ('status.plugin_out_of_date' | translate) : ('status.plugins_out_of_date' | translate) }}
</a>
<a class="grey-text card-link" routerLink="/plugins" *ngIf="!homebridgePluginStatus.length"
[translate]="'status.services.label_not_running'">
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Received",
"status.network.label_sent_per_second": "Sent",
"status.network.title_network": "Network Activity",
"status.plugin_out_of_date": "Добавката е остаряла",
"status.plugins_out_of_date": "Добавките са остарели",
"status.services.label_console": "Конзола",
"status.services.label_listening_on_port": "Слуша на порт {{port}}",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Received",
"status.network.label_sent_per_second": "Sent",
"status.network.title_network": "Network Activity",
"status.plugin_out_of_date": "Plugin sense actualitzar",
"status.plugins_out_of_date": "Plugins sense actualitzar",
"status.services.label_console": "Consola",
"status.services.label_listening_on_port": "Monitoritzant port {{ port }}",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Přijato",
"status.network.label_sent_per_second": "Odesláno",
"status.network.title_network": "Aktivita Sítě",
"status.plugin_out_of_date": "Neaktualizovaná plugin",
"status.plugins_out_of_date": "Neaktualizované pluginy",
"status.services.label_console": "Konzole",
"status.services.label_listening_on_port": "Poslouchá na portu {{port}}",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Empfangen",
"status.network.label_sent_per_second": "Gesendet",
"status.network.title_network": "Netzwerkaktivitäten",
"status.plugin_out_of_date": "Plugin nicht mehr aktuell",
"status.plugins_out_of_date": "Plugins nicht mehr aktuell",
"status.services.label_console": "Konsole",
"status.services.label_listening_on_port": "auf Port {{port}}",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Received",
"status.network.label_sent_per_second": "Sent",
"status.network.title_network": "Network Activity",
"status.plugin_out_of_date": "Plugin Out Of Date",
"status.plugins_out_of_date": "Plugins Out Of Date",
"status.services.label_console": "Console",
"status.services.label_listening_on_port": "Listening on port {{port}}",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Recibido",
"status.network.label_sent_per_second": "Enviado",
"status.network.title_network": "Actividad de la Red",
"status.plugin_out_of_date": "Plugin Sin Actualizar",
"status.plugins_out_of_date": "Plugins Sin Actualizar",
"status.services.label_console": "Consola",
"status.services.label_listening_on_port": "Monitoreando puerto {{port}}",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Reçu",
"status.network.label_sent_per_second": "Envoyé",
"status.network.title_network": "Activité Réseau",
"status.plugin_out_of_date": "Plugin obsolète",
"status.plugins_out_of_date": "Plugins obsolètes",
"status.services.label_console": "Console",
"status.services.label_listening_on_port": "Écoute sur le port {{port}}",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Received",
"status.network.label_sent_per_second": "Sent",
"status.network.title_network": "Network Activity",
"status.plugin_out_of_date": "תוסף לא מעודכן",
"status.plugins_out_of_date": "תוסף לא מעודכן",
"status.services.label_console": "קונסולה",
"status.services.label_listening_on_port": "מקשיב על פורט {{port}}",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Received",
"status.network.label_sent_per_second": "Sent",
"status.network.title_network": "Network Activity",
"status.plugin_out_of_date": "A bővítmények elavultak",
"status.plugins_out_of_date": "A bővítmények elavultak",
"status.services.label_console": "Console",
"status.services.label_listening_on_port": "{{port}} port figyelve van",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Diterima",
"status.network.label_sent_per_second": "Dikirim",
"status.network.title_network": "Aktivitas Jaringan",
"status.plugin_out_of_date": "Plugin Kadaluarsa",
"status.plugins_out_of_date": "Plugin Kadaluarsa",
"status.services.label_console": "Konsol",
"status.services.label_listening_on_port": "Mendengarkan port {{port}}",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Ricevuti",
"status.network.label_sent_per_second": "Inviati",
"status.network.title_network": "Attività di rete",
"status.plugin_out_of_date": "Plugin da aggiornare",
"status.plugins_out_of_date": "Plugin da aggiornare",
"status.services.label_console": "Console",
"status.services.label_listening_on_port": "In ascolto sulla porta {{port}}",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Received",
"status.network.label_sent_per_second": "Sent",
"status.network.title_network": "Network Activity",
"status.plugin_out_of_date": "期限切れのプラグイン",
"status.plugins_out_of_date": "期限切れのプラグイン",
"status.services.label_console": "コンソール",
"status.services.label_listening_on_port": "ポート番号{{port}}で接続中",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "수신됨",
"status.network.label_sent_per_second": "전송",
"status.network.title_network": "네트워크 Activity",
"status.plugin_out_of_date": "구버전",
"status.plugins_out_of_date": "구버전",
"status.services.label_console": "콘솔",
"status.services.label_listening_on_port": "포트 {{port}} 수신 중",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/mk.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Received",
"status.network.label_sent_per_second": "Sent",
"status.network.title_network": "Network Activity",
"status.plugin_out_of_date": "Плагин не е ажурирани",
"status.plugins_out_of_date": "Плагините не се ажурирани",
"status.services.label_console": "Конзола",
"status.services.label_listening_on_port": "Слуша на порта {{port}}",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Ontvangen",
"status.network.label_sent_per_second": "Verzonden",
"status.network.title_network": "Netwerk Activiteit",
"status.plugin_out_of_date": "Plug-in verouderd",
"status.plugins_out_of_date": "Plug-ins verouderd",
"status.services.label_console": "Console",
"status.services.label_listening_on_port": "Luisteren op poort {{port}}",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/no.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Received",
"status.network.label_sent_per_second": "Sent",
"status.network.title_network": "Network Activity",
"status.plugin_out_of_date": "Plugin utdatert",
"status.plugins_out_of_date": "Plugins utdaterte",
"status.services.label_console": "Konsoll",
"status.services.label_listening_on_port": "Lytter på port {{port}}",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Odebrano",
"status.network.label_sent_per_second": "Wysłano",
"status.network.title_network": "Aktywność sieci",
"status.plugin_out_of_date": "Wtyczka nieaktualna",
"status.plugins_out_of_date": "Wtyczki nieaktualne",
"status.services.label_console": "Panel WWW",
"status.services.label_listening_on_port": "Uruchomiony na porcie {{port}}",
Expand Down
3 changes: 2 additions & 1 deletion ui/src/i18n/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@
"status.network.label_received_per_second": "Received",
"status.network.label_sent_per_second": "Sent",
"status.network.title_network": "Network Activity",
"status.plugins_out_of_date": "Plugin(s) Desatualizado(s)",
"status.plugin_out_of_date": "Plugin Desatualizado",
"status.plugins_out_of_date": "Plugins Desatualizados",
"status.services.label_console": "Terminal",
"status.services.label_listening_on_port": "Aguardando conexão na porta {{port}}",
"status.services.label_not_running": "Parado",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Received",
"status.network.label_sent_per_second": "Sent",
"status.network.title_network": "Network Activity",
"status.plugin_out_of_date": "Plugin Desatualizado",
"status.plugins_out_of_date": "Plugins Desatualizados",
"status.services.label_console": "Consola",
"status.services.label_listening_on_port": "Á espera de conexão na porta {{port}}",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Received",
"status.network.label_sent_per_second": "Sent",
"status.network.title_network": "Network Activity",
"status.plugin_out_of_date": "Плагин устарел",
"status.plugins_out_of_date": "Плагины устарели",
"status.services.label_console": "Консоль",
"status.services.label_listening_on_port": "Порт: {{port}}",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/sl.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Received",
"status.network.label_sent_per_second": "Sent",
"status.network.title_network": "Network Activity",
"status.plugin_out_of_date": "Vtičnik je zastarel",
"status.plugins_out_of_date": "Vtičniki so zastareli",
"status.services.label_console": "Konzola",
"status.services.label_listening_on_port": "Poslušanje na portu {{port}}",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Mottaget",
"status.network.label_sent_per_second": "Skickat",
"status.network.title_network": "Nätverksaktivitet",
"status.plugin_out_of_date": "Plugin inaktuell",
"status.plugins_out_of_date": "Plugins inaktuella",
"status.services.label_console": "Konsol",
"status.services.label_listening_on_port": "Lyssnar på port {{port}}",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/th.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "ได้รับแล้ว",
"status.network.label_sent_per_second": "ส่ง",
"status.network.title_network": "กิจกรรมเครือข่าย",
"status.plugin_out_of_date": "ปลั๊กอินล้าสมัย",
"status.plugins_out_of_date": "ปลั๊กอินล้าสมัย",
"status.services.label_console": "คอนโซล",
"status.services.label_listening_on_port": "กำลังฟังพอร์ต {{port}}",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Received",
"status.network.label_sent_per_second": "Sent",
"status.network.title_network": "Network Activity",
"status.plugin_out_of_date": "Eklenti Güncel Değil",
"status.plugins_out_of_date": "Eklentiler Güncel Değil",
"status.services.label_console": "Konsol",
"status.services.label_listening_on_port": "{{Port}} bağlantı noktasında dinleniyor",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@
"status.network.label_received_per_second": "Отримано",
"status.network.label_sent_per_second": "Надіслано",
"status.network.title_network": "Активність у мережі",
"status.plugin_out_of_date": "Плагіни застаріли",
"status.plugins_out_of_date": "Плагіни застаріли",
"status.services.label_console": "Консоль",
"status.services.label_listening_on_port": "Порт: {{port}}",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Received",
"status.network.label_sent_per_second": "Sent",
"status.network.title_network": "Network Activity",
"status.plugin_out_of_date": "插件需要更新",
"status.plugins_out_of_date": "插件需要更新",
"status.services.label_console": "控制台",
"status.services.label_listening_on_port": "监听于端口 {{port}}",
Expand Down
1 change: 1 addition & 0 deletions ui/src/i18n/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
"status.network.label_received_per_second": "Received",
"status.network.label_sent_per_second": "Sent",
"status.network.title_network": "Network Activity",
"status.plugin_out_of_date": "Plugins 過舊",
"status.plugins_out_of_date": "Plugins 過舊",
"status.services.label_console": "控制台",
"status.services.label_listening_on_port": "監聽通訊埠 {{port}}",
Expand Down

0 comments on commit 21e3b42

Please sign in to comment.