-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.xlf
261 lines (261 loc) · 9.29 KB
/
en.xlf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<?xml version="1.0" encoding="UTF-8" ?>
<xliff version="2.0" xmlns="urn:oasis:names:tc:xliff:document:2.0" srcLang="en">
<file id="ngi18n" original="ng.template">
<unit id="menuItemHome">
<notes>
<note category="location">src/app/app-root.component.html:9,11</note>
</notes>
<segment>
<source>Home</source>
</segment>
</unit>
<unit id="menuItemAbout">
<notes>
<note category="location">src/app/app-root.component.html:14,17</note>
</notes>
<segment>
<source>About</source>
</segment>
</unit>
<unit id="SEO.homePage.title">
<notes>
<note category="location">src/app/app.routes.ts:11</note>
<note category="description">Homepage title for SEO</note>
</notes>
<segment>
<source>Homepage</source>
</segment>
</unit>
<unit id="SEO.aboutPage.title">
<notes>
<note category="location">src/app/app.routes.ts:24</note>
<note category="description">About page title for SEO</note>
</notes>
<segment>
<source>About</source>
</segment>
</unit>
<unit id="aboutPageTitle">
<notes>
<note category="location">src/app/pages/about/about.component.html:1,3</note>
</notes>
<segment>
<source>About us</source>
</segment>
</unit>
<unit id="enumTranslatePipesTitle">
<notes>
<note category="location">src/app/pages/about/about.component.html:6,8</note>
</notes>
<segment>
<source>Enum translate pipes</source>
</segment>
</unit>
<unit id="singleTranslatePipeTitle">
<notes>
<note category="location">src/app/pages/about/about.component.html:8,10</note>
</notes>
<segment>
<source>Single translate pipe</source>
</segment>
</unit>
<unit id="userRoleCaption">
<notes>
<note category="location">src/app/pages/about/about.component.html:11,13</note>
<note category="location">src/app/pages/about/about.component.html:21,23</note>
</notes>
<segment>
<source> User role: <pc id="0" equivStart="START_TAG_SPAN" equivEnd="CLOSE_TAG_SPAN" type="other" dispStart="<span>" dispEnd="</span>"><ph id="1" equiv="INTERPOLATION" disp="{{ 'admin' | enumI18n : 'userRole' }}"/></pc></source>
</segment>
</unit>
<unit id="userStatusCaption">
<notes>
<note category="location">src/app/pages/about/about.component.html:14,16</note>
<note category="location">src/app/pages/about/about.component.html:24,26</note>
</notes>
<segment>
<source> User status: <pc id="0" equivStart="START_TAG_SPAN" equivEnd="CLOSE_TAG_SPAN" type="other" dispStart="<span>" dispEnd="</span>"><ph id="1" equiv="INTERPOLATION" disp="{{ 'active' | enumI18n : 'userStatus' }}"/></pc></source>
</segment>
</unit>
<unit id="separateTranslatePipesTitle">
<notes>
<note category="location">src/app/pages/about/about.component.html:18,20</note>
</notes>
<segment>
<source>Separate translate pipes</source>
</segment>
</unit>
<unit id="SEO.aboutPage.description">
<notes>
<note category="location">src/app/app.routes.ts:30</note>
<note category="description">About page description for SEO</note>
</notes>
<segment>
<source>About page meta description</source>
</segment>
</unit>
<unit id="homePageTitle">
<notes>
<note category="location">src/app/pages/home/home.component.html:3,8</note>
<note category="description">Homepage title</note>
<note category="meaning">An introduction header of the application</note>
</notes>
<segment>
<source>Internationalization</source>
</segment>
</unit>
<unit id="logoAlternativeText">
<notes>
<note category="location">src/app/pages/home/home.component.html:12,13</note>
</notes>
<segment>
<source>Angular logo</source>
</segment>
</unit>
<unit id="textWithoutAnElement">
<notes>
<note category="location">src/app/pages/home/home.component.html:20,24</note>
</notes>
<segment>
<source>Text without an element.</source>
</segment>
</unit>
<unit id="builtInPipesTitle">
<notes>
<note category="location">src/app/pages/home/home.component.html:26,30</note>
</notes>
<segment>
<source>Built-in pipes</source>
</segment>
</unit>
<unit id="dateLabel">
<notes>
<note category="location">src/app/pages/home/home.component.html:30</note>
<note category="description">Date label</note>
</notes>
<segment>
<source>Date:</source>
</segment>
</unit>
<unit id="timeLabel">
<notes>
<note category="location">src/app/pages/home/home.component.html:34</note>
<note category="description">Time label</note>
</notes>
<segment>
<source>Time:</source>
</segment>
</unit>
<unit id="currencyLabel">
<notes>
<note category="location">src/app/pages/home/home.component.html:38,40</note>
<note category="description">Currency label</note>
</notes>
<segment>
<source>Currency:</source>
</segment>
</unit>
<unit id="textWithMarkup">
<notes>
<note category="location">src/app/pages/home/home.component.html:45,46</note>
</notes>
<segment>
<source>For more information, visit the <pc id="0" equivStart="START_LINK" equivEnd="CLOSE_LINK" type="link" dispStart="<a [routerLink]="'/about'">" dispEnd="</a>">about</pc> page.</source>
</segment>
</unit>
<unit id="welcomeMessage">
<notes>
<note category="location">src/app/pages/home/home.component.ts:32,33</note>
</notes>
<segment>
<source>Glad to see you again, <ph id="0" equiv="userFirstName" disp="this.user.firstName"/> <ph id="1" equiv="userLastName" disp="this.user.lastName"/>.</source>
</segment>
</unit>
<unit id="SEO.homePage.description">
<notes>
<note category="location">src/app/app.routes.ts:17</note>
<note category="description">Homepage description for SEO</note>
</notes>
<segment>
<source>Homepage meta description</source>
</segment>
</unit>
<unit id="fullPageTitle">
<notes>
<note category="location">src/app/services/page-title.strategy.ts:16</note>
<note category="description">Page title including application name</note>
</notes>
<segment>
<source><ph id="0" equiv="pageTitle" disp="title"/> | Application</source>
</segment>
</unit>
<unit id="feedbackFormTitle">
<notes>
<note category="location">src/app/shared/feedback-form/feedback-form.component.html:2,4</note>
</notes>
<segment>
<source>Feedback form</source>
</segment>
</unit>
<unit id="feedbackFormLabel">
<notes>
<note category="location">src/app/shared/feedback-form/feedback-form.component.html:8,11</note>
</notes>
<segment>
<source>Leave you feedback, <ph id="0" equiv="ICU" disp="{user().gender, select, male {Mr.} female {Ms.}}" subFlows="6514815349462835782"/> <ph id="1" equiv="INTERPOLATION" disp="{{ user().firstName }}"/></source>
</segment>
</unit>
<unit id="6514815349462835782">
<notes>
<note category="location">src/app/shared/feedback-form/feedback-form.component.html:8</note>
</notes>
<segment>
<source>{VAR_SELECT, select, male {Mr.} female {Ms.}}</source>
</segment>
</unit>
<unit id="submitButton">
<notes>
<note category="location">src/app/shared/feedback-form/feedback-form.component.html:14,16</note>
</notes>
<segment>
<source>Submit</source>
</segment>
</unit>
<unit id="userRole.admin">
<notes>
<note category="location">src/app/shared/pipes/i18n/enum-i18n/translations.const.ts:11</note>
<note category="location">src/app/shared/pipes/i18n/user-role-i18n/user-role-i18n.pipe.ts:6</note>
</notes>
<segment>
<source>admin</source>
</segment>
</unit>
<unit id="userRole.user">
<notes>
<note category="location">src/app/shared/pipes/i18n/enum-i18n/translations.const.ts:12</note>
<note category="location">src/app/shared/pipes/i18n/user-role-i18n/user-role-i18n.pipe.ts:7</note>
</notes>
<segment>
<source>user</source>
</segment>
</unit>
<unit id="userStatus.active">
<notes>
<note category="location">src/app/shared/pipes/i18n/enum-i18n/translations.const.ts:15</note>
<note category="location">src/app/shared/pipes/i18n/user-status-i18n/user-status-i18n.pipe.ts:6</note>
</notes>
<segment>
<source>active</source>
</segment>
</unit>
<unit id="userStatus.deleted">
<notes>
<note category="location">src/app/shared/pipes/i18n/enum-i18n/translations.const.ts:16</note>
<note category="location">src/app/shared/pipes/i18n/user-status-i18n/user-status-i18n.pipe.ts:7</note>
</notes>
<segment>
<source>deleted</source>
</segment>
</unit>
</file>
</xliff>