Skip to content

Commit ea8a879

Browse files
mesemustmorrell
authored andcommitted
Vocabulary translations
1 parent fd0e074 commit ea8a879

File tree

8 files changed

+137
-0
lines changed

8 files changed

+137
-0
lines changed

invenio_rdm_records/fixtures/data/vocabularies/community_types.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,22 @@
33
en: "Organization"
44
sv: "Organisation"
55
de: "Organisation"
6+
cs: "Organizace"
67
- id: "event"
78
title:
89
en: "Event"
910
sv: "Evenemang"
1011
de: "Event"
12+
cs: "Událost"
1113
- id: "topic"
1214
title:
1315
en: "Topic"
1416
sv: "Tema"
1517
de: "Thema"
18+
cs: "Téma"
1619
- id: "project"
1720
title:
1821
en: "Project"
1922
sv: "Projekt"
2023
de: "Projekt"
24+
cs: "Projekt"

invenio_rdm_records/fixtures/data/vocabularies/date_types.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,73 +5,84 @@
55
en: Accepted
66
sv: Accepterad
77
de: Angenommen
8+
cs: Přijato
89
- id: available
910
props:
1011
datacite: Available
1112
title:
1213
en: Available
1314
sv: Tillgänglig
1415
de: Verfügbar
16+
cs: Dostupné
1517
- id: collected
1618
props:
1719
datacite: Collected
1820
title:
1921
en: Collected
2022
sv: Samlade
2123
de: Gesammelt
24+
cs: Sebrané
2225
- id: copyrighted
2326
props:
2427
datacite: Copyrighted
2528
title:
2629
en: Copyrighted
2730
sv: Upphovsrättsligt skyddad
2831
de: Mit Copyright versehen
32+
cs: Copyright udělen
2933
- id: created
3034
props:
3135
datacite: Created
3236
title:
3337
en: Created
3438
sv: Skapad
3539
de: Erstellt
40+
cs: Vytvořeno
3641
- id: issued
3742
props:
3843
datacite: Issued
3944
title:
4045
en: Issued
4146
sv: Utfärdad
4247
de: Veröffentlicht
48+
cs: Vydáno
4349
- id: other
4450
props:
4551
datacite: Other
4652
title:
4753
en: Other
4854
sv: Övrig
4955
de: Sonstiges
56+
cs: Jiné
5057
- id: submitted
5158
props:
5259
datacite: Submitted
5360
title:
5461
en: Submitted
5562
sv: Inskickad
5663
de: Eingereicht
64+
cs: Odesláno
5765
- id: updated
5866
props:
5967
datacite: Updated
6068
title:
6169
en: Updated
6270
sv: Uppdaterad
6371
de: Aktualisiert
72+
cs: Aktualizováno
6473
- id: valid
6574
props:
6675
datacite: Valid
6776
title:
6877
en: Valid
6978
sv: Giltig
7079
de: Gültig
80+
cs: Platný
7181
- id: withdrawn
7282
props:
7383
datacite: Withdrawn
7484
title:
7585
en: Withdrawn
7686
sv: Tillbakadragen
7787
de: Zurückgezogen
88+
cs: Stáhnuto

invenio_rdm_records/fixtures/data/vocabularies/description_types.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,38 +5,44 @@
55
en: Abstract
66
sv: Abstract
77
de: Abstract
8+
cs: Abstrakt
89
- id: methods
910
props:
1011
datacite: Methods
1112
title:
1213
en: Methods
1314
sv: Metoder
1415
de: Methoden
16+
cs: Metody
1517
- id: series-information
1618
props:
1719
datacite: SeriesInformation
1820
title:
1921
en: Series information
2022
sv: Information om serien
2123
de: Informationen zur Reihe
24+
cs: Informace o sérii
2225
- id: table-of-contents
2326
props:
2427
datacite: TableOfContents
2528
title:
2629
en: Table of contents
2730
sv: Innehållsförteckning
2831
de: Inhaltsverzeichnis
32+
cs: Obsah
2933
- id: technical-info
3034
props:
3135
datacite: TechnicalInfo
3236
title:
3337
en: Technical info
3438
sv: Teknisk information
3539
de: Technische Informationen
40+
cs: Technické informace
3641
- id: other
3742
props:
3843
datacite: Other
3944
title:
4045
en: Other
4146
sv: Övrig
4247
de: Sonstige
48+
cs: Jiné

0 commit comments

Comments
 (0)