Newer
Older
// "404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ",
"404.help": "Nepodařilo se najít stránku, kterou hledáte. Je možné, že stránka byla přesunuta nebo smazána. Pomocí tlačítka níže můžete přejít na domovskou stránku. ",
// "404.link.home-page": "Take me to the home page",
// "404.page-not-found": "page not found",
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
// "admin.registries.bitstream-formats.create.failure.content": "An error occurred while creating the new bitstream format.",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.create.failure.content": "An error occurred while creating the new bitstream format.",
// "admin.registries.bitstream-formats.create.failure.head": "Failure",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.create.failure.head": "Failure",
// "admin.registries.bitstream-formats.create.head": "Create Bitstream format",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.create.head": "Create Bitstream format",
// "admin.registries.bitstream-formats.create.new": "Add a new bitstream format",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.create.new": "Add a new bitstream format",
// "admin.registries.bitstream-formats.create.success.content": "The new bitstream format was successfully created.",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.create.success.content": "The new bitstream format was successfully created.",
// "admin.registries.bitstream-formats.create.success.head": "Success",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.create.success.head": "Success",
// "admin.registries.bitstream-formats.delete.failure.amount": "Failed to remove {{ amount }} format(s)",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.delete.failure.amount": "Failed to remove {{ amount }} format(s)",
// "admin.registries.bitstream-formats.delete.failure.head": "Failure",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.delete.failure.head": "Failure",
// "admin.registries.bitstream-formats.delete.success.amount": "Successfully removed {{ amount }} format(s)",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.delete.success.amount": "Successfully removed {{ amount }} format(s)",
// "admin.registries.bitstream-formats.delete.success.head": "Success",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.delete.success.head": "Success",
// "admin.registries.bitstream-formats.description": "This list of bitstream formats provides information about known formats and their support level.",
"admin.registries.bitstream-formats.description": "Tento seznam formátů souborů poskytuje informace o známých formátech a o úrovni jejich podpory.",
// "admin.registries.bitstream-formats.edit.description.hint": "",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.edit.description.hint": "",
// "admin.registries.bitstream-formats.edit.description.label": "Description",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.edit.description.label": "Description",
// "admin.registries.bitstream-formats.edit.extensions.hint": "Extensions are file extensions that are used to automatically identify the format of uploaded files. You can enter several extensions for each format.",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.edit.extensions.hint": "Extensions are file extensions that are used to automatically identify the format of uploaded files. You can enter several extensions for each format.",
// "admin.registries.bitstream-formats.edit.extensions.label": "File extensions",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.edit.extensions.label": "File extensions",
// "admin.registries.bitstream-formats.edit.extensions.placeholder": "Enter a file extenstion without the dot",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.edit.extensions.placeholder": "Enter a file extenstion without the dot",
// "admin.registries.bitstream-formats.edit.failure.content": "An error occurred while editing the bitstream format.",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.edit.failure.content": "An error occurred while editing the bitstream format.",
// "admin.registries.bitstream-formats.edit.failure.head": "Failure",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.edit.failure.head": "Failure",
// "admin.registries.bitstream-formats.edit.head": "Bitstream format: {{ format }}",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.edit.head": "Bitstream format: {{ format }}",
// "admin.registries.bitstream-formats.edit.internal.hint": "Formats marked as internal are hidden from the user, and used for administrative purposes.",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.edit.internal.hint": "Formats marked as internal are hidden from the user, and used for administrative purposes.",
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
// "admin.registries.bitstream-formats.edit.internal.label": "Internal",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.edit.internal.label": "Internal",
// "admin.registries.bitstream-formats.edit.mimetype.hint": "The MIME type associated with this format, does not have to be unique.",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.edit.mimetype.hint": "The MIME type associated with this format, does not have to be unique.",
// "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type",
// "admin.registries.bitstream-formats.edit.shortDescription.hint": "A unique name for this format, (e.g. Microsoft Word XP or Microsoft Word 2000)",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.edit.shortDescription.hint": "A unique name for this format, (e.g. Microsoft Word XP or Microsoft Word 2000)",
// "admin.registries.bitstream-formats.edit.shortDescription.label": "Name",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.edit.shortDescription.label": "Name",
// "admin.registries.bitstream-formats.edit.success.content": "The bitstream format was successfully edited.",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.edit.success.content": "The bitstream format was successfully edited.",
// "admin.registries.bitstream-formats.edit.success.head": "Success",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.edit.success.head": "Success",
// "admin.registries.bitstream-formats.edit.supportLevel.hint": "The level of support your institution pledges for this format.",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.edit.supportLevel.hint": "The level of support your institution pledges for this format.",
// "admin.registries.bitstream-formats.edit.supportLevel.label": "Support level",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.edit.supportLevel.label": "Support level",
// "admin.registries.bitstream-formats.head": "Bitstream Format Registry",
"admin.registries.bitstream-formats.head": "Registr formátů souborů",
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
// "admin.registries.bitstream-formats.no-items": "No bitstream formats to show.",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.no-items": "No bitstream formats to show.",
// "admin.registries.bitstream-formats.table.delete": "Delete selected",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.table.delete": "Delete selected",
// "admin.registries.bitstream-formats.table.deselect-all": "Deselect all",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.table.deselect-all": "Deselect all",
// "admin.registries.bitstream-formats.table.internal": "internal",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.table.internal": "internal",
// "admin.registries.bitstream-formats.table.mimetype": "MIME Type",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.table.mimetype": "MIME Type",
// "admin.registries.bitstream-formats.table.name": "Name",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.table.name": "Name",
// "admin.registries.bitstream-formats.table.return": "Return",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.table.return": "Return",
// "admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Known",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.table.supportLevel.KNOWN": "Known",
// "admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Supported",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.table.supportLevel.SUPPORTED": "Supported",
// "admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Unknown",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.table.supportLevel.UNKNOWN": "Unknown",
// "admin.registries.bitstream-formats.table.supportLevel.head": "Support Level",
// TODO New key - Add a translation
"admin.registries.bitstream-formats.table.supportLevel.head": "Support Level",
// "admin.registries.bitstream-formats.title": "DSpace Angular :: Bitstream Format Registry",
"admin.registries.bitstream-formats.title": "DSpace Angular :: Registr formátů souborů",
// "admin.registries.metadata.description": "The metadata registry maintains a list of all metadata fields available in the repository. These fields may be divided amongst multiple schemas. However, DSpace requires the qualified Dublin Core schema.",
"admin.registries.metadata.description": "Registr metadat je seznam všech metadatových polí dostupných v repozitáři. Tyto pole mohou být rozdělena do více schémat. DSpace však vyžaduje použití schématu Kvalifikovaný Dublin Core.",
// "admin.registries.metadata.form.create": "Create metadata schema",
// TODO New key - Add a translation
"admin.registries.metadata.form.create": "Create metadata schema",
// "admin.registries.metadata.form.edit": "Edit metadata schema",
// TODO New key - Add a translation
"admin.registries.metadata.form.edit": "Edit metadata schema",
// "admin.registries.metadata.form.name": "Name",
// TODO New key - Add a translation
"admin.registries.metadata.form.name": "Name",
// "admin.registries.metadata.form.namespace": "Namespace",
// TODO New key - Add a translation
"admin.registries.metadata.form.namespace": "Namespace",
// "admin.registries.metadata.head": "Metadata Registry",
// "admin.registries.metadata.schemas.no-items": "No metadata schemas to show.",
"admin.registries.metadata.schemas.no-items": "Žádná schémata metadat.",
// "admin.registries.metadata.schemas.table.delete": "Delete selected",
// TODO New key - Add a translation
"admin.registries.metadata.schemas.table.delete": "Delete selected",
// "admin.registries.metadata.schemas.table.id": "ID",
// "admin.registries.metadata.schemas.table.name": "Name",
// "admin.registries.metadata.schemas.table.namespace": "Namespace",
"admin.registries.metadata.schemas.table.namespace": "Jmenný prostor",
// "admin.registries.metadata.title": "DSpace Angular :: Metadata Registry",
"admin.registries.metadata.title": "DSpace Angular :: Registr metadat",
// "admin.registries.schema.description": "This is the metadata schema for \"{{namespace}}\".",
"admin.registries.schema.description": "Toto je schéma metadat pro „{{namespace}}“.",
// "admin.registries.schema.fields.head": "Schema metadata fields",
"admin.registries.schema.fields.head": "Pole schématu metadat",
// "admin.registries.schema.fields.no-items": "No metadata fields to show.",
"admin.registries.schema.fields.no-items": "Žádná metadatová pole.",
// "admin.registries.schema.fields.table.delete": "Delete selected",
// TODO New key - Add a translation
"admin.registries.schema.fields.table.delete": "Delete selected",
// "admin.registries.schema.fields.table.field": "Field",
// "admin.registries.schema.fields.table.scopenote": "Scope Note",
"admin.registries.schema.fields.table.scopenote": "Poznámka o rozsahu",
// "admin.registries.schema.form.create": "Create metadata field",
// TODO New key - Add a translation
"admin.registries.schema.form.create": "Create metadata field",
// "admin.registries.schema.form.edit": "Edit metadata field",
// TODO New key - Add a translation
"admin.registries.schema.form.edit": "Edit metadata field",
// "admin.registries.schema.form.element": "Element",
// TODO New key - Add a translation
"admin.registries.schema.form.element": "Element",
// "admin.registries.schema.form.qualifier": "Qualifier",
// TODO New key - Add a translation
"admin.registries.schema.form.qualifier": "Qualifier",
// "admin.registries.schema.form.scopenote": "Scope Note",
// TODO New key - Add a translation
"admin.registries.schema.form.scopenote": "Scope Note",
// "admin.registries.schema.head": "Metadata Schema",
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
// "admin.registries.schema.notification.created": "Successfully created metadata schema \"{{prefix}}\"",
// TODO New key - Add a translation
"admin.registries.schema.notification.created": "Successfully created metadata schema \"{{prefix}}\"",
// "admin.registries.schema.notification.deleted.failure": "Failed to delete {{amount}} metadata schemas",
// TODO New key - Add a translation
"admin.registries.schema.notification.deleted.failure": "Failed to delete {{amount}} metadata schemas",
// "admin.registries.schema.notification.deleted.success": "Successfully deleted {{amount}} metadata schemas",
// TODO New key - Add a translation
"admin.registries.schema.notification.deleted.success": "Successfully deleted {{amount}} metadata schemas",
// "admin.registries.schema.notification.edited": "Successfully edited metadata schema \"{{prefix}}\"",
// TODO New key - Add a translation
"admin.registries.schema.notification.edited": "Successfully edited metadata schema \"{{prefix}}\"",
// "admin.registries.schema.notification.failure": "Error",
// TODO New key - Add a translation
"admin.registries.schema.notification.failure": "Error",
// "admin.registries.schema.notification.field.created": "Successfully created metadata field \"{{field}}\"",
// TODO New key - Add a translation
"admin.registries.schema.notification.field.created": "Successfully created metadata field \"{{field}}\"",
// "admin.registries.schema.notification.field.deleted.failure": "Failed to delete {{amount}} metadata fields",
// TODO New key - Add a translation
"admin.registries.schema.notification.field.deleted.failure": "Failed to delete {{amount}} metadata fields",
// "admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields",
// TODO New key - Add a translation
"admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields",
// "admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"",
// TODO New key - Add a translation
"admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"",
// "admin.registries.schema.notification.success": "Success",
// TODO New key - Add a translation
"admin.registries.schema.notification.success": "Success",
// "admin.registries.schema.return": "Return",
// TODO New key - Add a translation
"admin.registries.schema.return": "Return",
// "admin.registries.schema.title": "DSpace Angular :: Metadata Schema Registry",
"admin.registries.schema.title": "DSpace Angular :: Registr schémat metadat",
// "auth.errors.invalid-user": "Invalid email address or password.",
"auth.errors.invalid-user": "Neplatná e-mailová adresa nebo heslo.",
// "auth.messages.expired": "Your session has expired. Please log in again.",
"auth.messages.expired": "Vaše relace vypršela. Prosím, znova se přihlaste.",
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
// "browse.comcol.by.author": "By Author",
// TODO New key - Add a translation
"browse.comcol.by.author": "By Author",
// "browse.comcol.by.dateissued": "By Issue Date",
// TODO New key - Add a translation
"browse.comcol.by.dateissued": "By Issue Date",
// "browse.comcol.by.subject": "By Subject",
// TODO New key - Add a translation
"browse.comcol.by.subject": "By Subject",
// "browse.comcol.by.title": "By Title",
// TODO New key - Add a translation
"browse.comcol.by.title": "By Title",
// "browse.comcol.head": "Browse",
// TODO New key - Add a translation
"browse.comcol.head": "Browse",
// "browse.empty": "No items to show.",
// TODO New key - Add a translation
"browse.empty": "No items to show.",
// "browse.metadata.author": "Author",
// TODO New key - Add a translation
"browse.metadata.author": "Author",
// "browse.metadata.dateissued": "Issue Date",
// TODO New key - Add a translation
"browse.metadata.dateissued": "Issue Date",
// "browse.metadata.subject": "Subject",
// TODO New key - Add a translation
"browse.metadata.subject": "Subject",
// "browse.metadata.title": "Title",
// TODO New key - Add a translation
"browse.metadata.title": "Title",
// "browse.startsWith.choose_start": "(Choose start)",
// TODO New key - Add a translation
"browse.startsWith.choose_start": "(Choose start)",
// "browse.startsWith.choose_year": "(Choose year)",
// TODO New key - Add a translation
"browse.startsWith.choose_year": "(Choose year)",
// "browse.startsWith.jump": "Jump to a point in the index:",
// TODO New key - Add a translation
"browse.startsWith.jump": "Jump to a point in the index:",
// "browse.startsWith.months.april": "April",
// TODO New key - Add a translation
"browse.startsWith.months.april": "April",
// "browse.startsWith.months.august": "August",
// TODO New key - Add a translation
"browse.startsWith.months.august": "August",
// "browse.startsWith.months.december": "December",
// TODO New key - Add a translation
"browse.startsWith.months.december": "December",
// "browse.startsWith.months.february": "February",
// TODO New key - Add a translation
"browse.startsWith.months.february": "February",
// "browse.startsWith.months.january": "January",
// TODO New key - Add a translation
"browse.startsWith.months.january": "January",
// "browse.startsWith.months.july": "July",
// TODO New key - Add a translation
"browse.startsWith.months.july": "July",
// "browse.startsWith.months.june": "June",
// TODO New key - Add a translation
"browse.startsWith.months.june": "June",
// "browse.startsWith.months.march": "March",
// TODO New key - Add a translation
"browse.startsWith.months.march": "March",
// "browse.startsWith.months.may": "May",
// TODO New key - Add a translation
"browse.startsWith.months.may": "May",
// "browse.startsWith.months.none": "(Choose month)",
// TODO New key - Add a translation
"browse.startsWith.months.none": "(Choose month)",
// "browse.startsWith.months.november": "November",
// TODO New key - Add a translation
"browse.startsWith.months.november": "November",
// "browse.startsWith.months.october": "October",
// TODO New key - Add a translation
"browse.startsWith.months.october": "October",
// "browse.startsWith.months.september": "September",
// TODO New key - Add a translation
"browse.startsWith.months.september": "September",
// "browse.startsWith.submit": "Go",
// TODO New key - Add a translation
"browse.startsWith.submit": "Go",
// "browse.startsWith.type_date": "Or type in a date (year-month):",
// TODO New key - Add a translation
"browse.startsWith.type_date": "Or type in a date (year-month):",
// "browse.startsWith.type_text": "Or enter first few letters:",
// TODO New key - Add a translation
"browse.startsWith.type_text": "Or enter first few letters:",
// "browse.title": "Browsing {{ collection }} by {{ field }} {{ value }}",
"browse.title": "Prohlížíte {{ collection }} dle {{ field }} {{ value }}",
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
// "chips.remove": "Remove chip",
// TODO New key - Add a translation
"chips.remove": "Remove chip",
// "collection.create.head": "Create a Collection",
// TODO New key - Add a translation
"collection.create.head": "Create a Collection",
// "collection.create.sub-head": "Create a Collection for Community {{ parent }}",
// TODO New key - Add a translation
"collection.create.sub-head": "Create a Collection for Community {{ parent }}",
// "collection.delete.cancel": "Cancel",
// TODO New key - Add a translation
"collection.delete.cancel": "Cancel",
// "collection.delete.confirm": "Confirm",
// TODO New key - Add a translation
"collection.delete.confirm": "Confirm",
// "collection.delete.head": "Delete Collection",
// TODO New key - Add a translation
"collection.delete.head": "Delete Collection",
// "collection.delete.notification.fail": "Collection could not be deleted",
// TODO New key - Add a translation
"collection.delete.notification.fail": "Collection could not be deleted",
// "collection.delete.notification.success": "Successfully deleted collection",
// TODO New key - Add a translation
"collection.delete.notification.success": "Successfully deleted collection",
// "collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"",
// TODO New key - Add a translation
"collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"",
// "collection.edit.delete": "Delete this collection",
// TODO New key - Add a translation
"collection.edit.delete": "Delete this collection",
// "collection.edit.head": "Edit Collection",
// TODO New key - Add a translation
"collection.edit.head": "Edit Collection",
// "collection.edit.item-mapper.cancel": "Cancel",
// TODO New key - Add a translation
"collection.edit.item-mapper.cancel": "Cancel",
// "collection.edit.item-mapper.collection": "Collection: \"<b>{{name}}</b>\"",
// TODO New key - Add a translation
"collection.edit.item-mapper.collection": "Collection: \"<b>{{name}}</b>\"",
// "collection.edit.item-mapper.confirm": "Map selected items",
// TODO New key - Add a translation
"collection.edit.item-mapper.confirm": "Map selected items",
// "collection.edit.item-mapper.description": "This is the item mapper tool that allows collection administrators to map items from other collections into this collection. You can search for items from other collections and map them, or browse the list of currently mapped items.",
// TODO New key - Add a translation
"collection.edit.item-mapper.description": "This is the item mapper tool that allows collection administrators to map items from other collections into this collection. You can search for items from other collections and map them, or browse the list of currently mapped items.",
// "collection.edit.item-mapper.head": "Item Mapper - Map Items from Other Collections",
// TODO New key - Add a translation
"collection.edit.item-mapper.head": "Item Mapper - Map Items from Other Collections",
// "collection.edit.item-mapper.no-search": "Please enter a query to search",
// TODO New key - Add a translation
"collection.edit.item-mapper.no-search": "Please enter a query to search",
// "collection.edit.item-mapper.notifications.map.error.content": "Errors occurred for mapping of {{amount}} items.",
// TODO New key - Add a translation
"collection.edit.item-mapper.notifications.map.error.content": "Errors occurred for mapping of {{amount}} items.",
// "collection.edit.item-mapper.notifications.map.error.head": "Mapping errors",
// TODO New key - Add a translation
"collection.edit.item-mapper.notifications.map.error.head": "Mapping errors",
// "collection.edit.item-mapper.notifications.map.success.content": "Successfully mapped {{amount}} items.",
// TODO New key - Add a translation
"collection.edit.item-mapper.notifications.map.success.content": "Successfully mapped {{amount}} items.",
// "collection.edit.item-mapper.notifications.map.success.head": "Mapping completed",
// TODO New key - Add a translation
"collection.edit.item-mapper.notifications.map.success.head": "Mapping completed",
// "collection.edit.item-mapper.notifications.unmap.error.content": "Errors occurred for removing the mappings of {{amount}} items.",
// TODO New key - Add a translation
"collection.edit.item-mapper.notifications.unmap.error.content": "Errors occurred for removing the mappings of {{amount}} items.",
// "collection.edit.item-mapper.notifications.unmap.error.head": "Remove mapping errors",
// TODO New key - Add a translation
"collection.edit.item-mapper.notifications.unmap.error.head": "Remove mapping errors",
// "collection.edit.item-mapper.notifications.unmap.success.content": "Successfully removed the mappings of {{amount}} items.",
// TODO New key - Add a translation
"collection.edit.item-mapper.notifications.unmap.success.content": "Successfully removed the mappings of {{amount}} items.",
// "collection.edit.item-mapper.notifications.unmap.success.head": "Remove mapping completed",
// TODO New key - Add a translation
"collection.edit.item-mapper.notifications.unmap.success.head": "Remove mapping completed",
// "collection.edit.item-mapper.remove": "Remove selected item mappings",
// TODO New key - Add a translation
"collection.edit.item-mapper.remove": "Remove selected item mappings",
// "collection.edit.item-mapper.tabs.browse": "Browse mapped items",
// TODO New key - Add a translation
"collection.edit.item-mapper.tabs.browse": "Browse mapped items",
// "collection.edit.item-mapper.tabs.map": "Map new items",
// TODO New key - Add a translation
"collection.edit.item-mapper.tabs.map": "Map new items",
// "collection.form.abstract": "Short Description",
// TODO New key - Add a translation
"collection.form.abstract": "Short Description",
// "collection.form.description": "Introductory text (HTML)",
// TODO New key - Add a translation
"collection.form.description": "Introductory text (HTML)",
// "collection.form.errors.title.required": "Please enter a collection name",
// TODO New key - Add a translation
"collection.form.errors.title.required": "Please enter a collection name",
// "collection.form.license": "License",
// TODO New key - Add a translation
"collection.form.license": "License",
// "collection.form.provenance": "Provenance",
// TODO New key - Add a translation
"collection.form.provenance": "Provenance",
// "collection.form.rights": "Copyright text (HTML)",
// TODO New key - Add a translation
"collection.form.rights": "Copyright text (HTML)",
// "collection.form.tableofcontents": "News (HTML)",
// TODO New key - Add a translation
"collection.form.tableofcontents": "News (HTML)",
// "collection.form.title": "Name",
// TODO New key - Add a translation
"collection.form.title": "Name",
// "collection.page.browse.recent.head": "Recent Submissions",
"collection.page.browse.recent.head": "Poslední příspěvky",
// "collection.page.browse.recent.empty": "No items to show",
// TODO New key - Add a translation
"collection.page.browse.recent.empty": "No items to show",
// "collection.page.handle": "Permanent URI for this collection",
// TODO New key - Add a translation
"collection.page.handle": "Permanent URI for this collection",
// "collection.page.license": "License",
// "collection.page.news": "News",
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
// "collection.select.confirm": "Confirm selected",
// TODO New key - Add a translation
"collection.select.confirm": "Confirm selected",
// "collection.select.empty": "No collections to show",
// TODO New key - Add a translation
"collection.select.empty": "No collections to show",
// "collection.select.table.title": "Title",
// TODO New key - Add a translation
"collection.select.table.title": "Title",
// "community.create.head": "Create a Community",
// TODO New key - Add a translation
"community.create.head": "Create a Community",
// "community.create.sub-head": "Create a Sub-Community for Community {{ parent }}",
// TODO New key - Add a translation
"community.create.sub-head": "Create a Sub-Community for Community {{ parent }}",
// "community.delete.cancel": "Cancel",
// TODO New key - Add a translation
"community.delete.cancel": "Cancel",
// "community.delete.confirm": "Confirm",
// TODO New key - Add a translation
"community.delete.confirm": "Confirm",
// "community.delete.head": "Delete Community",
// TODO New key - Add a translation
"community.delete.head": "Delete Community",
// "community.delete.notification.fail": "Community could not be deleted",
// TODO New key - Add a translation
"community.delete.notification.fail": "Community could not be deleted",
// "community.delete.notification.success": "Successfully deleted community",
// TODO New key - Add a translation
"community.delete.notification.success": "Successfully deleted community",
// "community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"",
// TODO New key - Add a translation
"community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"",
// "community.edit.delete": "Delete this community",
// TODO New key - Add a translation
"community.edit.delete": "Delete this community",
// "community.edit.head": "Edit Community",
// TODO New key - Add a translation
"community.edit.head": "Edit Community",
// "community.form.abstract": "Short Description",
// TODO New key - Add a translation
"community.form.abstract": "Short Description",
// "community.form.description": "Introductory text (HTML)",
// TODO New key - Add a translation
"community.form.description": "Introductory text (HTML)",
// "community.form.errors.title.required": "Please enter a community name",
// TODO New key - Add a translation
"community.form.errors.title.required": "Please enter a community name",
// "community.form.rights": "Copyright text (HTML)",
// TODO New key - Add a translation
"community.form.rights": "Copyright text (HTML)",
// "community.form.tableofcontents": "News (HTML)",
// TODO New key - Add a translation
"community.form.tableofcontents": "News (HTML)",
// "community.form.title": "Name",
// TODO New key - Add a translation
"community.form.title": "Name",
// "community.page.handle": "Permanent URI for this community",
// TODO New key - Add a translation
"community.page.handle": "Permanent URI for this community",
// "community.page.license": "License",
// "community.page.news": "News",
// "community.all-lists.head": "Subcommunities and Collections",
// TODO New key - Add a translation
"community.all-lists.head": "Subcommunities and Collections",
// "community.sub-collection-list.head": "Collections of this Community",
"community.sub-collection-list.head": "Kolekce v této komunitě",
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
// "community.sub-community-list.head": "Communities of this Community",
// TODO New key - Add a translation
"community.sub-community-list.head": "Communities of this Community",
// "dso-selector.create.collection.head": "New collection",
// TODO New key - Add a translation
"dso-selector.create.collection.head": "New collection",
// "dso-selector.create.community.head": "New community",
// TODO New key - Add a translation
"dso-selector.create.community.head": "New community",
// "dso-selector.create.community.sub-level": "Create a new community in",
// TODO New key - Add a translation
"dso-selector.create.community.sub-level": "Create a new community in",
// "dso-selector.create.community.top-level": "Create a new top-level community",
// TODO New key - Add a translation
"dso-selector.create.community.top-level": "Create a new top-level community",
// "dso-selector.create.item.head": "New item",
// TODO New key - Add a translation
"dso-selector.create.item.head": "New item",
// "dso-selector.edit.collection.head": "Edit collection",
// TODO New key - Add a translation
"dso-selector.edit.collection.head": "Edit collection",
// "dso-selector.edit.community.head": "Edit community",
// TODO New key - Add a translation
"dso-selector.edit.community.head": "Edit community",
// "dso-selector.edit.item.head": "Edit item",
// TODO New key - Add a translation
"dso-selector.edit.item.head": "Edit item",
// "dso-selector.no-results": "No {{ type }} found",
// TODO New key - Add a translation
"dso-selector.no-results": "No {{ type }} found",
// "dso-selector.placeholder": "Search for a {{ type }}",
// TODO New key - Add a translation
"dso-selector.placeholder": "Search for a {{ type }}",
// "error.browse-by": "Error fetching items",
// "error.collection": "Error fetching collection",
// "error.collections": "Error fetching collections",
// TODO New key - Add a translation
"error.collections": "Error fetching collections",
// "error.community": "Error fetching community",
// "error.identifier": "No item found for the identifier",
// TODO New key - Add a translation
"error.identifier": "No item found for the identifier",
// "error.identifier": "No item found for the identifier",
// TODO New key - Add a translation
"error.identifier": "No item found for the identifier",
// "error.default": "Error",
// "error.item": "Error fetching item",
// "error.items": "Error fetching items",
// TODO New key - Add a translation
"error.items": "Error fetching items",
// "error.objects": "Error fetching objects",
// "error.recent-submissions": "Error fetching recent submissions",
"error.recent-submissions": "Chyba během stahování posledních příspěvků",
// "error.search-results": "Error fetching search results",
"error.search-results": "Chyba během stahování výsledků hledání",
// "error.sub-collections": "Error fetching sub-collections",
"error.sub-collections": "Chyba během stahování subkolekcí",
// "error.sub-communities": "Error fetching sub-communities",
// TODO New key - Add a translation
"error.sub-communities": "Error fetching sub-communities",
// "error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below : <br> <br>",
// TODO New key - Add a translation
"error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below : <br> <br>",
// "error.top-level-communities": "Error fetching top-level communities",
"error.top-level-communities": "Chyba během stahování komunit nejvyšší úrovně",
// "error.validation.license.notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.",
"error.validation.license.notgranted": "Pro dokončení zaslání Musíte udělit licenci. Pokud v tuto chvíli tuto licenci nemůžete udělit, můžete svou práci uložit a později se k svému příspěveku vrátit nebo jej smazat.",
// "error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.",
// TODO New key - Add a translation
"error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.",
// "footer.copyright": "copyright © 2002-{{ year }}",
// "footer.link.dspace": "DSpace software",
// "footer.link.duraspace": "DuraSpace",
// "form.cancel": "Cancel",
// "form.clear": "Clear",
// TODO New key - Add a translation
"form.clear": "Clear",
// "form.clear-help": "Click here to remove the selected value",
// TODO New key - Add a translation
"form.clear-help": "Click here to remove the selected value",
// "form.edit": "Edit",
// TODO New key - Add a translation
"form.edit": "Edit",
// "form.edit-help": "Click here to edit the selected value",
// TODO New key - Add a translation
"form.edit-help": "Click here to edit the selected value",
// "form.first-name": "First name",
// "form.group-collapse": "Collapse",
// "form.group-collapse-help": "Click here to collapse",
// "form.group-expand": "Expand",
// "form.group-expand-help": "Click here to expand and add more elements",
"form.group-expand-help": "Kliknutím sem rozbalíte a přidáte další prvky",
// "form.last-name": "Last name",
// "form.loading": "Loading...",
// "form.no-results": "No results found",
// "form.no-value": "No value entered",
// "form.other-information": {},
// TODO New key - Add a translation
"form.other-information": {},
// "form.remove": "Remove",
// "form.save": "Save",
// TODO New key - Add a translation
"form.save": "Save",
// "form.save-help": "Save changes",
// TODO New key - Add a translation
"form.save-help": "Save changes",
// "form.search": "Search",
// "form.search-help": "Click here to looking for an existing correspondence",
// TODO New key - Add a translation
"form.search-help": "Click here to looking for an existing correspondence",
// "form.submit": "Submit",
// "home.description": "",
// "home.title": "DSpace Angular :: Home",
// "home.top-level-communities.head": "Communities in DSpace",
// "home.top-level-communities.help": "Select a community to browse its collections.",
"home.top-level-communities.help": "Vybráním komunity můžete prohlížet její kolekce.",
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
// "item.edit.delete.cancel": "Cancel",
// TODO New key - Add a translation
"item.edit.delete.cancel": "Cancel",
// "item.edit.delete.confirm": "Delete",
// TODO New key - Add a translation
"item.edit.delete.confirm": "Delete",
// "item.edit.delete.description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.",
// TODO New key - Add a translation
"item.edit.delete.description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.",
// "item.edit.delete.error": "An error occurred while deleting the item",
// TODO New key - Add a translation
"item.edit.delete.error": "An error occurred while deleting the item",
// "item.edit.delete.header": "Delete item: {{ id }}",
// TODO New key - Add a translation
"item.edit.delete.header": "Delete item: {{ id }}",
// "item.edit.delete.success": "The item has been deleted",
// TODO New key - Add a translation
"item.edit.delete.success": "The item has been deleted",
// "item.edit.head": "Edit Item",
// TODO New key - Add a translation
"item.edit.head": "Edit Item",
// "item.edit.item-mapper.buttons.add": "Map item to selected collections",
// TODO New key - Add a translation
"item.edit.item-mapper.buttons.add": "Map item to selected collections",
// "item.edit.item-mapper.buttons.remove": "Remove item's mapping for selected collections",
// TODO New key - Add a translation
"item.edit.item-mapper.buttons.remove": "Remove item's mapping for selected collections",
// "item.edit.item-mapper.cancel": "Cancel",
// TODO New key - Add a translation
"item.edit.item-mapper.cancel": "Cancel",
// "item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.",
// TODO New key - Add a translation
"item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.",
// "item.edit.item-mapper.head": "Item Mapper - Map Item to Collections",
// TODO New key - Add a translation
"item.edit.item-mapper.head": "Item Mapper - Map Item to Collections",
// "item.edit.item-mapper.item": "Item: \"<b>{{name}}</b>\"",
// TODO New key - Add a translation
"item.edit.item-mapper.item": "Item: \"<b>{{name}}</b>\"",
// "item.edit.item-mapper.no-search": "Please enter a query to search",
// TODO New key - Add a translation
"item.edit.item-mapper.no-search": "Please enter a query to search",
// "item.edit.item-mapper.notifications.add.error.content": "Errors occurred for mapping of item to {{amount}} collections.",
// TODO New key - Add a translation
"item.edit.item-mapper.notifications.add.error.content": "Errors occurred for mapping of item to {{amount}} collections.",
// "item.edit.item-mapper.notifications.add.error.head": "Mapping errors",
// TODO New key - Add a translation
"item.edit.item-mapper.notifications.add.error.head": "Mapping errors",
// "item.edit.item-mapper.notifications.add.success.content": "Successfully mapped item to {{amount}} collections.",
// TODO New key - Add a translation
"item.edit.item-mapper.notifications.add.success.content": "Successfully mapped item to {{amount}} collections.",
// "item.edit.item-mapper.notifications.add.success.head": "Mapping completed",
// TODO New key - Add a translation
"item.edit.item-mapper.notifications.add.success.head": "Mapping completed",
// "item.edit.item-mapper.notifications.remove.error.content": "Errors occurred for the removal of the mapping to {{amount}} collections.",
// TODO New key - Add a translation
"item.edit.item-mapper.notifications.remove.error.content": "Errors occurred for the removal of the mapping to {{amount}} collections.",
// "item.edit.item-mapper.notifications.remove.error.head": "Removal of mapping errors",
// TODO New key - Add a translation
"item.edit.item-mapper.notifications.remove.error.head": "Removal of mapping errors",
// "item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.",
// TODO New key - Add a translation
"item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.",
// "item.edit.item-mapper.notifications.remove.success.head": "Removal of mapping completed",
// TODO New key - Add a translation
"item.edit.item-mapper.notifications.remove.success.head": "Removal of mapping completed",
// "item.edit.item-mapper.tabs.browse": "Browse mapped collections",
// TODO New key - Add a translation
"item.edit.item-mapper.tabs.browse": "Browse mapped collections",
// "item.edit.item-mapper.tabs.map": "Map new collections",
// TODO New key - Add a translation
"item.edit.item-mapper.tabs.map": "Map new collections",
// "item.edit.metadata.add-button": "Add",
// TODO New key - Add a translation
"item.edit.metadata.add-button": "Add",
// "item.edit.metadata.discard-button": "Discard",
// TODO New key - Add a translation
"item.edit.metadata.discard-button": "Discard",
// "item.edit.metadata.edit.buttons.edit": "Edit",
// TODO New key - Add a translation
"item.edit.metadata.edit.buttons.edit": "Edit",
// "item.edit.metadata.edit.buttons.remove": "Remove",
// TODO New key - Add a translation
"item.edit.metadata.edit.buttons.remove": "Remove",
// "item.edit.metadata.edit.buttons.undo": "Undo changes",
// TODO New key - Add a translation
"item.edit.metadata.edit.buttons.undo": "Undo changes",
// "item.edit.metadata.edit.buttons.unedit": "Stop editing",
// TODO New key - Add a translation
"item.edit.metadata.edit.buttons.unedit": "Stop editing",
// "item.edit.metadata.headers.edit": "Edit",
// TODO New key - Add a translation
"item.edit.metadata.headers.edit": "Edit",
// "item.edit.metadata.headers.field": "Field",
// TODO New key - Add a translation
"item.edit.metadata.headers.field": "Field",
// "item.edit.metadata.headers.language": "Lang",
// TODO New key - Add a translation
"item.edit.metadata.headers.language": "Lang",
// "item.edit.metadata.headers.value": "Value",
// TODO New key - Add a translation
"item.edit.metadata.headers.value": "Value",
// "item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field",
// TODO New key - Add a translation
"item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field",
// "item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button",
// TODO New key - Add a translation
"item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button",
// "item.edit.metadata.notifications.discarded.title": "Changed discarded",
// TODO New key - Add a translation
"item.edit.metadata.notifications.discarded.title": "Changed discarded",
// "item.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.",
// TODO New key - Add a translation
"item.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.",
// "item.edit.metadata.notifications.invalid.title": "Metadata invalid",
// TODO New key - Add a translation
"item.edit.metadata.notifications.invalid.title": "Metadata invalid",
// "item.edit.metadata.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts",
// TODO New key - Add a translation
"item.edit.metadata.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts",
// "item.edit.metadata.notifications.outdated.title": "Changed outdated",
// TODO New key - Add a translation
"item.edit.metadata.notifications.outdated.title": "Changed outdated",
// "item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.",
// TODO New key - Add a translation
"item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.",
// "item.edit.metadata.notifications.saved.title": "Metadata saved",
// TODO New key - Add a translation
"item.edit.metadata.notifications.saved.title": "Metadata saved",
// "item.edit.metadata.reinstate-button": "Undo",
// TODO New key - Add a translation
"item.edit.metadata.reinstate-button": "Undo",
// "item.edit.metadata.save-button": "Save",
// TODO New key - Add a translation
"item.edit.metadata.save-button": "Save",
// "item.edit.modify.overview.field": "Field",
// TODO New key - Add a translation
"item.edit.modify.overview.field": "Field",
// "item.edit.modify.overview.language": "Language",
// TODO New key - Add a translation
"item.edit.modify.overview.language": "Language",
// "item.edit.modify.overview.value": "Value",
// TODO New key - Add a translation
"item.edit.modify.overview.value": "Value",
// "item.edit.move.cancel": "Cancel",
// TODO New key - Add a translation
"item.edit.move.cancel": "Cancel",
// "item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.",
// TODO New key - Add a translation
"item.edit.move.description": "Select the collection you wish to move this item to. To narrow down the list of displayed collections, you can enter a search query in the box.",
// "item.edit.move.error": "An error occurred when attempting to move the item",
// TODO New key - Add a translation
"item.edit.move.error": "An error occurred when attempting to move the item",
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
// "item.edit.move.head": "Move item: {{id}}",
// TODO New key - Add a translation
"item.edit.move.head": "Move item: {{id}}",
// "item.edit.move.inheritpolicies.checkbox": "Inherit policies",
// TODO New key - Add a translation
"item.edit.move.inheritpolicies.checkbox": "Inherit policies",
// "item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection",
// TODO New key - Add a translation
"item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection",
// "item.edit.move.move": "Move",
// TODO New key - Add a translation
"item.edit.move.move": "Move",
// "item.edit.move.processing": "Moving...",
// TODO New key - Add a translation
"item.edit.move.processing": "Moving...",
// "item.edit.move.search.placeholder": "Enter a search query to look for collections",
// TODO New key - Add a translation
"item.edit.move.search.placeholder": "Enter a search query to look for collections",
// "item.edit.move.success": "The item has been moved successfully",
// TODO New key - Add a translation
"item.edit.move.success": "The item has been moved successfully",
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
// "item.edit.move.title": "Move item",
// TODO New key - Add a translation
"item.edit.move.title": "Move item",
// "item.edit.private.cancel": "Cancel",
// TODO New key - Add a translation
"item.edit.private.cancel": "Cancel",
// "item.edit.private.confirm": "Make it Private",
// TODO New key - Add a translation
"item.edit.private.confirm": "Make it Private",
// "item.edit.private.description": "Are you sure this item should be made private in the archive?",
// TODO New key - Add a translation
"item.edit.private.description": "Are you sure this item should be made private in the archive?",
// "item.edit.private.error": "An error occurred while making the item private",
// TODO New key - Add a translation
"item.edit.private.error": "An error occurred while making the item private",
// "item.edit.private.header": "Make item private: {{ id }}",
// TODO New key - Add a translation
"item.edit.private.header": "Make item private: {{ id }}",
// "item.edit.private.success": "The item is now private",
// TODO New key - Add a translation
"item.edit.private.success": "The item is now private",
// "item.edit.public.cancel": "Cancel",
// TODO New key - Add a translation
"item.edit.public.cancel": "Cancel",
// "item.edit.public.confirm": "Make it Public",
// TODO New key - Add a translation
"item.edit.public.confirm": "Make it Public",
// "item.edit.public.description": "Are you sure this item should be made public in the archive?",
// TODO New key - Add a translation
"item.edit.public.description": "Are you sure this item should be made public in the archive?",
// "item.edit.public.error": "An error occurred while making the item public",
// TODO New key - Add a translation
"item.edit.public.error": "An error occurred while making the item public",
// "item.edit.public.header": "Make item public: {{ id }}",
// TODO New key - Add a translation
"item.edit.public.header": "Make item public: {{ id }}",
// "item.edit.public.success": "The item is now public",
// TODO New key - Add a translation
"item.edit.public.success": "The item is now public",
// "item.edit.reinstate.cancel": "Cancel",
// TODO New key - Add a translation
"item.edit.reinstate.cancel": "Cancel",
// "item.edit.reinstate.confirm": "Reinstate",
// TODO New key - Add a translation
"item.edit.reinstate.confirm": "Reinstate",
// "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?",
// TODO New key - Add a translation
"item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?",
// "item.edit.reinstate.error": "An error occurred while reinstating the item",
// TODO New key - Add a translation
"item.edit.reinstate.error": "An error occurred while reinstating the item",
// "item.edit.reinstate.header": "Reinstate item: {{ id }}",
// TODO New key - Add a translation
"item.edit.reinstate.header": "Reinstate item: {{ id }}",
// "item.edit.reinstate.success": "The item was reinstated successfully",
// TODO New key - Add a translation
"item.edit.reinstate.success": "The item was reinstated successfully",
// "item.edit.relationships.discard-button": "Discard",
// TODO New key - Add a translation
"item.edit.relationships.discard-button": "Discard",
// "item.edit.relationships.edit.buttons.remove": "Remove",
// TODO New key - Add a translation
"item.edit.relationships.edit.buttons.remove": "Remove",
// "item.edit.relationships.edit.buttons.undo": "Undo changes",
// TODO New key - Add a translation
"item.edit.relationships.edit.buttons.undo": "Undo changes",
// "item.edit.relationships.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button",
// TODO New key - Add a translation
"item.edit.relationships.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button",
// "item.edit.relationships.notifications.discarded.title": "Changes discarded",
// TODO New key - Add a translation
"item.edit.relationships.notifications.discarded.title": "Changes discarded",
// "item.edit.relationships.notifications.failed.title": "Error deleting relationship",
// TODO New key - Add a translation
"item.edit.relationships.notifications.failed.title": "Error deleting relationship",
// "item.edit.relationships.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts",
// TODO New key - Add a translation
"item.edit.relationships.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts",
// "item.edit.relationships.notifications.outdated.title": "Changes outdated",
// TODO New key - Add a translation
"item.edit.relationships.notifications.outdated.title": "Changes outdated",
// "item.edit.relationships.notifications.saved.content": "Your changes to this item's relationships were saved.",
// TODO New key - Add a translation
"item.edit.relationships.notifications.saved.content": "Your changes to this item's relationships were saved.",
// "item.edit.relationships.notifications.saved.title": "Relationships saved",
// TODO New key - Add a translation
"item.edit.relationships.notifications.saved.title": "Relationships saved",
// "item.edit.relationships.reinstate-button": "Undo",
// TODO New key - Add a translation
"item.edit.relationships.reinstate-button": "Undo",
// "item.edit.relationships.save-button": "Save",
// TODO New key - Add a translation
"item.edit.relationships.save-button": "Save",
// "item.edit.tabs.bitstreams.head": "Item Bitstreams",
// TODO New key - Add a translation
"item.edit.tabs.bitstreams.head": "Item Bitstreams",
// "item.edit.tabs.bitstreams.title": "Item Edit - Bitstreams",
// TODO New key - Add a translation
"item.edit.tabs.bitstreams.title": "Item Edit - Bitstreams",
// "item.edit.tabs.curate.head": "Curate",
// TODO New key - Add a translation
"item.edit.tabs.curate.head": "Curate",
// "item.edit.tabs.curate.title": "Item Edit - Curate",
// TODO New key - Add a translation
"item.edit.tabs.curate.title": "Item Edit - Curate",
// "item.edit.tabs.metadata.head": "Item Metadata",
// TODO New key - Add a translation
"item.edit.tabs.metadata.head": "Item Metadata",
// "item.edit.tabs.metadata.title": "Item Edit - Metadata",
// TODO New key - Add a translation
"item.edit.tabs.metadata.title": "Item Edit - Metadata",
// "item.edit.tabs.relationships.head": "Item Relationships",
// TODO New key - Add a translation
"item.edit.tabs.relationships.head": "Item Relationships",
// "item.edit.tabs.relationships.title": "Item Edit - Relationships",
// TODO New key - Add a translation
"item.edit.tabs.relationships.title": "Item Edit - Relationships",
// "item.edit.tabs.status.buttons.authorizations.button": "Authorizations...",
// TODO New key - Add a translation
"item.edit.tabs.status.buttons.authorizations.button": "Authorizations...",
// "item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies",
// TODO New key - Add a translation
"item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies",
// "item.edit.tabs.status.buttons.delete.button": "Permanently delete",
// TODO New key - Add a translation
"item.edit.tabs.status.buttons.delete.button": "Permanently delete",
// "item.edit.tabs.status.buttons.delete.label": "Completely expunge item",
// TODO New key - Add a translation
"item.edit.tabs.status.buttons.delete.label": "Completely expunge item",
// "item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections",
// TODO New key - Add a translation
"item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections",
// "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections",
// TODO New key - Add a translation
"item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections",
// "item.edit.tabs.status.buttons.move.button": "Move...",
// TODO New key - Add a translation
"item.edit.tabs.status.buttons.move.button": "Move...",
// "item.edit.tabs.status.buttons.move.label": "Move item to another collection",
// TODO New key - Add a translation
"item.edit.tabs.status.buttons.move.label": "Move item to another collection",
// "item.edit.tabs.status.buttons.private.button": "Make it private...",
// TODO New key - Add a translation
"item.edit.tabs.status.buttons.private.button": "Make it private...",
// "item.edit.tabs.status.buttons.private.label": "Make item private",
// TODO New key - Add a translation
"item.edit.tabs.status.buttons.private.label": "Make item private",
// "item.edit.tabs.status.buttons.public.button": "Make it public...",
// TODO New key - Add a translation
"item.edit.tabs.status.buttons.public.button": "Make it public...",
// "item.edit.tabs.status.buttons.public.label": "Make item public",
// TODO New key - Add a translation
"item.edit.tabs.status.buttons.public.label": "Make item public",
// "item.edit.tabs.status.buttons.reinstate.button": "Reinstate...",
// TODO New key - Add a translation
"item.edit.tabs.status.buttons.reinstate.button": "Reinstate...",
// "item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository",
// TODO New key - Add a translation
"item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository",
// "item.edit.tabs.status.buttons.withdraw.button": "Withdraw...",
// TODO New key - Add a translation
"item.edit.tabs.status.buttons.withdraw.button": "Withdraw...",
// "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository",
// TODO New key - Add a translation
"item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository",
// "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.",
// TODO New key - Add a translation
"item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.",
// "item.edit.tabs.status.head": "Item Status",
// TODO New key - Add a translation
"item.edit.tabs.status.head": "Item Status",
// "item.edit.tabs.status.labels.handle": "Handle",
// TODO New key - Add a translation
"item.edit.tabs.status.labels.handle": "Handle",
// "item.edit.tabs.status.labels.id": "Item Internal ID",
// TODO New key - Add a translation
"item.edit.tabs.status.labels.id": "Item Internal ID",
// "item.edit.tabs.status.labels.itemPage": "Item Page",
// TODO New key - Add a translation
"item.edit.tabs.status.labels.itemPage": "Item Page",
// "item.edit.tabs.status.labels.lastModified": "Last Modified",
// TODO New key - Add a translation
"item.edit.tabs.status.labels.lastModified": "Last Modified",
// "item.edit.tabs.status.title": "Item Edit - Status",
// TODO New key - Add a translation
"item.edit.tabs.status.title": "Item Edit - Status",
// "item.edit.tabs.view.head": "View Item",
// TODO New key - Add a translation
"item.edit.tabs.view.head": "View Item",
// "item.edit.tabs.view.title": "Item Edit - View",
// TODO New key - Add a translation
"item.edit.tabs.view.title": "Item Edit - View",
// "item.edit.withdraw.cancel": "Cancel",
// TODO New key - Add a translation
"item.edit.withdraw.cancel": "Cancel",
// "item.edit.withdraw.confirm": "Withdraw",
// TODO New key - Add a translation
"item.edit.withdraw.confirm": "Withdraw",
// "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?",
// TODO New key - Add a translation
"item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?",
// "item.edit.withdraw.error": "An error occurred while withdrawing the item",
// TODO New key - Add a translation
"item.edit.withdraw.error": "An error occurred while withdrawing the item",
// "item.edit.withdraw.header": "Withdraw item: {{ id }}",
// TODO New key - Add a translation
"item.edit.withdraw.header": "Withdraw item: {{ id }}",
// "item.edit.withdraw.success": "The item was withdrawn successfully",
// TODO New key - Add a translation
"item.edit.withdraw.success": "The item was withdrawn successfully",
// "item.page.abstract": "Abstract",
// "item.page.author": "Authors",
// "item.page.citation": "Citation",
// TODO New key - Add a translation
"item.page.citation": "Citation",
// "item.page.collections": "Collections",
// "item.page.date": "Date",
// "item.page.files": "Files",
// "item.page.filesection.description": "Description:",
// TODO New key - Add a translation
"item.page.filesection.description": "Description:",
// "item.page.filesection.download": "Download",
// "item.page.filesection.format": "Format:",
// TODO New key - Add a translation
"item.page.filesection.format": "Format:",
// "item.page.filesection.name": "Name:",
// TODO New key - Add a translation
"item.page.filesection.name": "Name:",
// "item.page.filesection.size": "Size:",
// TODO New key - Add a translation
"item.page.filesection.size": "Size:",
// "item.page.journal.search.title": "Articles in this journal",
// TODO New key - Add a translation
"item.page.journal.search.title": "Articles in this journal",
// "item.page.link.full": "Full item page",
// "item.page.link.simple": "Simple item page",
// "item.page.person.search.title": "Articles by this author",
// TODO New key - Add a translation
"item.page.person.search.title": "Articles by this author",
// "item.page.related-items.view-more": "View more",
// TODO New key - Add a translation
"item.page.related-items.view-more": "View more",
// "item.page.related-items.view-less": "View less",
// TODO New key - Add a translation
"item.page.related-items.view-less": "View less",
// "item.page.subject": "Keywords",
// TODO New key - Add a translation
"item.page.subject": "Keywords",
// "item.page.uri": "URI",
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
// "item.select.confirm": "Confirm selected",
// TODO New key - Add a translation
"item.select.confirm": "Confirm selected",
// "item.select.empty": "No items to show",
// TODO New key - Add a translation
"item.select.empty": "No items to show",
// "item.select.table.author": "Author",
// TODO New key - Add a translation
"item.select.table.author": "Author",
// "item.select.table.collection": "Collection",
// TODO New key - Add a translation
"item.select.table.collection": "Collection",
// "item.select.table.title": "Title",
// TODO New key - Add a translation
"item.select.table.title": "Title",
// "journal.listelement.badge": "Journal",
// TODO New key - Add a translation
"journal.listelement.badge": "Journal",
// "journal.page.description": "Description",
// TODO New key - Add a translation
"journal.page.description": "Description",
// "journal.page.editor": "Editor-in-Chief",
// TODO New key - Add a translation
"journal.page.editor": "Editor-in-Chief",
// "journal.page.issn": "ISSN",
// TODO New key - Add a translation
"journal.page.issn": "ISSN",
// "journal.page.publisher": "Publisher",
// TODO New key - Add a translation
"journal.page.publisher": "Publisher",
// "journal.page.titleprefix": "Journal: ",
// TODO New key - Add a translation
"journal.page.titleprefix": "Journal: ",
// "journal.search.results.head": "Journal Search Results",
// TODO New key - Add a translation
"journal.search.results.head": "Journal Search Results",
// "journal.search.title": "DSpace Angular :: Journal Search",
// TODO New key - Add a translation
"journal.search.title": "DSpace Angular :: Journal Search",
// "journalissue.listelement.badge": "Journal Issue",
// TODO New key - Add a translation
"journalissue.listelement.badge": "Journal Issue",
// "journalissue.page.description": "Description",
// TODO New key - Add a translation
"journalissue.page.description": "Description",
// "journalissue.page.issuedate": "Issue Date",
// TODO New key - Add a translation
"journalissue.page.issuedate": "Issue Date",
// "journalissue.page.journal-issn": "Journal ISSN",
// TODO New key - Add a translation
"journalissue.page.journal-issn": "Journal ISSN",
// "journalissue.page.journal-title": "Journal Title",
// TODO New key - Add a translation
"journalissue.page.journal-title": "Journal Title",
// "journalissue.page.keyword": "Keywords",
// TODO New key - Add a translation
"journalissue.page.keyword": "Keywords",
// "journalissue.page.number": "Number",
// TODO New key - Add a translation
"journalissue.page.number": "Number",
// "journalissue.page.titleprefix": "Journal Issue: ",
// TODO New key - Add a translation
"journalissue.page.titleprefix": "Journal Issue: ",
// "journalvolume.listelement.badge": "Journal Volume",
// TODO New key - Add a translation
"journalvolume.listelement.badge": "Journal Volume",
// "journalvolume.page.description": "Description",
// TODO New key - Add a translation
"journalvolume.page.description": "Description",
// "journalvolume.page.issuedate": "Issue Date",
// TODO New key - Add a translation
"journalvolume.page.issuedate": "Issue Date",
// "journalvolume.page.titleprefix": "Journal Volume: ",
// TODO New key - Add a translation
"journalvolume.page.titleprefix": "Journal Volume: ",
// "journalvolume.page.volume": "Volume",
// TODO New key - Add a translation
"journalvolume.page.volume": "Volume",
// "loading.browse-by": "Loading items...",
// "loading.browse-by-page": "Loading page...",
// TODO New key - Add a translation
"loading.browse-by-page": "Loading page...",
// "loading.collection": "Loading collection...",
// "loading.collections": "Loading collections...",
// TODO New key - Add a translation
"loading.collections": "Loading collections...",
// "loading.community": "Loading community...",
// "loading.default": "Loading...",
// "loading.item": "Loading item...",
// "loading.items": "Loading items...",
// TODO New key - Add a translation
"loading.items": "Loading items...",
// "loading.mydspace-results": "Loading items...",
// TODO New key - Add a translation
"loading.mydspace-results": "Loading items...",
// "loading.objects": "Loading...",
// "loading.recent-submissions": "Loading recent submissions...",
"loading.recent-submissions": "Načítají se poslední příspěvky...",
// "loading.search-results": "Loading search results...",
"loading.search-results": "Načítají se výsledky hledání...",
// "loading.sub-collections": "Loading sub-collections...",
// "loading.sub-communities": "Loading sub-communities...",
// TODO New key - Add a translation
"loading.sub-communities": "Loading sub-communities...",
// "loading.top-level-communities": "Loading top-level communities...",
"loading.top-level-communities": "Načítají se komunity nejvyšší úrovně...",
// "login.form.email": "Email address",
// "login.form.forgot-password": "Have you forgotten your password?",
"login.form.forgot-password": "Zapomněli jste své heslo?",
// "login.form.header": "Please log in to DSpace",
// "login.form.new-user": "New user? Click here to register.",
"login.form.new-user": "Nový uživatel? Zaregistrujte se kliknutím sem.",
// "login.form.password": "Password",
// "login.form.submit": "Log in",
// "login.title": "Login",
// "logout.form.header": "Log out from DSpace",
// "logout.form.submit": "Log out",
// "logout.title": "Logout",
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
// "menu.header.admin": "Admin",
// TODO New key - Add a translation
"menu.header.admin": "Admin",
// "menu.header.image.logo": "Repository logo",
// TODO New key - Add a translation
"menu.header.image.logo": "Repository logo",
// "menu.section.access_control": "Access Control",
// TODO New key - Add a translation
"menu.section.access_control": "Access Control",
// "menu.section.access_control_authorizations": "Authorizations",
// TODO New key - Add a translation
"menu.section.access_control_authorizations": "Authorizations",
// "menu.section.access_control_groups": "Groups",
// TODO New key - Add a translation
"menu.section.access_control_groups": "Groups",
// "menu.section.access_control_people": "People",
// TODO New key - Add a translation
"menu.section.access_control_people": "People",
// "menu.section.browse_community": "This Community",
// TODO New key - Add a translation
"menu.section.browse_community": "This Community",
// "menu.section.browse_community_by_author": "By Author",
// TODO New key - Add a translation
"menu.section.browse_community_by_author": "By Author",
// "menu.section.browse_community_by_issue_date": "By Issue Date",
// TODO New key - Add a translation
"menu.section.browse_community_by_issue_date": "By Issue Date",
// "menu.section.browse_community_by_title": "By Title",
// TODO New key - Add a translation
"menu.section.browse_community_by_title": "By Title",
// "menu.section.browse_global": "All of DSpace",
// TODO New key - Add a translation
"menu.section.browse_global": "All of DSpace",
// "menu.section.browse_global_by_author": "By Author",
// TODO New key - Add a translation
"menu.section.browse_global_by_author": "By Author",
// "menu.section.browse_global_by_dateissued": "By Issue Date",
// TODO New key - Add a translation
"menu.section.browse_global_by_dateissued": "By Issue Date",
// "menu.section.browse_global_by_subject": "By Subject",
// TODO New key - Add a translation
"menu.section.browse_global_by_subject": "By Subject",
// "menu.section.browse_global_by_title": "By Title",
// TODO New key - Add a translation
"menu.section.browse_global_by_title": "By Title",
// "menu.section.browse_global_communities_and_collections": "Communities & Collections",
// TODO New key - Add a translation
"menu.section.browse_global_communities_and_collections": "Communities & Collections",
// "menu.section.control_panel": "Control Panel",
// TODO New key - Add a translation
"menu.section.control_panel": "Control Panel",
// "menu.section.curation_task": "Curation Task",
// TODO New key - Add a translation
"menu.section.curation_task": "Curation Task",
// "menu.section.edit": "Edit",
// TODO New key - Add a translation
"menu.section.edit": "Edit",
// "menu.section.edit_collection": "Collection",
// TODO New key - Add a translation
"menu.section.edit_collection": "Collection",
// "menu.section.edit_community": "Community",
// TODO New key - Add a translation
"menu.section.edit_community": "Community",
// "menu.section.edit_item": "Item",
// TODO New key - Add a translation
"menu.section.edit_item": "Item",
// "menu.section.export": "Export",
// TODO New key - Add a translation
"menu.section.export": "Export",
// "menu.section.export_collection": "Collection",
// TODO New key - Add a translation
"menu.section.export_collection": "Collection",
// "menu.section.export_community": "Community",
// TODO New key - Add a translation
"menu.section.export_community": "Community",
// "menu.section.export_item": "Item",
// TODO New key - Add a translation
"menu.section.export_item": "Item",
// "menu.section.export_metadata": "Metadata",
// TODO New key - Add a translation
"menu.section.export_metadata": "Metadata",
// "menu.section.find": "Find",
// TODO New key - Add a translation
"menu.section.find": "Find",
// "menu.section.find_items": "Items",
// TODO New key - Add a translation
"menu.section.find_items": "Items",
// "menu.section.find_private_items": "Private Items",
// TODO New key - Add a translation
"menu.section.find_private_items": "Private Items",
// "menu.section.find_withdrawn_items": "Withdrawn Items",
// TODO New key - Add a translation
"menu.section.find_withdrawn_items": "Withdrawn Items",
// "menu.section.icon.access_control": "Access Control menu section",
// TODO New key - Add a translation
"menu.section.icon.access_control": "Access Control menu section",
// "menu.section.icon.control_panel": "Control Panel menu section",
// TODO New key - Add a translation
"menu.section.icon.control_panel": "Control Panel menu section",
// "menu.section.icon.curation_task": "Curation Task menu section",
// TODO New key - Add a translation
"menu.section.icon.curation_task": "Curation Task menu section",
// "menu.section.icon.edit": "Edit menu section",
// TODO New key - Add a translation
"menu.section.icon.edit": "Edit menu section",
// "menu.section.icon.export": "Export menu section",
// TODO New key - Add a translation
"menu.section.icon.export": "Export menu section",
// "menu.section.icon.find": "Find menu section",
// TODO New key - Add a translation
"menu.section.icon.find": "Find menu section",
// "menu.section.icon.import": "Import menu section",
// TODO New key - Add a translation
"menu.section.icon.import": "Import menu section",
// "menu.section.icon.new": "New menu section",
// TODO New key - Add a translation
"menu.section.icon.new": "New menu section",
// "menu.section.icon.pin": "Pin sidebar",
// TODO New key - Add a translation
"menu.section.icon.pin": "Pin sidebar",
// "menu.section.icon.registries": "Registries menu section",
// TODO New key - Add a translation
"menu.section.icon.registries": "Registries menu section",
// "menu.section.icon.statistics_task": "Statistics Task menu section",
// TODO New key - Add a translation
"menu.section.icon.statistics_task": "Statistics Task menu section",
// "menu.section.icon.unpin": "Unpin sidebar",
// TODO New key - Add a translation
"menu.section.icon.unpin": "Unpin sidebar",
// "menu.section.import": "Import",
// TODO New key - Add a translation
"menu.section.import": "Import",
// "menu.section.import_batch": "Batch Import (ZIP)",
// TODO New key - Add a translation
"menu.section.import_batch": "Batch Import (ZIP)",
// "menu.section.import_metadata": "Metadata",
// TODO New key - Add a translation
"menu.section.import_metadata": "Metadata",
// "menu.section.new": "New",
// TODO New key - Add a translation
"menu.section.new": "New",
// "menu.section.new_collection": "Collection",
// TODO New key - Add a translation
"menu.section.new_collection": "Collection",
// "menu.section.new_community": "Community",
// TODO New key - Add a translation
"menu.section.new_community": "Community",
// "menu.section.new_item": "Item",
// TODO New key - Add a translation
"menu.section.new_item": "Item",
// "menu.section.new_item_version": "Item Version",
// TODO New key - Add a translation
"menu.section.new_item_version": "Item Version",
// "menu.section.pin": "Pin sidebar",
// TODO New key - Add a translation
"menu.section.pin": "Pin sidebar",
// "menu.section.unpin": "Unpin sidebar",
// TODO New key - Add a translation
"menu.section.unpin": "Unpin sidebar",
// "menu.section.registries": "Registries",
// TODO New key - Add a translation
"menu.section.registries": "Registries",
// "menu.section.registries_format": "Format",
// TODO New key - Add a translation
"menu.section.registries_format": "Format",
// "menu.section.registries_metadata": "Metadata",
// TODO New key - Add a translation
"menu.section.registries_metadata": "Metadata",
// "menu.section.statistics": "Statistics",
// TODO New key - Add a translation
"menu.section.statistics": "Statistics",
// "menu.section.statistics_task": "Statistics Task",
// TODO New key - Add a translation
"menu.section.statistics_task": "Statistics Task",
// "menu.section.toggle.access_control": "Toggle Access Control section",
// TODO New key - Add a translation
"menu.section.toggle.access_control": "Toggle Access Control section",
// "menu.section.toggle.control_panel": "Toggle Control Panel section",
// TODO New key - Add a translation
"menu.section.toggle.control_panel": "Toggle Control Panel section",
// "menu.section.toggle.curation_task": "Toggle Curation Task section",
// TODO New key - Add a translation
"menu.section.toggle.curation_task": "Toggle Curation Task section",
// "menu.section.toggle.edit": "Toggle Edit section",
// TODO New key - Add a translation
"menu.section.toggle.edit": "Toggle Edit section",
// "menu.section.toggle.export": "Toggle Export section",
// TODO New key - Add a translation
"menu.section.toggle.export": "Toggle Export section",
// "menu.section.toggle.find": "Toggle Find section",
// TODO New key - Add a translation
"menu.section.toggle.find": "Toggle Find section",
// "menu.section.toggle.import": "Toggle Import section",
// TODO New key - Add a translation
"menu.section.toggle.import": "Toggle Import section",
// "menu.section.toggle.new": "Toggle New section",
// TODO New key - Add a translation
"menu.section.toggle.new": "Toggle New section",
// "menu.section.toggle.registries": "Toggle Registries section",
// TODO New key - Add a translation
"menu.section.toggle.registries": "Toggle Registries section",
// "menu.section.toggle.statistics_task": "Toggle Statistics Task section",
// TODO New key - Add a translation
"menu.section.toggle.statistics_task": "Toggle Statistics Task section",
// "mydspace.description": "",
// TODO New key - Add a translation
"mydspace.description": "",
// "mydspace.general.text-here": "HERE",
// TODO New key - Add a translation
"mydspace.general.text-here": "HERE",
// "mydspace.messages.controller-help": "Select this option to send a message to item's submitter.",
// TODO New key - Add a translation
"mydspace.messages.controller-help": "Select this option to send a message to item's submitter.",
// "mydspace.messages.description-placeholder": "Insert your message here...",
// TODO New key - Add a translation
"mydspace.messages.description-placeholder": "Insert your message here...",
// "mydspace.messages.hide-msg": "Hide message",
// TODO New key - Add a translation
"mydspace.messages.hide-msg": "Hide message",
// "mydspace.messages.mark-as-read": "Mark as read",
// TODO New key - Add a translation
"mydspace.messages.mark-as-read": "Mark as read",
// "mydspace.messages.mark-as-unread": "Mark as unread",
// TODO New key - Add a translation
"mydspace.messages.mark-as-unread": "Mark as unread",
// "mydspace.messages.no-content": "No content.",
// TODO New key - Add a translation
"mydspace.messages.no-content": "No content.",
// "mydspace.messages.no-messages": "No messages yet.",
// TODO New key - Add a translation
"mydspace.messages.no-messages": "No messages yet.",
// "mydspace.messages.send-btn": "Send",
// TODO New key - Add a translation
"mydspace.messages.send-btn": "Send",
// "mydspace.messages.show-msg": "Show message",
// TODO New key - Add a translation
"mydspace.messages.show-msg": "Show message",
// "mydspace.messages.subject-placeholder": "Subject...",
// TODO New key - Add a translation
"mydspace.messages.subject-placeholder": "Subject...",
// "mydspace.messages.submitter-help": "Select this option to send a message to controller.",
// TODO New key - Add a translation
"mydspace.messages.submitter-help": "Select this option to send a message to controller.",
// "mydspace.messages.title": "Messages",
// TODO New key - Add a translation
"mydspace.messages.title": "Messages",
// "mydspace.messages.to": "To",
// TODO New key - Add a translation
"mydspace.messages.to": "To",
// "mydspace.new-submission": "New submission",
// TODO New key - Add a translation
"mydspace.new-submission": "New submission",
// "mydspace.results.head": "Your submissions",
// TODO New key - Add a translation
"mydspace.results.head": "Your submissions",
// "mydspace.results.no-abstract": "No Abstract",
// TODO New key - Add a translation
"mydspace.results.no-abstract": "No Abstract",
// "mydspace.results.no-authors": "No Authors",
// TODO New key - Add a translation
"mydspace.results.no-authors": "No Authors",
// "mydspace.results.no-collections": "No Collections",
// TODO New key - Add a translation
"mydspace.results.no-collections": "No Collections",
// "mydspace.results.no-date": "No Date",
// TODO New key - Add a translation
"mydspace.results.no-date": "No Date",
// "mydspace.results.no-files": "No Files",
// TODO New key - Add a translation
"mydspace.results.no-files": "No Files",
// "mydspace.results.no-results": "There were no items to show",
// TODO New key - Add a translation
"mydspace.results.no-results": "There were no items to show",
// "mydspace.results.no-title": "No title",
// TODO New key - Add a translation
"mydspace.results.no-title": "No title",
// "mydspace.results.no-uri": "No Uri",
// TODO New key - Add a translation
"mydspace.results.no-uri": "No Uri",
// "mydspace.show.workflow": "All tasks",
// TODO New key - Add a translation
"mydspace.show.workflow": "All tasks",
// "mydspace.show.workspace": "Your Submissions",
// TODO New key - Add a translation
"mydspace.show.workspace": "Your Submissions",
// "mydspace.status.archived": "Archived",
// TODO New key - Add a translation
"mydspace.status.archived": "Archived",
// "mydspace.status.validation": "Validation",
// TODO New key - Add a translation
"mydspace.status.validation": "Validation",
// "mydspace.status.waiting-for-controller": "Waiting for controller",
// TODO New key - Add a translation
"mydspace.status.waiting-for-controller": "Waiting for controller",
// "mydspace.status.workflow": "Workflow",
// TODO New key - Add a translation
"mydspace.status.workflow": "Workflow",
// "mydspace.status.workspace": "Workspace",
// TODO New key - Add a translation
"mydspace.status.workspace": "Workspace",
// "mydspace.title": "MyDSpace",
// TODO New key - Add a translation
"mydspace.title": "MyDSpace",
// "mydspace.upload.upload-failed": "Error creating new workspace. Please verify the content uploaded before retry.",
// TODO New key - Add a translation
"mydspace.upload.upload-failed": "Error creating new workspace. Please verify the content uploaded before retry.",
// "mydspace.upload.upload-multiple-successful": "{{qty}} new workspace items created.",
// TODO New key - Add a translation
"mydspace.upload.upload-multiple-successful": "{{qty}} new workspace items created.",
// "mydspace.upload.upload-successful": "New workspace item created. Click {{here}} for edit it.",
// TODO New key - Add a translation
"mydspace.upload.upload-successful": "New workspace item created. Click {{here}} for edit it.",
// "mydspace.view-btn": "View",
// TODO New key - Add a translation
"mydspace.view-btn": "View",
// "nav.browse.header": "All of DSpace",
// TODO New key - Add a translation
"nav.browse.header": "All of DSpace",
// "nav.community-browse.header": "By Community",
// TODO New key - Add a translation
"nav.community-browse.header": "By Community",
// "nav.language": "Language switch",
// TODO New key - Add a translation
"nav.language": "Language switch",
// "nav.login": "Log In",
// "nav.logout": "Log Out",
// "nav.mydspace": "MyDSpace",
// TODO New key - Add a translation
"nav.mydspace": "MyDSpace",
// "nav.search": "Search",
// TODO New key - Add a translation
"nav.search": "Search",
// "nav.statistics.header": "Statistics",
// TODO New key - Add a translation
"nav.statistics.header": "Statistics",
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
// "orgunit.listelement.badge": "Organizational Unit",
// TODO New key - Add a translation
"orgunit.listelement.badge": "Organizational Unit",
// "orgunit.page.city": "City",
// TODO New key - Add a translation
"orgunit.page.city": "City",
// "orgunit.page.country": "Country",
// TODO New key - Add a translation
"orgunit.page.country": "Country",
// "orgunit.page.dateestablished": "Date established",
// TODO New key - Add a translation
"orgunit.page.dateestablished": "Date established",
// "orgunit.page.description": "Description",
// TODO New key - Add a translation
"orgunit.page.description": "Description",
// "orgunit.page.id": "ID",
// TODO New key - Add a translation
"orgunit.page.id": "ID",
// "orgunit.page.titleprefix": "Organizational Unit: ",
// TODO New key - Add a translation
"orgunit.page.titleprefix": "Organizational Unit: ",
// "pagination.results-per-page": "Results Per Page",
// "pagination.showing.detail": "{{ range }} of {{ total }}",
"pagination.showing.detail": "{{ range }} z {{ total }}",
// "pagination.showing.label": "Now showing ",
// "pagination.sort-direction": "Sort Options",
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
// "person.listelement.badge": "Person",
// TODO New key - Add a translation
"person.listelement.badge": "Person",
// "person.page.birthdate": "Birth Date",
// TODO New key - Add a translation
"person.page.birthdate": "Birth Date",
// "person.page.email": "Email Address",
// TODO New key - Add a translation
"person.page.email": "Email Address",
// "person.page.firstname": "First Name",
// TODO New key - Add a translation
"person.page.firstname": "First Name",
// "person.page.jobtitle": "Job Title",
// TODO New key - Add a translation
"person.page.jobtitle": "Job Title",
// "person.page.lastname": "Last Name",
// TODO New key - Add a translation
"person.page.lastname": "Last Name",
// "person.page.link.full": "Show all metadata",
// TODO New key - Add a translation
"person.page.link.full": "Show all metadata",
// "person.page.orcid": "ORCID",
// TODO New key - Add a translation
"person.page.orcid": "ORCID",
// "person.page.staffid": "Staff ID",
// TODO New key - Add a translation
"person.page.staffid": "Staff ID",
// "person.page.titleprefix": "Person: ",
// TODO New key - Add a translation
"person.page.titleprefix": "Person: ",
// "person.search.results.head": "Person Search Results",
// TODO New key - Add a translation
"person.search.results.head": "Person Search Results",
// "person.search.title": "DSpace Angular :: Person Search",
// TODO New key - Add a translation
"person.search.title": "DSpace Angular :: Person Search",
// "project.listelement.badge": "Research Project",
// TODO New key - Add a translation
"project.listelement.badge": "Research Project",
// "project.page.contributor": "Contributors",
// TODO New key - Add a translation
"project.page.contributor": "Contributors",
// "project.page.description": "Description",
// TODO New key - Add a translation
"project.page.description": "Description",
// "project.page.expectedcompletion": "Expected Completion",
// TODO New key - Add a translation
"project.page.expectedcompletion": "Expected Completion",
// "project.page.funder": "Funders",
// TODO New key - Add a translation
"project.page.funder": "Funders",
// "project.page.id": "ID",
// TODO New key - Add a translation
"project.page.id": "ID",
// "project.page.keyword": "Keywords",
// TODO New key - Add a translation
"project.page.keyword": "Keywords",
// "project.page.status": "Status",
// TODO New key - Add a translation
"project.page.status": "Status",
// "project.page.titleprefix": "Research Project: ",
// TODO New key - Add a translation
"project.page.titleprefix": "Research Project: ",
// "publication.listelement.badge": "Publication",
// TODO New key - Add a translation
"publication.listelement.badge": "Publication",
// "publication.page.description": "Description",
// TODO New key - Add a translation
"publication.page.description": "Description",
// "publication.page.journal-issn": "Journal ISSN",
// TODO New key - Add a translation
"publication.page.journal-issn": "Journal ISSN",
// "publication.page.journal-title": "Journal Title",
// TODO New key - Add a translation
"publication.page.journal-title": "Journal Title",
// "publication.page.publisher": "Publisher",
// TODO New key - Add a translation
"publication.page.publisher": "Publisher",
// "publication.page.titleprefix": "Publication: ",
// TODO New key - Add a translation
"publication.page.titleprefix": "Publication: ",
// "publication.page.volume-title": "Volume Title",
// TODO New key - Add a translation
"publication.page.volume-title": "Volume Title",
// "publication.search.results.head": "Publication Search Results",
// TODO New key - Add a translation
"publication.search.results.head": "Publication Search Results",
// "publication.search.title": "DSpace Angular :: Publication Search",
// TODO New key - Add a translation
"publication.search.title": "DSpace Angular :: Publication Search",
// "relationships.isAuthorOf": "Authors",
// TODO New key - Add a translation
"relationships.isAuthorOf": "Authors",
// "relationships.isIssueOf": "Journal Issues",
// TODO New key - Add a translation
"relationships.isIssueOf": "Journal Issues",
// "relationships.isJournalIssueOf": "Journal Issue",
// TODO New key - Add a translation
"relationships.isJournalIssueOf": "Journal Issue",
// "relationships.isJournalOf": "Journals",
// TODO New key - Add a translation
"relationships.isJournalOf": "Journals",
// "relationships.isOrgUnitOf": "Organizational Units",
// TODO New key - Add a translation
"relationships.isOrgUnitOf": "Organizational Units",
// "relationships.isPersonOf": "Authors",
// TODO New key - Add a translation
"relationships.isPersonOf": "Authors",
// "relationships.isProjectOf": "Research Projects",
// TODO New key - Add a translation
"relationships.isProjectOf": "Research Projects",
// "relationships.isPublicationOf": "Publications",
// TODO New key - Add a translation
"relationships.isPublicationOf": "Publications",
// "relationships.isPublicationOfJournalIssue": "Articles",
// TODO New key - Add a translation
"relationships.isPublicationOfJournalIssue": "Articles",
// "relationships.isSingleJournalOf": "Journal",
// TODO New key - Add a translation
"relationships.isSingleJournalOf": "Journal",
// "relationships.isSingleVolumeOf": "Journal Volume",
// TODO New key - Add a translation
"relationships.isSingleVolumeOf": "Journal Volume",
// "relationships.isVolumeOf": "Journal Volumes",
// TODO New key - Add a translation
"relationships.isVolumeOf": "Journal Volumes",
// "search.description": "",
// "search.switch-configuration.title": "Show",
// TODO New key - Add a translation
"search.switch-configuration.title": "Show",
// "search.title": "DSpace Angular :: Search",
// "search.filters.applied.f.author": "Author",
// "search.filters.applied.f.dateIssued.max": "End date",
// "search.filters.applied.f.dateIssued.min": "Start date",
// "search.filters.applied.f.dateSubmitted": "Date submitted",
// TODO New key - Add a translation
"search.filters.applied.f.dateSubmitted": "Date submitted",
// "search.filters.applied.f.entityType": "Item Type",
// TODO New key - Add a translation
"search.filters.applied.f.entityType": "Item Type",
// "search.filters.applied.f.has_content_in_original_bundle": "Has files",
"search.filters.applied.f.has_content_in_original_bundle": "Má soubory",
// "search.filters.applied.f.itemtype": "Type",
// TODO New key - Add a translation
"search.filters.applied.f.itemtype": "Type",
// "search.filters.applied.f.namedresourcetype": "Status",
// TODO New key - Add a translation
"search.filters.applied.f.namedresourcetype": "Status",
// "search.filters.applied.f.subject": "Subject",
// "search.filters.applied.f.submitter": "Submitter",
// TODO New key - Add a translation
"search.filters.applied.f.submitter": "Submitter",
// "search.filters.filter.author.head": "Author",
// "search.filters.filter.author.placeholder": "Author name",
"search.filters.filter.author.placeholder": "Jméno autora",
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
// "search.filters.filter.birthDate.head": "Birth Date",
// TODO New key - Add a translation
"search.filters.filter.birthDate.head": "Birth Date",
// "search.filters.filter.birthDate.placeholder": "Birth Date",
// TODO New key - Add a translation
"search.filters.filter.birthDate.placeholder": "Birth Date",
// "search.filters.filter.creativeDatePublished.head": "Date Published",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.head": "Date Published",
// "search.filters.filter.creativeDatePublished.placeholder": "Date Published",
// TODO New key - Add a translation
"search.filters.filter.creativeDatePublished.placeholder": "Date Published",
// "search.filters.filter.creativeWorkEditor.head": "Editor",
// TODO New key - Add a translation
"search.filters.filter.creativeWorkEditor.head": "Editor",
// "search.filters.filter.creativeWorkEditor.placeholder": "Editor",
// TODO New key - Add a translation
"search.filters.filter.creativeWorkEditor.placeholder": "Editor",
// "search.filters.filter.creativeWorkKeywords.head": "Subject",
// TODO New key - Add a translation
"search.filters.filter.creativeWorkKeywords.head": "Subject",
// "search.filters.filter.creativeWorkKeywords.placeholder": "Subject",
// TODO New key - Add a translation
"search.filters.filter.creativeWorkKeywords.placeholder": "Subject",
// "search.filters.filter.creativeWorkPublisher.head": "Publisher",
// TODO New key - Add a translation
"search.filters.filter.creativeWorkPublisher.head": "Publisher",
// "search.filters.filter.creativeWorkPublisher.placeholder": "Publisher",
// TODO New key - Add a translation
"search.filters.filter.creativeWorkPublisher.placeholder": "Publisher",
// "search.filters.filter.dateIssued.head": "Date",
// "search.filters.filter.dateIssued.max.placeholder": "Minimum Date",
"search.filters.filter.dateIssued.max.placeholder": "Datum od",
// "search.filters.filter.dateIssued.min.placeholder": "Maximum Date",
"search.filters.filter.dateIssued.min.placeholder": "Datum do",
// "search.filters.filter.dateSubmitted.head": "Date submitted",
// TODO New key - Add a translation
"search.filters.filter.dateSubmitted.head": "Date submitted",
// "search.filters.filter.dateSubmitted.placeholder": "Date submitted",
// TODO New key - Add a translation
"search.filters.filter.dateSubmitted.placeholder": "Date submitted",
// "search.filters.filter.entityType.head": "Item Type",
// TODO New key - Add a translation
"search.filters.filter.entityType.head": "Item Type",
// "search.filters.filter.entityType.placeholder": "Item Type",
// TODO New key - Add a translation
"search.filters.filter.entityType.placeholder": "Item Type",
// "search.filters.filter.has_content_in_original_bundle.head": "Has files",
"search.filters.filter.has_content_in_original_bundle.head": "Má soubory",
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
// "search.filters.filter.itemtype.head": "Type",
// TODO New key - Add a translation
"search.filters.filter.itemtype.head": "Type",
// "search.filters.filter.itemtype.placeholder": "Type",
// TODO New key - Add a translation
"search.filters.filter.itemtype.placeholder": "Type",
// "search.filters.filter.jobTitle.head": "Job Title",
// TODO New key - Add a translation
"search.filters.filter.jobTitle.head": "Job Title",
// "search.filters.filter.jobTitle.placeholder": "Job Title",
// TODO New key - Add a translation
"search.filters.filter.jobTitle.placeholder": "Job Title",
// "search.filters.filter.knowsLanguage.head": "Known language",
// TODO New key - Add a translation
"search.filters.filter.knowsLanguage.head": "Known language",
// "search.filters.filter.knowsLanguage.placeholder": "Known language",
// TODO New key - Add a translation
"search.filters.filter.knowsLanguage.placeholder": "Known language",
// "search.filters.filter.namedresourcetype.head": "Status",
// TODO New key - Add a translation
"search.filters.filter.namedresourcetype.head": "Status",
// "search.filters.filter.namedresourcetype.placeholder": "Status",
// TODO New key - Add a translation
"search.filters.filter.namedresourcetype.placeholder": "Status",
// "search.filters.filter.objectpeople.head": "People",
// TODO New key - Add a translation
"search.filters.filter.objectpeople.head": "People",
// "search.filters.filter.objectpeople.placeholder": "People",
// TODO New key - Add a translation
"search.filters.filter.objectpeople.placeholder": "People",
// "search.filters.filter.organizationAddressCountry.head": "Country",
// TODO New key - Add a translation
"search.filters.filter.organizationAddressCountry.head": "Country",
// "search.filters.filter.organizationAddressCountry.placeholder": "Country",
// TODO New key - Add a translation
"search.filters.filter.organizationAddressCountry.placeholder": "Country",
// "search.filters.filter.organizationAddressLocality.head": "City",
// TODO New key - Add a translation
"search.filters.filter.organizationAddressLocality.head": "City",
// "search.filters.filter.organizationAddressLocality.placeholder": "City",
// TODO New key - Add a translation
"search.filters.filter.organizationAddressLocality.placeholder": "City",
// "search.filters.filter.organizationFoundingDate.head": "Date Founded",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.head": "Date Founded",
// "search.filters.filter.organizationFoundingDate.placeholder": "Date Founded",
// TODO New key - Add a translation
"search.filters.filter.organizationFoundingDate.placeholder": "Date Founded",
// "search.filters.filter.scope.head": "Scope",
// "search.filters.filter.scope.placeholder": "Scope filter",
"search.filters.filter.scope.placeholder": "Filtr rozsahu",
// "search.filters.filter.show-less": "Collapse",
// "search.filters.filter.show-more": "Show more",
// "search.filters.filter.subject.head": "Subject",
// "search.filters.filter.subject.placeholder": "Subject",
// "search.filters.filter.submitter.head": "Submitter",
// TODO New key - Add a translation
"search.filters.filter.submitter.head": "Submitter",
// "search.filters.filter.submitter.placeholder": "Submitter",
// TODO New key - Add a translation
"search.filters.filter.submitter.placeholder": "Submitter",
// "search.filters.head": "Filters",
// "search.filters.reset": "Reset filters",
// "search.form.search": "Search",
// "search.form.search_dspace": "Search DSpace",
// "search.form.search_mydspace": "Search MyDSpace",
// TODO New key - Add a translation
"search.form.search_mydspace": "Search MyDSpace",
// "search.results.head": "Search Results",
// "search.results.no-results": "Your search returned no results. Having trouble finding what you're looking for? Try putting",
"search.results.no-results": "Nebyli nalezeny žádné výsledky",
// "search.results.no-results-link": "quotes around it",
// TODO New key - Add a translation
"search.results.no-results-link": "quotes around it",
// "search.sidebar.close": "Back to results",
// "search.sidebar.filters.title": "Filters",
// "search.sidebar.open": "Search Tools",
// "search.sidebar.results": "results",
// "search.sidebar.settings.rpp": "Results per page",
// "search.sidebar.settings.sort-by": "Sort By",
// "search.sidebar.settings.title": "Settings",
// "search.view-switch.show-detail": "Show detail",
// TODO New key - Add a translation
"search.view-switch.show-detail": "Show detail",
// "search.view-switch.show-grid": "Show as grid",
// "search.view-switch.show-list": "Show as list",
// "sorting.dc.title.ASC": "Title Ascending",
// "sorting.dc.title.DESC": "Title Descending",
// "sorting.score.DESC": "Relevance",
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
// "submission.edit.title": "Edit Submission",
// TODO New key - Add a translation
"submission.edit.title": "Edit Submission",
// "submission.general.cannot_submit": "You have not the privilege to make a new submission.",
// TODO New key - Add a translation
"submission.general.cannot_submit": "You have not the privilege to make a new submission.",
// "submission.general.deposit": "Deposit",
// TODO New key - Add a translation
"submission.general.deposit": "Deposit",
// "submission.general.discard.confirm.cancel": "Cancel",
// TODO New key - Add a translation
"submission.general.discard.confirm.cancel": "Cancel",
// "submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?",
// TODO New key - Add a translation
"submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?",
// "submission.general.discard.confirm.submit": "Yes, I'm sure",
// TODO New key - Add a translation
"submission.general.discard.confirm.submit": "Yes, I'm sure",
// "submission.general.discard.confirm.title": "Discard submission",
// TODO New key - Add a translation
"submission.general.discard.confirm.title": "Discard submission",
// "submission.general.discard.submit": "Discard",
// TODO New key - Add a translation
"submission.general.discard.submit": "Discard",
// "submission.general.save": "Save",
// TODO New key - Add a translation
"submission.general.save": "Save",
// "submission.general.save-later": "Save for later",
// TODO New key - Add a translation
"submission.general.save-later": "Save for later",
// "submission.sections.general.add-more": "Add more",
// TODO New key - Add a translation
"submission.sections.general.add-more": "Add more",
// "submission.sections.general.collection": "Collection",
// TODO New key - Add a translation
"submission.sections.general.collection": "Collection",
// "submission.sections.general.deposit_error_notice": "There was an issue when submitting the item, please try again later.",
// TODO New key - Add a translation
"submission.sections.general.deposit_error_notice": "There was an issue when submitting the item, please try again later.",
// "submission.sections.general.deposit_success_notice": "Submission deposited successfully.",
// TODO New key - Add a translation
"submission.sections.general.deposit_success_notice": "Submission deposited successfully.",
// "submission.sections.general.discard_error_notice": "There was an issue when discarding the item, please try again later.",
// TODO New key - Add a translation
"submission.sections.general.discard_error_notice": "There was an issue when discarding the item, please try again later.",
// "submission.sections.general.discard_success_notice": "Submission discarded successfully.",
// TODO New key - Add a translation
"submission.sections.general.discard_success_notice": "Submission discarded successfully.",
// "submission.sections.general.metadata-extracted": "New metadata have been extracted and added to the <strong>{{sectionId}}</strong> section.",
// TODO New key - Add a translation
"submission.sections.general.metadata-extracted": "New metadata have been extracted and added to the <strong>{{sectionId}}</strong> section.",
// "submission.sections.general.metadata-extracted-new-section": "New <strong>{{sectionId}}</strong> section has been added to submission.",
// TODO New key - Add a translation
"submission.sections.general.metadata-extracted-new-section": "New <strong>{{sectionId}}</strong> section has been added to submission.",
// "submission.sections.general.no-collection": "No collection found",
// TODO New key - Add a translation
"submission.sections.general.no-collection": "No collection found",
// "submission.sections.general.no-sections": "No options available",
// TODO New key - Add a translation
"submission.sections.general.no-sections": "No options available",
// "submission.sections.general.save_error_notice": "There was an issue when saving the item, please try again later.",
// TODO New key - Add a translation
"submission.sections.general.save_error_notice": "There was an issue when saving the item, please try again later.",
// "submission.sections.general.save_success_notice": "Submission saved successfully.",
// TODO New key - Add a translation
"submission.sections.general.save_success_notice": "Submission saved successfully.",
// "submission.sections.general.search-collection": "Search for a collection",
// TODO New key - Add a translation
"submission.sections.general.search-collection": "Search for a collection",
// "submission.sections.general.sections_not_valid": "There are incomplete sections.",
// TODO New key - Add a translation
"submission.sections.general.sections_not_valid": "There are incomplete sections.",
// "submission.sections.submit.progressbar.cclicense": "Creative commons license",
// TODO New key - Add a translation
"submission.sections.submit.progressbar.cclicense": "Creative commons license",
// "submission.sections.submit.progressbar.describe.recycle": "Recycle",
// TODO New key - Add a translation
"submission.sections.submit.progressbar.describe.recycle": "Recycle",
// "submission.sections.submit.progressbar.describe.stepcustom": "Describe",
// TODO New key - Add a translation
"submission.sections.submit.progressbar.describe.stepcustom": "Describe",
// "submission.sections.submit.progressbar.describe.stepone": "Describe",
// TODO New key - Add a translation
"submission.sections.submit.progressbar.describe.stepone": "Describe",
// "submission.sections.submit.progressbar.describe.steptwo": "Describe",
// TODO New key - Add a translation
"submission.sections.submit.progressbar.describe.steptwo": "Describe",
// "submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates",
// TODO New key - Add a translation
"submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates",
// "submission.sections.submit.progressbar.license": "Deposit license",
// TODO New key - Add a translation
"submission.sections.submit.progressbar.license": "Deposit license",
// "submission.sections.submit.progressbar.upload": "Upload files",
// TODO New key - Add a translation
"submission.sections.submit.progressbar.upload": "Upload files",
// "submission.sections.upload.delete.confirm.cancel": "Cancel",
// TODO New key - Add a translation
"submission.sections.upload.delete.confirm.cancel": "Cancel",
// "submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?",
// TODO New key - Add a translation
"submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?",
// "submission.sections.upload.delete.confirm.submit": "Yes, I'm sure",
// TODO New key - Add a translation
"submission.sections.upload.delete.confirm.submit": "Yes, I'm sure",
// "submission.sections.upload.delete.confirm.title": "Delete bitstream",
// TODO New key - Add a translation
"submission.sections.upload.delete.confirm.title": "Delete bitstream",
// "submission.sections.upload.delete.submit": "Delete",
// TODO New key - Add a translation
"submission.sections.upload.delete.submit": "Delete",
// "submission.sections.upload.drop-message": "Drop files to attach them to the item",
// TODO New key - Add a translation
"submission.sections.upload.drop-message": "Drop files to attach them to the item",
// "submission.sections.upload.form.access-condition-label": "Access condition type",
// TODO New key - Add a translation
"submission.sections.upload.form.access-condition-label": "Access condition type",
// "submission.sections.upload.form.date-required": "Date is required.",
// TODO New key - Add a translation
"submission.sections.upload.form.date-required": "Date is required.",
// "submission.sections.upload.form.from-label": "Access grant from",
// TODO New key - Add a translation
"submission.sections.upload.form.from-label": "Access grant from",
// "submission.sections.upload.form.from-placeholder": "From",
// TODO New key - Add a translation
"submission.sections.upload.form.from-placeholder": "From",
// "submission.sections.upload.form.group-label": "Group",
// TODO New key - Add a translation
"submission.sections.upload.form.group-label": "Group",
// "submission.sections.upload.form.group-required": "Group is required.",
// TODO New key - Add a translation
"submission.sections.upload.form.group-required": "Group is required.",
// "submission.sections.upload.form.until-label": "Access grant until",
// TODO New key - Add a translation
"submission.sections.upload.form.until-label": "Access grant until",
// "submission.sections.upload.form.until-placeholder": "Until",
// TODO New key - Add a translation
"submission.sections.upload.form.until-placeholder": "Until",
// "submission.sections.upload.header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):",
// TODO New key - Add a translation
"submission.sections.upload.header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):",
// "submission.sections.upload.header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):",
// TODO New key - Add a translation
"submission.sections.upload.header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):",
// "submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the file metadata and access conditions or <strong>upload additional files just dragging & dropping them everywhere in the page</strong>",
// TODO New key - Add a translation
"submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the file metadata and access conditions or <strong>upload additional files just dragging & dropping them everywhere in the page</strong>",
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
// "submission.sections.upload.no-entry": "No",
// TODO New key - Add a translation
"submission.sections.upload.no-entry": "No",
// "submission.sections.upload.no-file-uploaded": "No file uploaded yet.",
// TODO New key - Add a translation
"submission.sections.upload.no-file-uploaded": "No file uploaded yet.",
// "submission.sections.upload.save-metadata": "Save metadata",
// TODO New key - Add a translation
"submission.sections.upload.save-metadata": "Save metadata",
// "submission.sections.upload.undo": "Cancel",
// TODO New key - Add a translation
"submission.sections.upload.undo": "Cancel",
// "submission.sections.upload.upload-failed": "Upload failed",
// TODO New key - Add a translation
"submission.sections.upload.upload-failed": "Upload failed",
// "submission.sections.upload.upload-successful": "Upload successful",
// TODO New key - Add a translation
"submission.sections.upload.upload-successful": "Upload successful",
// "submission.submit.title": "Submission",
// TODO New key - Add a translation
"submission.submit.title": "Submission",
// "submission.workflow.generic.delete": "Delete",
// TODO New key - Add a translation
"submission.workflow.generic.delete": "Delete",
// "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.",
// TODO New key - Add a translation
"submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.",
// "submission.workflow.generic.edit": "Edit",
// TODO New key - Add a translation
"submission.workflow.generic.edit": "Edit",
// "submission.workflow.generic.edit-help": "Select this option to change the item's metadata.",
// TODO New key - Add a translation
"submission.workflow.generic.edit-help": "Select this option to change the item's metadata.",
// "submission.workflow.generic.view": "View",
// TODO New key - Add a translation
"submission.workflow.generic.view": "View",
// "submission.workflow.generic.view-help": "Select this option to view the item's metadata.",
// TODO New key - Add a translation
"submission.workflow.generic.view-help": "Select this option to view the item's metadata.",
// "submission.workflow.tasks.claimed.approve": "Approve",
// TODO New key - Add a translation
"submission.workflow.tasks.claimed.approve": "Approve",
// "submission.workflow.tasks.claimed.approve_help": "If you have reviewed the item and it is suitable for inclusion in the collection, select \"Approve\".",
// TODO New key - Add a translation
"submission.workflow.tasks.claimed.approve_help": "If you have reviewed the item and it is suitable for inclusion in the collection, select \"Approve\".",
// "submission.workflow.tasks.claimed.edit": "Edit",
// TODO New key - Add a translation
"submission.workflow.tasks.claimed.edit": "Edit",
// "submission.workflow.tasks.claimed.edit_help": "Select this option to change the item's metadata.",
// TODO New key - Add a translation
"submission.workflow.tasks.claimed.edit_help": "Select this option to change the item's metadata.",
// "submission.workflow.tasks.claimed.reject.reason.info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.",
// TODO New key - Add a translation
"submission.workflow.tasks.claimed.reject.reason.info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.",
// "submission.workflow.tasks.claimed.reject.reason.placeholder": "Describe the reason of reject",
// TODO New key - Add a translation
"submission.workflow.tasks.claimed.reject.reason.placeholder": "Describe the reason of reject",
// "submission.workflow.tasks.claimed.reject.reason.submit": "Reject item",
// TODO New key - Add a translation
"submission.workflow.tasks.claimed.reject.reason.submit": "Reject item",
// "submission.workflow.tasks.claimed.reject.reason.title": "Reason",
// TODO New key - Add a translation
"submission.workflow.tasks.claimed.reject.reason.title": "Reason",
// "submission.workflow.tasks.claimed.reject.submit": "Reject",
// TODO New key - Add a translation
"submission.workflow.tasks.claimed.reject.submit": "Reject",
// "submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is <strong>not</strong> suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.",
// TODO New key - Add a translation
"submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is <strong>not</strong> suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.",
// "submission.workflow.tasks.claimed.return": "Return to pool",
// TODO New key - Add a translation
"submission.workflow.tasks.claimed.return": "Return to pool",
// "submission.workflow.tasks.claimed.return_help": "Return the task to the pool so that another user may perform the task.",
// TODO New key - Add a translation
"submission.workflow.tasks.claimed.return_help": "Return the task to the pool so that another user may perform the task.",
// "submission.workflow.tasks.generic.error": "Error occurred during operation...",
// TODO New key - Add a translation
"submission.workflow.tasks.generic.error": "Error occurred during operation...",
// "submission.workflow.tasks.generic.processing": "Processing...",
// TODO New key - Add a translation
"submission.workflow.tasks.generic.processing": "Processing...",
// "submission.workflow.tasks.generic.submitter": "Submitter",
// TODO New key - Add a translation
"submission.workflow.tasks.generic.submitter": "Submitter",
// "submission.workflow.tasks.generic.success": "Operation successful",
// TODO New key - Add a translation
"submission.workflow.tasks.generic.success": "Operation successful",
// "submission.workflow.tasks.pool.claim": "Claim",
// TODO New key - Add a translation
"submission.workflow.tasks.pool.claim": "Claim",
// "submission.workflow.tasks.pool.claim_help": "Assign this task to yourself.",
// TODO New key - Add a translation
"submission.workflow.tasks.pool.claim_help": "Assign this task to yourself.",
// "submission.workflow.tasks.pool.hide-detail": "Hide detail",
// TODO New key - Add a translation
"submission.workflow.tasks.pool.hide-detail": "Hide detail",
// "submission.workflow.tasks.pool.show-detail": "Show detail",
// TODO New key - Add a translation
"submission.workflow.tasks.pool.show-detail": "Show detail",
// "title": "DSpace",
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
// "uploader.browse": "browse",
// TODO New key - Add a translation
"uploader.browse": "browse",
// "uploader.drag-message": "Drag & Drop your files here",
// TODO New key - Add a translation
"uploader.drag-message": "Drag & Drop your files here",
// "uploader.or": ", or",
// TODO New key - Add a translation
"uploader.or": ", or",
// "uploader.processing": "Processing",
// TODO New key - Add a translation
"uploader.processing": "Processing",
// "uploader.queue-length": "Queue length",
// TODO New key - Add a translation
"uploader.queue-length": "Queue length",
}