Skip to content

Commit 018e16e

Browse files
updates to language dictionaries
1 parent 4139707 commit 018e16e

3 files changed

Lines changed: 15 additions & 10 deletions

File tree

meshview/lang/en.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,12 @@
7070
},
7171

7272
"map": {
73-
"show_routers_only": "Show Routers Only",
74-
"share_view": "Share This View",
75-
"reset_filters": "Reset Filters To Defaults",
76-
"channel_label": "Channel:",
73+
"show_routers_only": "Show Routers Only",
74+
"share_view": "Share This View",
75+
"reset_filters": "Reset Filters To Defaults",
76+
"unmapped_packets_title": "Unmapped Packets",
77+
"unmapped_packets_empty": "No recent unmapped packets.",
78+
"channel_label": "Channel:",
7779
"model_label": "Model:",
7880
"role_label": "Role:",
7981
"last_seen": "Last seen:",
@@ -209,4 +211,4 @@
209211
}
210212

211213

212-
}
214+
}

meshview/lang/es.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,13 @@
6767
},
6868

6969
"map": {
70-
"filter_routers_only": "Mostrar solo enrutadores",
71-
"share_view": "Compartir esta vista",
72-
"reset_filters": "Restablecer filtros",
73-
"channel_label": "Canal:",
70+
"filter_routers_only": "Mostrar solo enrutadores",
71+
"show_routers_only": "Mostrar solo enrutadores",
72+
"share_view": "Compartir esta vista",
73+
"reset_filters": "Restablecer filtros",
74+
"unmapped_packets_title": "Paquetes sin mapa",
75+
"unmapped_packets_empty": "No hay paquetes sin mapa recientes.",
76+
"channel_label": "Canal:",
7477
"model_label": "Modelo:",
7578
"role_label": "Rol:",
7679
"last_seen": "Visto por última vez:",

meshview/templates/map.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<div id="map"></div>
8181

8282
<div id="unmapped-packets">
83-
<h3 data-translate-lang="unmapped_packets_title">Unmapped Packets</h3>
83+
<h3 data-translate-lang="unmapped_packets_title">Unmapped Packets</h3>
8484
<ul id="unmapped-list">
8585
<li class="unmapped-empty" data-translate-lang="unmapped_packets_empty">
8686
No recent unmapped packets.

0 commit comments

Comments
 (0)