mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 11:04:00 +01:00
[i18n] fix type in translation
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
e5f39d0caf
commit
7bf7aae3d1
|
@ -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", "Տվյալների ուղին"},
|
||||||
|
@ -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…
Reference in a new issue