mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2025-12-06 00:13:33 +00:00
Update Translate.cs (#75)
Replaced "Hafen" with "Port" for the german translation. The term "Port" is used when speaking about network connections.
This commit is contained in:
@@ -3379,7 +3379,7 @@ namespace MeshCentralRouter
|
|||||||
{
|
{
|
||||||
"Alternative Port",
|
"Alternative Port",
|
||||||
new Dictionary<string, string>() {
|
new Dictionary<string, string>() {
|
||||||
{"de","Alternativer Hafen"},
|
{"de","Alternativer Port"},
|
||||||
{"hi","वैकल्पिक बंदरगाह"},
|
{"hi","वैकल्पिक बंदरगाह"},
|
||||||
{"fr","Port alternatif"},
|
{"fr","Port alternatif"},
|
||||||
{"zh-chs","替代端口"},
|
{"zh-chs","替代端口"},
|
||||||
@@ -4585,7 +4585,7 @@ namespace MeshCentralRouter
|
|||||||
{
|
{
|
||||||
"Local Port",
|
"Local Port",
|
||||||
new Dictionary<string, string>() {
|
new Dictionary<string, string>() {
|
||||||
{"de","Lokaler Hafen"},
|
{"de","Lokaler Port"},
|
||||||
{"hi","स्थानीय बंदरगाह"},
|
{"hi","स्थानीय बंदरगाह"},
|
||||||
{"fr","Port local"},
|
{"fr","Port local"},
|
||||||
{"zh-chs","本地端口"},
|
{"zh-chs","本地端口"},
|
||||||
|
|||||||
Reference in New Issue
Block a user