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. 6
      i18n/Armenian.cpp

6
i18n/Armenian.cpp

@ -68,7 +68,7 @@ namespace armenian // language namespace
{"Family", "Խմբատեսակ"}, {"Family", "Խմբատեսակ"},
{"Tunnel creation success rate", "Հաջողությամբ կառուցված թունելներ"}, {"Tunnel creation success rate", "Հաջողությամբ կառուցված թունելներ"},
{"Received", "Ստացվել է"}, {"Received", "Ստացվել է"},
{"KiB/s", "КиБ/с"}, "ԿիԲ/վ" {"KiB/s", "ԿիԲ/վ"},
{"Sent", "Ուղարկվել է"}, {"Sent", "Ուղարկվել է"},
{"Transit", "Տարանցում"}, {"Transit", "Տարանցում"},
{"Data path", "Տվյալների ուղին"}, {"Data path", "Տվյալների ուղին"},
@ -115,7 +115,7 @@ namespace armenian // language namespace
{"Non Expired Leases", "Չսպառված Lease-եր"}, {"Non Expired Leases", "Չսպառված Lease-եր"},
{"Gateway", "Դարպաս"}, {"Gateway", "Դարպաս"},
{"TunnelID", "Թունելի ID"}, {"TunnelID", "Թունելի ID"},
{"EndDate", "Ավարտ" }, {"EndDate", "Ավարտ"},
{"not floodfill", "ոչ floodfill-ներ"}, {"not floodfill", "ոչ floodfill-ներ"},
{"Queue size", "Հերթի չափսը"}, {"Queue size", "Հերթի չափսը"},
{"Run peer test", "Գործարկել փորձարկումը"}, {"Run peer test", "Գործարկել փորձարկումը"},
@ -202,7 +202,7 @@ namespace armenian // language namespace
{"hours", {"ժամ", "ժամ"}}, {"hours", {"ժամ", "ժամ"}},
{"minutes", {"րոպե", "րոպե"}}, {"minutes", {"րոպե", "րոպե"}},
{"seconds", {"վարկյան", "վարկյան"}}, {"seconds", {"վարկյան", "վարկյան"}},
{"", {"", "", ""}}, {"", {"", ""}},
}; };
std::shared_ptr<const i2p::i18n::Locale> GetLocale() std::shared_ptr<const i2p::i18n::Locale> GetLocale()

Loading…
Cancel
Save