xlf-translate-auto 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/npm-publish.yml +50 -0
- package/.github/workflows/test-on-push.yml +20 -0
- package/.prettierrc.json +4 -0
- package/LICENSE +21 -0
- package/README.md +119 -0
- package/examples/issue-1.xlf +526 -0
- package/examples/messages.small.xlf +21 -0
- package/examples/messages.xlf +73 -0
- package/logo.png +0 -0
- package/package.json +61 -0
- package/src/helpers/date.js +28 -0
- package/src/helpers/fs-async.js +37 -0
- package/src/helpers/log.js +10 -0
- package/src/helpers/text-matcher.js +11 -0
- package/src/index.js +155 -0
- package/src/translate.js +313 -0
- package/test/repro_general_error.spec.js +55 -0
- package/test/repro_issue.spec.js +60 -0
- package/test/translate.spec.js +82 -0
|
@@ -0,0 +1,526 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
|
3
|
+
<file source-language="en" datatype="plaintext" original="ng2.template">
|
|
4
|
+
<body>
|
|
5
|
+
<trans-unit id="ngb.alert.close" datatype="html">
|
|
6
|
+
<source>Close</source>
|
|
7
|
+
<context-group purpose="location">
|
|
8
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/alert/alert.d.ts</context>
|
|
9
|
+
<context context-type="linenumber">2</context>
|
|
10
|
+
</context-group>
|
|
11
|
+
</trans-unit>
|
|
12
|
+
<trans-unit id="ngb.carousel.previous" datatype="html">
|
|
13
|
+
<source>Previous</source>
|
|
14
|
+
<context-group purpose="location">
|
|
15
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/carousel/carousel.d.ts</context>
|
|
16
|
+
<context context-type="linenumber">13</context>
|
|
17
|
+
</context-group>
|
|
18
|
+
</trans-unit>
|
|
19
|
+
<trans-unit id="ngb.carousel.next" datatype="html">
|
|
20
|
+
<source>Next</source>
|
|
21
|
+
<context-group purpose="location">
|
|
22
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/carousel/carousel.d.ts</context>
|
|
23
|
+
<context context-type="linenumber">17</context>
|
|
24
|
+
</context-group>
|
|
25
|
+
</trans-unit>
|
|
26
|
+
<trans-unit id="ngb.datepicker.previous-month" datatype="html">
|
|
27
|
+
<source>Previous month</source>
|
|
28
|
+
<context-group purpose="location">
|
|
29
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context>
|
|
30
|
+
<context context-type="linenumber">4</context>
|
|
31
|
+
</context-group>
|
|
32
|
+
<context-group purpose="location">
|
|
33
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context>
|
|
34
|
+
<context context-type="linenumber">5</context>
|
|
35
|
+
</context-group>
|
|
36
|
+
</trans-unit>
|
|
37
|
+
<trans-unit id="ngb.datepicker.next-month" datatype="html">
|
|
38
|
+
<source>Next month</source>
|
|
39
|
+
<context-group purpose="location">
|
|
40
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context>
|
|
41
|
+
<context context-type="linenumber">26</context>
|
|
42
|
+
</context-group>
|
|
43
|
+
<context-group purpose="location">
|
|
44
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context>
|
|
45
|
+
<context context-type="linenumber">27</context>
|
|
46
|
+
</context-group>
|
|
47
|
+
</trans-unit>
|
|
48
|
+
<trans-unit id="ngb.datepicker.select-month" datatype="html">
|
|
49
|
+
<source>Select month</source>
|
|
50
|
+
<context-group purpose="location">
|
|
51
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context>
|
|
52
|
+
<context context-type="linenumber">6</context>
|
|
53
|
+
</context-group>
|
|
54
|
+
<context-group purpose="location">
|
|
55
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context>
|
|
56
|
+
<context context-type="linenumber">7</context>
|
|
57
|
+
</context-group>
|
|
58
|
+
</trans-unit>
|
|
59
|
+
<trans-unit id="ngb.datepicker.select-year" datatype="html">
|
|
60
|
+
<source>Select year</source>
|
|
61
|
+
<context-group purpose="location">
|
|
62
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context>
|
|
63
|
+
<context context-type="linenumber">15</context>
|
|
64
|
+
</context-group>
|
|
65
|
+
<context-group purpose="location">
|
|
66
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context>
|
|
67
|
+
<context context-type="linenumber">16</context>
|
|
68
|
+
</context-group>
|
|
69
|
+
</trans-unit>
|
|
70
|
+
<trans-unit id="ngb.pagination.first" datatype="html">
|
|
71
|
+
<source>««</source>
|
|
72
|
+
<context-group purpose="location">
|
|
73
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
|
|
74
|
+
<context context-type="linenumber">7</context>
|
|
75
|
+
</context-group>
|
|
76
|
+
</trans-unit>
|
|
77
|
+
<trans-unit id="ngb.pagination.first-aria" datatype="html">
|
|
78
|
+
<source>First</source>
|
|
79
|
+
<context-group purpose="location">
|
|
80
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
|
|
81
|
+
<context context-type="linenumber">5</context>
|
|
82
|
+
</context-group>
|
|
83
|
+
</trans-unit>
|
|
84
|
+
<trans-unit id="ngb.pagination.previous" datatype="html">
|
|
85
|
+
<source>«</source>
|
|
86
|
+
<context-group purpose="location">
|
|
87
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
|
|
88
|
+
<context context-type="linenumber">15</context>
|
|
89
|
+
</context-group>
|
|
90
|
+
</trans-unit>
|
|
91
|
+
<trans-unit id="ngb.pagination.previous-aria" datatype="html">
|
|
92
|
+
<source>Previous</source>
|
|
93
|
+
<context-group purpose="location">
|
|
94
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
|
|
95
|
+
<context context-type="linenumber">13</context>
|
|
96
|
+
</context-group>
|
|
97
|
+
</trans-unit>
|
|
98
|
+
<trans-unit id="ngb.pagination.next" datatype="html">
|
|
99
|
+
<source>»</source>
|
|
100
|
+
<context-group purpose="location">
|
|
101
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
|
|
102
|
+
<context context-type="linenumber">29</context>
|
|
103
|
+
</context-group>
|
|
104
|
+
</trans-unit>
|
|
105
|
+
<trans-unit id="ngb.pagination.next-aria" datatype="html">
|
|
106
|
+
<source>Next</source>
|
|
107
|
+
<context-group purpose="location">
|
|
108
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
|
|
109
|
+
<context context-type="linenumber">27</context>
|
|
110
|
+
</context-group>
|
|
111
|
+
</trans-unit>
|
|
112
|
+
<trans-unit id="ngb.pagination.last" datatype="html">
|
|
113
|
+
<source>»»</source>
|
|
114
|
+
<context-group purpose="location">
|
|
115
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
|
|
116
|
+
<context context-type="linenumber">36</context>
|
|
117
|
+
</context-group>
|
|
118
|
+
</trans-unit>
|
|
119
|
+
<trans-unit id="ngb.pagination.last-aria" datatype="html">
|
|
120
|
+
<source>Last</source>
|
|
121
|
+
<context-group purpose="location">
|
|
122
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
|
|
123
|
+
<context context-type="linenumber">34</context>
|
|
124
|
+
</context-group>
|
|
125
|
+
</trans-unit>
|
|
126
|
+
<trans-unit id="ngb.progressbar.value" datatype="html">
|
|
127
|
+
<source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
|
|
128
|
+
<context-group purpose="location">
|
|
129
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/progressbar/progressbar.d.ts</context>
|
|
130
|
+
<context context-type="linenumber">6</context>
|
|
131
|
+
</context-group>
|
|
132
|
+
</trans-unit>
|
|
133
|
+
<trans-unit id="ngb.timepicker.increment-hours" datatype="html">
|
|
134
|
+
<source>Increment hours</source>
|
|
135
|
+
<context-group purpose="location">
|
|
136
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
|
|
137
|
+
<context context-type="linenumber">9</context>
|
|
138
|
+
</context-group>
|
|
139
|
+
</trans-unit>
|
|
140
|
+
<trans-unit id="ngb.timepicker.HH" datatype="html">
|
|
141
|
+
<source>HH</source>
|
|
142
|
+
<context-group purpose="location">
|
|
143
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
|
|
144
|
+
<context context-type="linenumber">12</context>
|
|
145
|
+
</context-group>
|
|
146
|
+
</trans-unit>
|
|
147
|
+
<trans-unit id="ngb.timepicker.hours" datatype="html">
|
|
148
|
+
<source>Hours</source>
|
|
149
|
+
<context-group purpose="location">
|
|
150
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
|
|
151
|
+
<context context-type="linenumber">14</context>
|
|
152
|
+
</context-group>
|
|
153
|
+
</trans-unit>
|
|
154
|
+
<trans-unit id="ngb.timepicker.decrement-hours" datatype="html">
|
|
155
|
+
<source>Decrement hours</source>
|
|
156
|
+
<context-group purpose="location">
|
|
157
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
|
|
158
|
+
<context context-type="linenumber">19</context>
|
|
159
|
+
</context-group>
|
|
160
|
+
</trans-unit>
|
|
161
|
+
<trans-unit id="ngb.timepicker.increment-minutes" datatype="html">
|
|
162
|
+
<source>Increment minutes</source>
|
|
163
|
+
<context-group purpose="location">
|
|
164
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
|
|
165
|
+
<context context-type="linenumber">28</context>
|
|
166
|
+
</context-group>
|
|
167
|
+
</trans-unit>
|
|
168
|
+
<trans-unit id="ngb.timepicker.MM" datatype="html">
|
|
169
|
+
<source>MM</source>
|
|
170
|
+
<context-group purpose="location">
|
|
171
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
|
|
172
|
+
<context context-type="linenumber">31</context>
|
|
173
|
+
</context-group>
|
|
174
|
+
</trans-unit>
|
|
175
|
+
<trans-unit id="ngb.timepicker.minutes" datatype="html">
|
|
176
|
+
<source>Minutes</source>
|
|
177
|
+
<context-group purpose="location">
|
|
178
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
|
|
179
|
+
<context context-type="linenumber">33</context>
|
|
180
|
+
</context-group>
|
|
181
|
+
</trans-unit>
|
|
182
|
+
<trans-unit id="ngb.timepicker.decrement-minutes" datatype="html">
|
|
183
|
+
<source>Decrement minutes</source>
|
|
184
|
+
<context-group purpose="location">
|
|
185
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
|
|
186
|
+
<context context-type="linenumber">38</context>
|
|
187
|
+
</context-group>
|
|
188
|
+
</trans-unit>
|
|
189
|
+
<trans-unit id="ngb.timepicker.increment-seconds" datatype="html">
|
|
190
|
+
<source>Increment seconds</source>
|
|
191
|
+
<context-group purpose="location">
|
|
192
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
|
|
193
|
+
<context context-type="linenumber">47</context>
|
|
194
|
+
</context-group>
|
|
195
|
+
</trans-unit>
|
|
196
|
+
<trans-unit id="ngb.timepicker.SS" datatype="html">
|
|
197
|
+
<source>SS</source>
|
|
198
|
+
<context-group purpose="location">
|
|
199
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
|
|
200
|
+
<context context-type="linenumber">50</context>
|
|
201
|
+
</context-group>
|
|
202
|
+
</trans-unit>
|
|
203
|
+
<trans-unit id="ngb.timepicker.seconds" datatype="html">
|
|
204
|
+
<source>Seconds</source>
|
|
205
|
+
<context-group purpose="location">
|
|
206
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
|
|
207
|
+
<context context-type="linenumber">52</context>
|
|
208
|
+
</context-group>
|
|
209
|
+
</trans-unit>
|
|
210
|
+
<trans-unit id="ngb.timepicker.decrement-seconds" datatype="html">
|
|
211
|
+
<source>Decrement seconds</source>
|
|
212
|
+
<context-group purpose="location">
|
|
213
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
|
|
214
|
+
<context context-type="linenumber">57</context>
|
|
215
|
+
</context-group>
|
|
216
|
+
</trans-unit>
|
|
217
|
+
<trans-unit id="ngb.timepicker.PM" datatype="html">
|
|
218
|
+
<source>PM</source>
|
|
219
|
+
<context-group purpose="location">
|
|
220
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
|
|
221
|
+
<context context-type="linenumber">65</context>
|
|
222
|
+
</context-group>
|
|
223
|
+
</trans-unit>
|
|
224
|
+
<trans-unit id="ngb.timepicker.AM" datatype="html">
|
|
225
|
+
<source>AM</source>
|
|
226
|
+
<context-group purpose="location">
|
|
227
|
+
<context context-type="sourcefile">../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
|
|
228
|
+
<context context-type="linenumber">66</context>
|
|
229
|
+
</context-group>
|
|
230
|
+
</trans-unit>
|
|
231
|
+
<trans-unit id="846a01c0c56ad9e87443158ef9a95d7b047b2027" datatype="html">
|
|
232
|
+
<source>Welcome to the United Nations</source>
|
|
233
|
+
<context-group purpose="location">
|
|
234
|
+
<context context-type="sourcefile">app/header/header.component.html</context>
|
|
235
|
+
<context context-type="linenumber">4</context>
|
|
236
|
+
</context-group>
|
|
237
|
+
</trans-unit>
|
|
238
|
+
<trans-unit id="2a8550dfa6eaae9b7a4b94e741e54e873462d536" datatype="html">
|
|
239
|
+
<source>United Nations</source>
|
|
240
|
+
<context-group purpose="location">
|
|
241
|
+
<context context-type="sourcefile">app/footer/footer.component.html</context>
|
|
242
|
+
<context context-type="linenumber">6</context>
|
|
243
|
+
</context-group>
|
|
244
|
+
</trans-unit>
|
|
245
|
+
<trans-unit id="026341b93969417add0d5a4b1e11d8dedecf4bad" datatype="html">
|
|
246
|
+
<source>A-Z Site Index</source>
|
|
247
|
+
<context-group purpose="location">
|
|
248
|
+
<context context-type="sourcefile">app/footer/footer.component.html</context>
|
|
249
|
+
<context context-type="linenumber">14</context>
|
|
250
|
+
</context-group>
|
|
251
|
+
</trans-unit>
|
|
252
|
+
<trans-unit id="34746fb1c7f3d2194d99652bdff89e6e14c9c4f4" datatype="html">
|
|
253
|
+
<source>Contact</source>
|
|
254
|
+
<context-group purpose="location">
|
|
255
|
+
<context context-type="sourcefile">app/footer/footer.component.html</context>
|
|
256
|
+
<context context-type="linenumber">17</context>
|
|
257
|
+
</context-group>
|
|
258
|
+
</trans-unit>
|
|
259
|
+
<trans-unit id="8d6ae9e10215ab874f8cdecacbdc4110d4dc32f0" datatype="html">
|
|
260
|
+
<source>Copyright </source>
|
|
261
|
+
<context-group purpose="location">
|
|
262
|
+
<context context-type="sourcefile">app/footer/footer.component.html</context>
|
|
263
|
+
<context context-type="linenumber">20</context>
|
|
264
|
+
</context-group>
|
|
265
|
+
</trans-unit>
|
|
266
|
+
<trans-unit id="4b6dbf2d92858e82bcf6ae5dbc8dfb4b29d82ad0" datatype="html">
|
|
267
|
+
<source>FAQ</source>
|
|
268
|
+
<context-group purpose="location">
|
|
269
|
+
<context context-type="sourcefile">app/footer/footer.component.html</context>
|
|
270
|
+
<context context-type="linenumber">23</context>
|
|
271
|
+
</context-group>
|
|
272
|
+
</trans-unit>
|
|
273
|
+
<trans-unit id="e33c48bfe10ffb6d8518566c810c48da28ea1bff" datatype="html">
|
|
274
|
+
<source>Fraud Alert</source>
|
|
275
|
+
<context-group purpose="location">
|
|
276
|
+
<context context-type="sourcefile">app/footer/footer.component.html</context>
|
|
277
|
+
<context context-type="linenumber">26</context>
|
|
278
|
+
</context-group>
|
|
279
|
+
</trans-unit>
|
|
280
|
+
<trans-unit id="3d6f1a5ed6f85df2e20697ce5fb0db1baaea6e65" datatype="html">
|
|
281
|
+
<source>Privacy Notice</source>
|
|
282
|
+
<context-group purpose="location">
|
|
283
|
+
<context context-type="sourcefile">app/footer/footer.component.html</context>
|
|
284
|
+
<context context-type="linenumber">29</context>
|
|
285
|
+
</context-group>
|
|
286
|
+
</trans-unit>
|
|
287
|
+
<trans-unit id="0dd8a3bafea23b5595cfcb897f16acd2cc60cf02" datatype="html">
|
|
288
|
+
<source>Terms of Use</source>
|
|
289
|
+
<context-group purpose="location">
|
|
290
|
+
<context context-type="sourcefile">app/footer/footer.component.html</context>
|
|
291
|
+
<context context-type="linenumber">32</context>
|
|
292
|
+
</context-group>
|
|
293
|
+
</trans-unit>
|
|
294
|
+
<trans-unit id="ea5d23680b5966490604b7dcdc237ff3c5574a14" datatype="html">
|
|
295
|
+
<source>United Nations Logo</source>
|
|
296
|
+
<context-group purpose="location">
|
|
297
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
298
|
+
<context context-type="linenumber">6</context>
|
|
299
|
+
</context-group>
|
|
300
|
+
</trans-unit>
|
|
301
|
+
<trans-unit id="2b6c5b711d207307ce521557d0aaa8e9e37cb46c" datatype="html">
|
|
302
|
+
<source>Securing our common future, An Agenda for Disarmament</source>
|
|
303
|
+
<context-group purpose="location">
|
|
304
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
305
|
+
<context context-type="linenumber">9</context>
|
|
306
|
+
</context-group>
|
|
307
|
+
</trans-unit>
|
|
308
|
+
<trans-unit id="675203508e9a31fc0edf0428575037edd61fdc70" datatype="html">
|
|
309
|
+
<source>Secretary-General António Guterres addresses the General Assembly</source>
|
|
310
|
+
<context-group purpose="location">
|
|
311
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
312
|
+
<context context-type="linenumber">2</context>
|
|
313
|
+
</context-group>
|
|
314
|
+
</trans-unit>
|
|
315
|
+
<trans-unit id="56fdb6c3bf110b19ad0b07630c3354023c467555" datatype="html">
|
|
316
|
+
<source>The content of the agenda is available here:</source>
|
|
317
|
+
<context-group purpose="location">
|
|
318
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
319
|
+
<context context-type="linenumber">20</context>
|
|
320
|
+
</context-group>
|
|
321
|
+
</trans-unit>
|
|
322
|
+
<trans-unit id="a9eab4de6ebe58c6bfccc0f786f763f2818e7015" datatype="html">
|
|
323
|
+
<source>PDF Version</source>
|
|
324
|
+
<context-group purpose="location">
|
|
325
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
326
|
+
<context context-type="linenumber">33</context>
|
|
327
|
+
</context-group>
|
|
328
|
+
</trans-unit>
|
|
329
|
+
<trans-unit id="a0843de0a64adcc7ee6a946408b6876cd8abdcae" datatype="html">
|
|
330
|
+
<source>English</source>
|
|
331
|
+
<context-group purpose="location">
|
|
332
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
333
|
+
<context context-type="linenumber">36</context>
|
|
334
|
+
</context-group>
|
|
335
|
+
<context-group purpose="location">
|
|
336
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
337
|
+
<context context-type="linenumber">53</context>
|
|
338
|
+
</context-group>
|
|
339
|
+
</trans-unit>
|
|
340
|
+
<trans-unit id="8293a584b57b870aca184a23bb8039c829acc4cf" datatype="html">
|
|
341
|
+
<source>French</source>
|
|
342
|
+
<context-group purpose="location">
|
|
343
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
344
|
+
<context context-type="linenumber">38</context>
|
|
345
|
+
</context-group>
|
|
346
|
+
<context-group purpose="location">
|
|
347
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
348
|
+
<context context-type="linenumber">55</context>
|
|
349
|
+
</context-group>
|
|
350
|
+
</trans-unit>
|
|
351
|
+
<trans-unit id="774146bb8ba67a7ac2ea72b71cbcc2b61667abb1" datatype="html">
|
|
352
|
+
<source>Online version</source>
|
|
353
|
+
<context-group purpose="location">
|
|
354
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
355
|
+
<context context-type="linenumber">50</context>
|
|
356
|
+
</context-group>
|
|
357
|
+
</trans-unit>
|
|
358
|
+
<trans-unit id="a495df51bfc1e8fa5f2fffed456a1efa5f1889c7" datatype="html">
|
|
359
|
+
<source>eBook Version</source>
|
|
360
|
+
<context-group purpose="location">
|
|
361
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
362
|
+
<context context-type="linenumber">67</context>
|
|
363
|
+
</context-group>
|
|
364
|
+
</trans-unit>
|
|
365
|
+
<trans-unit id="7061809850013efc3da080de451b4fc3d505c70b" datatype="html">
|
|
366
|
+
<source>Mobi </source>
|
|
367
|
+
<context-group purpose="location">
|
|
368
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
369
|
+
<context context-type="linenumber">76</context>
|
|
370
|
+
</context-group>
|
|
371
|
+
<context-group purpose="location">
|
|
372
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
373
|
+
<context context-type="linenumber">85</context>
|
|
374
|
+
</context-group>
|
|
375
|
+
</trans-unit>
|
|
376
|
+
<trans-unit id="e5910f0e7b8807d4e4c4fcd292ade5c0cb19f85d" datatype="html">
|
|
377
|
+
<source>ePub</source>
|
|
378
|
+
<context-group purpose="location">
|
|
379
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
380
|
+
<context context-type="linenumber">77</context>
|
|
381
|
+
</context-group>
|
|
382
|
+
<context-group purpose="location">
|
|
383
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
384
|
+
<context context-type="linenumber">86</context>
|
|
385
|
+
</context-group>
|
|
386
|
+
</trans-unit>
|
|
387
|
+
<trans-unit id="0539547eef83af1fe00429669ccb6ffa43f48a53" datatype="html">
|
|
388
|
+
<source>The goals:</source>
|
|
389
|
+
<context-group purpose="location">
|
|
390
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
391
|
+
<context context-type="linenumber">101</context>
|
|
392
|
+
</context-group>
|
|
393
|
+
</trans-unit>
|
|
394
|
+
<trans-unit id="a2446e88908466384359e313432a10cbb0af55ae" datatype="html">
|
|
395
|
+
<source><x id="INTERPOLATION" equiv-text="{{action.title}}"/></source>
|
|
396
|
+
<context-group purpose="location">
|
|
397
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
398
|
+
<context context-type="linenumber">108</context>
|
|
399
|
+
</context-group>
|
|
400
|
+
</trans-unit>
|
|
401
|
+
<trans-unit id="62a50fe22287bc1feac08e30878cb492f907bb7e" datatype="html">
|
|
402
|
+
<source><x id="INTERPOLATION" equiv-text="{{item.title}}"/></source>
|
|
403
|
+
<context-group purpose="location">
|
|
404
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
405
|
+
<context context-type="linenumber">118</context>
|
|
406
|
+
</context-group>
|
|
407
|
+
</trans-unit>
|
|
408
|
+
<trans-unit id="58ff1f5e6417a58e18629ad84be403c0df146e43" datatype="html">
|
|
409
|
+
<source><x id="INTERPOLATION" equiv-text="{{action.description}}"/></source>
|
|
410
|
+
<context-group purpose="location">
|
|
411
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
412
|
+
<context context-type="linenumber">124</context>
|
|
413
|
+
</context-group>
|
|
414
|
+
</trans-unit>
|
|
415
|
+
<trans-unit id="99decb1f8a0c05b3f81af78dc1c289a0723767ce" datatype="html">
|
|
416
|
+
<source>The statistics:</source>
|
|
417
|
+
<context-group purpose="location">
|
|
418
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
419
|
+
<context context-type="linenumber">135</context>
|
|
420
|
+
</context-group>
|
|
421
|
+
</trans-unit>
|
|
422
|
+
<trans-unit id="15793f4cbc261bedbc60f7105533dde536a3f42b" datatype="html">
|
|
423
|
+
<source>Progress</source>
|
|
424
|
+
<context-group purpose="location">
|
|
425
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
426
|
+
<context context-type="linenumber">142</context>
|
|
427
|
+
</context-group>
|
|
428
|
+
</trans-unit>
|
|
429
|
+
<trans-unit id="b78e89a88fd3aad2142a5dd9ee87f60b0df34e7d" datatype="html">
|
|
430
|
+
<source>Recorded broadcast of the Secretary-General's speech on his Disarmament Agenda:</source>
|
|
431
|
+
<context-group purpose="location">
|
|
432
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
433
|
+
<context context-type="linenumber">293</context>
|
|
434
|
+
</context-group>
|
|
435
|
+
</trans-unit>
|
|
436
|
+
<trans-unit id="fa075eb55e05d6055114cd879e07257632bfe631" datatype="html">
|
|
437
|
+
<source>Click </source>
|
|
438
|
+
<context-group purpose="location">
|
|
439
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
440
|
+
<context context-type="linenumber">300</context>
|
|
441
|
+
</context-group>
|
|
442
|
+
</trans-unit>
|
|
443
|
+
<trans-unit id="080228b2d344181e6b5a9d6f8b6c77fc55051f62" datatype="html">
|
|
444
|
+
<source>here </source>
|
|
445
|
+
<context-group purpose="location">
|
|
446
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
447
|
+
<context context-type="linenumber">300</context>
|
|
448
|
+
</context-group>
|
|
449
|
+
</trans-unit>
|
|
450
|
+
<trans-unit id="79b6b1f0a77ad1047e3eb7afa914065e667c415e" datatype="html">
|
|
451
|
+
<source>to read the speech</source>
|
|
452
|
+
<context-group purpose="location">
|
|
453
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
454
|
+
<context context-type="linenumber">300</context>
|
|
455
|
+
</context-group>
|
|
456
|
+
</trans-unit>
|
|
457
|
+
<trans-unit id="bb2e618085699790ecab2704791a6419dfdd94f8" datatype="html">
|
|
458
|
+
<source>Information for the Media</source>
|
|
459
|
+
<context-group purpose="location">
|
|
460
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
461
|
+
<context context-type="linenumber">303</context>
|
|
462
|
+
</context-group>
|
|
463
|
+
</trans-unit>
|
|
464
|
+
<trans-unit id="c45d737fcb0063ad6ee70c67d3f68ac9aaf7ba64" datatype="html">
|
|
465
|
+
<source>For interview requests:</source>
|
|
466
|
+
<context-group purpose="location">
|
|
467
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
468
|
+
<context context-type="linenumber">304</context>
|
|
469
|
+
</context-group>
|
|
470
|
+
</trans-unit>
|
|
471
|
+
<trans-unit id="2b87c24d4e65df343def26948b981d3e2f896366" datatype="html">
|
|
472
|
+
<source>John Ennis </source>
|
|
473
|
+
<context-group purpose="location">
|
|
474
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
475
|
+
<context context-type="linenumber">305</context>
|
|
476
|
+
</context-group>
|
|
477
|
+
</trans-unit>
|
|
478
|
+
<trans-unit id="700738243f75c5d6e779c41335f32e57c76cc6ee" datatype="html">
|
|
479
|
+
<source>(UN Office for Disarmament Affairs - New York)</source>
|
|
480
|
+
<context-group purpose="location">
|
|
481
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
482
|
+
<context context-type="linenumber">305</context>
|
|
483
|
+
</context-group>
|
|
484
|
+
<context-group purpose="location">
|
|
485
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
486
|
+
<context context-type="linenumber">306</context>
|
|
487
|
+
</context-group>
|
|
488
|
+
</trans-unit>
|
|
489
|
+
<trans-unit id="763a1da0313e64ce48a2b5ea2c94e304b8944c11" datatype="html">
|
|
490
|
+
<source>Rebar Jaff </source>
|
|
491
|
+
<context-group purpose="location">
|
|
492
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
493
|
+
<context context-type="linenumber">306</context>
|
|
494
|
+
</context-group>
|
|
495
|
+
</trans-unit>
|
|
496
|
+
<trans-unit id="c02875c04ea1c2808a289128dafcf36086c85759" datatype="html">
|
|
497
|
+
<source>Alessandra Vellucci </source>
|
|
498
|
+
<context-group purpose="location">
|
|
499
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
500
|
+
<context context-type="linenumber">307</context>
|
|
501
|
+
</context-group>
|
|
502
|
+
</trans-unit>
|
|
503
|
+
<trans-unit id="d2f282966fd2697562bf8ab8e1980588cc41d399" datatype="html">
|
|
504
|
+
<source>(UN Information Service - Geneva)</source>
|
|
505
|
+
<context-group purpose="location">
|
|
506
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
507
|
+
<context context-type="linenumber">307</context>
|
|
508
|
+
</context-group>
|
|
509
|
+
</trans-unit>
|
|
510
|
+
<trans-unit id="e51f83cca8da7ab476a462a1ee0255c579322ed8" datatype="html">
|
|
511
|
+
<source>The Secretary-General explains the thinking behind his disarmament agenda</source>
|
|
512
|
+
<context-group purpose="location">
|
|
513
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
514
|
+
<context context-type="linenumber">314</context>
|
|
515
|
+
</context-group>
|
|
516
|
+
</trans-unit>
|
|
517
|
+
<trans-unit id="b8658cc306a7924971906b1d95643e824b4e77ef" datatype="html">
|
|
518
|
+
<source>For more</source>
|
|
519
|
+
<context-group purpose="location">
|
|
520
|
+
<context context-type="sourcefile">app/main/main.component.html</context>
|
|
521
|
+
<context context-type="linenumber">326</context>
|
|
522
|
+
</context-group>
|
|
523
|
+
</trans-unit>
|
|
524
|
+
</body>
|
|
525
|
+
</file>
|
|
526
|
+
</xliff>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
|
3
|
+
<file source-language="en" datatype="plaintext" original="ng2.template">
|
|
4
|
+
<body>
|
|
5
|
+
<trans-unit id="765b65e201d1ce2576a979d431cd4fe5bd448b1e" datatype="html">
|
|
6
|
+
<source><x id="INTERPOLATION" equiv-text="{{selectionData.roots | number}}"/> file group(s)</source>
|
|
7
|
+
<context-group purpose="location">
|
|
8
|
+
<context context-type="sourcefile">app/file-groups.component.html</context>
|
|
9
|
+
<context context-type="linenumber">20</context>
|
|
10
|
+
</context-group>
|
|
11
|
+
</trans-unit>
|
|
12
|
+
<trans-unit id="e95d09541c9becd38983447442df24fe358a2d13" datatype="html">
|
|
13
|
+
<source>(expected <x id="INTERPOLATION" equiv-text="{{uploadData.roots | number}}"/>)</source>
|
|
14
|
+
<context-group purpose="location">
|
|
15
|
+
<context context-type="sourcefile">app/file-groups.component.html</context>
|
|
16
|
+
<context context-type="linenumber">17</context>
|
|
17
|
+
</context-group>
|
|
18
|
+
</trans-unit>
|
|
19
|
+
</body>
|
|
20
|
+
</file>
|
|
21
|
+
</xliff>
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
|
3
|
+
<file source-language="en" datatype="plaintext" original="ng2.template">
|
|
4
|
+
<body>
|
|
5
|
+
<trans-unit id="introductionHeader" datatype="html">
|
|
6
|
+
<source>Hello i18n!</source>
|
|
7
|
+
<context-group purpose="location">
|
|
8
|
+
<context context-type="sourcefile">app/app.component.ts</context>
|
|
9
|
+
<context context-type="linenumber">3</context>
|
|
10
|
+
</context-group>
|
|
11
|
+
<note priority="1" from="description">An introduction header for this sample</note>
|
|
12
|
+
<note priority="1" from="meaning">User welcome</note>
|
|
13
|
+
</trans-unit>
|
|
14
|
+
<trans-unit id="ba0cc104d3d69bf669f97b8d96a4c5d8d9559aa3" datatype="html">
|
|
15
|
+
<source>I don't output any element</source>
|
|
16
|
+
<context-group purpose="location">
|
|
17
|
+
<context context-type="sourcefile">app/app.component.ts</context>
|
|
18
|
+
<context context-type="linenumber">9</context>
|
|
19
|
+
</context-group>
|
|
20
|
+
</trans-unit>
|
|
21
|
+
<trans-unit id="701174153757adf13e7c24a248c8a873ac9f5193" datatype="html">
|
|
22
|
+
<source>Angular logo</source>
|
|
23
|
+
<context-group purpose="location">
|
|
24
|
+
<context context-type="sourcefile">app/app.component.ts</context>
|
|
25
|
+
<context context-type="linenumber">15</context>
|
|
26
|
+
</context-group>
|
|
27
|
+
</trans-unit>
|
|
28
|
+
<trans-unit id="d69f6b42305f49332026fef24b40227f02e34594" datatype="html">
|
|
29
|
+
<source>Updated <x id="ICU" equiv-text="{minutes, plural, =0 {...} =1 {...} other {...}}"/></source>
|
|
30
|
+
<context-group purpose="location">
|
|
31
|
+
<context context-type="sourcefile">app/app.component.ts</context>
|
|
32
|
+
<context context-type="linenumber">20</context>
|
|
33
|
+
</context-group>
|
|
34
|
+
</trans-unit>
|
|
35
|
+
<trans-unit id="5a134dee893586d02bffc9611056b9cadf9abfad" datatype="html">
|
|
36
|
+
<source>{VAR_PLURAL, plural, =0 {just now} =1 {one minute ago} other {<x id="INTERPOLATION" equiv-text="{{minutes}}"/> minutes ago} }</source>
|
|
37
|
+
<context-group purpose="location">
|
|
38
|
+
<context context-type="sourcefile">app/app.component.ts</context>
|
|
39
|
+
<context context-type="linenumber">20</context>
|
|
40
|
+
</context-group>
|
|
41
|
+
</trans-unit>
|
|
42
|
+
<trans-unit id="f99f34ac9bd4606345071bd813858dec29f3b7d1" datatype="html">
|
|
43
|
+
<source>The author is <x id="ICU" equiv-text="{gender, select, male {...} female {...} other {...}}"/></source>
|
|
44
|
+
<context-group purpose="location">
|
|
45
|
+
<context context-type="sourcefile">app/app.component.ts</context>
|
|
46
|
+
<context context-type="linenumber">26</context>
|
|
47
|
+
</context-group>
|
|
48
|
+
</trans-unit>
|
|
49
|
+
<trans-unit id="eff74b75ab7364b6fa888f1cbfae901aaaf02295" datatype="html">
|
|
50
|
+
<source>{VAR_SELECT, select, male {male} female {female} other {other} }</source>
|
|
51
|
+
<context-group purpose="location">
|
|
52
|
+
<context context-type="sourcefile">app/app.component.ts</context>
|
|
53
|
+
<context context-type="linenumber">26</context>
|
|
54
|
+
</context-group>
|
|
55
|
+
</trans-unit>
|
|
56
|
+
<trans-unit id="972cb0cf3e442f7b1c00d7dab168ac08d6bdf20c" datatype="html">
|
|
57
|
+
<source>Updated: <x id="ICU" equiv-text="{minutes, plural, =0 {...} =1 {...} other {...}}"/>
|
|
58
|
+
</source>
|
|
59
|
+
<context-group purpose="location">
|
|
60
|
+
<context context-type="sourcefile">app/app.component.ts</context>
|
|
61
|
+
<context context-type="linenumber">30</context>
|
|
62
|
+
</context-group>
|
|
63
|
+
</trans-unit>
|
|
64
|
+
<trans-unit id="7151c2e67748b726f0864fc443861d45df21d706" datatype="html">
|
|
65
|
+
<source>{VAR_PLURAL, plural, =0 {just now} =1 {one minute ago} other {<x id="INTERPOLATION" equiv-text="{{minutes}}"/> minutes ago by {VAR_SELECT, select, male {male} female {female} other {other} }} }</source>
|
|
66
|
+
<context-group purpose="location">
|
|
67
|
+
<context context-type="sourcefile">app/app.component.ts</context>
|
|
68
|
+
<context context-type="linenumber">30</context>
|
|
69
|
+
</context-group>
|
|
70
|
+
</trans-unit>
|
|
71
|
+
</body>
|
|
72
|
+
</file>
|
|
73
|
+
</xliff>
|
package/logo.png
ADDED
|
Binary file
|