@gmb/bitmark-parser-generator 5.38.0 → 5.40.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/dist/TranslationsData-BZ_sE10e.d.cts +16 -0
- package/dist/TranslationsData-BZ_sE10e.d.ts +16 -0
- package/dist/browser/bitmark-parser-generator.min.js +1 -1
- package/dist/browser/bundle-report.html +2 -2
- package/dist/browser/cjs/TranslationsData-BZ_sE10e.d.cts +16 -0
- package/dist/browser/cjs/index.cjs +2278 -355
- package/dist/browser/cjs/index.cjs.map +1 -1
- package/dist/browser/cjs/index.d.cts +219 -2
- package/dist/browser/cjs/translations.cjs +2974 -0
- package/dist/browser/cjs/translations.cjs.map +1 -0
- package/dist/browser/cjs/translations.d.cts +17 -0
- package/dist/browser/esm/TranslationsData-BZ_sE10e.d.ts +16 -0
- package/dist/browser/esm/index.d.ts +219 -2
- package/dist/browser/esm/index.js +2174 -253
- package/dist/browser/esm/index.js.map +1 -1
- package/dist/browser/esm/translations.d.ts +17 -0
- package/dist/browser/esm/translations.js +2947 -0
- package/dist/browser/esm/translations.js.map +1 -0
- package/dist/cli/main.js +2299 -314
- package/dist/cli/main.js.map +1 -1
- package/dist/index.cjs +2357 -362
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +219 -2
- package/dist/index.d.ts +219 -2
- package/dist/index.js +2250 -257
- package/dist/index.js.map +1 -1
- package/dist/translations.cjs +2974 -0
- package/dist/translations.cjs.map +1 -0
- package/dist/translations.d.cts +17 -0
- package/dist/translations.d.ts +17 -0
- package/dist/translations.js +2947 -0
- package/dist/translations.js.map +1 -0
- package/package.json +11 -1
|
@@ -0,0 +1,2974 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/translations.ts
|
|
21
|
+
var translations_exports = {};
|
|
22
|
+
__export(translations_exports, {
|
|
23
|
+
TRANSLATIONS: () => TRANSLATIONS
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(translations_exports);
|
|
26
|
+
|
|
27
|
+
// src/config/raw/translations.ts
|
|
28
|
+
var TRANSLATIONS = {
|
|
29
|
+
_comment: {
|
|
30
|
+
de: "Kommentar",
|
|
31
|
+
es: "Comentario",
|
|
32
|
+
fr: "Commentaire",
|
|
33
|
+
ro: "Comentariu",
|
|
34
|
+
it: "Commento"
|
|
35
|
+
},
|
|
36
|
+
_error: {
|
|
37
|
+
de: "Fehler",
|
|
38
|
+
es: "Error",
|
|
39
|
+
fr: "Erreur",
|
|
40
|
+
ro: "Eroare",
|
|
41
|
+
it: "Errore"
|
|
42
|
+
},
|
|
43
|
+
"advertising-advertorial-page": {
|
|
44
|
+
de: "Publireportage",
|
|
45
|
+
es: "publirreportaje",
|
|
46
|
+
fr: "publireportage",
|
|
47
|
+
ro: "advertorial\u0103",
|
|
48
|
+
it: "publiredazionale"
|
|
49
|
+
},
|
|
50
|
+
"advertising-banner": {
|
|
51
|
+
de: "Werbebanner",
|
|
52
|
+
es: "Banner publicitario",
|
|
53
|
+
fr: "Banni\xE8re publicitaire",
|
|
54
|
+
ro: "Banner publicitar",
|
|
55
|
+
it: "Banner pubblicitario"
|
|
56
|
+
},
|
|
57
|
+
"advertising-full-page": {
|
|
58
|
+
de: "Ganzseitige Werbung",
|
|
59
|
+
es: "Publicidad a p\xE1gina completa",
|
|
60
|
+
fr: "Publicit\xE9 pleine page",
|
|
61
|
+
ro: "Publicitate pe pagin\u0103 \xEEntreag\u0103",
|
|
62
|
+
it: "Pubblicit\xE0 a pagina intera"
|
|
63
|
+
},
|
|
64
|
+
"advertising-half-page": {
|
|
65
|
+
de: "Halbseitige Werbung",
|
|
66
|
+
es: "Publicidad de media p\xE1gina",
|
|
67
|
+
fr: "Publicit\xE9 demi-page",
|
|
68
|
+
ro: "Publicitate pe jum\u0103tate de pagin\u0103",
|
|
69
|
+
it: "Pubblicit\xE0 mezza pagina"
|
|
70
|
+
},
|
|
71
|
+
"advertising-skyscraper": {
|
|
72
|
+
de: "Anzeigen-Skyscraper",
|
|
73
|
+
es: "Rascacielos publicitario",
|
|
74
|
+
fr: "Skyscraper publicitaire",
|
|
75
|
+
ro: "Reclam\u0103 tip zg\xE2rie-nori",
|
|
76
|
+
it: "Skyscraper pubblicitario"
|
|
77
|
+
},
|
|
78
|
+
"ai-prompt": {
|
|
79
|
+
de: "KI Prompt",
|
|
80
|
+
es: "Prompt IA",
|
|
81
|
+
fr: "Prompt IA",
|
|
82
|
+
ro: "Prompt AI",
|
|
83
|
+
it: "Prompt IA"
|
|
84
|
+
},
|
|
85
|
+
app: {
|
|
86
|
+
de: "App",
|
|
87
|
+
es: "App",
|
|
88
|
+
fr: "App",
|
|
89
|
+
ro: "App",
|
|
90
|
+
it: "App"
|
|
91
|
+
},
|
|
92
|
+
"app-ai-prompt": {
|
|
93
|
+
de: "KI Prompt",
|
|
94
|
+
es: "App Prompt IA",
|
|
95
|
+
fr: "App Prompt IA",
|
|
96
|
+
ro: "App Prompt AI",
|
|
97
|
+
it: "App Prompt IA"
|
|
98
|
+
},
|
|
99
|
+
"app-calculator-latex": {
|
|
100
|
+
de: "LaTeX-Rechner",
|
|
101
|
+
es: "Aplicaci\xF3n de calculadora LaTeX",
|
|
102
|
+
fr: "Application de calculatrice LaTeX",
|
|
103
|
+
ro: "Aplica\u021Bie de calculator LaTeX",
|
|
104
|
+
it: "App calcolatrice LaTeX"
|
|
105
|
+
},
|
|
106
|
+
"app-code-editor": {
|
|
107
|
+
de: "Code Editor",
|
|
108
|
+
es: "App Editor C\xF3d",
|
|
109
|
+
fr: "App \xC9diteur Code",
|
|
110
|
+
ro: "App Editor Cod",
|
|
111
|
+
it: "App Editor Code"
|
|
112
|
+
},
|
|
113
|
+
"app-create-bits-from-image": {
|
|
114
|
+
de: "Bits aus Bild erstellen",
|
|
115
|
+
es: "App Crear Bits Img",
|
|
116
|
+
fr: "App Cr\xE9er Bits Image",
|
|
117
|
+
ro: "App Bi\u021Bi din Img",
|
|
118
|
+
it: "App Crea Bit Img"
|
|
119
|
+
},
|
|
120
|
+
"app-flashcards": {
|
|
121
|
+
de: "Lernkarten",
|
|
122
|
+
es: "App Fichas",
|
|
123
|
+
fr: "App Flashcards",
|
|
124
|
+
ro: "App Flashcards",
|
|
125
|
+
it: "App Flashcard"
|
|
126
|
+
},
|
|
127
|
+
"app-get-screenshot": {
|
|
128
|
+
de: "Bildschirmaufnahme erstellen",
|
|
129
|
+
es: "App Captura Pant",
|
|
130
|
+
fr: "App Capture \xC9cran",
|
|
131
|
+
ro: "App Captur\u0103 Ecran",
|
|
132
|
+
it: "App Screenshot"
|
|
133
|
+
},
|
|
134
|
+
"app-link": {
|
|
135
|
+
de: "Link",
|
|
136
|
+
es: "App Enlace",
|
|
137
|
+
fr: "App Lien",
|
|
138
|
+
ro: "App Link",
|
|
139
|
+
it: "App Link"
|
|
140
|
+
},
|
|
141
|
+
article: {
|
|
142
|
+
de: "Artikel (Text)",
|
|
143
|
+
es: "Art\xEDculo",
|
|
144
|
+
fr: "Article",
|
|
145
|
+
ro: "Articol",
|
|
146
|
+
it: "Articolo"
|
|
147
|
+
},
|
|
148
|
+
"article-ai": {
|
|
149
|
+
de: "KI Artikel",
|
|
150
|
+
es: "Art\xEDculo IA",
|
|
151
|
+
fr: "Article IA",
|
|
152
|
+
ro: "Articol IA",
|
|
153
|
+
it: "Articolo IA"
|
|
154
|
+
},
|
|
155
|
+
"article-alt": {
|
|
156
|
+
de: "Artikel alternativ",
|
|
157
|
+
es: "Art\xEDculo Alt",
|
|
158
|
+
fr: "Article Alt",
|
|
159
|
+
ro: "Articol Alt",
|
|
160
|
+
it: "Articolo Alt"
|
|
161
|
+
},
|
|
162
|
+
"article-author": {
|
|
163
|
+
de: "Artikel Autor",
|
|
164
|
+
es: "Autor",
|
|
165
|
+
fr: "Auteur",
|
|
166
|
+
ro: "Autor",
|
|
167
|
+
it: "Autore"
|
|
168
|
+
},
|
|
169
|
+
"article-responsive": {
|
|
170
|
+
de: "Responsiv",
|
|
171
|
+
es: "Adaptable",
|
|
172
|
+
fr: "R\xE9actif",
|
|
173
|
+
ro: "Adaptabil",
|
|
174
|
+
it: "Responsive"
|
|
175
|
+
},
|
|
176
|
+
"article-responsive-alt": {
|
|
177
|
+
de: "Responsiv alternativ",
|
|
178
|
+
es: "Adaptable Alt",
|
|
179
|
+
fr: "R\xE9actif Alt",
|
|
180
|
+
ro: "Adaptabil Alt",
|
|
181
|
+
it: "Responsive Alt"
|
|
182
|
+
},
|
|
183
|
+
assignment: {
|
|
184
|
+
de: "Aufgabe",
|
|
185
|
+
es: "Tarea",
|
|
186
|
+
fr: "Devoir",
|
|
187
|
+
ro: "Tema",
|
|
188
|
+
it: "Compito"
|
|
189
|
+
},
|
|
190
|
+
audio: {
|
|
191
|
+
de: "Audio",
|
|
192
|
+
es: "Audio",
|
|
193
|
+
fr: "Audio",
|
|
194
|
+
ro: "Audio",
|
|
195
|
+
it: "Audio"
|
|
196
|
+
},
|
|
197
|
+
"audio-embed": {
|
|
198
|
+
de: "Audio einbetten",
|
|
199
|
+
es: "Audio Insert",
|
|
200
|
+
fr: "Audio Int\xE9gr\xE9",
|
|
201
|
+
ro: "Audio \xCEncorporat",
|
|
202
|
+
it: "Audio Insert"
|
|
203
|
+
},
|
|
204
|
+
"audio-link": {
|
|
205
|
+
de: "Audio Link",
|
|
206
|
+
es: "Audio Enlace",
|
|
207
|
+
fr: "Audio Lien",
|
|
208
|
+
ro: "Audio Link",
|
|
209
|
+
it: "Audio Link"
|
|
210
|
+
},
|
|
211
|
+
"audio-transcript": {
|
|
212
|
+
de: "Audio Transkript",
|
|
213
|
+
es: "Transcripci\xF3n",
|
|
214
|
+
fr: "Transcription",
|
|
215
|
+
ro: "Transcriere",
|
|
216
|
+
it: "Trascrizione"
|
|
217
|
+
},
|
|
218
|
+
authors: {
|
|
219
|
+
de: "Autoren",
|
|
220
|
+
es: "Autores",
|
|
221
|
+
fr: "Auteurs",
|
|
222
|
+
ro: "Autori",
|
|
223
|
+
it: "Autori"
|
|
224
|
+
},
|
|
225
|
+
"bit-alias": {
|
|
226
|
+
de: "Bit Alias",
|
|
227
|
+
es: "Bit Alias",
|
|
228
|
+
fr: "Bit Alias",
|
|
229
|
+
ro: "Bit Alias",
|
|
230
|
+
it: "Bit Alias"
|
|
231
|
+
},
|
|
232
|
+
"bit-book-summary": {
|
|
233
|
+
de: "Buch Zusammenfassung",
|
|
234
|
+
es: "Bit Resumen",
|
|
235
|
+
fr: "Bit R\xE9sum\xE9",
|
|
236
|
+
ro: "Bit Rezumat",
|
|
237
|
+
it: "Bit Riassunto"
|
|
238
|
+
},
|
|
239
|
+
"bitmark-example": {
|
|
240
|
+
de: "bitmark Beispiel",
|
|
241
|
+
es: "Bitmark Ej",
|
|
242
|
+
fr: "Bitmark Ex",
|
|
243
|
+
ro: "Bitmark Exemplu",
|
|
244
|
+
it: "Bitmark Es"
|
|
245
|
+
},
|
|
246
|
+
"blog-article": {
|
|
247
|
+
de: "Blog Artikel",
|
|
248
|
+
es: "Art\xEDculo Blog",
|
|
249
|
+
fr: "Article Blog",
|
|
250
|
+
ro: "Articol Blog",
|
|
251
|
+
it: "Articolo Blog"
|
|
252
|
+
},
|
|
253
|
+
book: {
|
|
254
|
+
de: "Buch",
|
|
255
|
+
es: "Libro",
|
|
256
|
+
fr: "Livre",
|
|
257
|
+
ro: "Carte",
|
|
258
|
+
it: "Libro"
|
|
259
|
+
},
|
|
260
|
+
"book-acknowledgements": {
|
|
261
|
+
de: "Buch Danksagung",
|
|
262
|
+
es: "Reconocimientos",
|
|
263
|
+
fr: "Reconnaissance",
|
|
264
|
+
ro: "Aprecieri",
|
|
265
|
+
it: "Riconoscimenti"
|
|
266
|
+
},
|
|
267
|
+
"book-addendum": {
|
|
268
|
+
de: "Buch Zusatz",
|
|
269
|
+
es: "Libro Anexo",
|
|
270
|
+
fr: "Livre Ajout",
|
|
271
|
+
ro: "Carte Ad\u0103ugire",
|
|
272
|
+
it: "Libro Addendum"
|
|
273
|
+
},
|
|
274
|
+
"book-afterword": {
|
|
275
|
+
de: "Buch Nachwort",
|
|
276
|
+
es: "Libro Ep\xEDlogo",
|
|
277
|
+
fr: "Livre Postface",
|
|
278
|
+
ro: "Carte Postfa\u021B\u0103",
|
|
279
|
+
it: "Libro Posfazione"
|
|
280
|
+
},
|
|
281
|
+
"book-alias": {
|
|
282
|
+
de: "Buch Alias",
|
|
283
|
+
es: "Libro Alias",
|
|
284
|
+
fr: "Livre Alias",
|
|
285
|
+
ro: "Carte Alias",
|
|
286
|
+
it: "Libro Alias"
|
|
287
|
+
},
|
|
288
|
+
"book-appendix": {
|
|
289
|
+
de: "Buch Anhang",
|
|
290
|
+
es: "Libro Ap\xE9ndice",
|
|
291
|
+
fr: "Livre Annexe",
|
|
292
|
+
ro: "Carte Anex\u0103",
|
|
293
|
+
it: "Libro Appendice"
|
|
294
|
+
},
|
|
295
|
+
"book-article": {
|
|
296
|
+
de: "Buch Artikel",
|
|
297
|
+
es: "Art\xEDculo Libro",
|
|
298
|
+
fr: "Article Livre",
|
|
299
|
+
ro: "Articol Carte",
|
|
300
|
+
it: "Articolo Libro"
|
|
301
|
+
},
|
|
302
|
+
"book-author": {
|
|
303
|
+
de: "Autor",
|
|
304
|
+
es: "Autor",
|
|
305
|
+
fr: "Auteur",
|
|
306
|
+
ro: "Autor",
|
|
307
|
+
it: "Autore"
|
|
308
|
+
},
|
|
309
|
+
"book-author-bio": {
|
|
310
|
+
de: "Buch Autor Biografie",
|
|
311
|
+
es: "Bio Autor Libro",
|
|
312
|
+
fr: "Bio Auteur Livre",
|
|
313
|
+
ro: "Bio Autor",
|
|
314
|
+
it: "Bio Autore Libro"
|
|
315
|
+
},
|
|
316
|
+
"book-bibliography": {
|
|
317
|
+
de: "Buch Bibliografie",
|
|
318
|
+
es: "Bibliograf\xEDa",
|
|
319
|
+
fr: "Bibliographie",
|
|
320
|
+
ro: "Bibliografie",
|
|
321
|
+
it: "Bibliografia"
|
|
322
|
+
},
|
|
323
|
+
"book-close": {
|
|
324
|
+
de: "Buch schliessen",
|
|
325
|
+
es: "Cerrar Libro",
|
|
326
|
+
fr: "Fermer Livre",
|
|
327
|
+
ro: "\xCEnchide",
|
|
328
|
+
it: "Chiudi Libro"
|
|
329
|
+
},
|
|
330
|
+
"book-coming-soon": {
|
|
331
|
+
de: "Buch bald verf\xFCgbar",
|
|
332
|
+
es: "Libro Pronto",
|
|
333
|
+
fr: "Livre Bient\xF4t",
|
|
334
|
+
ro: "\xCEn Cur\xE2nd",
|
|
335
|
+
it: "Libro Presto"
|
|
336
|
+
},
|
|
337
|
+
"book-conclusion": {
|
|
338
|
+
de: "Buch Fazit",
|
|
339
|
+
es: "Conclusi\xF3n",
|
|
340
|
+
fr: "Conclusion",
|
|
341
|
+
ro: "Concluzie",
|
|
342
|
+
it: "Conclusione"
|
|
343
|
+
},
|
|
344
|
+
"book-copyright": {
|
|
345
|
+
de: "Buch Urheberrecht",
|
|
346
|
+
es: "Copyright",
|
|
347
|
+
fr: "Copyright",
|
|
348
|
+
ro: "Drept Autor",
|
|
349
|
+
it: "Copyright"
|
|
350
|
+
},
|
|
351
|
+
"book-copyright-permissions": {
|
|
352
|
+
de: "Buch Urheberrechtsgenehmigungen",
|
|
353
|
+
es: "Permisos Copyright",
|
|
354
|
+
fr: "Permis Copyright",
|
|
355
|
+
ro: "Permis Drept Autor",
|
|
356
|
+
it: "Permessi Copyright"
|
|
357
|
+
},
|
|
358
|
+
"book-dedication": {
|
|
359
|
+
de: "Buch Widmung",
|
|
360
|
+
es: "Dedicatoria",
|
|
361
|
+
fr: "D\xE9dicace",
|
|
362
|
+
ro: "Dedicare",
|
|
363
|
+
it: "Dedica"
|
|
364
|
+
},
|
|
365
|
+
"book-endnotes": {
|
|
366
|
+
de: "Buch Endnoten",
|
|
367
|
+
es: "Notas Finales",
|
|
368
|
+
fr: "Notes Fin",
|
|
369
|
+
ro: "Note sf\xE2r\u0219it",
|
|
370
|
+
it: "Note Finali"
|
|
371
|
+
},
|
|
372
|
+
"book-epigraph": {
|
|
373
|
+
de: "Buch Epigraph",
|
|
374
|
+
es: "Ep\xEDgrafe",
|
|
375
|
+
fr: "\xC9pigraphe",
|
|
376
|
+
ro: "Epigraf",
|
|
377
|
+
it: "Epigrafe"
|
|
378
|
+
},
|
|
379
|
+
"book-epilogue": {
|
|
380
|
+
de: "Buch Epilog",
|
|
381
|
+
es: "Ep\xEDlogo",
|
|
382
|
+
fr: "\xC9pilogue",
|
|
383
|
+
ro: "Epilog",
|
|
384
|
+
it: "Epilogo"
|
|
385
|
+
},
|
|
386
|
+
"book-foreword": {
|
|
387
|
+
de: "Buch Vorwort",
|
|
388
|
+
es: "Pr\xF3logo",
|
|
389
|
+
fr: "Avant Propos",
|
|
390
|
+
ro: "Prefa\u021B\u0103",
|
|
391
|
+
it: "Prefazione"
|
|
392
|
+
},
|
|
393
|
+
"book-frontispiece": {
|
|
394
|
+
de: "Buch Titelbild",
|
|
395
|
+
es: "Frontispicio",
|
|
396
|
+
fr: "Frontispice",
|
|
397
|
+
ro: "Frontispiciu",
|
|
398
|
+
it: "Frontespizio"
|
|
399
|
+
},
|
|
400
|
+
"book-imprint": {
|
|
401
|
+
de: "Buch\xA0Impressum",
|
|
402
|
+
es: "Pie Imprenta",
|
|
403
|
+
fr: "Mentions L\xE9gales",
|
|
404
|
+
ro: "Imprimare",
|
|
405
|
+
it: "Colophon"
|
|
406
|
+
},
|
|
407
|
+
"book-inciting-incident": {
|
|
408
|
+
de: "Ausl\xF6sendes Ereignis",
|
|
409
|
+
es: "Incidente Libro",
|
|
410
|
+
fr: "Incident Livre",
|
|
411
|
+
ro: "Incident",
|
|
412
|
+
it: "Incidente"
|
|
413
|
+
},
|
|
414
|
+
"book-introduction": {
|
|
415
|
+
de: "Buch\xA0Einleitung",
|
|
416
|
+
es: "Introducci\xF3n",
|
|
417
|
+
fr: "Introduction",
|
|
418
|
+
ro: "Introducere",
|
|
419
|
+
it: "Introduzione"
|
|
420
|
+
},
|
|
421
|
+
"book-link": {
|
|
422
|
+
de: "Buch\xA0Link",
|
|
423
|
+
es: "Enlace Libro",
|
|
424
|
+
fr: "Lien Livre",
|
|
425
|
+
ro: "Link",
|
|
426
|
+
it: "Link Libro"
|
|
427
|
+
},
|
|
428
|
+
"book-list-of-contributors": {
|
|
429
|
+
de: "Buch\xA0Mitwirkende",
|
|
430
|
+
es: "Lista Colabor",
|
|
431
|
+
fr: "Liste Contributeurs",
|
|
432
|
+
ro: "Contribuitori",
|
|
433
|
+
it: "Lista Collaboratori"
|
|
434
|
+
},
|
|
435
|
+
"book-notes": {
|
|
436
|
+
de: "Buch\xA0Notizen",
|
|
437
|
+
es: "Notas Libro",
|
|
438
|
+
fr: "Notes Livre",
|
|
439
|
+
ro: "Note Carte",
|
|
440
|
+
it: "Note Libro"
|
|
441
|
+
},
|
|
442
|
+
"book-postscript": {
|
|
443
|
+
de: "Buch\xA0Postskript",
|
|
444
|
+
es: "Posdata",
|
|
445
|
+
fr: "Post-scriptum",
|
|
446
|
+
ro: "Postscriptum",
|
|
447
|
+
it: "Postscriptum"
|
|
448
|
+
},
|
|
449
|
+
"book-preface": {
|
|
450
|
+
de: "Buch\xA0Vorwort",
|
|
451
|
+
es: "Prefacio",
|
|
452
|
+
fr: "Pr\xE9face",
|
|
453
|
+
ro: "Prefa\u021B\u0103",
|
|
454
|
+
it: "Prefazione"
|
|
455
|
+
},
|
|
456
|
+
"book-prologue": {
|
|
457
|
+
de: "Buch\xA0Prolog",
|
|
458
|
+
es: "Pr\xF3logo",
|
|
459
|
+
fr: "Prologue",
|
|
460
|
+
ro: "Prolog",
|
|
461
|
+
it: "Prologo"
|
|
462
|
+
},
|
|
463
|
+
"book-read-more": {
|
|
464
|
+
de: "Mehr lesen",
|
|
465
|
+
es: "Leer M\xE1s",
|
|
466
|
+
fr: "Lire Plus",
|
|
467
|
+
ro: "Cite\u0219te Mai Mult",
|
|
468
|
+
it: "Leggi Di Pi\xF9"
|
|
469
|
+
},
|
|
470
|
+
"book-reference": {
|
|
471
|
+
de: "Buch\xA0Referenz",
|
|
472
|
+
es: "Referencia",
|
|
473
|
+
fr: "R\xE9f\xE9rence",
|
|
474
|
+
ro: "Referin\u021B\u0103",
|
|
475
|
+
it: "Riferimento"
|
|
476
|
+
},
|
|
477
|
+
"book-reference-list": {
|
|
478
|
+
de: "Buch\xA0Referenz Liste",
|
|
479
|
+
es: "Lista Ref",
|
|
480
|
+
fr: "Liste R\xE9f",
|
|
481
|
+
ro: "List\u0103 Ref",
|
|
482
|
+
it: "Lista Riferimenti"
|
|
483
|
+
},
|
|
484
|
+
"book-request-for-a-book-review": {
|
|
485
|
+
de: "Buch Rezension Anfrage",
|
|
486
|
+
es: "Solicitar Rese\xF1a",
|
|
487
|
+
fr: "Demande Critique Livre",
|
|
488
|
+
ro: "Solicitare Recenzie",
|
|
489
|
+
it: "Richiesta Recensione"
|
|
490
|
+
},
|
|
491
|
+
"book-summary": {
|
|
492
|
+
de: "Buch\xA0Zusammenfassung",
|
|
493
|
+
es: "Resumen Libro",
|
|
494
|
+
fr: "R\xE9sum\xE9 Livre",
|
|
495
|
+
ro: "Rezumat Carte",
|
|
496
|
+
it: "Riassunto Libro"
|
|
497
|
+
},
|
|
498
|
+
"book-teaser": {
|
|
499
|
+
de: "Buch\xA0Vorschau",
|
|
500
|
+
es: "Adelanto Libro",
|
|
501
|
+
fr: "Bande-annonce Livre",
|
|
502
|
+
ro: "Prezentare",
|
|
503
|
+
it: "Anteprima Libro"
|
|
504
|
+
},
|
|
505
|
+
"book-title": {
|
|
506
|
+
de: "Buch\xA0Titel",
|
|
507
|
+
es: "T\xEDtulo Libro",
|
|
508
|
+
fr: "Titre Livre",
|
|
509
|
+
ro: "Titlu",
|
|
510
|
+
it: "Titolo Libro"
|
|
511
|
+
},
|
|
512
|
+
"bot-action": {
|
|
513
|
+
de: "Bot Aktion",
|
|
514
|
+
es: "Acciones de los bots",
|
|
515
|
+
fr: "Action du robot",
|
|
516
|
+
ro: "Ac\u021Biune de bot",
|
|
517
|
+
it: "Azioni dei bot"
|
|
518
|
+
},
|
|
519
|
+
"bot-action-rating-number": {
|
|
520
|
+
de: "Bot\xA0Bewertung Zahl",
|
|
521
|
+
es: "Bot Acci\xF3n Calificaci\xF3n Num",
|
|
522
|
+
fr: "Bot Action Note Num",
|
|
523
|
+
ro: "Bot Ac\u021Biune Notare Num\u0103r",
|
|
524
|
+
it: "Bot Azione Valutazione Num"
|
|
525
|
+
},
|
|
526
|
+
"bot-action-response": {
|
|
527
|
+
de: "Bot Aktion Antwort",
|
|
528
|
+
es: "Bot Respuesta",
|
|
529
|
+
fr: "Bot R\xE9ponse",
|
|
530
|
+
ro: "Bot R\u0103spuns",
|
|
531
|
+
it: "Bot Risposta"
|
|
532
|
+
},
|
|
533
|
+
"bot-action-send": {
|
|
534
|
+
de: "Bot Aktion\xA0Senden",
|
|
535
|
+
es: "Bot Enviar",
|
|
536
|
+
fr: "Bot Envoyer",
|
|
537
|
+
ro: "Bot Trimite",
|
|
538
|
+
it: "Bot Invia"
|
|
539
|
+
},
|
|
540
|
+
"bot-action-true-false": {
|
|
541
|
+
de: "Bot Aktion\xA0Richtig Falsch",
|
|
542
|
+
es: "Bot Verdadero Falso",
|
|
543
|
+
fr: "Bot Vrai Faux",
|
|
544
|
+
ro: "Bot Adev\u0103rat Fals",
|
|
545
|
+
it: "Bot Vero Falso"
|
|
546
|
+
},
|
|
547
|
+
"bot-interview": {
|
|
548
|
+
de: "Bot Interview",
|
|
549
|
+
es: "Bot",
|
|
550
|
+
fr: "Bot",
|
|
551
|
+
ro: "Bot",
|
|
552
|
+
it: ""
|
|
553
|
+
},
|
|
554
|
+
bots: {
|
|
555
|
+
de: "Bots",
|
|
556
|
+
es: "Bots",
|
|
557
|
+
fr: "Bots",
|
|
558
|
+
ro: "Bots",
|
|
559
|
+
it: ""
|
|
560
|
+
},
|
|
561
|
+
"brand-color": {
|
|
562
|
+
de: "Farbe",
|
|
563
|
+
es: "Color",
|
|
564
|
+
fr: "Couleur",
|
|
565
|
+
ro: "Culoare",
|
|
566
|
+
it: "Colore"
|
|
567
|
+
},
|
|
568
|
+
"browser-image": {
|
|
569
|
+
de: "Browser Bild",
|
|
570
|
+
es: "Imagen Navegador",
|
|
571
|
+
fr: "Image Navigateur",
|
|
572
|
+
ro: "Imagine Browser",
|
|
573
|
+
it: "Immagine Browser"
|
|
574
|
+
},
|
|
575
|
+
bug: {
|
|
576
|
+
de: "Fehler",
|
|
577
|
+
es: "Error",
|
|
578
|
+
fr: "Bogue",
|
|
579
|
+
ro: "Bug",
|
|
580
|
+
it: "Bug"
|
|
581
|
+
},
|
|
582
|
+
"bug-alt": {
|
|
583
|
+
de: "Fehler alternativ",
|
|
584
|
+
es: "Error Alt",
|
|
585
|
+
fr: "Bogue Alt",
|
|
586
|
+
ro: "Bug Alt",
|
|
587
|
+
it: "Bug Alt"
|
|
588
|
+
},
|
|
589
|
+
"bug-collapsible": {
|
|
590
|
+
de: "Fehler Aufklappbar",
|
|
591
|
+
es: "Error Plegable",
|
|
592
|
+
fr: "Bogue D\xE9roulable",
|
|
593
|
+
ro: "Bug Expandabil",
|
|
594
|
+
it: "Bug Pieghevole"
|
|
595
|
+
},
|
|
596
|
+
"button-copy-text": {
|
|
597
|
+
de: "Text kopieren",
|
|
598
|
+
es: "Bot\xF3n Copiar Texto",
|
|
599
|
+
fr: "Bouton Copier Texte",
|
|
600
|
+
ro: "Buton Copiaz\u0103 Text",
|
|
601
|
+
it: "Pulsante Copia Testo"
|
|
602
|
+
},
|
|
603
|
+
"card-1": {
|
|
604
|
+
de: "Karte",
|
|
605
|
+
es: "Tarjeta",
|
|
606
|
+
fr: "Carte",
|
|
607
|
+
ro: "Card",
|
|
608
|
+
it: "Carta"
|
|
609
|
+
},
|
|
610
|
+
chapter: {
|
|
611
|
+
de: "Kapitel",
|
|
612
|
+
es: "Cap\xEDtulo",
|
|
613
|
+
fr: "Chapitre",
|
|
614
|
+
ro: "Capitol",
|
|
615
|
+
it: "Capitolo"
|
|
616
|
+
},
|
|
617
|
+
"chapter-subject-matter": {
|
|
618
|
+
de: "Kapitel Thema",
|
|
619
|
+
es: "Cap\xEDtulo Tema",
|
|
620
|
+
fr: "Chapitre Sujet",
|
|
621
|
+
ro: "Capitol Subiect",
|
|
622
|
+
it: "Capitolo Tema"
|
|
623
|
+
},
|
|
624
|
+
chat: {
|
|
625
|
+
de: "Chat",
|
|
626
|
+
es: "Chat",
|
|
627
|
+
fr: "Chat",
|
|
628
|
+
ro: "Chat",
|
|
629
|
+
it: "Chat"
|
|
630
|
+
},
|
|
631
|
+
checklist: {
|
|
632
|
+
de: "Checkliste",
|
|
633
|
+
es: "Lista Verif",
|
|
634
|
+
fr: "Liste Contr\xF4le",
|
|
635
|
+
ro: "List\u0103 Verif",
|
|
636
|
+
it: "Lista Controllo"
|
|
637
|
+
},
|
|
638
|
+
cloze: {
|
|
639
|
+
de: "L\xFCckentext",
|
|
640
|
+
es: "Cloze",
|
|
641
|
+
fr: "Cloze",
|
|
642
|
+
ro: "Cloze",
|
|
643
|
+
it: "Cloze"
|
|
644
|
+
},
|
|
645
|
+
"cloze-and-multiple-choice-text": {
|
|
646
|
+
de: "L\xFCckentext Single Choice",
|
|
647
|
+
es: "Cloze Opci\xF3n M\xFAltiple",
|
|
648
|
+
fr: "Cloze Choix Multiple",
|
|
649
|
+
ro: "Cloze Op\u021Biuni",
|
|
650
|
+
it: "Cloze Scelta Multipla"
|
|
651
|
+
},
|
|
652
|
+
"cloze-instruction-grouped": {
|
|
653
|
+
de: "L\xFCckentext gruppiert",
|
|
654
|
+
es: "Cloze Grupo",
|
|
655
|
+
fr: "Cloze Groupe",
|
|
656
|
+
ro: "Cloze Grup",
|
|
657
|
+
it: "Cloze Gruppo"
|
|
658
|
+
},
|
|
659
|
+
"cloze-list": {
|
|
660
|
+
de: "L\xFCckentext Liste",
|
|
661
|
+
es: "Lista Cloze",
|
|
662
|
+
fr: "Liste Cloze",
|
|
663
|
+
ro: "List\u0103 Cloze",
|
|
664
|
+
it: "Lista Cloze"
|
|
665
|
+
},
|
|
666
|
+
"cloze-solution-grouped": {
|
|
667
|
+
de: "L\xFCckentext L\xF6sung gruppiert",
|
|
668
|
+
es: "Cloze Soluci\xF3n Grupo",
|
|
669
|
+
fr: "Cloze Solution Groupe",
|
|
670
|
+
ro: "Cloze Solu\u021Bie Grup",
|
|
671
|
+
it: "Cloze Soluzione Gruppo"
|
|
672
|
+
},
|
|
673
|
+
"coach-audio-transcript": {
|
|
674
|
+
de: "Coach Audio Transkript",
|
|
675
|
+
es: "Coach Audio Transcripci\xF3n",
|
|
676
|
+
fr: "Coach Audio Transcription",
|
|
677
|
+
ro: "Coach Audio Transcriere",
|
|
678
|
+
it: "Coach Audio Trascrizione"
|
|
679
|
+
},
|
|
680
|
+
"coach-call-to-action-checklist": {
|
|
681
|
+
de: "Coach\xA0Handlungsaufforderung\xA0Checkliste",
|
|
682
|
+
es: "Coach Llamada Acci\xF3n Lista Verif",
|
|
683
|
+
fr: "Coach Appel Action Liste Contr\xF4le",
|
|
684
|
+
ro: "Coach \xCEndemn Ac\u021Biune List\u0103 Verif",
|
|
685
|
+
it: "Coach Invito Azione Lista Controllo"
|
|
686
|
+
},
|
|
687
|
+
"coach-call-to-action-cloze": {
|
|
688
|
+
de: "Coach\xA0Handlungsaufforderung L\xFCckentext",
|
|
689
|
+
es: "Coach Llamada Acci\xF3n Cloze",
|
|
690
|
+
fr: "Coach Appel Action Cloze",
|
|
691
|
+
ro: "Coach \xCEndemn Ac\u021Biune Cloze",
|
|
692
|
+
it: "Coach Invito Azione Cloze"
|
|
693
|
+
},
|
|
694
|
+
"coach-call-to-action-cloze-and-multiple-choice-text": {
|
|
695
|
+
de: "Coach\xA0Handlungsaufforderung L\xFCckentext und Single Choice Text",
|
|
696
|
+
es: "Coach Llamada Acci\xF3n Cloze Opci\xF3n M\xFAltiple",
|
|
697
|
+
fr: "Coach Appel Action Cloze Choix Multiple",
|
|
698
|
+
ro: "Coach \xCEndemn Ac\u021Biune Cloze Op\u021Biuni",
|
|
699
|
+
it: "Coach Invito Azione Cloze Scelta Multipla"
|
|
700
|
+
},
|
|
701
|
+
"coach-call-to-action-essay": {
|
|
702
|
+
de: "Coach\xA0Handlungsaufforderung Essay",
|
|
703
|
+
es: "Coach Llamada Acci\xF3n Ensayo",
|
|
704
|
+
fr: "Coach Appel Action Essai",
|
|
705
|
+
ro: "Coach \xCEndemn Ac\u021Biune Eseu",
|
|
706
|
+
it: "Coach Invito Azione Saggio"
|
|
707
|
+
},
|
|
708
|
+
"coach-call-to-action-multiple-choice-text": {
|
|
709
|
+
de: "Coach\xA0Handlungsaufforderung Single Choice Text",
|
|
710
|
+
es: "Coach Llamada Acci\xF3n Opci\xF3n M\xFAltiple",
|
|
711
|
+
fr: "Coach Appel Action Choix Multiple",
|
|
712
|
+
ro: "Coach \xCEndemn Ac\u021Biune Op\u021Biuni",
|
|
713
|
+
it: "Coach Invito Azione Scelta Multipla"
|
|
714
|
+
},
|
|
715
|
+
"coach-home-rules": {
|
|
716
|
+
de: "Coach\xA0Regeln",
|
|
717
|
+
es: "Coach Inicio Reglas",
|
|
718
|
+
fr: "Coach Accueil R\xE8gles",
|
|
719
|
+
ro: "Coach Acas\u0103 Reguli",
|
|
720
|
+
it: "Coach Home Regole"
|
|
721
|
+
},
|
|
722
|
+
"coach-self-reflection-cloze": {
|
|
723
|
+
de: "Coach\xA0Selbstreflexion L\xFCckentext",
|
|
724
|
+
es: "Coach Auto Reflexi\xF3n Cloze",
|
|
725
|
+
fr: "Coach Auto R\xE9flexion Cloze",
|
|
726
|
+
ro: "Coach Auto Reflec\u021Bie Cloze",
|
|
727
|
+
it: "Coach Auto Riflessione Cloze"
|
|
728
|
+
},
|
|
729
|
+
"coach-self-reflection-essay": {
|
|
730
|
+
de: "Coach\xA0Selbstreflexion Essay",
|
|
731
|
+
es: "Coach Auto Reflexi\xF3n Ensayo",
|
|
732
|
+
fr: "Coach Auto R\xE9flexion Essai",
|
|
733
|
+
ro: "Coach Auto Reflec\u021Bie Eseu",
|
|
734
|
+
it: "Coach Auto Riflessione Saggio"
|
|
735
|
+
},
|
|
736
|
+
"coach-self-reflection-multiple-choice": {
|
|
737
|
+
de: "Coach\xA0Selbstreflexion Single Choice",
|
|
738
|
+
es: "Coach Auto Reflexi\xF3n Opci\xF3n M\xFAltiple",
|
|
739
|
+
fr: "Coach Auto R\xE9flexion Choix Multiple",
|
|
740
|
+
ro: "Coach Auto Reflec\u021Bie Op\u021Biuni",
|
|
741
|
+
it: "Coach Auto Riflessione Scelta Multipla"
|
|
742
|
+
},
|
|
743
|
+
"coach-self-reflection-multiple-choice-1": {
|
|
744
|
+
de: "Coach\xA0Selbstreflexion Single Choice 1",
|
|
745
|
+
es: "Coach Auto Reflexi\xF3n Opci\xF3n M\xFAltiple 1",
|
|
746
|
+
fr: "Coach Auto R\xE9flexion Choix Multiple 1",
|
|
747
|
+
ro: "Coach Auto Reflec\u021Bie Op\u021Biuni 1",
|
|
748
|
+
it: "Coach Auto Riflessione Scelta Multipla 1"
|
|
749
|
+
},
|
|
750
|
+
"coach-self-reflection-multiple-choice-text": {
|
|
751
|
+
de: "Coach\xA0Selbstreflexion Single Choice Text",
|
|
752
|
+
es: "Coach Auto Reflexi\xF3n Opci\xF3n M\xFAltiple Texto",
|
|
753
|
+
fr: "Coach Auto R\xE9flexion Choix Multiple Texte",
|
|
754
|
+
ro: "Coach Auto Reflec\u021Bie Op\u021Biuni Text",
|
|
755
|
+
it: "Coach Auto Riflessione Scelta Multipla Testo"
|
|
756
|
+
},
|
|
757
|
+
"coach-self-reflection-multiple-response": {
|
|
758
|
+
de: "Coach\xA0Selbstreflexion Multiple Choice",
|
|
759
|
+
es: "Coach Auto Reflexi\xF3n Respuestas M\xFAltiples",
|
|
760
|
+
fr: "Coach Auto R\xE9flexion R\xE9ponses Multiples",
|
|
761
|
+
ro: "Coach Auto Reflec\u021Bie R\u0103spunsuri Multiple",
|
|
762
|
+
it: "Coach Auto Riflessione Risposte Multiple"
|
|
763
|
+
},
|
|
764
|
+
"coach-self-reflection-multiple-response-1": {
|
|
765
|
+
de: "Coach\xA0Selbstreflexion\xA0Multiple Choice 1",
|
|
766
|
+
es: "Coach Auto Reflexi\xF3n Respuestas M\xFAltiples 1",
|
|
767
|
+
fr: "Coach Auto R\xE9flexion R\xE9ponses Multiples1",
|
|
768
|
+
ro: "Coach Auto Reflec\u021Bie R\u0103spunsuri Multiple 1",
|
|
769
|
+
it: "Coach Auto Riflessione Risposte Multiple 1"
|
|
770
|
+
},
|
|
771
|
+
"coach-self-reflection-rating": {
|
|
772
|
+
de: "Selbstreflexion Bewertung",
|
|
773
|
+
es: "Coach Auto Reflexi\xF3n Calificaci\xF3n",
|
|
774
|
+
fr: "Coach Auto R\xE9flexion \xC9valuation",
|
|
775
|
+
ro: "Coach Auto Reflec\u021Bie Evaluare",
|
|
776
|
+
it: "Coach Auto Riflessione Valutazione"
|
|
777
|
+
},
|
|
778
|
+
"coach-video-transcript": {
|
|
779
|
+
de: "Video Transkript",
|
|
780
|
+
es: "Coach Video Transcripci\xF3n",
|
|
781
|
+
fr: "Coach Vid\xE9o Transcription",
|
|
782
|
+
ro: "Coach Video Transcriere",
|
|
783
|
+
it: "Coach Video Trascrizione"
|
|
784
|
+
},
|
|
785
|
+
code: {
|
|
786
|
+
de: "Code",
|
|
787
|
+
es: "C\xF3digo",
|
|
788
|
+
fr: "Code",
|
|
789
|
+
ro: "Cod",
|
|
790
|
+
it: "Codice"
|
|
791
|
+
},
|
|
792
|
+
collapsible: {
|
|
793
|
+
de: "Aufklappbar",
|
|
794
|
+
es: "Plegable",
|
|
795
|
+
fr: "D\xE9roulable",
|
|
796
|
+
ro: "Expandabil",
|
|
797
|
+
it: "Pieghevole"
|
|
798
|
+
},
|
|
799
|
+
conclusion: {
|
|
800
|
+
de: "Schlussfolgerung",
|
|
801
|
+
es: "Conclusi\xF3n",
|
|
802
|
+
fr: "Conclusion",
|
|
803
|
+
ro: "Concluzie",
|
|
804
|
+
it: "Conclusione"
|
|
805
|
+
},
|
|
806
|
+
"conclusion-alt": {
|
|
807
|
+
de: "Schlussfolgerung\xA0alternativ",
|
|
808
|
+
es: "Conclusi\xF3n Alt",
|
|
809
|
+
fr: "Conclusion Alt",
|
|
810
|
+
ro: "Concluzie Alt",
|
|
811
|
+
it: "Conclusione Alt"
|
|
812
|
+
},
|
|
813
|
+
conversation: {
|
|
814
|
+
de: "Unterhaltung",
|
|
815
|
+
es: "Conversaci\xF3n",
|
|
816
|
+
fr: "Conversation",
|
|
817
|
+
ro: "Conversa\u021Bie",
|
|
818
|
+
it: "Conversazione"
|
|
819
|
+
},
|
|
820
|
+
"conversation-left-1": {
|
|
821
|
+
de: "Unterhaltung\xA0Links",
|
|
822
|
+
es: "Conversaci\xF3n Izq",
|
|
823
|
+
fr: "Conversation Gauche",
|
|
824
|
+
ro: "Conversa\u021Bie St\xE2nga",
|
|
825
|
+
it: "Conversazione Sinistra"
|
|
826
|
+
},
|
|
827
|
+
"conversation-left-1-scream": {
|
|
828
|
+
de: "Unterhaltung\xA0Links Schrei",
|
|
829
|
+
es: "Conversaci\xF3n Izq Grito",
|
|
830
|
+
fr: "Conversation Gauche Cri",
|
|
831
|
+
ro: "Conversa\u021Bie St\xE2nga \u021Aip\u0103t",
|
|
832
|
+
it: "Conversazione Sinistra Urlo"
|
|
833
|
+
},
|
|
834
|
+
"conversation-left-1-thought": {
|
|
835
|
+
de: "Unterhaltung\xA0Links Gedanke",
|
|
836
|
+
es: "Conversaci\xF3n Izq Pensamiento",
|
|
837
|
+
fr: "Conversation Gauche Pens\xE9e",
|
|
838
|
+
ro: "Conversa\u021Bie St\xE2nga G\xE2nd",
|
|
839
|
+
it: "Conversazione Sinistra Pensiero"
|
|
840
|
+
},
|
|
841
|
+
"conversation-right-1": {
|
|
842
|
+
de: "Unterhaltung\xA0Rechts",
|
|
843
|
+
es: "Conversaci\xF3n Der",
|
|
844
|
+
fr: "Conversation Droite",
|
|
845
|
+
ro: "Conversa\u021Bie Dreapta",
|
|
846
|
+
it: "Conversazione Destra"
|
|
847
|
+
},
|
|
848
|
+
"conversation-right-1-scream": {
|
|
849
|
+
de: "Unterhaltung\xA0Rechts Schrei",
|
|
850
|
+
es: "Conversaci\xF3n Der Grito",
|
|
851
|
+
fr: "Conversation Droite Cri",
|
|
852
|
+
ro: "Conversa\u021Bie Dreapta \u021Aip\u0103t",
|
|
853
|
+
it: "Conversazione Destra Urlo"
|
|
854
|
+
},
|
|
855
|
+
"conversation-right-1-thought": {
|
|
856
|
+
de: "Unterhaltung\xA0Rechts Gedanke",
|
|
857
|
+
es: "Conversaci\xF3n Der Pensamiento",
|
|
858
|
+
fr: "Conversation Droite Pens\xE9e",
|
|
859
|
+
ro: "Conversa\u021Bie Dreapta G\xE2nd",
|
|
860
|
+
it: "Conversazione Destra Pensiero"
|
|
861
|
+
},
|
|
862
|
+
"cook-arrangement": {
|
|
863
|
+
de: "Kochen\xA0Anrichten",
|
|
864
|
+
es: "Disposici\xF3n Cocina",
|
|
865
|
+
fr: "Disposition Cuisine",
|
|
866
|
+
ro: "Aranjare Bucate",
|
|
867
|
+
it: "Disposizione Cucina"
|
|
868
|
+
},
|
|
869
|
+
"cook-ingredients": {
|
|
870
|
+
de: "Kochen\xA0Zutaten",
|
|
871
|
+
es: "Ingredientes",
|
|
872
|
+
fr: "Ingr\xE9dients",
|
|
873
|
+
ro: "Ingrediente",
|
|
874
|
+
it: "Ingredienti"
|
|
875
|
+
},
|
|
876
|
+
"cook-insert": {
|
|
877
|
+
de: "Kochen\xA0Einf\xFCgen",
|
|
878
|
+
es: "Cocina Insertar",
|
|
879
|
+
fr: "Cuisine Ins\xE9rer",
|
|
880
|
+
ro: "Adaug\u0103",
|
|
881
|
+
it: "Cucina Inserisci"
|
|
882
|
+
},
|
|
883
|
+
"cook-personal-recommendation": {
|
|
884
|
+
de: "Kochen\xA0Pers\xF6nliche Empfehlung",
|
|
885
|
+
es: "Recomendaci\xF3n Cocina",
|
|
886
|
+
fr: "Recommandation Cuisine",
|
|
887
|
+
ro: "Recomandare",
|
|
888
|
+
it: "Consiglio Cucina"
|
|
889
|
+
},
|
|
890
|
+
"cook-plate": {
|
|
891
|
+
de: "Kochen\xA0Teller",
|
|
892
|
+
es: "Plato",
|
|
893
|
+
fr: "Assiette",
|
|
894
|
+
ro: "Farfurie",
|
|
895
|
+
it: "Piatto"
|
|
896
|
+
},
|
|
897
|
+
"cook-practice-advise": {
|
|
898
|
+
de: "Kochen\xA0Praxishinweis",
|
|
899
|
+
es: "Consejo Cocina",
|
|
900
|
+
fr: "Conseil Cuisine",
|
|
901
|
+
ro: "Sfaturi",
|
|
902
|
+
it: "Consiglio Cucina"
|
|
903
|
+
},
|
|
904
|
+
"cook-preparation": {
|
|
905
|
+
de: "Kochen\xA0Vorbereitung",
|
|
906
|
+
es: "Preparaci\xF3n",
|
|
907
|
+
fr: "Pr\xE9paration",
|
|
908
|
+
ro: "Preg\u0103tire",
|
|
909
|
+
it: "Preparazione"
|
|
910
|
+
},
|
|
911
|
+
"cook-recommendation": {
|
|
912
|
+
de: "Kochen\xA0Empfehlung",
|
|
913
|
+
es: "Recomendaci\xF3n",
|
|
914
|
+
fr: "Recommandation",
|
|
915
|
+
ro: "Recomandare",
|
|
916
|
+
it: "Consiglio"
|
|
917
|
+
},
|
|
918
|
+
"cook-remark": {
|
|
919
|
+
de: "Kochen\xA0Bemerkung",
|
|
920
|
+
es: "Nota Cocina",
|
|
921
|
+
fr: "Note Cuisine",
|
|
922
|
+
ro: "Not\u0103",
|
|
923
|
+
it: "Nota Cucina"
|
|
924
|
+
},
|
|
925
|
+
"cook-side-dish": {
|
|
926
|
+
de: "Kochen\xA0Beilage",
|
|
927
|
+
es: "Guarnici\xF3n",
|
|
928
|
+
fr: "Accompagnement",
|
|
929
|
+
ro: "Garnitur\u0103",
|
|
930
|
+
it: "Contorno"
|
|
931
|
+
},
|
|
932
|
+
"cook-side-drink": {
|
|
933
|
+
de: "Kochen\xA0Getr\xE4nk",
|
|
934
|
+
es: "Bebida",
|
|
935
|
+
fr: "Boisson",
|
|
936
|
+
ro: "B\u0103utur\u0103",
|
|
937
|
+
it: "Bevanda"
|
|
938
|
+
},
|
|
939
|
+
"cook-step": {
|
|
940
|
+
de: "Kochen\xA0Schritt",
|
|
941
|
+
es: "Paso",
|
|
942
|
+
fr: "\xC9tape",
|
|
943
|
+
ro: "Pas",
|
|
944
|
+
it: "Passo"
|
|
945
|
+
},
|
|
946
|
+
"cook-variation": {
|
|
947
|
+
de: "Kochen Variante",
|
|
948
|
+
es: "Variaci\xF3n",
|
|
949
|
+
fr: "Variation",
|
|
950
|
+
ro: "Varia\u021Bie",
|
|
951
|
+
it: "Variante"
|
|
952
|
+
},
|
|
953
|
+
cooking: {
|
|
954
|
+
de: "Kochen",
|
|
955
|
+
es: "Cocina",
|
|
956
|
+
fr: "Cuisine",
|
|
957
|
+
ro: "G\u0103tit",
|
|
958
|
+
it: "Cucina"
|
|
959
|
+
},
|
|
960
|
+
correction: {
|
|
961
|
+
de: "Korrektur",
|
|
962
|
+
es: "Correcci\xF3n",
|
|
963
|
+
fr: "Correction",
|
|
964
|
+
ro: "Corectare",
|
|
965
|
+
it: "Correzione"
|
|
966
|
+
},
|
|
967
|
+
danger: {
|
|
968
|
+
de: "Gefahr",
|
|
969
|
+
es: "Peligro",
|
|
970
|
+
fr: "Danger",
|
|
971
|
+
ro: "Pericol",
|
|
972
|
+
it: "Pericolo"
|
|
973
|
+
},
|
|
974
|
+
"danger-alt": {
|
|
975
|
+
de: "Gefahr alternativ",
|
|
976
|
+
es: "Peligro Alt",
|
|
977
|
+
fr: "Danger Alt",
|
|
978
|
+
ro: "Pericol Alt",
|
|
979
|
+
it: "Pericolo Alt"
|
|
980
|
+
},
|
|
981
|
+
"danger-collapsible": {
|
|
982
|
+
de: "Gefahr aufklappbar",
|
|
983
|
+
es: "Peligro Plegable",
|
|
984
|
+
fr: "Danger D\xE9roulable",
|
|
985
|
+
ro: "Pericol Expandabil",
|
|
986
|
+
it: "Pericolo Pieghevole"
|
|
987
|
+
},
|
|
988
|
+
"definition-list": {
|
|
989
|
+
de: "Definitionsliste",
|
|
990
|
+
es: "Lista Definici\xF3n",
|
|
991
|
+
fr: "Liste D\xE9finition",
|
|
992
|
+
ro: "List\u0103 Defini\u021Bii",
|
|
993
|
+
it: "Lista Definizioni"
|
|
994
|
+
},
|
|
995
|
+
"definition-list-collapsible": {
|
|
996
|
+
de: "Einklappbare Definitionsliste",
|
|
997
|
+
es: "Lista de definiciones plegable",
|
|
998
|
+
fr: "Liste de d\xE9finitions repliable",
|
|
999
|
+
ro: "List\u0103 de defini\u021Bii pliabil\u0103",
|
|
1000
|
+
it: "Elenco di definizioni comprimibile"
|
|
1001
|
+
},
|
|
1002
|
+
"definition-term": {
|
|
1003
|
+
de: "Begriffsdefinition",
|
|
1004
|
+
es: "T\xE9rmino Definici\xF3n",
|
|
1005
|
+
fr: "Terme D\xE9finition",
|
|
1006
|
+
ro: "Termen Defini\u021Bie",
|
|
1007
|
+
it: "Termine Definizione"
|
|
1008
|
+
},
|
|
1009
|
+
deleted: {
|
|
1010
|
+
de: "Gel\xF6schtes Bit",
|
|
1011
|
+
es: "Bit eliminado",
|
|
1012
|
+
fr: "Bit supprim\xE9",
|
|
1013
|
+
ro: "Bit \u0219ters",
|
|
1014
|
+
it: "Bit cancellato"
|
|
1015
|
+
},
|
|
1016
|
+
"details-1": {
|
|
1017
|
+
de: "Details",
|
|
1018
|
+
es: "Detalles",
|
|
1019
|
+
fr: "D\xE9tails",
|
|
1020
|
+
ro: "Detalii",
|
|
1021
|
+
it: "Dettagli"
|
|
1022
|
+
},
|
|
1023
|
+
"details-image": {
|
|
1024
|
+
de: "Details\xA0Bild",
|
|
1025
|
+
es: "Detalles Imagen",
|
|
1026
|
+
fr: "D\xE9tails Image",
|
|
1027
|
+
ro: "Detalii Imagine",
|
|
1028
|
+
it: "Dettagli Immagine"
|
|
1029
|
+
},
|
|
1030
|
+
document: {
|
|
1031
|
+
de: "Dokument",
|
|
1032
|
+
es: "Documento",
|
|
1033
|
+
fr: "Document",
|
|
1034
|
+
ro: "Document",
|
|
1035
|
+
it: "Documento"
|
|
1036
|
+
},
|
|
1037
|
+
"document-download": {
|
|
1038
|
+
de: "Dokument\xA0Download",
|
|
1039
|
+
es: "Descargar Doc",
|
|
1040
|
+
fr: "T\xE9l\xE9charger Doc",
|
|
1041
|
+
ro: "Descarc\u0103 Doc",
|
|
1042
|
+
it: "Scarica Doc"
|
|
1043
|
+
},
|
|
1044
|
+
"document-link": {
|
|
1045
|
+
de: "Dokument\xA0Link",
|
|
1046
|
+
es: "Enlace Doc",
|
|
1047
|
+
fr: "Lien Doc",
|
|
1048
|
+
ro: "Link Doc",
|
|
1049
|
+
it: "Link Doc"
|
|
1050
|
+
},
|
|
1051
|
+
"document-upload": {
|
|
1052
|
+
de: "Dokument hochladen",
|
|
1053
|
+
es: "Subir Doc",
|
|
1054
|
+
fr: "T\xE9l\xE9verser Doc",
|
|
1055
|
+
ro: "\xCEncarc\u0103 Doc",
|
|
1056
|
+
it: "Carica Doc"
|
|
1057
|
+
},
|
|
1058
|
+
"editor-note": {
|
|
1059
|
+
de: "Bearbeiter Notiz",
|
|
1060
|
+
es: "Nota Editor",
|
|
1061
|
+
fr: "Note \xC9diteur",
|
|
1062
|
+
ro: "Nota Editor",
|
|
1063
|
+
it: "Nota Editor"
|
|
1064
|
+
},
|
|
1065
|
+
editorial: {
|
|
1066
|
+
de: "Leitartikel",
|
|
1067
|
+
es: "Editorial",
|
|
1068
|
+
fr: "\xC9ditorial",
|
|
1069
|
+
ro: "Editorial",
|
|
1070
|
+
it: "Editoriale"
|
|
1071
|
+
},
|
|
1072
|
+
essay: {
|
|
1073
|
+
de: "Essay",
|
|
1074
|
+
es: "Ensayo",
|
|
1075
|
+
fr: "Essai",
|
|
1076
|
+
ro: "Eseu",
|
|
1077
|
+
it: "Saggio"
|
|
1078
|
+
},
|
|
1079
|
+
example: {
|
|
1080
|
+
de: "Beispiel",
|
|
1081
|
+
es: "Ejemplo",
|
|
1082
|
+
fr: "Exemple",
|
|
1083
|
+
ro: "Exemplu",
|
|
1084
|
+
it: "Esempio"
|
|
1085
|
+
},
|
|
1086
|
+
"example-alt": {
|
|
1087
|
+
de: "Beispiel alternativ",
|
|
1088
|
+
es: "Ejemplo Alt",
|
|
1089
|
+
fr: "Exemple Alt",
|
|
1090
|
+
ro: "Exemplu Alt",
|
|
1091
|
+
it: "Esempio Alt"
|
|
1092
|
+
},
|
|
1093
|
+
"example-collapsible": {
|
|
1094
|
+
de: "Beispiel\xA0aufklappbar",
|
|
1095
|
+
es: "Ejemplo Plegable",
|
|
1096
|
+
fr: "Exemple D\xE9roulable",
|
|
1097
|
+
ro: "Exemplu Expandabil",
|
|
1098
|
+
it: "Esempio Pieghevole"
|
|
1099
|
+
},
|
|
1100
|
+
extractor: {
|
|
1101
|
+
de: "Extraktor",
|
|
1102
|
+
es: "Extractor",
|
|
1103
|
+
fr: "Extracteur",
|
|
1104
|
+
ro: "Extractor",
|
|
1105
|
+
it: "Estrattore"
|
|
1106
|
+
},
|
|
1107
|
+
"extractor-block": {
|
|
1108
|
+
de: "Extractor\xA0Block",
|
|
1109
|
+
es: "Extractor Bloque",
|
|
1110
|
+
fr: "Extracteur Bloc",
|
|
1111
|
+
ro: "Extractor Bloc",
|
|
1112
|
+
it: "Estrattore Blocco"
|
|
1113
|
+
},
|
|
1114
|
+
"extractor-blueprint": {
|
|
1115
|
+
de: "Extractor-Blaupause",
|
|
1116
|
+
es: "Plano del extractor",
|
|
1117
|
+
fr: "Plan directeur de l\u2019extracteur",
|
|
1118
|
+
ro: "Planul extractorului",
|
|
1119
|
+
it: "Progetto dell\u2019estrattore"
|
|
1120
|
+
},
|
|
1121
|
+
"extractor-configuration": {
|
|
1122
|
+
de: "Extractor\xA0Konfiguration",
|
|
1123
|
+
es: "Extractor Config",
|
|
1124
|
+
fr: "Extracteur Config",
|
|
1125
|
+
ro: "Extractor Config",
|
|
1126
|
+
it: "Estrattore Config"
|
|
1127
|
+
},
|
|
1128
|
+
"extractor-image-collapsible": {
|
|
1129
|
+
de: "Einklappbares Extraktor-Bild",
|
|
1130
|
+
es: "Imagen colapsable del extractor",
|
|
1131
|
+
fr: "Image escamotable de l'extracteur",
|
|
1132
|
+
ro: "Imagine colapsabil\u0103 a extractorului",
|
|
1133
|
+
it: "Immagine collassabile dell'estrattore"
|
|
1134
|
+
},
|
|
1135
|
+
"extractor-information": {
|
|
1136
|
+
de: "Extractor\xA0Information",
|
|
1137
|
+
es: "Extractor Informaci\xF3n",
|
|
1138
|
+
fr: "Extracteur Information",
|
|
1139
|
+
ro: "Extractor Informa\u021Bii",
|
|
1140
|
+
it: "Estrattore Informazioni"
|
|
1141
|
+
},
|
|
1142
|
+
"extractor-page": {
|
|
1143
|
+
de: "Extractor\xA0Seite",
|
|
1144
|
+
es: "Extractor P\xE1gina",
|
|
1145
|
+
fr: "Extracteur Page",
|
|
1146
|
+
ro: "Extractor Pagin\u0103",
|
|
1147
|
+
it: "Estrattore Pagina"
|
|
1148
|
+
},
|
|
1149
|
+
"extractor-page-footer": {
|
|
1150
|
+
de: "Extractor\xA0Seitenfusszeile",
|
|
1151
|
+
es: "Extractor Pie P\xE1gina",
|
|
1152
|
+
fr: "Extracteur Pied Page",
|
|
1153
|
+
ro: "Extractor Subsol Pagin\u0103",
|
|
1154
|
+
it: "Estrattore Pi\xE8 di Pagina"
|
|
1155
|
+
},
|
|
1156
|
+
"extractor-page-header": {
|
|
1157
|
+
de: "Extractor\xA0Seitenkopfzeile",
|
|
1158
|
+
es: "Extractor Cabecera P\xE1gina",
|
|
1159
|
+
fr: "Extracteur En-T\xEAte Page",
|
|
1160
|
+
ro: "Extractor Antet Pagin\u0103",
|
|
1161
|
+
it: "Estrattore Intestazione Pagina"
|
|
1162
|
+
},
|
|
1163
|
+
"extractor-page-number": {
|
|
1164
|
+
de: "Extractor\xA0Seitenzahl",
|
|
1165
|
+
es: "Extractor N\xFAmero P\xE1gina",
|
|
1166
|
+
fr: "Extracteur Num\xE9ro Page",
|
|
1167
|
+
ro: "Extractor Num\u0103r Pagin\u0103",
|
|
1168
|
+
it: "Estrattore Numero Pagina"
|
|
1169
|
+
},
|
|
1170
|
+
"extractor-page-with-blocks": {
|
|
1171
|
+
de: "Extractor\xA0Seite Mit Bl\xF6cken",
|
|
1172
|
+
es: "Extractor P\xE1gina Con Bloques",
|
|
1173
|
+
fr: "Extracteur Page Avec Blocs",
|
|
1174
|
+
ro: "Extractor Pagin\u0103 Cu Blocuri",
|
|
1175
|
+
it: "Estrattore Pagina Con Blocchi"
|
|
1176
|
+
},
|
|
1177
|
+
"extractor-repeated-text": {
|
|
1178
|
+
de: "Extractor wiederholender Text",
|
|
1179
|
+
es: "Extractor Texto Repetido",
|
|
1180
|
+
fr: "Extracteur Texte R\xE9p\xE9t\xE9",
|
|
1181
|
+
ro: "Extractor Text Repetat",
|
|
1182
|
+
it: "Estrattore Testo Ripetuto"
|
|
1183
|
+
},
|
|
1184
|
+
"extractor-rule": {
|
|
1185
|
+
de: "Extraktionsregel",
|
|
1186
|
+
es: "Regla de extracci\xF3n",
|
|
1187
|
+
fr: "R\xE8gle d\u2019extraction",
|
|
1188
|
+
ro: "Regul\u0103 de extrac\u021Bie",
|
|
1189
|
+
it: "Regola di estrazione"
|
|
1190
|
+
},
|
|
1191
|
+
"extractor-theme": {
|
|
1192
|
+
de: "Design",
|
|
1193
|
+
es: "Tema",
|
|
1194
|
+
fr: "Th\xE8me",
|
|
1195
|
+
ro: "Tem\u0103",
|
|
1196
|
+
it: "Tema"
|
|
1197
|
+
},
|
|
1198
|
+
featured: {
|
|
1199
|
+
de: "Vorgestellt",
|
|
1200
|
+
es: "Destacado",
|
|
1201
|
+
fr: "En Vedette",
|
|
1202
|
+
ro: "Recomandat",
|
|
1203
|
+
it: "In Evidenza"
|
|
1204
|
+
},
|
|
1205
|
+
feedback: {
|
|
1206
|
+
de: "Feedback",
|
|
1207
|
+
es: "Comentarios",
|
|
1208
|
+
fr: "Commentaires",
|
|
1209
|
+
ro: "Feedback",
|
|
1210
|
+
it: "Feedback"
|
|
1211
|
+
},
|
|
1212
|
+
figure: {
|
|
1213
|
+
de: "Abbildung",
|
|
1214
|
+
es: "Figura",
|
|
1215
|
+
fr: "Figure",
|
|
1216
|
+
ro: "Figur\u0103",
|
|
1217
|
+
it: "Figura"
|
|
1218
|
+
},
|
|
1219
|
+
flashcard: {
|
|
1220
|
+
de: "Lernkarte",
|
|
1221
|
+
es: "Ficha",
|
|
1222
|
+
fr: "Flashcard",
|
|
1223
|
+
ro: "Flashcard",
|
|
1224
|
+
it: "Flashcard"
|
|
1225
|
+
},
|
|
1226
|
+
"flashcard-1": {
|
|
1227
|
+
de: "Lernkarte 1",
|
|
1228
|
+
es: "Ficha",
|
|
1229
|
+
fr: "Flashcard",
|
|
1230
|
+
ro: "Flashcard",
|
|
1231
|
+
it: "Flashcard"
|
|
1232
|
+
},
|
|
1233
|
+
"foot-note": {
|
|
1234
|
+
de: "Fu\xDFnote",
|
|
1235
|
+
es: "Nota Pie",
|
|
1236
|
+
fr: "Note Bas",
|
|
1237
|
+
ro: "Not\u0103 Subsol",
|
|
1238
|
+
it: "Nota Pi\xE8"
|
|
1239
|
+
},
|
|
1240
|
+
formula: {
|
|
1241
|
+
de: "Formel",
|
|
1242
|
+
es: "F\xF3rmula",
|
|
1243
|
+
fr: "Formule",
|
|
1244
|
+
ro: "Formul\u0103",
|
|
1245
|
+
it: "Formula"
|
|
1246
|
+
},
|
|
1247
|
+
"glossary-term": {
|
|
1248
|
+
de: "Glossar Begriff",
|
|
1249
|
+
es: "T\xE9rmino Glosario",
|
|
1250
|
+
fr: "Terme Glossaire",
|
|
1251
|
+
ro: "Termen Glosar",
|
|
1252
|
+
it: "Termine Glossario"
|
|
1253
|
+
},
|
|
1254
|
+
group: {
|
|
1255
|
+
de: "Gruppe",
|
|
1256
|
+
es: "Grupo",
|
|
1257
|
+
fr: "groupe",
|
|
1258
|
+
ro: "grup\u0103",
|
|
1259
|
+
it: "Grupo"
|
|
1260
|
+
},
|
|
1261
|
+
"hand-in-document": {
|
|
1262
|
+
de: "Dokument einreichen",
|
|
1263
|
+
es: "Entregar Documento",
|
|
1264
|
+
fr: "Rendre le Document",
|
|
1265
|
+
ro: "Pred\u0103 Document",
|
|
1266
|
+
it: "Consegna Documento"
|
|
1267
|
+
},
|
|
1268
|
+
"hand-in-feedback-expert": {
|
|
1269
|
+
de: "Expertenfeedback",
|
|
1270
|
+
es: "Comentarios de expertos",
|
|
1271
|
+
fr: "Retour d'experts",
|
|
1272
|
+
ro: "Feedback de expert",
|
|
1273
|
+
it: "Feedback degli esperti"
|
|
1274
|
+
},
|
|
1275
|
+
"hand-in-feedback-self": {
|
|
1276
|
+
de: "Abgabe-Feedback (Selbst)",
|
|
1277
|
+
es: "Comentarios de entrega (Autoevaluaci\xF3n)",
|
|
1278
|
+
fr: "Retour sur la remise (Auto\xE9valuation)",
|
|
1279
|
+
ro: "Feedback la predare (Autoevaluare)",
|
|
1280
|
+
it: "Feedback sulla consegna (Autovalutazione)"
|
|
1281
|
+
},
|
|
1282
|
+
"hand-in-file": {
|
|
1283
|
+
de: "Datei einreichen",
|
|
1284
|
+
es: "Entregar Archivo",
|
|
1285
|
+
fr: "Rendre le Fichier",
|
|
1286
|
+
ro: "Pred\u0103 Fi\u0219ier",
|
|
1287
|
+
it: "Consegna File"
|
|
1288
|
+
},
|
|
1289
|
+
"hand-in-photo": {
|
|
1290
|
+
de: "Foto einreichen",
|
|
1291
|
+
es: "Entregar Foto",
|
|
1292
|
+
fr: "Rendre la Photo",
|
|
1293
|
+
ro: "Pred\u0103 Foto",
|
|
1294
|
+
it: "Consegna Foto"
|
|
1295
|
+
},
|
|
1296
|
+
"hand-in-video": {
|
|
1297
|
+
de: "Video einreichen",
|
|
1298
|
+
es: "Entregar Video",
|
|
1299
|
+
fr: "Rendre Vid\xE9o",
|
|
1300
|
+
ro: "Pred\u0103 Video",
|
|
1301
|
+
it: "Consegna Video"
|
|
1302
|
+
},
|
|
1303
|
+
help: {
|
|
1304
|
+
de: "Hilfe",
|
|
1305
|
+
es: "Ayuda",
|
|
1306
|
+
fr: "Aide",
|
|
1307
|
+
ro: "Ajutor",
|
|
1308
|
+
it: "Aiuto"
|
|
1309
|
+
},
|
|
1310
|
+
"help-alt": {
|
|
1311
|
+
de: "Hilfe alternativ",
|
|
1312
|
+
es: "Ayuda Alt",
|
|
1313
|
+
fr: "Aide Alt",
|
|
1314
|
+
ro: "Ajutor Alt",
|
|
1315
|
+
it: "Aiuto Alt"
|
|
1316
|
+
},
|
|
1317
|
+
"highlight-text": {
|
|
1318
|
+
de: "Text markieren",
|
|
1319
|
+
es: "Resaltar Texto",
|
|
1320
|
+
fr: "Surligner Texte",
|
|
1321
|
+
ro: "Eviden\u021Biaz\u0103 Text",
|
|
1322
|
+
it: "Evidenzia Testo"
|
|
1323
|
+
},
|
|
1324
|
+
hint: {
|
|
1325
|
+
de: "Hinweis",
|
|
1326
|
+
es: "Pista",
|
|
1327
|
+
fr: "Indice",
|
|
1328
|
+
ro: "Sugestie",
|
|
1329
|
+
it: "Suggerimento"
|
|
1330
|
+
},
|
|
1331
|
+
"hint-alt": {
|
|
1332
|
+
de: "Hinweis alternativ",
|
|
1333
|
+
es: "Pista Alt",
|
|
1334
|
+
fr: "Indice Alt",
|
|
1335
|
+
ro: "Sugestie Alt",
|
|
1336
|
+
it: "Suggerimento Alt"
|
|
1337
|
+
},
|
|
1338
|
+
"hint-collapsible": {
|
|
1339
|
+
de: "Hinweis aufklappbar",
|
|
1340
|
+
es: "Pista Plegable",
|
|
1341
|
+
fr: "Indice D\xE9roulable",
|
|
1342
|
+
ro: "Sugestie Expandabil",
|
|
1343
|
+
it: "Suggerimento Pieghevole"
|
|
1344
|
+
},
|
|
1345
|
+
image: {
|
|
1346
|
+
de: "Bild",
|
|
1347
|
+
es: "Imagen",
|
|
1348
|
+
fr: "Image",
|
|
1349
|
+
ro: "Imagine",
|
|
1350
|
+
it: "Immagine"
|
|
1351
|
+
},
|
|
1352
|
+
"image-banner": {
|
|
1353
|
+
de: "Banner\xA0Bild",
|
|
1354
|
+
es: "Imagen Banner",
|
|
1355
|
+
fr: "Image Banni\xE8re",
|
|
1356
|
+
ro: "Banner Imagine",
|
|
1357
|
+
it: "Banner Immagine"
|
|
1358
|
+
},
|
|
1359
|
+
"image-figure": {
|
|
1360
|
+
de: "Abbildung",
|
|
1361
|
+
es: "Figura",
|
|
1362
|
+
fr: "Figure",
|
|
1363
|
+
ro: "Figur\u0103",
|
|
1364
|
+
it: "Figura"
|
|
1365
|
+
},
|
|
1366
|
+
"image-figure-alt": {
|
|
1367
|
+
de: "Abbildung alternativ",
|
|
1368
|
+
es: "Figura Alt",
|
|
1369
|
+
fr: "Figure Alt",
|
|
1370
|
+
ro: "Figur\u0103 Alt",
|
|
1371
|
+
it: "Figura Alt"
|
|
1372
|
+
},
|
|
1373
|
+
"image-landscape": {
|
|
1374
|
+
de: "Bild\xA0Querformat",
|
|
1375
|
+
es: "Apaisada",
|
|
1376
|
+
fr: "Paysage",
|
|
1377
|
+
ro: "Peisaj",
|
|
1378
|
+
it: "Immagine Orizzontale"
|
|
1379
|
+
},
|
|
1380
|
+
"image-link": {
|
|
1381
|
+
de: "Bild\xA0Link",
|
|
1382
|
+
es: "Imagen Enlace",
|
|
1383
|
+
fr: "Lien",
|
|
1384
|
+
ro: "Link",
|
|
1385
|
+
it: "Link"
|
|
1386
|
+
},
|
|
1387
|
+
"image-mood": {
|
|
1388
|
+
de: "Mood Bild",
|
|
1389
|
+
es: "Imagen Ambiente",
|
|
1390
|
+
fr: "Image Ambiance",
|
|
1391
|
+
ro: "Imagine Atmosfer\u0103",
|
|
1392
|
+
it: "Immagine Atmosfera"
|
|
1393
|
+
},
|
|
1394
|
+
"image-on-device": {
|
|
1395
|
+
de: "Bild\xA0auf Ger\xE4t",
|
|
1396
|
+
es: "Imagen En Dispositivo",
|
|
1397
|
+
fr: "Image Sur Appareil",
|
|
1398
|
+
ro: "Imagine Pe Dispozitiv",
|
|
1399
|
+
it: "Immagine Su Dispositivo"
|
|
1400
|
+
},
|
|
1401
|
+
"image-portrait": {
|
|
1402
|
+
de: "Bild\xA0hochformat",
|
|
1403
|
+
es: "Imagen Retrato",
|
|
1404
|
+
fr: "Image Portrait",
|
|
1405
|
+
ro: "Imagine Portret",
|
|
1406
|
+
it: "Immagine Verticale"
|
|
1407
|
+
},
|
|
1408
|
+
"image-prototype": {
|
|
1409
|
+
de: "Prototyp\xA0Bild",
|
|
1410
|
+
es: "Imagen Prototipo",
|
|
1411
|
+
fr: "Image Prototype",
|
|
1412
|
+
ro: "Imagine Prototip",
|
|
1413
|
+
it: "Immagine Prototipo"
|
|
1414
|
+
},
|
|
1415
|
+
"image-responsive": {
|
|
1416
|
+
de: "Responsiv\xA0Bild",
|
|
1417
|
+
es: "Imagen Adaptable",
|
|
1418
|
+
fr: "Image R\xE9active",
|
|
1419
|
+
ro: "Imagine Adaptabil",
|
|
1420
|
+
it: "Immagine Responsive"
|
|
1421
|
+
},
|
|
1422
|
+
"image-screenshot": {
|
|
1423
|
+
de: "Bildschirmaufnahme",
|
|
1424
|
+
es: "Imagen Captura",
|
|
1425
|
+
fr: "Image Capture",
|
|
1426
|
+
ro: "Imagine Captur\u0103",
|
|
1427
|
+
it: "Immagine Screenshot"
|
|
1428
|
+
},
|
|
1429
|
+
"image-separator": {
|
|
1430
|
+
de: "Trenner\xA0Bild",
|
|
1431
|
+
es: "Imagen Separador",
|
|
1432
|
+
fr: "Image S\xE9parateur",
|
|
1433
|
+
ro: "Imagine Separator",
|
|
1434
|
+
it: "Immagine Separatore"
|
|
1435
|
+
},
|
|
1436
|
+
"image-separator-alt": {
|
|
1437
|
+
de: "Trenner alternativ\xA0Bild",
|
|
1438
|
+
es: "Imagen Separador Alt",
|
|
1439
|
+
fr: "Image S\xE9parateur Alt",
|
|
1440
|
+
ro: "Imagine Separator Alt",
|
|
1441
|
+
it: "Immagine Separatore Alt"
|
|
1442
|
+
},
|
|
1443
|
+
"image-styled": {
|
|
1444
|
+
de: "Gestaltes\xA0Bild",
|
|
1445
|
+
es: "Imagen Estilizada",
|
|
1446
|
+
fr: "Image Stylis\xE9e",
|
|
1447
|
+
ro: "Imagine Stilat\u0103",
|
|
1448
|
+
it: "Immagine Stilizzata"
|
|
1449
|
+
},
|
|
1450
|
+
"image-super-wide": {
|
|
1451
|
+
de: "Bild extrabreit",
|
|
1452
|
+
es: "Imagen S\xFAper Ancha",
|
|
1453
|
+
fr: "Image Super Large",
|
|
1454
|
+
ro: "Imagine Super Lat\u0103",
|
|
1455
|
+
it: "Immagine Super Larga"
|
|
1456
|
+
},
|
|
1457
|
+
"image-zoom": {
|
|
1458
|
+
de: "Bild\xA0Vergr\xF6sserung",
|
|
1459
|
+
es: "Imagen Zoom",
|
|
1460
|
+
fr: "Image Zoom",
|
|
1461
|
+
ro: "Imagine Zoom",
|
|
1462
|
+
it: "Immagine Zoom"
|
|
1463
|
+
},
|
|
1464
|
+
"images-logo-grave": {
|
|
1465
|
+
de: "Bild\xA0Logo Bereich",
|
|
1466
|
+
es: "Im\xE1genes Logo Grave",
|
|
1467
|
+
fr: "Images Logo Grave",
|
|
1468
|
+
ro: "Imagini Logo Grav",
|
|
1469
|
+
it: "Immagini Logo Tomba"
|
|
1470
|
+
},
|
|
1471
|
+
"index-term": {
|
|
1472
|
+
de: "Index Begriff",
|
|
1473
|
+
es: "T\xE9rmino \xCDndice",
|
|
1474
|
+
fr: "Terme Index",
|
|
1475
|
+
ro: "Termen Index",
|
|
1476
|
+
it: "Termine Indice"
|
|
1477
|
+
},
|
|
1478
|
+
info: {
|
|
1479
|
+
de: "Info",
|
|
1480
|
+
es: "Info",
|
|
1481
|
+
fr: "Info",
|
|
1482
|
+
ro: "Info",
|
|
1483
|
+
it: "Info"
|
|
1484
|
+
},
|
|
1485
|
+
"info-alt": {
|
|
1486
|
+
de: "Info alternativ",
|
|
1487
|
+
es: "Info Alt",
|
|
1488
|
+
fr: "Info Alt",
|
|
1489
|
+
ro: "Info Alt",
|
|
1490
|
+
it: "Info Alt"
|
|
1491
|
+
},
|
|
1492
|
+
"info-collapsible": {
|
|
1493
|
+
de: "Info\xA0aufklappbar",
|
|
1494
|
+
es: "Info Plegable",
|
|
1495
|
+
fr: "Info D\xE9roulable",
|
|
1496
|
+
ro: "Info Expandabil",
|
|
1497
|
+
it: "Info Pieghevole"
|
|
1498
|
+
},
|
|
1499
|
+
"internal-link": {
|
|
1500
|
+
de: "Interner Link",
|
|
1501
|
+
es: "Enlace Interno",
|
|
1502
|
+
fr: "Lien Interne",
|
|
1503
|
+
ro: "Link Intern",
|
|
1504
|
+
it: "Link Interno"
|
|
1505
|
+
},
|
|
1506
|
+
interview: {
|
|
1507
|
+
de: "Interview",
|
|
1508
|
+
es: "Entrevista",
|
|
1509
|
+
fr: "Entrevue",
|
|
1510
|
+
ro: "Interviu",
|
|
1511
|
+
it: "Intervista"
|
|
1512
|
+
},
|
|
1513
|
+
"interview-instruction-grouped": {
|
|
1514
|
+
de: "Interview\xA0Anleitung gruppiert",
|
|
1515
|
+
es: "Instrucci\xF3n Entrevista Grupo",
|
|
1516
|
+
fr: "Instruction Entrevue Groupe",
|
|
1517
|
+
ro: "Instruire Interviu Grup",
|
|
1518
|
+
it: "Istruzione Intervista Gruppo"
|
|
1519
|
+
},
|
|
1520
|
+
"lang-audio-script": {
|
|
1521
|
+
de: "Sprache Audio Skript",
|
|
1522
|
+
es: "Guion Audio Leng",
|
|
1523
|
+
fr: "Script Audio Lang",
|
|
1524
|
+
ro: "Script Audio Limb\u0103",
|
|
1525
|
+
it: "Script Audio Lingua"
|
|
1526
|
+
},
|
|
1527
|
+
"lang-enabling-language-skills": {
|
|
1528
|
+
de: "Sprache\xA0Sprachkenntnisse erm\xF6glichen",
|
|
1529
|
+
es: "Habilitar Habilidades Leng",
|
|
1530
|
+
fr: "Activer Comp\xE9tences Lang",
|
|
1531
|
+
ro: "Abilitare Aptitudini Limb\u0103",
|
|
1532
|
+
it: "Abilitare Competenze Lingua"
|
|
1533
|
+
},
|
|
1534
|
+
"lang-english-around-world": {
|
|
1535
|
+
de: "Sprache\xA0Englisch rund um die Welt",
|
|
1536
|
+
es: "Ingl\xE9s Mundo",
|
|
1537
|
+
fr: "Anglais Monde",
|
|
1538
|
+
ro: "Englez\u0103 Lume",
|
|
1539
|
+
it: "Inglese Mondo"
|
|
1540
|
+
},
|
|
1541
|
+
"lang-extra-activity": {
|
|
1542
|
+
de: "Sprache\xA0Zusatzaktivit\xE4t",
|
|
1543
|
+
es: "Actividad Extra Leng",
|
|
1544
|
+
fr: "Activit\xE9 Suppl\xE9mentaire Lang",
|
|
1545
|
+
ro: "Activitate Extra Limb\u0103",
|
|
1546
|
+
it: "Attivit\xE0 Extra Lingua"
|
|
1547
|
+
},
|
|
1548
|
+
"lang-good-to-know": {
|
|
1549
|
+
de: "Sprache\xA0Wissenswert",
|
|
1550
|
+
es: "Leng Bueno Saber",
|
|
1551
|
+
fr: "Lang Bon \xC0 Savoir",
|
|
1552
|
+
ro: "Bine De \u0218tiut",
|
|
1553
|
+
it: "Lingua Utile Sapere"
|
|
1554
|
+
},
|
|
1555
|
+
"lang-homework": {
|
|
1556
|
+
de: "Sprache\xA0Hausaufgabe",
|
|
1557
|
+
es: "Tarea Leng",
|
|
1558
|
+
fr: "Devoir Lang",
|
|
1559
|
+
ro: "Tem\u0103 Limb\u0103",
|
|
1560
|
+
it: "Compiti Lingua"
|
|
1561
|
+
},
|
|
1562
|
+
"lang-learning-goal": {
|
|
1563
|
+
de: "Sprache\xA0Lernziel",
|
|
1564
|
+
es: "Objetivo Aprendizaje Leng",
|
|
1565
|
+
fr: "Objectif Apprentissage Lang",
|
|
1566
|
+
ro: "Obiectiv \xCEnv\u0103\u021Bare Limb\u0103",
|
|
1567
|
+
it: "Obiettivo Apprendimento Lingua"
|
|
1568
|
+
},
|
|
1569
|
+
"lang-learning-outcomes": {
|
|
1570
|
+
de: "Sprache\xA0Lernergebnisse",
|
|
1571
|
+
es: "Resultados Aprendizaje Leng",
|
|
1572
|
+
fr: "R\xE9sultats Apprentissage Lang",
|
|
1573
|
+
ro: "Rezultate \xCEnv\u0103\u021Bare Limb\u0103",
|
|
1574
|
+
it: "Risultati Apprendimento Lingua"
|
|
1575
|
+
},
|
|
1576
|
+
"lang-learning-strategy": {
|
|
1577
|
+
de: "Sprache\xA0Lernstrategie",
|
|
1578
|
+
es: "Estrategia Aprendizaje Leng",
|
|
1579
|
+
fr: "Strat\xE9gie Apprentissage Lang",
|
|
1580
|
+
ro: "Strategie \xCEnv\u0103\u021Bare Limb\u0103",
|
|
1581
|
+
it: "Strategia Apprendimento Lingua"
|
|
1582
|
+
},
|
|
1583
|
+
"lang-level-down": {
|
|
1584
|
+
de: "Sprache\xA0Schwierigkeit verringern",
|
|
1585
|
+
es: "Nivel Inferior Leng",
|
|
1586
|
+
fr: "Niveau Inf\xE9rieur Lang",
|
|
1587
|
+
ro: "Nivel Inferior Limb\u0103",
|
|
1588
|
+
it: "Livello Inferiore Lingua"
|
|
1589
|
+
},
|
|
1590
|
+
"lang-level-up": {
|
|
1591
|
+
de: "Sprache\xA0Schwierigkeit erh\xF6hen",
|
|
1592
|
+
es: "Nivel Superior Leng",
|
|
1593
|
+
fr: "Niveau Sup\xE9rieur Lang",
|
|
1594
|
+
ro: "Nivel Superior Limb\u0103",
|
|
1595
|
+
it: "Livello Superiore Lingua"
|
|
1596
|
+
},
|
|
1597
|
+
"lang-life-skill-icon": {
|
|
1598
|
+
de: "Sprache Icon\xA0Alltagskompetenzen",
|
|
1599
|
+
es: "Icono Habilidad Vida Leng",
|
|
1600
|
+
fr: "Ic\xF4ne Comp\xE9tence Vie Lang",
|
|
1601
|
+
ro: "Icon Abilitate Via\u021B\u0103 Limb\u0103",
|
|
1602
|
+
it: "Icona Abilit\xE0 Vita Lingua"
|
|
1603
|
+
},
|
|
1604
|
+
"lang-life-skills": {
|
|
1605
|
+
de: "Sprache\xA0Alltagskompetenzen",
|
|
1606
|
+
es: "Habilidades Vida Leng",
|
|
1607
|
+
fr: "Comp\xE9tences Vie Lang",
|
|
1608
|
+
ro: "Abilit\u0103\u021Bi Via\u021B\u0103 Limb\u0103",
|
|
1609
|
+
it: "Abilit\xE0 Vita Lingua"
|
|
1610
|
+
},
|
|
1611
|
+
"lang-like-a-local": {
|
|
1612
|
+
de: "Sprache\xA0Wie Einheimische",
|
|
1613
|
+
es: "Leng Como Local",
|
|
1614
|
+
fr: "Lang Comme Un Local",
|
|
1615
|
+
ro: "Ca Un Localnic",
|
|
1616
|
+
it: "Lingua Come Un Locale"
|
|
1617
|
+
},
|
|
1618
|
+
"lang-material": {
|
|
1619
|
+
de: "Spache Material",
|
|
1620
|
+
es: "Material Leng",
|
|
1621
|
+
fr: "Mat\xE9riel Lang",
|
|
1622
|
+
ro: "Material Limb\u0103",
|
|
1623
|
+
it: "Materiale Lingua"
|
|
1624
|
+
},
|
|
1625
|
+
"lang-teacher-note": {
|
|
1626
|
+
de: "Sprache\xA0Lehrer Notiz",
|
|
1627
|
+
es: "Nota Profesor Leng",
|
|
1628
|
+
fr: "Note Professeur Lang",
|
|
1629
|
+
ro: "Not\u0103 Profesor Limb\u0103",
|
|
1630
|
+
it: "Nota Insegnante Lingua"
|
|
1631
|
+
},
|
|
1632
|
+
"lang-teacher-pronunciation": {
|
|
1633
|
+
de: "Sprache\xA0Lehrer Aussprache",
|
|
1634
|
+
es: "Pronunciaci\xF3n Profesor Leng",
|
|
1635
|
+
fr: "Prononciation Professeur Lang",
|
|
1636
|
+
ro: "Pronun\u021Bie Profesor Limb\u0103",
|
|
1637
|
+
it: "Pronuncia Insegnante Lingua"
|
|
1638
|
+
},
|
|
1639
|
+
"lang-useful-phrases": {
|
|
1640
|
+
de: "Sprache\xA0N\xFCtzliche S\xE4tze",
|
|
1641
|
+
es: "Frases \xDAtiles Leng",
|
|
1642
|
+
fr: "Phrases Utiles Lang",
|
|
1643
|
+
ro: "Fraze Utile Limb\u0103",
|
|
1644
|
+
it: "Frasi Utili Lingua"
|
|
1645
|
+
},
|
|
1646
|
+
"lang-video-script": {
|
|
1647
|
+
de: "Sprache\xA0Video Skript",
|
|
1648
|
+
es: "Guion Video Leng",
|
|
1649
|
+
fr: "Script Vid\xE9o Lang",
|
|
1650
|
+
ro: "Script Video Limb\u0103",
|
|
1651
|
+
it: "Script Video Lingua"
|
|
1652
|
+
},
|
|
1653
|
+
"lang-vocabulary": {
|
|
1654
|
+
de: "Sprache\xA0Vokabular",
|
|
1655
|
+
es: "Vocabulario Leng",
|
|
1656
|
+
fr: "Vocabulaire Lang",
|
|
1657
|
+
ro: "Vocabular Limb\u0103",
|
|
1658
|
+
it: "Vocabolario Lingua"
|
|
1659
|
+
},
|
|
1660
|
+
"le-classroom-event": {
|
|
1661
|
+
de: "Unterrichtsveranstaltung",
|
|
1662
|
+
es: "Evento Aula Le",
|
|
1663
|
+
fr: "\xC9v\xE9nement Classe Le",
|
|
1664
|
+
ro: "Eveniment Le",
|
|
1665
|
+
it: "Evento Classe Le"
|
|
1666
|
+
},
|
|
1667
|
+
"le-completion": {
|
|
1668
|
+
de: "Abschluss",
|
|
1669
|
+
es: "Finalizaci\xF3n Le",
|
|
1670
|
+
fr: "Ach\xE8vement Le",
|
|
1671
|
+
ro: "Finalizare Le",
|
|
1672
|
+
it: "Completamento Le"
|
|
1673
|
+
},
|
|
1674
|
+
"le-external-link": {
|
|
1675
|
+
de: "Externer Link",
|
|
1676
|
+
es: "Enlace Ext Le",
|
|
1677
|
+
fr: "Lien Ext\xE9rieur Le",
|
|
1678
|
+
ro: "Link Extern Le",
|
|
1679
|
+
it: "Link Esterno Le"
|
|
1680
|
+
},
|
|
1681
|
+
"le-learning-objectives": {
|
|
1682
|
+
de: "Lernziele",
|
|
1683
|
+
es: "Objetivos Aprend Le",
|
|
1684
|
+
fr: "Objectifs Apprent Le",
|
|
1685
|
+
ro: "Obiective \xCEnv\u0103\u021Bare Le",
|
|
1686
|
+
it: "Obiettivi Apprendimento Le"
|
|
1687
|
+
},
|
|
1688
|
+
"le-learning-step": {
|
|
1689
|
+
de: "Lernschritt",
|
|
1690
|
+
es: "Paso Aprend Le",
|
|
1691
|
+
fr: "\xC9tape Apprent Le",
|
|
1692
|
+
ro: "Pas \xCEnv\u0103\u021Bare Le",
|
|
1693
|
+
it: "Passo Apprendimento Le"
|
|
1694
|
+
},
|
|
1695
|
+
"le-multi-day-event": {
|
|
1696
|
+
de: "Mehrt\xE4gige Veranstaltung",
|
|
1697
|
+
es: "Evento de varios d\xEDas",
|
|
1698
|
+
fr: "\xC9v\xE9nement de plusieurs jours",
|
|
1699
|
+
ro: "Eveniment de mai multe zile",
|
|
1700
|
+
it: "Evento di pi\xF9 giorni"
|
|
1701
|
+
},
|
|
1702
|
+
"le-preparation-task": {
|
|
1703
|
+
de: "Vorbereitungsaufgabe",
|
|
1704
|
+
es: "Tarea Preparaci\xF3n Le",
|
|
1705
|
+
fr: "T\xE2che Pr\xE9paration Le",
|
|
1706
|
+
ro: "Sarcin\u0103 Preg\u0103tire Le",
|
|
1707
|
+
it: "Compito Preparazione Le"
|
|
1708
|
+
},
|
|
1709
|
+
"le-read-book": {
|
|
1710
|
+
de: "Buch Lesen",
|
|
1711
|
+
es: "Leer Libro Le",
|
|
1712
|
+
fr: "Lire Livre Le",
|
|
1713
|
+
ro: "Cite\u0219te Carte Le",
|
|
1714
|
+
it: "Leggi Libro Le"
|
|
1715
|
+
},
|
|
1716
|
+
"le-video-call": {
|
|
1717
|
+
de: "Videoanruf",
|
|
1718
|
+
es: "Videollamada Le",
|
|
1719
|
+
fr: "Appel Vid\xE9o Le",
|
|
1720
|
+
ro: "Apel Video Le",
|
|
1721
|
+
it: "Videochiamata Le"
|
|
1722
|
+
},
|
|
1723
|
+
"learning-path": {
|
|
1724
|
+
de: "Lernpfad",
|
|
1725
|
+
es: "Ruta de aprendizaje",
|
|
1726
|
+
fr: "Parcours p\xE9dagogique",
|
|
1727
|
+
ro: "Parcurs de \xEEnv\u0103\u021Bare",
|
|
1728
|
+
it: "Percorso di apprendimento"
|
|
1729
|
+
},
|
|
1730
|
+
"learning-path-book": {
|
|
1731
|
+
de: "Lernpfad\xA0Buch",
|
|
1732
|
+
es: "Libro Ruta Aprend",
|
|
1733
|
+
fr: "Livre Parcours Apprent",
|
|
1734
|
+
ro: "Carte Cale \xCEnv\u0103\u021Bare",
|
|
1735
|
+
it: "Libro Percorso Apprend"
|
|
1736
|
+
},
|
|
1737
|
+
"learning-path-classroom-event": {
|
|
1738
|
+
de: "Lernpfad\xA0Unterrichtsveranstaltung",
|
|
1739
|
+
es: "Evento Aula Ruta Aprend",
|
|
1740
|
+
fr: "\xC9v\xE9nement Classe Parcours Apprent",
|
|
1741
|
+
ro: "Eveniment Cale \xCEnv\u0103\u021Bare",
|
|
1742
|
+
it: "Evento Classe Percorso Apprend"
|
|
1743
|
+
},
|
|
1744
|
+
"learning-path-closing": {
|
|
1745
|
+
de: "Lernpfad\xA0Abschluss",
|
|
1746
|
+
es: "Cierre Ruta Aprend",
|
|
1747
|
+
fr: "Fermeture Parcours Apprent",
|
|
1748
|
+
ro: "\xCEnchidere Cale \xCEnv\u0103\u021Bare",
|
|
1749
|
+
it: "Chiusura Percorso Apprend"
|
|
1750
|
+
},
|
|
1751
|
+
"learning-path-external-link": {
|
|
1752
|
+
de: "Lernpfad\xA0Externer Link",
|
|
1753
|
+
es: "Enlace Ext Ruta Aprend",
|
|
1754
|
+
fr: "Lien Ext\xE9rieur Parcours Apprent",
|
|
1755
|
+
ro: "Link Extern Cale \xCEnv\u0103\u021Bare",
|
|
1756
|
+
it: "Link Esterno Percorso Apprend"
|
|
1757
|
+
},
|
|
1758
|
+
"learning-path-learning-goal": {
|
|
1759
|
+
de: "Lernpfad\xA0Lernziel",
|
|
1760
|
+
es: "Objetivo Aprend Ruta Aprend",
|
|
1761
|
+
fr: "Objectif Apprent Parcours Apprent",
|
|
1762
|
+
ro: "Obiectiv \xCEnv\u0103\u021Bare Cale \xCEnv\u0103\u021Bare",
|
|
1763
|
+
it: "Obiettivo Apprend Percorso Apprend"
|
|
1764
|
+
},
|
|
1765
|
+
"learning-path-lti": {
|
|
1766
|
+
de: "Lernpfad\xA0LTI",
|
|
1767
|
+
es: "Ruta Aprend Lti",
|
|
1768
|
+
fr: "Parcours Apprent Lti",
|
|
1769
|
+
ro: "Cale \xCEnv\u0103\u021Bare Lti",
|
|
1770
|
+
it: "Percorso Apprend Lti"
|
|
1771
|
+
},
|
|
1772
|
+
"learning-path-step": {
|
|
1773
|
+
de: "Lernpfad\xA0Schritt",
|
|
1774
|
+
es: "Paso Ruta Aprend",
|
|
1775
|
+
fr: "\xC9tape Parcours Apprent",
|
|
1776
|
+
ro: "Pas Cale \xCEnv\u0103\u021Bare",
|
|
1777
|
+
it: "Passo Percorso Apprend"
|
|
1778
|
+
},
|
|
1779
|
+
"learning-path-video-call": {
|
|
1780
|
+
de: "Lernpfad\xA0Videoanruf",
|
|
1781
|
+
es: "Videollamada Ruta Aprend",
|
|
1782
|
+
fr: "Appel Vid\xE9o Parcours Apprent",
|
|
1783
|
+
ro: "Apel Video Cale \xCEnv\u0103\u021Bare",
|
|
1784
|
+
it: "Videochiamata Percorso Apprend"
|
|
1785
|
+
},
|
|
1786
|
+
"life-skill-sticker": {
|
|
1787
|
+
de: "Sticker\xA0Alltagskompetenzen",
|
|
1788
|
+
es: "Pegatina Habilidad",
|
|
1789
|
+
fr: "Autocollant Comp\xE9tence",
|
|
1790
|
+
ro: "Autocolant Abilitate",
|
|
1791
|
+
it: "Adesivo Abilit\xE0"
|
|
1792
|
+
},
|
|
1793
|
+
list: {
|
|
1794
|
+
de: "Liste",
|
|
1795
|
+
es: "Lista",
|
|
1796
|
+
fr: "Liste",
|
|
1797
|
+
ro: "List\u0103",
|
|
1798
|
+
it: "Lista"
|
|
1799
|
+
},
|
|
1800
|
+
mark: {
|
|
1801
|
+
de: "Markieren",
|
|
1802
|
+
es: "Marcar",
|
|
1803
|
+
fr: "Marquer",
|
|
1804
|
+
ro: "Marcheaz\u0103",
|
|
1805
|
+
it: "Segna"
|
|
1806
|
+
},
|
|
1807
|
+
match: {
|
|
1808
|
+
de: "Zuordnen",
|
|
1809
|
+
es: "Emparejar",
|
|
1810
|
+
fr: "Associer",
|
|
1811
|
+
ro: "Potrive\u0219te",
|
|
1812
|
+
it: "Abbina"
|
|
1813
|
+
},
|
|
1814
|
+
"match-all": {
|
|
1815
|
+
de: "Alle zuordnen",
|
|
1816
|
+
es: "Emparejar Todo",
|
|
1817
|
+
fr: "Associer Tout",
|
|
1818
|
+
ro: "Potrive\u0219te Tot",
|
|
1819
|
+
it: "Abbina Tutto"
|
|
1820
|
+
},
|
|
1821
|
+
"match-audio": {
|
|
1822
|
+
de: "Audio zuordnen",
|
|
1823
|
+
es: "Emparejar Audio",
|
|
1824
|
+
fr: "Associer Audio",
|
|
1825
|
+
ro: "Potrive\u0219te Audio",
|
|
1826
|
+
it: "Abbina Audio"
|
|
1827
|
+
},
|
|
1828
|
+
"match-matrix": {
|
|
1829
|
+
de: "Matrix zuordnen",
|
|
1830
|
+
es: "Emparejar Matriz",
|
|
1831
|
+
fr: "Associer Matrice",
|
|
1832
|
+
ro: "Potrive\u0219te Matrice",
|
|
1833
|
+
it: "Abbina Matrice"
|
|
1834
|
+
},
|
|
1835
|
+
"match-picture": {
|
|
1836
|
+
de: "Bild zuordnen",
|
|
1837
|
+
es: "Emparejar Imagen",
|
|
1838
|
+
fr: "Associer Image",
|
|
1839
|
+
ro: "Potrive\u0219te Imagine",
|
|
1840
|
+
it: "Abbina Immagine"
|
|
1841
|
+
},
|
|
1842
|
+
"match-reverse": {
|
|
1843
|
+
de: "Umgekehrt zuordnen",
|
|
1844
|
+
es: "Emparejar Inverso",
|
|
1845
|
+
fr: "Associer Invers\xE9",
|
|
1846
|
+
ro: "Potrive\u0219te Invers",
|
|
1847
|
+
it: "Abbina Inverso"
|
|
1848
|
+
},
|
|
1849
|
+
"match-solution-grouped": {
|
|
1850
|
+
de: "Zuordnen\xA0L\xF6sung gruppiert",
|
|
1851
|
+
es: "Soluci\xF3n Grupo Emparejar",
|
|
1852
|
+
fr: "Solution Groupe Associer",
|
|
1853
|
+
ro: "Solu\u021Bie Grup Potrive\u0219te",
|
|
1854
|
+
it: "Soluzione Gruppo Abbina"
|
|
1855
|
+
},
|
|
1856
|
+
message: {
|
|
1857
|
+
de: "Nachricht",
|
|
1858
|
+
es: "Mensaje",
|
|
1859
|
+
fr: "Message",
|
|
1860
|
+
ro: "Mesaj",
|
|
1861
|
+
it: "Messaggio"
|
|
1862
|
+
},
|
|
1863
|
+
module: {
|
|
1864
|
+
de: "Modul",
|
|
1865
|
+
es: "M\xF3dulo",
|
|
1866
|
+
fr: "Module",
|
|
1867
|
+
ro: "Modul",
|
|
1868
|
+
it: "Modulo"
|
|
1869
|
+
},
|
|
1870
|
+
"multiple-choice": {
|
|
1871
|
+
de: "Single Choice",
|
|
1872
|
+
es: "Opci\xF3n M\xFAltiple",
|
|
1873
|
+
fr: "Choix Multiple",
|
|
1874
|
+
ro: "Op\u021Biuni",
|
|
1875
|
+
it: "Scelta Multipla"
|
|
1876
|
+
},
|
|
1877
|
+
"multiple-choice-1": {
|
|
1878
|
+
de: "Single Choice 1",
|
|
1879
|
+
es: "Opci\xF3n M\xFAltiple 1",
|
|
1880
|
+
fr: "Choix Multiple 1",
|
|
1881
|
+
ro: "Op\u021Biuni 1",
|
|
1882
|
+
it: "Scelta Multipla 1"
|
|
1883
|
+
},
|
|
1884
|
+
"multiple-choice-text": {
|
|
1885
|
+
de: "Single Choice\xA0Text",
|
|
1886
|
+
es: "Opci\xF3n M\xFAltiple Texto",
|
|
1887
|
+
fr: "Choix Multiple Texte",
|
|
1888
|
+
ro: "Op\u021Biuni Text",
|
|
1889
|
+
it: "Scelta Multipla Testo"
|
|
1890
|
+
},
|
|
1891
|
+
"multiple-response": {
|
|
1892
|
+
de: "Multiple Choice",
|
|
1893
|
+
es: "Respuestas M\xFAltiples",
|
|
1894
|
+
fr: "R\xE9ponses Multiples",
|
|
1895
|
+
ro: "R\u0103spunsuri Multiple",
|
|
1896
|
+
it: "Risposte Multiple"
|
|
1897
|
+
},
|
|
1898
|
+
"multiple-response-1": {
|
|
1899
|
+
de: "Multiple Choice 1",
|
|
1900
|
+
es: "Respuestas M\xFAltiples 1",
|
|
1901
|
+
fr: "R\xE9ponses Multiples 1",
|
|
1902
|
+
ro: "R\u0103spunsuri Multiple 1",
|
|
1903
|
+
it: "Risposte Multiple 1"
|
|
1904
|
+
},
|
|
1905
|
+
"newspaper-article": {
|
|
1906
|
+
de: "Zeitungsartikel",
|
|
1907
|
+
es: "Art\xEDculo Peri\xF3dico",
|
|
1908
|
+
fr: "Article Journal",
|
|
1909
|
+
ro: "Articol Ziar",
|
|
1910
|
+
it: "Articolo Giornale"
|
|
1911
|
+
},
|
|
1912
|
+
"non-production": {
|
|
1913
|
+
de: "Nicht f\xFCr die Produktion",
|
|
1914
|
+
es: "No apto para producci\xF3n",
|
|
1915
|
+
fr: "Pas pour la production",
|
|
1916
|
+
ro: "Nu pentru Produc\u021Bie",
|
|
1917
|
+
it: "Non per la produzione"
|
|
1918
|
+
},
|
|
1919
|
+
"non-production-prototype-iframe": {
|
|
1920
|
+
de: "iFrame (Nicht f\xFCr die Produktion)",
|
|
1921
|
+
es: "iFrame (No apto para producci\xF3n)",
|
|
1922
|
+
fr: "iFrame (Pas pour la production)",
|
|
1923
|
+
ro: "iFrame (Nu pentru Produc\u021Bie)",
|
|
1924
|
+
it: "iFrame (Non per la produzione)"
|
|
1925
|
+
},
|
|
1926
|
+
note: {
|
|
1927
|
+
de: "Notiz",
|
|
1928
|
+
es: "Nota",
|
|
1929
|
+
fr: "Note",
|
|
1930
|
+
ro: "Not\u0103",
|
|
1931
|
+
it: "Nota"
|
|
1932
|
+
},
|
|
1933
|
+
"note-ai": {
|
|
1934
|
+
de: "KI Notiz",
|
|
1935
|
+
es: "Nota IA",
|
|
1936
|
+
fr: "Note IA",
|
|
1937
|
+
ro: "Not\u0103 IA",
|
|
1938
|
+
it: "Nota IA"
|
|
1939
|
+
},
|
|
1940
|
+
"note-alt": {
|
|
1941
|
+
de: "Notiz alternativ",
|
|
1942
|
+
es: "Nota Alt",
|
|
1943
|
+
fr: "Note Alt",
|
|
1944
|
+
ro: "Not\u0103 Alt",
|
|
1945
|
+
it: "Nota Alt"
|
|
1946
|
+
},
|
|
1947
|
+
"note-collapsible": {
|
|
1948
|
+
de: "Notiz aufklappbar",
|
|
1949
|
+
es: "Nota Plegable",
|
|
1950
|
+
fr: "Note D\xE9roulable",
|
|
1951
|
+
ro: "Not\u0103 Expandabil",
|
|
1952
|
+
it: "Nota Pieghevole"
|
|
1953
|
+
},
|
|
1954
|
+
"notebook-article": {
|
|
1955
|
+
de: "Notizbuch Artikel",
|
|
1956
|
+
es: "Art\xEDculo Cuaderno",
|
|
1957
|
+
fr: "Article Carnet",
|
|
1958
|
+
ro: "Articol Caiet",
|
|
1959
|
+
it: "Articolo Quaderno"
|
|
1960
|
+
},
|
|
1961
|
+
"open-book-chapter": {
|
|
1962
|
+
de: "Kapitel \xF6ffnen",
|
|
1963
|
+
es: "Abrir cap\xEDtulo",
|
|
1964
|
+
fr: "Ouvrir le chapitre",
|
|
1965
|
+
ro: "Deschide capitolul",
|
|
1966
|
+
it: "Apri capitolo"
|
|
1967
|
+
},
|
|
1968
|
+
other: {
|
|
1969
|
+
de: "Weitere",
|
|
1970
|
+
es: "Otros",
|
|
1971
|
+
fr: "Autre",
|
|
1972
|
+
ro: "Altele",
|
|
1973
|
+
it: "Altro"
|
|
1974
|
+
},
|
|
1975
|
+
page: {
|
|
1976
|
+
de: "Seite",
|
|
1977
|
+
es: "P\xE1gina",
|
|
1978
|
+
fr: "Page",
|
|
1979
|
+
ro: "Pagin\u0103",
|
|
1980
|
+
it: "Pagina"
|
|
1981
|
+
},
|
|
1982
|
+
"page-article": {
|
|
1983
|
+
de: "Seiten Artikel",
|
|
1984
|
+
es: "Art\xEDculo P\xE1gina",
|
|
1985
|
+
fr: "Article Page",
|
|
1986
|
+
ro: "Articol Pagin\u0103",
|
|
1987
|
+
it: "Articolo Pagina"
|
|
1988
|
+
},
|
|
1989
|
+
"page-article-alt": {
|
|
1990
|
+
de: "Seiten\xA0Artikel alternativ",
|
|
1991
|
+
es: "Art\xEDculo P\xE1gina Alt",
|
|
1992
|
+
fr: "Article Page Alt",
|
|
1993
|
+
ro: "Articol Pagin\u0103 Alt",
|
|
1994
|
+
it: "Articolo Pagina Alt"
|
|
1995
|
+
},
|
|
1996
|
+
"page-banner": {
|
|
1997
|
+
de: "Seiten\xA0Banner",
|
|
1998
|
+
es: "Banner P\xE1gina",
|
|
1999
|
+
fr: "Banni\xE8re Page",
|
|
2000
|
+
ro: "Banner Pagin\u0103",
|
|
2001
|
+
it: "Banner Pagina"
|
|
2002
|
+
},
|
|
2003
|
+
"page-buy-button": {
|
|
2004
|
+
de: "Seiten\xA0Kauf Button",
|
|
2005
|
+
es: "Bot\xF3n Compra P\xE1gina",
|
|
2006
|
+
fr: "Bouton Achat Page",
|
|
2007
|
+
ro: "Buton Cump\u0103r\u0103 Pagin\u0103",
|
|
2008
|
+
it: "Pulsante Acquisto Pagina"
|
|
2009
|
+
},
|
|
2010
|
+
"page-buy-button-alt": {
|
|
2011
|
+
de: "Seiten\xA0Kauf Button alternativ",
|
|
2012
|
+
es: "Bot\xF3n Compra P\xE1gina Alt",
|
|
2013
|
+
fr: "Bouton Achat Page Alt",
|
|
2014
|
+
ro: "Buton Cump\u0103r\u0103 Pagin\u0103 Alt",
|
|
2015
|
+
it: "Pulsante Acquisto Pagina Alt"
|
|
2016
|
+
},
|
|
2017
|
+
"page-buy-button-promotion": {
|
|
2018
|
+
de: "Seiten\xA0Kauf Button Angbot",
|
|
2019
|
+
es: "Bot\xF3n Compra P\xE1gina Promoci\xF3n",
|
|
2020
|
+
fr: "Bouton Achat Page Promotion",
|
|
2021
|
+
ro: "Buton Cump\u0103r\u0103 Pagin\u0103 Promovare",
|
|
2022
|
+
it: "Pulsante Acquisto Pagina Promozione"
|
|
2023
|
+
},
|
|
2024
|
+
"page-footer": {
|
|
2025
|
+
de: "Seiten\xA0Fusszeile",
|
|
2026
|
+
es: "Pie P\xE1gina",
|
|
2027
|
+
fr: "Pied Page",
|
|
2028
|
+
ro: "Subsol Pagin\u0103",
|
|
2029
|
+
it: "Pi\xE8 Pagina"
|
|
2030
|
+
},
|
|
2031
|
+
"page-open-book": {
|
|
2032
|
+
de: "Seiten\xA0Buch \xF6ffnen",
|
|
2033
|
+
es: "P\xE1gina Libro Abierto",
|
|
2034
|
+
fr: "Page Livre Ouvert",
|
|
2035
|
+
ro: "Pagin\u0103 Carte Deschide",
|
|
2036
|
+
it: "Pagina Libro Aperto"
|
|
2037
|
+
},
|
|
2038
|
+
"page-open-book-list": {
|
|
2039
|
+
de: "Seiten\xA0Buchliste \xF6ffnen",
|
|
2040
|
+
es: "P\xE1gina Libro Abierto Lista",
|
|
2041
|
+
fr: "Page Livre Ouvert Liste",
|
|
2042
|
+
ro: "Pagin\u0103 Carte Deschide List\u0103",
|
|
2043
|
+
it: "Pagina Libro Aperto Lista"
|
|
2044
|
+
},
|
|
2045
|
+
"page-product": {
|
|
2046
|
+
de: "Seiten\xA0Produkt",
|
|
2047
|
+
es: "P\xE1gina Producto",
|
|
2048
|
+
fr: "Page Produit",
|
|
2049
|
+
ro: "Pagin\u0103 Produs",
|
|
2050
|
+
it: "Pagina Prodotto"
|
|
2051
|
+
},
|
|
2052
|
+
"page-product-list": {
|
|
2053
|
+
de: "Seiten\xA0Produkt Liste",
|
|
2054
|
+
es: "P\xE1gina Producto Lista",
|
|
2055
|
+
fr: "Page Produit Liste",
|
|
2056
|
+
ro: "Pagin\u0103 Produs List\u0103",
|
|
2057
|
+
it: "Pagina Prodotto Lista"
|
|
2058
|
+
},
|
|
2059
|
+
"page-product-video": {
|
|
2060
|
+
de: "Seiten\xA0Produkt Video",
|
|
2061
|
+
es: "P\xE1gina Producto Video",
|
|
2062
|
+
fr: "Page Produit Vid\xE9o",
|
|
2063
|
+
ro: "Pagin\u0103 Produs Video",
|
|
2064
|
+
it: "Pagina Prodotto Video"
|
|
2065
|
+
},
|
|
2066
|
+
"page-product-video-list": {
|
|
2067
|
+
de: "Seiten\xA0Produkt Video Liste",
|
|
2068
|
+
es: "P\xE1gina Producto Video Lista",
|
|
2069
|
+
fr: "Page Produit Vid\xE9o Liste",
|
|
2070
|
+
ro: "Pagin\u0103 Produs Video List\u0103",
|
|
2071
|
+
it: "Pagina Prodotto Video Lista"
|
|
2072
|
+
},
|
|
2073
|
+
"page-section-folder": {
|
|
2074
|
+
de: "Seiten\xA0Abschnitts Ordner",
|
|
2075
|
+
es: "Carpeta Secci\xF3n P\xE1gina",
|
|
2076
|
+
fr: "Dossier Section Page",
|
|
2077
|
+
ro: "Dosar Sec\u021Biune Pagin\u0103",
|
|
2078
|
+
it: "Cartella Sezione Pagina"
|
|
2079
|
+
},
|
|
2080
|
+
pages: {
|
|
2081
|
+
de: "Seiten",
|
|
2082
|
+
es: "P\xE1ginas",
|
|
2083
|
+
fr: "Pages",
|
|
2084
|
+
ro: "Pagini",
|
|
2085
|
+
it: "Pagine"
|
|
2086
|
+
},
|
|
2087
|
+
photo: {
|
|
2088
|
+
de: "Foto",
|
|
2089
|
+
es: "Foto",
|
|
2090
|
+
fr: "Photo",
|
|
2091
|
+
ro: "Foto",
|
|
2092
|
+
it: "Foto"
|
|
2093
|
+
},
|
|
2094
|
+
platform: {
|
|
2095
|
+
de: "Plattform-Informationen",
|
|
2096
|
+
es: "Informaci\xF3n de la plataforma",
|
|
2097
|
+
fr: "Informations sur la plateforme",
|
|
2098
|
+
ro: "Informa\u021Bii Platform\u0103",
|
|
2099
|
+
it: "Informazioni sulla piattaforma"
|
|
2100
|
+
},
|
|
2101
|
+
"platform-brand-target": {
|
|
2102
|
+
de: "Zielmodus",
|
|
2103
|
+
es: "Modo objetivo",
|
|
2104
|
+
fr: "Mode cible",
|
|
2105
|
+
ro: "Mod \u021Bint\u0103",
|
|
2106
|
+
it: "Modalit\xE0 target"
|
|
2107
|
+
},
|
|
2108
|
+
"platform-header": {
|
|
2109
|
+
de: "Header-Styling",
|
|
2110
|
+
es: "Estilo del encabezado",
|
|
2111
|
+
fr: "Style d'en-t\xEAte",
|
|
2112
|
+
ro: "Stil Antet",
|
|
2113
|
+
it: "Stile dell'intestazione"
|
|
2114
|
+
},
|
|
2115
|
+
"platform-main": {
|
|
2116
|
+
de: "Haupt-Styling",
|
|
2117
|
+
es: "Estilo principal",
|
|
2118
|
+
fr: "Style principal",
|
|
2119
|
+
ro: "Stil Principal",
|
|
2120
|
+
it: "Stile principale"
|
|
2121
|
+
},
|
|
2122
|
+
"platform-main-input": {
|
|
2123
|
+
de: "Haupt-Eingabestyling",
|
|
2124
|
+
es: "Estilo de entrada principal",
|
|
2125
|
+
fr: "Style d'entr\xE9e principal",
|
|
2126
|
+
ro: "Stil Intrare Principal\u0103",
|
|
2127
|
+
it: "Stile di input principale"
|
|
2128
|
+
},
|
|
2129
|
+
"platform-section": {
|
|
2130
|
+
de: "Abschnitts-Styling",
|
|
2131
|
+
es: "Estilo de las secciones",
|
|
2132
|
+
fr: "Style des sections",
|
|
2133
|
+
ro: "Stil Sec\u021Biuni",
|
|
2134
|
+
it: "Stile delle sezioni"
|
|
2135
|
+
},
|
|
2136
|
+
"platform-section-input": {
|
|
2137
|
+
de: "Abschnitts-Eingabestyling",
|
|
2138
|
+
es: "Estilo de entrada de secci\xF3n",
|
|
2139
|
+
fr: "Style d'entr\xE9e de section",
|
|
2140
|
+
ro: "Stil intrare sec\u021Biune",
|
|
2141
|
+
it: "Stile di input della sezione"
|
|
2142
|
+
},
|
|
2143
|
+
"platform-system-icon": {
|
|
2144
|
+
de: "System-Icon-Styling",
|
|
2145
|
+
es: "Estilo del icono del sistema",
|
|
2146
|
+
fr: "Style de l'ic\xF4ne syst\xE8me",
|
|
2147
|
+
ro: "Stil Icoan\u0103 Sistem",
|
|
2148
|
+
it: "Stile icona di sistema"
|
|
2149
|
+
},
|
|
2150
|
+
"preparation-note": {
|
|
2151
|
+
de: "Vorbereitungsnotiz",
|
|
2152
|
+
es: "Nota Preparaci\xF3n",
|
|
2153
|
+
fr: "Note Pr\xE9paration",
|
|
2154
|
+
ro: "Not\u0103 Preg\u0103tire",
|
|
2155
|
+
it: "Nota Preparazione"
|
|
2156
|
+
},
|
|
2157
|
+
"pronunciation-table": {
|
|
2158
|
+
de: "Aussprachen Tabelle",
|
|
2159
|
+
es: "Tabla Pronunciaci\xF3n",
|
|
2160
|
+
fr: "Tableau Prononciation",
|
|
2161
|
+
ro: "Tabel Pronun\u021Bie",
|
|
2162
|
+
it: "Tabella Pronuncia"
|
|
2163
|
+
},
|
|
2164
|
+
"prototype-images": {
|
|
2165
|
+
de: "Prototyp Bilder",
|
|
2166
|
+
es: "Im\xE1genes Prototipo",
|
|
2167
|
+
fr: "Images Prototype",
|
|
2168
|
+
ro: "Imagini Prototip",
|
|
2169
|
+
it: "Immagini Prototipo"
|
|
2170
|
+
},
|
|
2171
|
+
"q-and-a-card": {
|
|
2172
|
+
de: "Frage/Antwort Karte",
|
|
2173
|
+
es: "Tarjeta de Preguntas y Respuestas",
|
|
2174
|
+
fr: "Carte Q&R",
|
|
2175
|
+
ro: "Card \xCEntreb\u0103ri \u0219i R\u0103spunsuri",
|
|
2176
|
+
it: "Scheda D&R"
|
|
2177
|
+
},
|
|
2178
|
+
"question-1": {
|
|
2179
|
+
de: "Frage",
|
|
2180
|
+
es: "Pregunta",
|
|
2181
|
+
fr: "Question",
|
|
2182
|
+
ro: "\xCEntrebare",
|
|
2183
|
+
it: "Domanda"
|
|
2184
|
+
},
|
|
2185
|
+
quizzes: {
|
|
2186
|
+
de: "Quizzes",
|
|
2187
|
+
es: "Quizzes",
|
|
2188
|
+
fr: "Quiz",
|
|
2189
|
+
ro: "Quizuri",
|
|
2190
|
+
it: "Quiz"
|
|
2191
|
+
},
|
|
2192
|
+
quote: {
|
|
2193
|
+
de: "Zitat",
|
|
2194
|
+
es: "Cita",
|
|
2195
|
+
fr: "Citation",
|
|
2196
|
+
ro: "Citat",
|
|
2197
|
+
it: "Citazione"
|
|
2198
|
+
},
|
|
2199
|
+
rating: {
|
|
2200
|
+
de: "Bewertung",
|
|
2201
|
+
es: "Calificaci\xF3n",
|
|
2202
|
+
fr: "\xC9valuation",
|
|
2203
|
+
ro: "Evaluare",
|
|
2204
|
+
it: "Valutazione"
|
|
2205
|
+
},
|
|
2206
|
+
recipe: {
|
|
2207
|
+
de: "Rezept",
|
|
2208
|
+
es: "Receta",
|
|
2209
|
+
fr: "Recette",
|
|
2210
|
+
ro: "Re\u021Bet\u0103",
|
|
2211
|
+
it: "Ricetta"
|
|
2212
|
+
},
|
|
2213
|
+
recipes: {
|
|
2214
|
+
de: "Rezepte",
|
|
2215
|
+
es: "Recetas",
|
|
2216
|
+
fr: "Recettes",
|
|
2217
|
+
ro: "Re\u021Bete",
|
|
2218
|
+
it: "Ricette"
|
|
2219
|
+
},
|
|
2220
|
+
"record-audio": {
|
|
2221
|
+
de: "Audio aufnehmen",
|
|
2222
|
+
es: "Grabar Audio",
|
|
2223
|
+
fr: "Enregistrer Audio",
|
|
2224
|
+
ro: "\xCEnregistreaz\u0103 Audio",
|
|
2225
|
+
it: "Registra Audio"
|
|
2226
|
+
},
|
|
2227
|
+
"record-video": {
|
|
2228
|
+
de: "Video aufnehmen",
|
|
2229
|
+
es: "Grabar Video",
|
|
2230
|
+
fr: "Enregistrer Vid\xE9o",
|
|
2231
|
+
ro: "\xCEnregistreaz\u0103 Video",
|
|
2232
|
+
it: "Registra Video"
|
|
2233
|
+
},
|
|
2234
|
+
"release-note": {
|
|
2235
|
+
de: "Versionshinweis",
|
|
2236
|
+
es: "Nota Versi\xF3n",
|
|
2237
|
+
fr: "Note Version",
|
|
2238
|
+
ro: "Not\u0103 Lansare",
|
|
2239
|
+
it: "Nota Rilascio"
|
|
2240
|
+
},
|
|
2241
|
+
remark: {
|
|
2242
|
+
de: "Bemerkung",
|
|
2243
|
+
es: "Observaci\xF3n",
|
|
2244
|
+
fr: "Remarque",
|
|
2245
|
+
ro: "Observa\u021Bie",
|
|
2246
|
+
it: "Osservazione"
|
|
2247
|
+
},
|
|
2248
|
+
"remark-alt": {
|
|
2249
|
+
de: "Bemerkung\xA0alternativ",
|
|
2250
|
+
es: "Observaci\xF3n Alt",
|
|
2251
|
+
fr: "Remarque Alt",
|
|
2252
|
+
ro: "Observa\u021Bie Alt",
|
|
2253
|
+
it: "Osservazione Alt"
|
|
2254
|
+
},
|
|
2255
|
+
"remark-collapsible": {
|
|
2256
|
+
de: "Bemerkung\xA0aufklappbar",
|
|
2257
|
+
es: "Observaci\xF3n Plegable",
|
|
2258
|
+
fr: "Remarque D\xE9roulable",
|
|
2259
|
+
ro: "Observa\u021Bie Expandabil",
|
|
2260
|
+
it: "Osservazione Pieghevole"
|
|
2261
|
+
},
|
|
2262
|
+
"review-approved-note": {
|
|
2263
|
+
de: "Review genehmigte Notiz",
|
|
2264
|
+
es: "Nota Aprobada",
|
|
2265
|
+
fr: "Note Approuv\xE9e",
|
|
2266
|
+
ro: "Not\u0103 Aprobat\u0103",
|
|
2267
|
+
it: "Nota Approvata"
|
|
2268
|
+
},
|
|
2269
|
+
"review-author-note": {
|
|
2270
|
+
de: "Review\xA0Autorennotiz",
|
|
2271
|
+
es: "Nota Autor",
|
|
2272
|
+
fr: "Note Auteur",
|
|
2273
|
+
ro: "Nota Autor",
|
|
2274
|
+
it: "Nota Autore"
|
|
2275
|
+
},
|
|
2276
|
+
"review-customer-note": {
|
|
2277
|
+
de: "Review\xA0Kundennotiz",
|
|
2278
|
+
es: "Nota de Revisi\xF3n",
|
|
2279
|
+
fr: "Note de R\xE9vision",
|
|
2280
|
+
ro: "Not\u0103 de Revizuire",
|
|
2281
|
+
it: "Nota di Revisione"
|
|
2282
|
+
},
|
|
2283
|
+
"review-errors": {
|
|
2284
|
+
de: "Fehler \xFCberpr\xFCfen",
|
|
2285
|
+
es: "Revisar errores",
|
|
2286
|
+
fr: "R\xE9viser les erreurs",
|
|
2287
|
+
ro: "Revizuie\u0219te erorile",
|
|
2288
|
+
it: "Rivedi errori"
|
|
2289
|
+
},
|
|
2290
|
+
"review-note": {
|
|
2291
|
+
de: "Review Notiz",
|
|
2292
|
+
es: "Nota Revisi\xF3n",
|
|
2293
|
+
fr: "Note R\xE9vision",
|
|
2294
|
+
ro: "Not\u0103 Recenzie",
|
|
2295
|
+
it: "Nota Revisione"
|
|
2296
|
+
},
|
|
2297
|
+
"review-request-for-review-note": {
|
|
2298
|
+
de: "Review-Notiz Anfrage",
|
|
2299
|
+
es: "Solicitud Nota Revisi\xF3n",
|
|
2300
|
+
fr: "Demande Note R\xE9vision",
|
|
2301
|
+
ro: "Solicitare Not\u0103 Recenzie",
|
|
2302
|
+
it: "Richiesta Nota Revisione"
|
|
2303
|
+
},
|
|
2304
|
+
"review-reviewer-note": {
|
|
2305
|
+
de: "Review\xA0Rezensentennotiz",
|
|
2306
|
+
es: "Nota Revisor",
|
|
2307
|
+
fr: "Note Critique",
|
|
2308
|
+
ro: "Nota Recenzor",
|
|
2309
|
+
it: "Nota Revisore"
|
|
2310
|
+
},
|
|
2311
|
+
reviews: {
|
|
2312
|
+
de: "Reviews",
|
|
2313
|
+
es: "Rese\xF1as",
|
|
2314
|
+
fr: "Avis",
|
|
2315
|
+
ro: "Recenzii",
|
|
2316
|
+
it: "Recensioni"
|
|
2317
|
+
},
|
|
2318
|
+
"sample-solution": {
|
|
2319
|
+
de: "Musterl\xF6sung",
|
|
2320
|
+
es: "Soluci\xF3n Ejemplo",
|
|
2321
|
+
fr: "Solution Exemple",
|
|
2322
|
+
ro: "Solu\u021Bie Exemplu",
|
|
2323
|
+
it: "Soluzione Esempio"
|
|
2324
|
+
},
|
|
2325
|
+
scorm: {
|
|
2326
|
+
de: "Scorm",
|
|
2327
|
+
es: "Scorm",
|
|
2328
|
+
fr: "Scorm",
|
|
2329
|
+
ro: "Scorm",
|
|
2330
|
+
it: "Scorm"
|
|
2331
|
+
},
|
|
2332
|
+
screenshot: {
|
|
2333
|
+
de: "Screenshot",
|
|
2334
|
+
es: "Captura",
|
|
2335
|
+
fr: "Capture",
|
|
2336
|
+
ro: "Captur\u0103",
|
|
2337
|
+
it: "Screenshot"
|
|
2338
|
+
},
|
|
2339
|
+
"self-assessment": {
|
|
2340
|
+
de: "Selbstbeurteilung",
|
|
2341
|
+
es: "Autoevaluaci\xF3n",
|
|
2342
|
+
fr: "Auto-\xE9valuation",
|
|
2343
|
+
ro: "Autoevaluare",
|
|
2344
|
+
it: "Autovalutazione"
|
|
2345
|
+
},
|
|
2346
|
+
separator: {
|
|
2347
|
+
de: "Trenner",
|
|
2348
|
+
es: "Separador",
|
|
2349
|
+
fr: "S\xE9parateur",
|
|
2350
|
+
ro: "Separator",
|
|
2351
|
+
it: "Separatore"
|
|
2352
|
+
},
|
|
2353
|
+
"separator-alt": {
|
|
2354
|
+
de: "Trenner alternativ",
|
|
2355
|
+
es: "Separador Alt",
|
|
2356
|
+
fr: "S\xE9parateur Alt",
|
|
2357
|
+
ro: "Separator Alt",
|
|
2358
|
+
it: "Separatore Alt"
|
|
2359
|
+
},
|
|
2360
|
+
sequence: {
|
|
2361
|
+
de: "Sequenz",
|
|
2362
|
+
es: "Secuencia",
|
|
2363
|
+
fr: "S\xE9quence",
|
|
2364
|
+
ro: "Secven\u021B\u0103",
|
|
2365
|
+
it: "Sequenza"
|
|
2366
|
+
},
|
|
2367
|
+
set: {
|
|
2368
|
+
de: "Set",
|
|
2369
|
+
es: "Set",
|
|
2370
|
+
fr: "Set",
|
|
2371
|
+
ro: "Set",
|
|
2372
|
+
it: "Set"
|
|
2373
|
+
},
|
|
2374
|
+
"side-note": {
|
|
2375
|
+
de: "Randnotiz",
|
|
2376
|
+
es: "Nota Lateral",
|
|
2377
|
+
fr: "Note C\xF4t\xE9",
|
|
2378
|
+
ro: "Not\u0103 Lateral\u0103",
|
|
2379
|
+
it: "Nota Laterale"
|
|
2380
|
+
},
|
|
2381
|
+
"side-note-collapsible": {
|
|
2382
|
+
de: "Randnotiz aufklappbar",
|
|
2383
|
+
es: "Nota Lateral Plegable",
|
|
2384
|
+
fr: "Note C\xF4t\xE9 D\xE9roulable",
|
|
2385
|
+
ro: "Not\u0103 Lateral\u0103 Expandabil",
|
|
2386
|
+
it: "Nota Laterale Pieghevole"
|
|
2387
|
+
},
|
|
2388
|
+
"smart-standard-definition-list-normative": {
|
|
2389
|
+
de: "Intelligente Standarddefinitionsliste (normativ)",
|
|
2390
|
+
es: "Lista de definici\xF3n est\xE1ndar inteligente (normativa)",
|
|
2391
|
+
fr: "Liste de d\xE9finition standard intelligente (normative)",
|
|
2392
|
+
ro: "List\u0103 inteligent\u0103 de defini\u021Bii standard (normativ\u0103)",
|
|
2393
|
+
it: "Elenco intelligente delle definizioni standard (normativo)"
|
|
2394
|
+
},
|
|
2395
|
+
"smart-standard-formula-non-normative": {
|
|
2396
|
+
de: "Smart Norm Formel (nicht normativ)",
|
|
2397
|
+
es: "F\xF3rmula (no normativa)",
|
|
2398
|
+
fr: "Formule (non normative)",
|
|
2399
|
+
ro: "Formul\u0103 (non-normativ\u0103)",
|
|
2400
|
+
it: "Formula (non normativa)"
|
|
2401
|
+
},
|
|
2402
|
+
"smart-standard-formula-normative": {
|
|
2403
|
+
de: "Smart Norm\xA0Formel (normativ)",
|
|
2404
|
+
es: "F\xF3rmula (normativa)",
|
|
2405
|
+
fr: "Formule (normative)",
|
|
2406
|
+
ro: "Formul\u0103 (normativ\u0103)",
|
|
2407
|
+
it: "Formula (normativa)"
|
|
2408
|
+
},
|
|
2409
|
+
"smart-standard-image-figure-non-normative": {
|
|
2410
|
+
de: "Smart Norm\xA0Abbildung (nicht normativ)",
|
|
2411
|
+
es: "Figura (no normativa)",
|
|
2412
|
+
fr: "Figure (non normative)",
|
|
2413
|
+
ro: "Figur\u0103 (non-normativ\u0103)",
|
|
2414
|
+
it: "Figura (non normativa)"
|
|
2415
|
+
},
|
|
2416
|
+
"smart-standard-image-figure-normative": {
|
|
2417
|
+
de: "Smart Norm\xA0Abbildung (normativ)",
|
|
2418
|
+
es: "Figura (normativa)",
|
|
2419
|
+
fr: "Figure (normative)",
|
|
2420
|
+
ro: "Figur\u0103 (normativ\u0103)",
|
|
2421
|
+
it: "Figura (normativa)"
|
|
2422
|
+
},
|
|
2423
|
+
"smart-standard-legend-non-normative": {
|
|
2424
|
+
de: "Smart NormLegende (nicht normativ)",
|
|
2425
|
+
es: "Leyenda (no normativa)",
|
|
2426
|
+
fr: "L\xE9gende (non normative)",
|
|
2427
|
+
ro: "Legend\u0103 (non-normativ\u0103)",
|
|
2428
|
+
it: "Legenda (non normativa)"
|
|
2429
|
+
},
|
|
2430
|
+
"smart-standard-legend-normative": {
|
|
2431
|
+
de: "Smart Norm\xA0Legende (normativ)",
|
|
2432
|
+
es: "Leyenda (normativa)",
|
|
2433
|
+
fr: "L\xE9gende (normatif)",
|
|
2434
|
+
ro: "Legend\u0103 (normativ\u0103)",
|
|
2435
|
+
it: "Legenda (normativa)"
|
|
2436
|
+
},
|
|
2437
|
+
"standard-article-non-normative": {
|
|
2438
|
+
de: "Norm\xA0Artikel (nicht normativ)",
|
|
2439
|
+
es: "Art\xEDculo (no normativo)",
|
|
2440
|
+
fr: "Article (non normatif)",
|
|
2441
|
+
ro: "Articol (non normativ)",
|
|
2442
|
+
it: "Articolo (non normativo)"
|
|
2443
|
+
},
|
|
2444
|
+
"standard-article-normative": {
|
|
2445
|
+
de: "Norm\xA0Artikel (normativ)",
|
|
2446
|
+
es: "Art\xEDculo (normativo)",
|
|
2447
|
+
fr: "Article (normatif)",
|
|
2448
|
+
ro: "Articol (normativ)",
|
|
2449
|
+
it: "Articolo (normativo)"
|
|
2450
|
+
},
|
|
2451
|
+
"standard-example-non-normative": {
|
|
2452
|
+
de: "Norm\xA0Beispiel (nicht normativ)",
|
|
2453
|
+
es: "Ejemplo (no normativo)",
|
|
2454
|
+
fr: "Exemple (non normatif)",
|
|
2455
|
+
ro: "Exemplu (non normativ)",
|
|
2456
|
+
it: "Esempio (non normativo)"
|
|
2457
|
+
},
|
|
2458
|
+
"standard-example-normative": {
|
|
2459
|
+
de: "Norm\xA0Beispiel (normativ)",
|
|
2460
|
+
es: "Ejemplo (normativo)",
|
|
2461
|
+
fr: "Exemple (normatif)",
|
|
2462
|
+
ro: "Exemplu (normativ)",
|
|
2463
|
+
it: "Esempio (normativo)"
|
|
2464
|
+
},
|
|
2465
|
+
"standard-image-figure-non-normative": {
|
|
2466
|
+
de: "Norm\xA0Abbildung (nicht normativ)",
|
|
2467
|
+
es: "Imagen (no normativo)",
|
|
2468
|
+
fr: "Figure (non normatif)",
|
|
2469
|
+
ro: "Figur\u0103 (non normativ)",
|
|
2470
|
+
it: "Figura (non normativo)"
|
|
2471
|
+
},
|
|
2472
|
+
"standard-image-figure-normative": {
|
|
2473
|
+
de: "Norm\xA0Abbildung (normativ)",
|
|
2474
|
+
es: "Figura (normativo)",
|
|
2475
|
+
fr: "Figure (normatif)",
|
|
2476
|
+
ro: "Figur\u0103 (normativ)",
|
|
2477
|
+
it: "Figura (normativo)"
|
|
2478
|
+
},
|
|
2479
|
+
"standard-note-non-normative": {
|
|
2480
|
+
de: "Norm\xA0Notiz (nicht normativ)",
|
|
2481
|
+
es: "Nota (no normativo)",
|
|
2482
|
+
fr: "Note (non normatif)",
|
|
2483
|
+
ro: "Not\u0103 (non normativ)",
|
|
2484
|
+
it: "Nota (non normativo)"
|
|
2485
|
+
},
|
|
2486
|
+
"standard-note-normative": {
|
|
2487
|
+
de: "Norm\xA0Notiz (normativ)",
|
|
2488
|
+
es: "Nota (normativo)",
|
|
2489
|
+
fr: "Note normatif",
|
|
2490
|
+
ro: "Not\u0103 (normativ)",
|
|
2491
|
+
it: "Nota (normativo)"
|
|
2492
|
+
},
|
|
2493
|
+
"standard-remark-non-normative": {
|
|
2494
|
+
de: "Norm\xA0Bemerkung (nicht normativ)",
|
|
2495
|
+
es: "Observaci\xF3n (no normativo)",
|
|
2496
|
+
fr: "Remarque (non normatif)",
|
|
2497
|
+
ro: "Observa\u021Bie (non normativ)",
|
|
2498
|
+
it: "Osservazione (non normativo)"
|
|
2499
|
+
},
|
|
2500
|
+
"standard-remark-normative": {
|
|
2501
|
+
de: "Norm\xA0Kommentar (normativ)",
|
|
2502
|
+
es: "Observaci\xF3n (normativo)",
|
|
2503
|
+
fr: "Remarque (normatif)",
|
|
2504
|
+
ro: "Observa\u021Bie (normativ)",
|
|
2505
|
+
it: "Osservazione (normativo)"
|
|
2506
|
+
},
|
|
2507
|
+
"standard-remark-table-image-non-normative": {
|
|
2508
|
+
de: "Norm\xA0Kommentar zur Tabelle (nicht normativ)",
|
|
2509
|
+
es: "Observaci\xF3n Tabla (no normativo)",
|
|
2510
|
+
fr: "Remarque Tableau (non normatif)",
|
|
2511
|
+
ro: "Observa\u021Bie Tabel (non normativ)",
|
|
2512
|
+
it: "Osservazione Tabella (non normativo)"
|
|
2513
|
+
},
|
|
2514
|
+
"standard-remark-table-image-normative": {
|
|
2515
|
+
de: "Norm\xA0Kommentar zur Tabelle (normativ)",
|
|
2516
|
+
es: "Observaci\xF3n Tabla (normativo)",
|
|
2517
|
+
fr: "Remarque Tableau (normatif)",
|
|
2518
|
+
ro: "Observa\u021Bie Tabel (normativ)",
|
|
2519
|
+
it: "Osservazione Tabella (normativo)"
|
|
2520
|
+
},
|
|
2521
|
+
"standard-remark-table-non-normative": {
|
|
2522
|
+
de: "Norm\xA0Kommentar zur Tabelle (nicht normativ)",
|
|
2523
|
+
es: "Observaci\xF3n Tabla (no normativo)",
|
|
2524
|
+
fr: "Remarque Tableau (non normatif)",
|
|
2525
|
+
ro: "Observa\u021Bie Tabel (non normativ)",
|
|
2526
|
+
it: "Osservazione Tabella (non normativo)"
|
|
2527
|
+
},
|
|
2528
|
+
"standard-remark-table-normative": {
|
|
2529
|
+
de: "Norm\xA0Kommentar zur Tabelle (normativ)",
|
|
2530
|
+
es: "Observaci\xF3n Tabla (normativo)",
|
|
2531
|
+
fr: "Remarque Tableau (normatif)",
|
|
2532
|
+
ro: "Observa\u021Bie Tabel (normativ)",
|
|
2533
|
+
it: "Osservazione Tabella (normativo)"
|
|
2534
|
+
},
|
|
2535
|
+
"standard-table-extended-non-normative": {
|
|
2536
|
+
de: "Normtabelle (erweitert, nicht normativ)",
|
|
2537
|
+
es: "Tabla est\xE1ndar (ampliada no normativa)",
|
|
2538
|
+
fr: "Tableau standard (\xE9tendu, non normatif)",
|
|
2539
|
+
ro: "Tabel standard (extins, nenormativ)",
|
|
2540
|
+
it: "Tabella standard (estesa non normativa)"
|
|
2541
|
+
},
|
|
2542
|
+
"standard-table-extended-normative": {
|
|
2543
|
+
de: "Standard, Erweitert, Normativ",
|
|
2544
|
+
es: "Est\xE1ndar, Ampliado, Normativo",
|
|
2545
|
+
fr: "Standard, \xC9tendu, Normatif",
|
|
2546
|
+
ro: "Standard, Extins, Normativ",
|
|
2547
|
+
it: "Standard, Esteso, Normativo"
|
|
2548
|
+
},
|
|
2549
|
+
"standard-table-image-non-normative": {
|
|
2550
|
+
de: "Norm\xA0Tabelle (nicht normativ)",
|
|
2551
|
+
es: "Tabla (no normativo)",
|
|
2552
|
+
fr: "Tableau (non normatif)",
|
|
2553
|
+
ro: "Tabel (non normativ)",
|
|
2554
|
+
it: "Tabella (non normativo)"
|
|
2555
|
+
},
|
|
2556
|
+
"standard-table-image-normative": {
|
|
2557
|
+
de: "Norm\xA0Tabelle (normativ",
|
|
2558
|
+
es: "Tabla (normativo)",
|
|
2559
|
+
fr: "Tableau (normatif)",
|
|
2560
|
+
ro: "Tabel (normativ)",
|
|
2561
|
+
it: "Tabella (normativo)"
|
|
2562
|
+
},
|
|
2563
|
+
"standard-table-non-normative": {
|
|
2564
|
+
de: "Norm\xA0Tabelle (nicht normativ)",
|
|
2565
|
+
es: "Tabla (no normativo)",
|
|
2566
|
+
fr: "Tableau (non normatif)",
|
|
2567
|
+
ro: "Tabel (non normativ)",
|
|
2568
|
+
it: "Tabella (non normativo)"
|
|
2569
|
+
},
|
|
2570
|
+
"standard-table-normative": {
|
|
2571
|
+
de: "Norm\xA0Tabelle (normativ)",
|
|
2572
|
+
es: "Tabla (normativo)",
|
|
2573
|
+
fr: "Tableau (normatif)",
|
|
2574
|
+
ro: "Tabel (normativ)",
|
|
2575
|
+
it: "Tabella (normativo)"
|
|
2576
|
+
},
|
|
2577
|
+
statement: {
|
|
2578
|
+
de: "Aussage",
|
|
2579
|
+
es: "Declaraci\xF3n",
|
|
2580
|
+
fr: "D\xE9claration",
|
|
2581
|
+
ro: "Afirma\u021Bie",
|
|
2582
|
+
it: "Dichiarazione"
|
|
2583
|
+
},
|
|
2584
|
+
static: {
|
|
2585
|
+
de: "Statische Inhalte",
|
|
2586
|
+
es: "Contenido Est\xE1tico",
|
|
2587
|
+
fr: "Contenu Statique",
|
|
2588
|
+
ro: "Con\u021Binut static",
|
|
2589
|
+
it: "Contenuto statico"
|
|
2590
|
+
},
|
|
2591
|
+
step: {
|
|
2592
|
+
de: "Schritt",
|
|
2593
|
+
es: "Paso",
|
|
2594
|
+
fr: "\xC9tape",
|
|
2595
|
+
ro: "Pas",
|
|
2596
|
+
it: "Passo"
|
|
2597
|
+
},
|
|
2598
|
+
"step-image-screenshot": {
|
|
2599
|
+
de: "Schritt Bildschirmaufnahme",
|
|
2600
|
+
es: "Paso Imagen Captura",
|
|
2601
|
+
fr: "\xC9tape Image Capture",
|
|
2602
|
+
ro: "Pas Imagine Captur\u0103",
|
|
2603
|
+
it: "Passo Immagine Screenshot"
|
|
2604
|
+
},
|
|
2605
|
+
"step-image-screenshot-with-pointer": {
|
|
2606
|
+
de: "Schritt Bildschirmaufnahme mit Hervorhebung",
|
|
2607
|
+
es: "Paso Imagen Captura Con Puntero",
|
|
2608
|
+
fr: "\xC9tape Image Capture Avec Pointeur",
|
|
2609
|
+
ro: "Pas Imagine Captur\u0103 Cu Indicator",
|
|
2610
|
+
it: "Passo Immagine Screenshot Con Puntatore"
|
|
2611
|
+
},
|
|
2612
|
+
steps: {
|
|
2613
|
+
de: "Schritte",
|
|
2614
|
+
es: "Pasos",
|
|
2615
|
+
fr: "\xC9tapes",
|
|
2616
|
+
ro: "Pa\u0219i",
|
|
2617
|
+
it: "Passi"
|
|
2618
|
+
},
|
|
2619
|
+
"sticky-note": {
|
|
2620
|
+
de: "Post-It",
|
|
2621
|
+
es: "Nota Adhesiva",
|
|
2622
|
+
fr: "Post-it",
|
|
2623
|
+
ro: "Not\u0103 Adeziv\u0103",
|
|
2624
|
+
it: "Post-it"
|
|
2625
|
+
},
|
|
2626
|
+
"still-image-film": {
|
|
2627
|
+
de: "Standbild-Film",
|
|
2628
|
+
es: "Pel\xEDcula de imagen fija",
|
|
2629
|
+
fr: "Film d'image fixe",
|
|
2630
|
+
ro: "Film de imagine static\u0103",
|
|
2631
|
+
it: "Pellicola per immagini fisse"
|
|
2632
|
+
},
|
|
2633
|
+
summary: {
|
|
2634
|
+
de: "Zusammenfassung",
|
|
2635
|
+
es: "Resumen",
|
|
2636
|
+
fr: "R\xE9sum\xE9",
|
|
2637
|
+
ro: "Rezumat",
|
|
2638
|
+
it: "Sommario"
|
|
2639
|
+
},
|
|
2640
|
+
"summary-ai": {
|
|
2641
|
+
de: "KI Zusammenfassung",
|
|
2642
|
+
es: "Resumen IA",
|
|
2643
|
+
fr: "R\xE9sum\xE9 IA",
|
|
2644
|
+
ro: "Rezumat IA",
|
|
2645
|
+
it: "Sommario IA"
|
|
2646
|
+
},
|
|
2647
|
+
survey: {
|
|
2648
|
+
de: "Umfrage",
|
|
2649
|
+
es: "Encuesta",
|
|
2650
|
+
fr: "Sondage",
|
|
2651
|
+
ro: "Sondaj",
|
|
2652
|
+
it: "Sondaggio"
|
|
2653
|
+
},
|
|
2654
|
+
"survey-anonymous": {
|
|
2655
|
+
de: "Umfrage anonym",
|
|
2656
|
+
es: "Encuesta An\xF3nima",
|
|
2657
|
+
fr: "Enqu\xEAtes Anonymes",
|
|
2658
|
+
ro: "Sondaj-anonim",
|
|
2659
|
+
it: "Sondaggio anonimo"
|
|
2660
|
+
},
|
|
2661
|
+
"survey-matrix": {
|
|
2662
|
+
de: "Umfrage\xA0Matrix",
|
|
2663
|
+
es: "Encuesta Matriz",
|
|
2664
|
+
fr: "Sondage Matrice",
|
|
2665
|
+
ro: "Sondaj Matrice",
|
|
2666
|
+
it: "Sondaggio Matrice"
|
|
2667
|
+
},
|
|
2668
|
+
"survey-matrix-me": {
|
|
2669
|
+
de: "Umfrage\xA0Matrix Ich",
|
|
2670
|
+
es: "Encuesta Matriz Yo",
|
|
2671
|
+
fr: "Sondage Matrice Moi",
|
|
2672
|
+
ro: "Sondaj Matrice Eu",
|
|
2673
|
+
it: "Sondaggio Matrice Io"
|
|
2674
|
+
},
|
|
2675
|
+
"survey-rating": {
|
|
2676
|
+
de: "Umfrage\xA0Bewertung",
|
|
2677
|
+
es: "Encuesta Calificaci\xF3n",
|
|
2678
|
+
fr: "Sondage \xC9valuation",
|
|
2679
|
+
ro: "Sondaj Evaluare",
|
|
2680
|
+
it: "Sondaggio Valutazione"
|
|
2681
|
+
},
|
|
2682
|
+
"survey-rating-display": {
|
|
2683
|
+
de: "Umfrage\xA0Bewertung Anzeige",
|
|
2684
|
+
es: "Encuesta Calificaci\xF3n Mostrar",
|
|
2685
|
+
fr: "Sondage \xC9valuation Affichage",
|
|
2686
|
+
ro: "Sondaj Evaluare Afi\u0219are",
|
|
2687
|
+
it: "Sondaggio Valutazione Visualizzazione"
|
|
2688
|
+
},
|
|
2689
|
+
"survey-rating-once": {
|
|
2690
|
+
de: "Umfrage\xA0Bewertung einmalig",
|
|
2691
|
+
es: "Encuesta Calificaci\xF3n Una Vez",
|
|
2692
|
+
fr: "Sondage \xC9valuation Une Fois",
|
|
2693
|
+
ro: "Sondaj Evaluare O Dat\u0103",
|
|
2694
|
+
it: "Sondaggio Valutazione Una Volta"
|
|
2695
|
+
},
|
|
2696
|
+
surveys: {
|
|
2697
|
+
de: "Umfragen",
|
|
2698
|
+
es: "Encuestas",
|
|
2699
|
+
fr: "Enqu\xEAtes",
|
|
2700
|
+
ro: "Sondaje",
|
|
2701
|
+
it: "Sondaggi"
|
|
2702
|
+
},
|
|
2703
|
+
table: {
|
|
2704
|
+
de: "Tabelle",
|
|
2705
|
+
es: "Tabla",
|
|
2706
|
+
fr: "Tableau",
|
|
2707
|
+
ro: "Tabel",
|
|
2708
|
+
it: "Tabella"
|
|
2709
|
+
},
|
|
2710
|
+
"table-alt": {
|
|
2711
|
+
de: "Tabelle alternativ",
|
|
2712
|
+
es: "Tabla Alt",
|
|
2713
|
+
fr: "Tableau Alt",
|
|
2714
|
+
ro: "Tabel Alt",
|
|
2715
|
+
it: "Tabella Alt"
|
|
2716
|
+
},
|
|
2717
|
+
"table-extended": {
|
|
2718
|
+
de: "Tabelle",
|
|
2719
|
+
es: "Tabla",
|
|
2720
|
+
fr: "Tableau",
|
|
2721
|
+
ro: "Tabel",
|
|
2722
|
+
it: "Tabella"
|
|
2723
|
+
},
|
|
2724
|
+
"table-image": {
|
|
2725
|
+
de: "Tabellen\xA0Bild",
|
|
2726
|
+
es: "Tabla Imagen",
|
|
2727
|
+
fr: "Tableau Image",
|
|
2728
|
+
ro: "Tabel Imagine",
|
|
2729
|
+
it: "Tabella Immagine"
|
|
2730
|
+
},
|
|
2731
|
+
"table-image-alt": {
|
|
2732
|
+
de: "Tabellen\xA0Bild alternativ",
|
|
2733
|
+
es: "Tabla Imagen Alt",
|
|
2734
|
+
fr: "Tableau Image Alt",
|
|
2735
|
+
ro: "Tabel Imagine Alt",
|
|
2736
|
+
it: "Tabella Immagine Alt"
|
|
2737
|
+
},
|
|
2738
|
+
tables: {
|
|
2739
|
+
de: "Tabellen",
|
|
2740
|
+
es: "Tablas",
|
|
2741
|
+
fr: "Tableaux",
|
|
2742
|
+
ro: "Tabele",
|
|
2743
|
+
it: "Tabelle"
|
|
2744
|
+
},
|
|
2745
|
+
"take-picture": {
|
|
2746
|
+
de: "Foto aufnehmen",
|
|
2747
|
+
es: "Tomar Foto",
|
|
2748
|
+
fr: "Prendre Photo",
|
|
2749
|
+
ro: "F\u0103 O Poz\u0103",
|
|
2750
|
+
it: "Scatta Foto"
|
|
2751
|
+
},
|
|
2752
|
+
toc: {
|
|
2753
|
+
de: "Inhaltsverzeichnis",
|
|
2754
|
+
es: "\xCDndice",
|
|
2755
|
+
fr: "Sommaire",
|
|
2756
|
+
ro: "Cuprins",
|
|
2757
|
+
it: "Indice"
|
|
2758
|
+
},
|
|
2759
|
+
"true-false": {
|
|
2760
|
+
de: "Richtig/Falsch",
|
|
2761
|
+
es: "Verdadero Falso",
|
|
2762
|
+
fr: "Vrai Faux",
|
|
2763
|
+
ro: "Adev\u0103rat Fals",
|
|
2764
|
+
it: "Vero Falso"
|
|
2765
|
+
},
|
|
2766
|
+
"true-false-1": {
|
|
2767
|
+
de: "Richtig/Falsch",
|
|
2768
|
+
es: "Verdadero Falso",
|
|
2769
|
+
fr: "Vrai Faux",
|
|
2770
|
+
ro: "Adev\u0103rat Fals",
|
|
2771
|
+
it: "Vero Falso"
|
|
2772
|
+
},
|
|
2773
|
+
"vendor-amcharts-5-chart": {
|
|
2774
|
+
de: "Amcharts 5 Diagramm",
|
|
2775
|
+
es: "Proveedor Amcharts 5 Gr\xE1fico",
|
|
2776
|
+
fr: "Fournisseur Amcharts 5 Graphique",
|
|
2777
|
+
ro: "Furnizor Amcharts 5 Diagram\u0103",
|
|
2778
|
+
it: "Fornitore Amcharts 5 Grafico"
|
|
2779
|
+
},
|
|
2780
|
+
"vendor-datadog-dashboard": {
|
|
2781
|
+
de: "Datadog-Dashboard",
|
|
2782
|
+
es: "Panel de Datadog",
|
|
2783
|
+
fr: "Tableau de bord Datadog",
|
|
2784
|
+
ro: "Tablou de bord Datadog",
|
|
2785
|
+
it: "Dashboard di Datadog"
|
|
2786
|
+
},
|
|
2787
|
+
"vendor-formbricks-embed-anonymous": {
|
|
2788
|
+
de: "Formbricks anonym einbetten",
|
|
2789
|
+
es: "Proveedor Formbricks Incrustar An\xF3nimo",
|
|
2790
|
+
fr: "Fournisseur Formbricks Int\xE9grer Anonyme",
|
|
2791
|
+
ro: "Furnizor Formbricks \xCEncorporare Anonim\u0103",
|
|
2792
|
+
it: "Fornitore Formbricks Incorpora Anonimo"
|
|
2793
|
+
},
|
|
2794
|
+
"vendor-highcharts-chart": {
|
|
2795
|
+
de: "Highcharts Diagramm",
|
|
2796
|
+
es: "Proveedor Highcharts Gr\xE1fico",
|
|
2797
|
+
fr: "Fournisseur Highcharts Graphique",
|
|
2798
|
+
ro: "Furnizor Highcharts Diagram\u0103",
|
|
2799
|
+
it: "Fornitore Highcharts Grafico"
|
|
2800
|
+
},
|
|
2801
|
+
"vendor-iframely-embed": {
|
|
2802
|
+
de: "Iframely einbetten",
|
|
2803
|
+
es: "Proveedor Iframely Incrustar",
|
|
2804
|
+
fr: "Fournisseur Iframely Int\xE9grer",
|
|
2805
|
+
ro: "Furnizor Iframely \xCEncorporare",
|
|
2806
|
+
it: "Fornitore Iframely Incorpora"
|
|
2807
|
+
},
|
|
2808
|
+
"vendor-learndash-embed": {
|
|
2809
|
+
de: "Learndash",
|
|
2810
|
+
es: "Learndash",
|
|
2811
|
+
fr: "Learndash",
|
|
2812
|
+
ro: "Learndash",
|
|
2813
|
+
it: "Learndash"
|
|
2814
|
+
},
|
|
2815
|
+
"vendor-padlet-embed": {
|
|
2816
|
+
de: "Padlet einbetten",
|
|
2817
|
+
es: "Proveedor Padlet Incrustar",
|
|
2818
|
+
fr: "Fournisseur Padlet Int\xE9grer",
|
|
2819
|
+
ro: "Furnizor Padlet \xCEncorporare",
|
|
2820
|
+
it: "Fornitore Padlet Incorpora"
|
|
2821
|
+
},
|
|
2822
|
+
"vendor-stripe-pricing-table": {
|
|
2823
|
+
de: "Stripe Preistabelle",
|
|
2824
|
+
es: "Proveedor Stripe Tabla Precios",
|
|
2825
|
+
fr: "Fournisseur Stripe Tableau Prix",
|
|
2826
|
+
ro: "Furnizor Stripe Tabel Pre\u021Buri",
|
|
2827
|
+
it: "Fornitore Stripe Tabella Prezzi"
|
|
2828
|
+
},
|
|
2829
|
+
"vendor-stripe-pricing-table-external": {
|
|
2830
|
+
de: "Stripe Preistabelle extern",
|
|
2831
|
+
es: "Proveedor Stripe Tabla de Precios Externa",
|
|
2832
|
+
fr: "Fournisseur Stripe Tableau de Prix Externe",
|
|
2833
|
+
ro: "Furnizor Stripe Tabel de Pre\u021Buri Extern",
|
|
2834
|
+
it: "Fornitore Stripe Tabella Prezzi Esterna"
|
|
2835
|
+
},
|
|
2836
|
+
"vendor-stripe-pricing-table-print-on-request": {
|
|
2837
|
+
de: "Druck auf Anfrage",
|
|
2838
|
+
es: "Imprimir bajo pedido",
|
|
2839
|
+
fr: "Impression sur demande",
|
|
2840
|
+
ro: "Tip\u0103rire la cerere",
|
|
2841
|
+
it: "Stampa su richiesta"
|
|
2842
|
+
},
|
|
2843
|
+
video: {
|
|
2844
|
+
de: "Video",
|
|
2845
|
+
es: "Video",
|
|
2846
|
+
fr: "Vid\xE9o",
|
|
2847
|
+
ro: "Video",
|
|
2848
|
+
it: "Video"
|
|
2849
|
+
},
|
|
2850
|
+
"video-embed": {
|
|
2851
|
+
de: "Video\xA0einbetten",
|
|
2852
|
+
es: "Insertar Video",
|
|
2853
|
+
fr: "Int\xE9grer Vid\xE9o",
|
|
2854
|
+
ro: "\xCEncorporare Video",
|
|
2855
|
+
it: "Incorpora Video"
|
|
2856
|
+
},
|
|
2857
|
+
"video-embed-landscape": {
|
|
2858
|
+
de: "Video\xA0einbetten querformat",
|
|
2859
|
+
es: "Insertar Video Apaisado",
|
|
2860
|
+
fr: "Int\xE9grer Vid\xE9o Paysage",
|
|
2861
|
+
ro: "\xCEncorporare Video Orizontal",
|
|
2862
|
+
it: "Incorpora Video Orizzontale"
|
|
2863
|
+
},
|
|
2864
|
+
"video-embed-portrait": {
|
|
2865
|
+
de: "Video\xA0einbetten hochformat",
|
|
2866
|
+
es: "Insertar Video Vertical",
|
|
2867
|
+
fr: "Int\xE9grer Vid\xE9o Portrait",
|
|
2868
|
+
ro: "\xCEncorporare Video Vertical",
|
|
2869
|
+
it: "Incorpora Video Verticale"
|
|
2870
|
+
},
|
|
2871
|
+
"video-landscape": {
|
|
2872
|
+
de: "Video (Querformat)",
|
|
2873
|
+
es: "Video (Horizontal)",
|
|
2874
|
+
fr: "Vid\xE9o (Paysage)",
|
|
2875
|
+
ro: "Video (Vedere)",
|
|
2876
|
+
it: "Video (Orizzontale)"
|
|
2877
|
+
},
|
|
2878
|
+
"video-link": {
|
|
2879
|
+
de: "Video\xA0Link",
|
|
2880
|
+
es: "Enlace Video",
|
|
2881
|
+
fr: "Lien Vid\xE9o",
|
|
2882
|
+
ro: "Link Video",
|
|
2883
|
+
it: "Link Video"
|
|
2884
|
+
},
|
|
2885
|
+
"video-link-landscape": {
|
|
2886
|
+
de: "Video\xA0Link querformat",
|
|
2887
|
+
es: "Enlace Video Apaisado",
|
|
2888
|
+
fr: "Lien Vid\xE9o Paysage",
|
|
2889
|
+
ro: "Link Video Orizontal",
|
|
2890
|
+
it: "Link Video Orizzontale"
|
|
2891
|
+
},
|
|
2892
|
+
"video-link-portrait": {
|
|
2893
|
+
de: "Video\xA0Link hochformat",
|
|
2894
|
+
es: "Enlace Video Vertical",
|
|
2895
|
+
fr: "Lien Vid\xE9o Portrait",
|
|
2896
|
+
ro: "Link Video Vertical",
|
|
2897
|
+
it: "Link Video Verticale"
|
|
2898
|
+
},
|
|
2899
|
+
"video-portrait": {
|
|
2900
|
+
de: "Video\xA0hochformat",
|
|
2901
|
+
es: "Video Vertical",
|
|
2902
|
+
fr: "Vid\xE9o Portrait",
|
|
2903
|
+
ro: "Video Vertical",
|
|
2904
|
+
it: "Video Verticale"
|
|
2905
|
+
},
|
|
2906
|
+
"video-transcript": {
|
|
2907
|
+
de: "Video\xA0Transkript",
|
|
2908
|
+
es: "Transcripci\xF3n Video",
|
|
2909
|
+
fr: "Transcription Vid\xE9o",
|
|
2910
|
+
ro: "Transcriere Video",
|
|
2911
|
+
it: "Trascrizione Video"
|
|
2912
|
+
},
|
|
2913
|
+
vocabulary: {
|
|
2914
|
+
de: "Vokabular",
|
|
2915
|
+
es: "Vocabulario",
|
|
2916
|
+
fr: "Vocabulaire",
|
|
2917
|
+
ro: "Vocabular",
|
|
2918
|
+
it: "Vocabolario"
|
|
2919
|
+
},
|
|
2920
|
+
warning: {
|
|
2921
|
+
de: "Warnung",
|
|
2922
|
+
es: "Advertencia",
|
|
2923
|
+
fr: "Avertissement",
|
|
2924
|
+
ro: "Avertisment",
|
|
2925
|
+
it: "Avviso"
|
|
2926
|
+
},
|
|
2927
|
+
"warning-alt": {
|
|
2928
|
+
de: "Warnung\xA0alternativ",
|
|
2929
|
+
es: "Advertencia Alt",
|
|
2930
|
+
fr: "Avertissement Alt",
|
|
2931
|
+
ro: "Avertisment Alt",
|
|
2932
|
+
it: "Avviso Alt"
|
|
2933
|
+
},
|
|
2934
|
+
"warning-collapsible": {
|
|
2935
|
+
de: "Warnung\xA0aufklappbar",
|
|
2936
|
+
es: "Advertencia Plegable",
|
|
2937
|
+
fr: "Avertissement D\xE9roulable",
|
|
2938
|
+
ro: "Avertisment Expandabil",
|
|
2939
|
+
it: "Avviso Pieghevole"
|
|
2940
|
+
},
|
|
2941
|
+
website: {
|
|
2942
|
+
de: "Webseite",
|
|
2943
|
+
es: "Sitio web",
|
|
2944
|
+
fr: "Site web",
|
|
2945
|
+
ro: "Site web",
|
|
2946
|
+
it: "Sito web"
|
|
2947
|
+
},
|
|
2948
|
+
"website-link": {
|
|
2949
|
+
de: "Webseiten\xA0Link",
|
|
2950
|
+
es: "Enlace Web",
|
|
2951
|
+
fr: "Lien Web",
|
|
2952
|
+
ro: "Link Web",
|
|
2953
|
+
it: "Link Sito"
|
|
2954
|
+
},
|
|
2955
|
+
"white-label": {
|
|
2956
|
+
de: "White-Label",
|
|
2957
|
+
es: "Marca blanca",
|
|
2958
|
+
fr: "Marque blanche",
|
|
2959
|
+
ro: "White-Label",
|
|
2960
|
+
it: "White label"
|
|
2961
|
+
},
|
|
2962
|
+
"workbook-article": {
|
|
2963
|
+
de: "Arbeitsbuch Artikel",
|
|
2964
|
+
es: "Art\xEDculo Libro Trabajo",
|
|
2965
|
+
fr: "Article Cahier Travail",
|
|
2966
|
+
ro: "Articol Caiet Lucru",
|
|
2967
|
+
it: "Articolo Libro Lavoro"
|
|
2968
|
+
}
|
|
2969
|
+
};
|
|
2970
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
2971
|
+
0 && (module.exports = {
|
|
2972
|
+
TRANSLATIONS
|
|
2973
|
+
});
|
|
2974
|
+
//# sourceMappingURL=translations.cjs.map
|