Added a basic neighbours screen for repeaters

This commit is contained in:
Winston Lowe
2026-01-18 11:17:47 -08:00
parent dba639abdc
commit 04a713bb76
30 changed files with 1075 additions and 13 deletions
+15 -1
View File
@@ -1335,5 +1335,19 @@
"listFilter_repeaters": "重复器",
"listFilter_roomServers": "房间服务器",
"listFilter_unreadOnly": "未读消息",
"listFilter_newGroup": "新组"
"listFilter_newGroup": "新组",
"@neighbors_errorLoading": {
"placeholders": {
"error": {
"type": "String"
}
}
},
"repeater_neighboursSubtitle": "查看零跳邻居。",
"repeater_neighbours": "邻居",
"neighbors_ReceivedData": "收到邻居数据",
"neighbors_RequestTimedOut": "邻居请求超时处理。",
"neighbors_errorLoading": "加载邻居时出错:{error}",
"neighbors_repeatersNeighbours": "重复器邻居",
"neighbors_noData": "没有可用的邻居数据。"
}