Skip to content

Commit 3e0bb05

Browse files
Added Mongolian translations (#278)
* Added Mongolian translations * Fix target lang --------- Co-authored-by: Victor Bocharsky <bocharsky.bw@gmail.com>
1 parent 2b42822 commit 3e0bb05

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
3+
<file original="file.ext" source-language="en" target-language="mn" datatype="plaintext">
4+
<body>
5+
<trans-unit id="1">
6+
<source>%count% year|%count% years</source>
7+
<target>%count% жил|%count% жил</target>
8+
</trans-unit>
9+
<trans-unit id="2">
10+
<source>%count% month|%count% months</source>
11+
<target>%count% сар|%count% сар</target>
12+
</trans-unit>
13+
<trans-unit id="3">
14+
<source>%count% day|%count% days</source>
15+
<target>%count% өдөр|%count% өдөр</target>
16+
</trans-unit>
17+
<trans-unit id="4">
18+
<source>%count% hour|%count% hours</source>
19+
<target>%count% цаг|%count% цаг</target>
20+
</trans-unit>
21+
<trans-unit id="5">
22+
<source>%count% minute|%count% minutes</source>
23+
<target>%count% минут|%count% минут</target>
24+
</trans-unit>
25+
<trans-unit id="6">
26+
<source>There was a problem validating your password reset request</source>
27+
<target>Таны нууц үг шинэчлэх хүсэлтийг баталгаажуулахад асуудал гарлаа</target>
28+
</trans-unit>
29+
<trans-unit id="7">
30+
<source>There was a problem handling your password reset request</source>
31+
<target>Таны нууц үг шинэчлэх хүсэлтийг шийдвэрлэхэд асуудал гарлаа</target>
32+
</trans-unit>
33+
<trans-unit id="8">
34+
<source>The link in your email is expired. Please try to reset your password again.</source>
35+
<target>Таны имэйл дэх холбоосын хугацаа дууссан байна. Нууц үгээ дахин сэргээхийг оролдоно уу.</target>
36+
</trans-unit>
37+
<trans-unit id="9">
38+
<source>Please update the request_password_repository configuration in config/packages/reset_password.yaml to point to your "request password repository" service.</source>
39+
<target>config/packages/reset_password.yaml доторх request_password_repository тохиргоог шинэчилж, "request password repository" service рүүгээ заана уу.</target>
40+
</trans-unit>
41+
<trans-unit id="10">
42+
<source>The reset password link is invalid. Please try to reset your password again.</source>
43+
<target>Нууц үг шинэчлэх холбоос буруу байна. Нууц үгээ дахин сэргээхийг оролдоно уу.</target>
44+
</trans-unit>
45+
<trans-unit id="11">
46+
<source>You have already requested a reset password email. Please check your email or try again soon.</source>
47+
<target>Та аль хэдийн нууц үгээ шинэчлэх имэйл хүссэн байна. Имэйлээ шалгаарай эсвэл удахгүй дахин оролдоно уу.</target>
48+
</trans-unit>
49+
</body>
50+
</file>
51+
</xliff>

0 commit comments

Comments
 (0)