-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* main: feature #326 [translations] port DA, FA, & ID from VerifyEmailBundle
- Loading branch information
Showing
3 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2"> | ||
<file original="file.ext" source-language="en" target-language="da" datatype="plaintext"> | ||
<body> | ||
<trans-unit id="1"> | ||
<source>%count% year|%count% years</source> | ||
<target>%count% år|%count% år</target> | ||
</trans-unit> | ||
<trans-unit id="2"> | ||
<source>%count% month|%count% months</source> | ||
<target>%count% måned|%count% måneder</target> | ||
</trans-unit> | ||
<trans-unit id="3"> | ||
<source>%count% day|%count% days</source> | ||
<target>%count% dag|%count% dage</target> | ||
</trans-unit> | ||
<trans-unit id="4"> | ||
<source>%count% hour|%count% hours</source> | ||
<target>%count% time|%count% timer</target> | ||
</trans-unit> | ||
<trans-unit id="5"> | ||
<source>%count% minute|%count% minutes</source> | ||
<target>%count% minut|%count% minutter</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2"> | ||
<file original="file.ext" source-language="en" target-language="fa" datatype="plaintext"> | ||
<body> | ||
<trans-unit id="1"> | ||
<source>%count% year|%count% years</source> | ||
<target>%count% سال|%count% سال</target> | ||
</trans-unit> | ||
<trans-unit id="2"> | ||
<source>%count% month|%count% months</source> | ||
<target>%count% ماه|%count% ماه</target> | ||
</trans-unit> | ||
<trans-unit id="3"> | ||
<source>%count% day|%count% days</source> | ||
<target>%count% روز|%count% روز</target> | ||
</trans-unit> | ||
<trans-unit id="4"> | ||
<source>%count% hour|%count% hours</source> | ||
<target>%count% ساعت|%count% ساعت</target> | ||
</trans-unit> | ||
<trans-unit id="5"> | ||
<source>%count% minute|%count% minutes</source> | ||
<target>%count% دقیقه|%count% دقیقه</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2"> | ||
<file original="file.ext" source-language="en" target-language="id" datatype="plaintext"> | ||
<body> | ||
<trans-unit id="1"> | ||
<source>%count% year|%count% years</source> | ||
<target>%count% tahun|%count% tahun</target> | ||
</trans-unit> | ||
<trans-unit id="2"> | ||
<source>%count% month|%count% months</source> | ||
<target>%count% bulan|%count% bulan</target> | ||
</trans-unit> | ||
<trans-unit id="3"> | ||
<source>%count% day|%count% days</source> | ||
<target>%count% hari|%count% hari</target> | ||
</trans-unit> | ||
<trans-unit id="4"> | ||
<source>%count% hour|%count% hours</source> | ||
<target>%count% jam|%count% jam</target> | ||
</trans-unit> | ||
<trans-unit id="5"> | ||
<source>%count% minute|%count% minutes</source> | ||
<target>%count% menit|%count% menit</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |