Skip to content

Commit 272b9d6

Browse files
authored
Merge pull request #94 from marcu87/master
added Esperanto translation
2 parents bcc590e + fa5c0a1 commit 272b9d6

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<?xml version="1.0"?>
2+
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
3+
<file source-language="en" datatype="plaintext" original="file.ext">
4+
<body>
5+
<trans-unit id="1">
6+
<source>diff.ago.year</source>
7+
<target>antaŭ 1 jaro|antaŭ %count% jaroj</target>
8+
</trans-unit>
9+
<trans-unit id="2">
10+
<source>diff.ago.month</source>
11+
<target>antaŭ 1 monato|antaŭ %count% monatoj</target>
12+
</trans-unit>
13+
<trans-unit id="3">
14+
<source>diff.ago.day</source>
15+
<target>antaŭ 1 tago|antaŭ %count% tagoj</target>
16+
</trans-unit>
17+
<trans-unit id="4">
18+
<source>diff.ago.hour</source>
19+
<target>antaŭ 1 horo|antaŭ %count% horoj</target>
20+
</trans-unit>
21+
<trans-unit id="5">
22+
<source>diff.ago.minute</source>
23+
<target>antaŭ 1 minuto|antaŭ %count% minutoj</target>
24+
</trans-unit>
25+
<trans-unit id="6">
26+
<source>diff.ago.second</source>
27+
<target>antaŭ 1 sekundo|antaŭ %count% sekundoj</target>
28+
</trans-unit>
29+
<trans-unit id="7">
30+
<source>diff.empty</source>
31+
<target>nun</target>
32+
</trans-unit>
33+
<trans-unit id="8">
34+
<source>diff.in.second</source>
35+
<target>post 1 sekundo|post %count% sekundoj</target>
36+
</trans-unit>
37+
<trans-unit id="9">
38+
<source>diff.in.hour</source>
39+
<target>post 1 horo|post %count% horoj</target>
40+
</trans-unit>
41+
<trans-unit id="10">
42+
<source>diff.in.minute</source>
43+
<target>post 1 minuto|post %count% minutoj</target>
44+
</trans-unit>
45+
<trans-unit id="11">
46+
<source>diff.in.day</source>
47+
<target>post 1 tago|post %count% tagoj</target>
48+
</trans-unit>
49+
<trans-unit id="12">
50+
<source>diff.in.month</source>
51+
<target>post 1 monato|post %count% monatoj</target>
52+
</trans-unit>
53+
<trans-unit id="13">
54+
<source>diff.in.year</source>
55+
<target>post 1 jaro|post %count% jaroj</target>
56+
</trans-unit>
57+
</body>
58+
</file>
59+
</xliff>

0 commit comments

Comments
 (0)