Browse Source

[i18n] fix type in translation

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1707/head
R4SAS 3 years ago
parent
commit
7bf7aae3d1
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 4
      i18n/Armenian.cpp

4
i18n/Armenian.cpp

@ -68,7 +68,7 @@ namespace armenian // language namespace @@ -68,7 +68,7 @@ namespace armenian // language namespace
{"Family", "Խմբատեսակ"},
{"Tunnel creation success rate", "Հաջողությամբ կառուցված թունելներ"},
{"Received", "Ստացվել է"},
{"KiB/s", "КиБ/с"}, "ԿիԲ/վ"
{"KiB/s", "ԿիԲ/վ"},
{"Sent", "Ուղարկվել է"},
{"Transit", "Տարանցում"},
{"Data path", "Տվյալների ուղին"},
@ -202,7 +202,7 @@ namespace armenian // language namespace @@ -202,7 +202,7 @@ namespace armenian // language namespace
{"hours", {"ժամ", "ժամ"}},
{"minutes", {"րոպե", "րոպե"}},
{"seconds", {"վարկյան", "վարկյան"}},
{"", {"", "", ""}},
{"", {"", ""}},
};
std::shared_ptr<const i2p::i18n::Locale> GetLocale()

Loading…
Cancel
Save