mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2026-01-04 09:13:16 +00:00
Added automatic clipboard sync.
This commit is contained in:
18
Translate.cs
18
Translate.cs
@@ -36,6 +36,15 @@ namespace MeshCentralRouter
|
||||
{"de","Fehler beim Starten der Remote-Terminal-Sitzung"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"{0} Byte",
|
||||
new Dictionary<string, string>() {
|
||||
{"ko","{0} 바이트"},
|
||||
{"fr","{0} octet"},
|
||||
{"zh-chs","{0} 字节"},
|
||||
{"hi","{0} बाइट"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Certificate",
|
||||
new Dictionary<string, string>() {
|
||||
@@ -2652,15 +2661,6 @@ namespace MeshCentralRouter
|
||||
{"hi","सीआईआरए"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"{0} Byte",
|
||||
new Dictionary<string, string>() {
|
||||
{"ko","{0} 바이트"},
|
||||
{"fr","{0} octet"},
|
||||
{"zh-chs","{0} 字节"},
|
||||
{"hi","{0} बाइट"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Mapping Settings",
|
||||
new Dictionary<string, string>() {
|
||||
|
||||
Reference in New Issue
Block a user