diff --git a/config/initializers/authorities.rb b/config/initializers/authorities.rb
new file mode 100644
index 0000000..1b9dc63
--- /dev/null
+++ b/config/initializers/authorities.rb
@@ -0,0 +1 @@
+Qa::Authorities::Local.add_search_path(File.expand_path("../../../config/authorities", __FILE__))
diff --git a/config/locales/anschutz_work.de.yml b/config/locales/anschutz_work.de.yml
new file mode 100644
index 0000000..2f56768
--- /dev/null
+++ b/config/locales/anschutz_work.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ anschutz_work: 'fa fa-file-text-o'
+ select_type:
+ anschutz_work:
+ description: "Anschutz work Werke"
+ name: "Anschutz Work"
diff --git a/config/locales/anschutz_work.en.yml b/config/locales/anschutz_work.en.yml
new file mode 100644
index 0000000..026c5d3
--- /dev/null
+++ b/config/locales/anschutz_work.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ anschutz_work: 'fa fa-file-text-o'
+ select_type:
+ anschutz_work:
+ description: "Anschutz work works"
+ name: "Anschutz Work"
diff --git a/config/locales/anschutz_work.es.yml b/config/locales/anschutz_work.es.yml
new file mode 100644
index 0000000..3b03117
--- /dev/null
+++ b/config/locales/anschutz_work.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ anschutz_work: 'fa fa-file-text-o'
+ select_type:
+ anschutz_work:
+ # TODO: translate `human_name` into Spanish
+ description: "Anschutz work trabajos"
+ name: "Anschutz Work"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/anschutz_work.fr.yml b/config/locales/anschutz_work.fr.yml
new file mode 100644
index 0000000..f0ac2f1
--- /dev/null
+++ b/config/locales/anschutz_work.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ anschutz_work: 'fa fa-file-text-o'
+ select_type:
+ anschutz_work:
+ description: "Anschutz work œuvres"
+ name: "Anschutz Work"
diff --git a/config/locales/anschutz_work.it.yml b/config/locales/anschutz_work.it.yml
new file mode 100644
index 0000000..8a1cbcb
--- /dev/null
+++ b/config/locales/anschutz_work.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ anschutz_work: 'fa fa-file-text-o'
+ select_type:
+ anschutz_work:
+ description: "Anschutz work opere"
+ name: "Anschutz Work"
diff --git a/config/locales/anschutz_work.pt-BR.yml b/config/locales/anschutz_work.pt-BR.yml
new file mode 100644
index 0000000..3794683
--- /dev/null
+++ b/config/locales/anschutz_work.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ anschutz_work: 'fa fa-file-text-o'
+ select_type:
+ anschutz_work:
+ description: "Anschutz work trabalhos"
+ name: "Anschutz Work"
diff --git a/config/locales/anschutz_work.zh.yml b/config/locales/anschutz_work.zh.yml
new file mode 100644
index 0000000..f734cab
--- /dev/null
+++ b/config/locales/anschutz_work.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ anschutz_work: 'fa fa-file-text-o'
+ select_type:
+ anschutz_work:
+ # TODO: translate `human_name` into Chinese
+ description: "Anschutz work 作品"
+ name: "Anschutz Work"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/article.de.yml b/config/locales/article.de.yml
new file mode 100644
index 0000000..f747fa8
--- /dev/null
+++ b/config/locales/article.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ article: 'fa fa-file-text-o'
+ select_type:
+ article:
+ description: "Article Werke"
+ name: "Article"
diff --git a/config/locales/article.en.yml b/config/locales/article.en.yml
new file mode 100644
index 0000000..27a065e
--- /dev/null
+++ b/config/locales/article.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ article: 'fa fa-file-text-o'
+ select_type:
+ article:
+ description: "Article works"
+ name: "Article"
diff --git a/config/locales/article.es.yml b/config/locales/article.es.yml
new file mode 100644
index 0000000..5579fc3
--- /dev/null
+++ b/config/locales/article.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ article: 'fa fa-file-text-o'
+ select_type:
+ article:
+ # TODO: translate `human_name` into Spanish
+ description: "Article trabajos"
+ name: "Article"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/article.fr.yml b/config/locales/article.fr.yml
new file mode 100644
index 0000000..2f3ae1e
--- /dev/null
+++ b/config/locales/article.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ article: 'fa fa-file-text-o'
+ select_type:
+ article:
+ description: "Article œuvres"
+ name: "Article"
diff --git a/config/locales/article.it.yml b/config/locales/article.it.yml
new file mode 100644
index 0000000..d1f5be9
--- /dev/null
+++ b/config/locales/article.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ article: 'fa fa-file-text-o'
+ select_type:
+ article:
+ description: "Article opere"
+ name: "Article"
diff --git a/config/locales/article.pt-BR.yml b/config/locales/article.pt-BR.yml
new file mode 100644
index 0000000..3c1bd50
--- /dev/null
+++ b/config/locales/article.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ article: 'fa fa-file-text-o'
+ select_type:
+ article:
+ description: "Article trabalhos"
+ name: "Article"
diff --git a/config/locales/article.zh.yml b/config/locales/article.zh.yml
new file mode 100644
index 0000000..9b7dc15
--- /dev/null
+++ b/config/locales/article.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ article: 'fa fa-file-text-o'
+ select_type:
+ article:
+ # TODO: translate `human_name` into Chinese
+ description: "Article 作品"
+ name: "Article"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/bc_archival_and_legal_material.de.yml b/config/locales/bc_archival_and_legal_material.de.yml
new file mode 100644
index 0000000..598cf95
--- /dev/null
+++ b/config/locales/bc_archival_and_legal_material.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ bc_archival_and_legal_material: "fa fa-file-text-o"
+ select_type:
+ bc_archival_and_legal_material:
+ description: "Bc Archival And Legal Materials Werke"
+ name: "Bc Archival And Legal Materials"
diff --git a/config/locales/bc_archival_and_legal_material.en.yml b/config/locales/bc_archival_and_legal_material.en.yml
new file mode 100644
index 0000000..8a95ccd
--- /dev/null
+++ b/config/locales/bc_archival_and_legal_material.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ bc_archival_and_legal_material: "fa fa-file-text-o"
+ select_type:
+ bc_archival_and_legal_material:
+ description: "Bc Archival And Legal Materials"
+ name: "Bc Archival And Legal Materials"
diff --git a/config/locales/bc_archival_and_legal_material.es.yml b/config/locales/bc_archival_and_legal_material.es.yml
new file mode 100644
index 0000000..f64d25a
--- /dev/null
+++ b/config/locales/bc_archival_and_legal_material.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ bc_archival_and_legal_material: 'fa fa-file-text-o'
+ select_type:
+ bc_archival_and_legal_material:
+ # TODO: translate `human_name` into Spanish
+ description: "Bc Archival And Legal Materials trabajos"
+ name: "Bc Archival And Legal Materials"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/bc_archival_and_legal_material.fr.yml b/config/locales/bc_archival_and_legal_material.fr.yml
new file mode 100644
index 0000000..c3f5064
--- /dev/null
+++ b/config/locales/bc_archival_and_legal_material.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ bc_archival_and_legal_material: 'fa fa-file-text-o'
+ select_type:
+ bc_archival_and_legal_material:
+ description: "Bc Archival And Legal Materials œuvres"
+ name: "Bc Archival And Legal Materials"
diff --git a/config/locales/bc_archival_and_legal_material.it.yml b/config/locales/bc_archival_and_legal_material.it.yml
new file mode 100644
index 0000000..3a36f59
--- /dev/null
+++ b/config/locales/bc_archival_and_legal_material.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ bc_archival_and_legal_material: "fa fa-file-text-o"
+ select_type:
+ bc_archival_and_legal_material:
+ description: "Bc Archival And Legal Materials opere"
+ name: "Bc Archival And Legal Materials"
diff --git a/config/locales/bc_archival_and_legal_material.pt-BR.yml b/config/locales/bc_archival_and_legal_material.pt-BR.yml
new file mode 100644
index 0000000..a33887e
--- /dev/null
+++ b/config/locales/bc_archival_and_legal_material.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ bc_archival_and_legal_material: "fa fa-file-text-o"
+ select_type:
+ bc_archival_and_legal_material:
+ description: "Bc Archival And Legal Materials trabalhos"
+ name: "Bc Archival And Legal Materials"
diff --git a/config/locales/bc_archival_and_legal_material.zh.yml b/config/locales/bc_archival_and_legal_material.zh.yml
new file mode 100644
index 0000000..500bd8a
--- /dev/null
+++ b/config/locales/bc_archival_and_legal_material.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ bc_archival_and_legal_material: "fa fa-file-text-o"
+ select_type:
+ bc_archival_and_legal_material:
+ # TODO: translate `human_name` into Chinese
+ description: "Bc Archival And Legal Materials 作品"
+ name: "Bc Archival And Legal Materials"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/bc_article.de.yml b/config/locales/bc_article.de.yml
new file mode 100644
index 0000000..9493d5d
--- /dev/null
+++ b/config/locales/bc_article.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ bc_article: "fa fa-file-text-o"
+ select_type:
+ bc_article:
+ description: "Bc Article Werke"
+ name: "Bc Article"
diff --git a/config/locales/bc_article.en.yml b/config/locales/bc_article.en.yml
new file mode 100644
index 0000000..53791ab
--- /dev/null
+++ b/config/locales/bc_article.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ bc_article: "fa fa-file-text-o"
+ select_type:
+ bc_article:
+ description: "Bc Article"
+ name: "Bc Article"
diff --git a/config/locales/bc_article.es.yml b/config/locales/bc_article.es.yml
new file mode 100644
index 0000000..e163e19
--- /dev/null
+++ b/config/locales/bc_article.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ bc_article: 'fa fa-file-text-o'
+ select_type:
+ bc_article:
+ # TODO: translate `human_name` into Spanish
+ description: "Bc Article trabajos"
+ name: "Bc Article"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/bc_article.fr.yml b/config/locales/bc_article.fr.yml
new file mode 100644
index 0000000..d5262ab
--- /dev/null
+++ b/config/locales/bc_article.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ bc_article: 'fa fa-file-text-o'
+ select_type:
+ bc_article:
+ description: "Bc Article œuvres"
+ name: "Bc Article"
diff --git a/config/locales/bc_article.it.yml b/config/locales/bc_article.it.yml
new file mode 100644
index 0000000..717ec02
--- /dev/null
+++ b/config/locales/bc_article.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ bc_article: "fa fa-file-text-o"
+ select_type:
+ bc_article:
+ description: "Bc Article opere"
+ name: "Bc Article"
diff --git a/config/locales/bc_article.pt-BR.yml b/config/locales/bc_article.pt-BR.yml
new file mode 100644
index 0000000..c082b32
--- /dev/null
+++ b/config/locales/bc_article.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ bc_article: "fa fa-file-text-o"
+ select_type:
+ bc_article:
+ description: "Bc Article trabalhos"
+ name: "Bc Article"
diff --git a/config/locales/bc_article.zh.yml b/config/locales/bc_article.zh.yml
new file mode 100644
index 0000000..3d02a1d
--- /dev/null
+++ b/config/locales/bc_article.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ bc_article: "fa fa-file-text-o"
+ select_type:
+ bc_article:
+ # TODO: translate `human_name` into Chinese
+ description: "Bc Article 作品"
+ name: "Bc Article"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/bc_book.de.yml b/config/locales/bc_book.de.yml
new file mode 100644
index 0000000..4b0e894
--- /dev/null
+++ b/config/locales/bc_book.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ bc_book: "fa fa-file-text-o"
+ select_type:
+ bc_book:
+ description: "Bc Book Werke"
+ name: "Bc Book"
diff --git a/config/locales/bc_book.en.yml b/config/locales/bc_book.en.yml
new file mode 100644
index 0000000..84947d7
--- /dev/null
+++ b/config/locales/bc_book.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ bc_book: "fa fa-file-text-o"
+ select_type:
+ bc_book:
+ description: "Bc Book"
+ name: "Bc Book"
diff --git a/config/locales/bc_book.es.yml b/config/locales/bc_book.es.yml
new file mode 100644
index 0000000..18c1361
--- /dev/null
+++ b/config/locales/bc_book.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ bc_book: 'fa fa-file-text-o'
+ select_type:
+ bc_book:
+ # TODO: translate `human_name` into Spanish
+ description: "Bc Book trabajos"
+ name: "Bc Book"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/bc_book.fr.yml b/config/locales/bc_book.fr.yml
new file mode 100644
index 0000000..e50f369
--- /dev/null
+++ b/config/locales/bc_book.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ bc_book: 'fa fa-file-text-o'
+ select_type:
+ bc_book:
+ description: "Bc Book œuvres"
+ name: "Bc Book"
diff --git a/config/locales/bc_book.it.yml b/config/locales/bc_book.it.yml
new file mode 100644
index 0000000..7efb403
--- /dev/null
+++ b/config/locales/bc_book.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ bc_book: "fa fa-file-text-o"
+ select_type:
+ bc_book:
+ description: "Bc Book opere"
+ name: "Bc Book"
diff --git a/config/locales/bc_book.pt-BR.yml b/config/locales/bc_book.pt-BR.yml
new file mode 100644
index 0000000..eebdc8c
--- /dev/null
+++ b/config/locales/bc_book.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ bc_book: "fa fa-file-text-o"
+ select_type:
+ bc_book:
+ description: "Bc Book trabalhos"
+ name: "Bc Book"
diff --git a/config/locales/bc_book.zh.yml b/config/locales/bc_book.zh.yml
new file mode 100644
index 0000000..b607db7
--- /dev/null
+++ b/config/locales/bc_book.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ bc_book: "fa fa-file-text-o"
+ select_type:
+ bc_book:
+ # TODO: translate `human_name` into Chinese
+ description: "Bc Book 作品"
+ name: "Bc Book"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/bc_chapters_and_book_section.de.yml b/config/locales/bc_chapters_and_book_section.de.yml
new file mode 100644
index 0000000..18d46cb
--- /dev/null
+++ b/config/locales/bc_chapters_and_book_section.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ bc_chapters_book_section: "fa fa-file-text-o"
+ select_type:
+ bc_chapters_book_section:
+ description: "Bc ChaptersAndBookSections Werke"
+ name: "Bc ChaptersAndBookSections"
diff --git a/config/locales/bc_chapters_and_book_section.en.yml b/config/locales/bc_chapters_and_book_section.en.yml
new file mode 100644
index 0000000..6eeb471
--- /dev/null
+++ b/config/locales/bc_chapters_and_book_section.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ bc_chapters_and_book_section: "fa fa-file-text-o"
+ select_type:
+ bc_chapters_and_book_section:
+ description: "Bc ChaptersAndBookSections"
+ name: "Bc ChaptersAndBookSections"
diff --git a/config/locales/bc_chapters_and_book_section.es.yml b/config/locales/bc_chapters_and_book_section.es.yml
new file mode 100644
index 0000000..103b6e5
--- /dev/null
+++ b/config/locales/bc_chapters_and_book_section.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ bc_chapters_book_section: 'fa fa-file-text-o'
+ select_type:
+ bc_chapters_book_section:
+ # TODO: translate `human_name` into Spanish
+ description: "Bc ChaptersAndBookSections trabajos"
+ name: "Bc ChaptersAndBookSections"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/bc_chapters_and_book_section.fr.yml b/config/locales/bc_chapters_and_book_section.fr.yml
new file mode 100644
index 0000000..b4c12ef
--- /dev/null
+++ b/config/locales/bc_chapters_and_book_section.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ bc_chapters_book_section: 'fa fa-file-text-o'
+ select_type:
+ bc_chapters_book_section:
+ description: "Bc ChaptersAndBookSections œuvres"
+ name: "Bc ChaptersAndBookSections"
diff --git a/config/locales/bc_chapters_and_book_section.it.yml b/config/locales/bc_chapters_and_book_section.it.yml
new file mode 100644
index 0000000..7eb9cdf
--- /dev/null
+++ b/config/locales/bc_chapters_and_book_section.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ bc_chapters_book_section: "fa fa-file-text-o"
+ select_type:
+ bc_chapters_book_section:
+ description: "Bc ChaptersAndBookSections opere"
+ name: "Bc ChaptersAndBookSections"
diff --git a/config/locales/bc_chapters_and_book_section.pt-BR.yml b/config/locales/bc_chapters_and_book_section.pt-BR.yml
new file mode 100644
index 0000000..b9ff3ca
--- /dev/null
+++ b/config/locales/bc_chapters_and_book_section.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ bc_chapters_and_book_section: "fa fa-file-text-o"
+ select_type:
+ bc_chapters_and_book_section:
+ description: "Bc ChaptersAndBookSections trabalhos"
+ name: "Bc ChaptersAndBookSections"
diff --git a/config/locales/bc_chapters_and_book_section.zh.yml b/config/locales/bc_chapters_and_book_section.zh.yml
new file mode 100644
index 0000000..e3e60d0
--- /dev/null
+++ b/config/locales/bc_chapters_and_book_section.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ bc_chapters_and_book_section: "fa fa-file-text-o"
+ select_type:
+ bc_chapter_and_book_section:
+ # TODO: translate `human_name` into Chinese
+ description: "Bc ChaptersAndBookSections 作品"
+ name: "Bc ChaptersAndBookSections"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/bc_image.de.yml b/config/locales/bc_image.de.yml
new file mode 100644
index 0000000..e796182
--- /dev/null
+++ b/config/locales/bc_image.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ bc_image: "fa fa-file-text-o"
+ select_type:
+ bc_image:
+ description: "Bc Image Werke"
+ name: "Bc Image"
diff --git a/config/locales/bc_image.en.yml b/config/locales/bc_image.en.yml
new file mode 100644
index 0000000..c717e6b
--- /dev/null
+++ b/config/locales/bc_image.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ bc_image: "fa fa-file-text-o"
+ select_type:
+ bc_image:
+ description: "Bc Image"
+ name: "Bc Image"
diff --git a/config/locales/bc_image.es.yml b/config/locales/bc_image.es.yml
new file mode 100644
index 0000000..ce89e1a
--- /dev/null
+++ b/config/locales/bc_image.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ bc_image: 'fa fa-file-text-o'
+ select_type:
+ bc_image:
+ # TODO: translate `human_name` into Spanish
+ description: "Bc Image trabajos"
+ name: "Bc Image"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/bc_image.fr.yml b/config/locales/bc_image.fr.yml
new file mode 100644
index 0000000..1043e9a
--- /dev/null
+++ b/config/locales/bc_image.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ bc_image: 'fa fa-file-text-o'
+ select_type:
+ bc_image:
+ description: "Bc Image œuvres"
+ name: "Bc Image"
diff --git a/config/locales/bc_image.it.yml b/config/locales/bc_image.it.yml
new file mode 100644
index 0000000..c100da9
--- /dev/null
+++ b/config/locales/bc_image.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ bc_image: "fa fa-file-text-o"
+ select_type:
+ bc_image:
+ description: "Bc Image opere"
+ name: "Bc Image"
diff --git a/config/locales/bc_image.pt-BR.yml b/config/locales/bc_image.pt-BR.yml
new file mode 100644
index 0000000..ec2a12f
--- /dev/null
+++ b/config/locales/bc_image.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ bc_image: "fa fa-file-text-o"
+ select_type:
+ bc_image:
+ description: "Bc Image trabalhos"
+ name: "Bc image"
diff --git a/config/locales/bc_image.zh.yml b/config/locales/bc_image.zh.yml
new file mode 100644
index 0000000..9ed7084
--- /dev/null
+++ b/config/locales/bc_image.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ bc_image: "fa fa-file-text-o"
+ select_type:
+ bc_image:
+ # TODO: translate `human_name` into Chinese
+ description: "Bc Image 作品"
+ name: "Bc Image"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/bc_presentation.de.yml b/config/locales/bc_presentation.de.yml
new file mode 100644
index 0000000..e31b405
--- /dev/null
+++ b/config/locales/bc_presentation.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ bc_presentation: "fa fa-file-text-o"
+ select_type:
+ bc_presentation:
+ description: "Bc Presentation Werke"
+ name: "Bc Presentation"
diff --git a/config/locales/bc_presentation.en.yml b/config/locales/bc_presentation.en.yml
new file mode 100644
index 0000000..772a1bd
--- /dev/null
+++ b/config/locales/bc_presentation.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ bc_presentation: "fa fa-file-text-o"
+ select_type:
+ bc_presentation:
+ description: "Bc Presentation"
+ name: "Bc Presentation"
diff --git a/config/locales/bc_presentation.es.yml b/config/locales/bc_presentation.es.yml
new file mode 100644
index 0000000..9992c31
--- /dev/null
+++ b/config/locales/bc_presentation.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ bc_presentation: 'fa fa-file-text-o'
+ select_type:
+ bc_presentation:
+ # TODO: translate `human_name` into Spanish
+ description: "Bc Presentation trabajos"
+ name: "Bc Presentation"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/bc_presentation.fr.yml b/config/locales/bc_presentation.fr.yml
new file mode 100644
index 0000000..f3c9161
--- /dev/null
+++ b/config/locales/bc_presentation.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ bc_presentation: 'fa fa-file-text-o'
+ select_type:
+ bc_presentation:
+ description: "Bc Presentation œuvres"
+ name: "Bc Presentation"
diff --git a/config/locales/bc_presentation.it.yml b/config/locales/bc_presentation.it.yml
new file mode 100644
index 0000000..2412c76
--- /dev/null
+++ b/config/locales/bc_presentation.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ bc_presentation: "fa fa-file-text-o"
+ select_type:
+ bc_presentation:
+ description: "Bc Presentation opere"
+ name: "Bc Presentation"
diff --git a/config/locales/bc_presentation.pt-BR.yml b/config/locales/bc_presentation.pt-BR.yml
new file mode 100644
index 0000000..577bfee
--- /dev/null
+++ b/config/locales/bc_presentation.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ bc_presentation: "fa fa-file-text-o"
+ select_type:
+ bc_presentation:
+ description: "Bc Presentation trabalhos"
+ name: "Bc Presentation"
diff --git a/config/locales/bc_presentation.zh.yml b/config/locales/bc_presentation.zh.yml
new file mode 100644
index 0000000..f815332
--- /dev/null
+++ b/config/locales/bc_presentation.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ bc_presentation: "fa fa-file-text-o"
+ select_type:
+ bc_presentation:
+ # TODO: translate `human_name` into Chinese
+ description: "Bc Presentation 作品"
+ name: "Bc Presentation"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/bc_time_based_media.de.yml b/config/locales/bc_time_based_media.de.yml
new file mode 100644
index 0000000..1cee6ad
--- /dev/null
+++ b/config/locales/bc_time_based_media.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ bc_time_based_media: "fa fa-file-text-o"
+ select_type:
+ bc_time_based_media:
+ description: "Bc Time Based Media Werke"
+ name: "Bc Time Based Media"
diff --git a/config/locales/bc_time_based_media.en.yml b/config/locales/bc_time_based_media.en.yml
new file mode 100644
index 0000000..94b0458
--- /dev/null
+++ b/config/locales/bc_time_based_media.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ bc_time_based_media: "fa fa-file-text-o"
+ select_type:
+ bc_time_based_media:
+ description: "Bc Time Based Media"
+ name: "Bc Time Based Media"
diff --git a/config/locales/bc_time_based_media.es.yml b/config/locales/bc_time_based_media.es.yml
new file mode 100644
index 0000000..8c048c6
--- /dev/null
+++ b/config/locales/bc_time_based_media.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ bc_time_based_media: 'fa fa-file-text-o'
+ select_type:
+ bc_time_based_media:
+ # TODO: translate `human_name` into Spanish
+ description: "Bc Time Based Media trabajos"
+ name: "Bc Time Based Media"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/bc_time_based_media.fr.yml b/config/locales/bc_time_based_media.fr.yml
new file mode 100644
index 0000000..aa36bb5
--- /dev/null
+++ b/config/locales/bc_time_based_media.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ bc_time_based_media: 'fa fa-file-text-o'
+ select_type:
+ bc_time_based_media:
+ description: "Bc Time Based Media œuvres"
+ name: "Bc Time Based Media"
diff --git a/config/locales/bc_time_based_media.it.yml b/config/locales/bc_time_based_media.it.yml
new file mode 100644
index 0000000..3e82ec1
--- /dev/null
+++ b/config/locales/bc_time_based_media.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ bc_time_based_media: "fa fa-file-text-o"
+ select_type:
+ bc_time_based_media:
+ description: "Bc Time Based Media opere"
+ name: "Bc Time Based Media"
diff --git a/config/locales/bc_time_based_media.pt-BR.yml b/config/locales/bc_time_based_media.pt-BR.yml
new file mode 100644
index 0000000..b37fe19
--- /dev/null
+++ b/config/locales/bc_time_based_media.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ bc_time_based_media: "fa fa-file-text-o"
+ select_type:
+ bc_time_based_media:
+ description: "Bc Time Based Media trabalhos"
+ name: "Bc Time Based Media"
diff --git a/config/locales/bc_time_based_media.zh.yml b/config/locales/bc_time_based_media.zh.yml
new file mode 100644
index 0000000..c8493f8
--- /dev/null
+++ b/config/locales/bc_time_based_media.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ bc_time_based_media: "fa fa-file-text-o"
+ select_type:
+ bc_time_based_media:
+ # TODO: translate `human_name` into Chinese
+ description: "Bc Time Based Media 作品"
+ name: "Bc Time Based Media"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/book.de.yml b/config/locales/book.de.yml
new file mode 100644
index 0000000..35f7585
--- /dev/null
+++ b/config/locales/book.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ book: 'fa fa-file-text-o'
+ select_type:
+ book:
+ description: "Book Werke"
+ name: "Book"
diff --git a/config/locales/book.en.yml b/config/locales/book.en.yml
new file mode 100644
index 0000000..8aad367
--- /dev/null
+++ b/config/locales/book.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ book: 'fa fa-file-text-o'
+ select_type:
+ book:
+ description: "Book works"
+ name: "Book"
diff --git a/config/locales/book.es.yml b/config/locales/book.es.yml
new file mode 100644
index 0000000..df27289
--- /dev/null
+++ b/config/locales/book.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ book: 'fa fa-file-text-o'
+ select_type:
+ book:
+ # TODO: translate `human_name` into Spanish
+ description: "Book trabajos"
+ name: "Book"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/book.fr.yml b/config/locales/book.fr.yml
new file mode 100644
index 0000000..14c6210
--- /dev/null
+++ b/config/locales/book.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ book: 'fa fa-file-text-o'
+ select_type:
+ book:
+ description: "Book œuvres"
+ name: "Book"
diff --git a/config/locales/book.it.yml b/config/locales/book.it.yml
new file mode 100644
index 0000000..0020cfe
--- /dev/null
+++ b/config/locales/book.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ book: 'fa fa-file-text-o'
+ select_type:
+ book:
+ description: "Book opere"
+ name: "Book"
diff --git a/config/locales/book.pt-BR.yml b/config/locales/book.pt-BR.yml
new file mode 100644
index 0000000..42ad982
--- /dev/null
+++ b/config/locales/book.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ book: 'fa fa-file-text-o'
+ select_type:
+ book:
+ description: "Book trabalhos"
+ name: "Book"
diff --git a/config/locales/book.zh.yml b/config/locales/book.zh.yml
new file mode 100644
index 0000000..46ffb61
--- /dev/null
+++ b/config/locales/book.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ book: 'fa fa-file-text-o'
+ select_type:
+ book:
+ # TODO: translate `human_name` into Chinese
+ description: "Book 作品"
+ name: "Book"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/book_contribution.de.yml b/config/locales/book_contribution.de.yml
new file mode 100644
index 0000000..b7f0923
--- /dev/null
+++ b/config/locales/book_contribution.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ book_contribution: 'fa fa-file-text-o'
+ select_type:
+ book_contribution:
+ description: "Book contribution Werke"
+ name: "Book Contribution"
diff --git a/config/locales/book_contribution.en.yml b/config/locales/book_contribution.en.yml
new file mode 100644
index 0000000..96a5a2d
--- /dev/null
+++ b/config/locales/book_contribution.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ book_contribution: 'fa fa-file-text-o'
+ select_type:
+ book_contribution:
+ description: "Book contribution works"
+ name: "Book Contribution"
diff --git a/config/locales/book_contribution.es.yml b/config/locales/book_contribution.es.yml
new file mode 100644
index 0000000..a0045d2
--- /dev/null
+++ b/config/locales/book_contribution.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ book_contribution: 'fa fa-file-text-o'
+ select_type:
+ book_contribution:
+ # TODO: translate `human_name` into Spanish
+ description: "Book contribution trabajos"
+ name: "Book Contribution"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/book_contribution.fr.yml b/config/locales/book_contribution.fr.yml
new file mode 100644
index 0000000..224e00f
--- /dev/null
+++ b/config/locales/book_contribution.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ book_contribution: 'fa fa-file-text-o'
+ select_type:
+ book_contribution:
+ description: "Book contribution œuvres"
+ name: "Book Contribution"
diff --git a/config/locales/book_contribution.it.yml b/config/locales/book_contribution.it.yml
new file mode 100644
index 0000000..595bffa
--- /dev/null
+++ b/config/locales/book_contribution.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ book_contribution: 'fa fa-file-text-o'
+ select_type:
+ book_contribution:
+ description: "Book contribution opere"
+ name: "Book Contribution"
diff --git a/config/locales/book_contribution.pt-BR.yml b/config/locales/book_contribution.pt-BR.yml
new file mode 100644
index 0000000..ac797a8
--- /dev/null
+++ b/config/locales/book_contribution.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ book_contribution: 'fa fa-file-text-o'
+ select_type:
+ book_contribution:
+ description: "Book contribution trabalhos"
+ name: "Book Contribution"
diff --git a/config/locales/book_contribution.zh.yml b/config/locales/book_contribution.zh.yml
new file mode 100644
index 0000000..ae06dd5
--- /dev/null
+++ b/config/locales/book_contribution.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ book_contribution: 'fa fa-file-text-o'
+ select_type:
+ book_contribution:
+ # TODO: translate `human_name` into Chinese
+ description: "Book contribution 作品"
+ name: "Book Contribution"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/conference_item.de.yml b/config/locales/conference_item.de.yml
new file mode 100644
index 0000000..d7ff388
--- /dev/null
+++ b/config/locales/conference_item.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ conference_item: 'fa fa-file-text-o'
+ select_type:
+ conference_item:
+ description: "Conference item Werke"
+ name: "Conference Item"
diff --git a/config/locales/conference_item.en.yml b/config/locales/conference_item.en.yml
new file mode 100644
index 0000000..1766749
--- /dev/null
+++ b/config/locales/conference_item.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ conference_item: 'fa fa-file-text-o'
+ select_type:
+ conference_item:
+ description: "Conference item works"
+ name: "Conference Item"
diff --git a/config/locales/conference_item.es.yml b/config/locales/conference_item.es.yml
new file mode 100644
index 0000000..a6096b8
--- /dev/null
+++ b/config/locales/conference_item.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ conference_item: 'fa fa-file-text-o'
+ select_type:
+ conference_item:
+ # TODO: translate `human_name` into Spanish
+ description: "Conference item trabajos"
+ name: "Conference Item"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/conference_item.fr.yml b/config/locales/conference_item.fr.yml
new file mode 100644
index 0000000..5f8f591
--- /dev/null
+++ b/config/locales/conference_item.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ conference_item: 'fa fa-file-text-o'
+ select_type:
+ conference_item:
+ description: "Conference item œuvres"
+ name: "Conference Item"
diff --git a/config/locales/conference_item.it.yml b/config/locales/conference_item.it.yml
new file mode 100644
index 0000000..2036834
--- /dev/null
+++ b/config/locales/conference_item.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ conference_item: 'fa fa-file-text-o'
+ select_type:
+ conference_item:
+ description: "Conference item opere"
+ name: "Conference Item"
diff --git a/config/locales/conference_item.pt-BR.yml b/config/locales/conference_item.pt-BR.yml
new file mode 100644
index 0000000..7b00b5d
--- /dev/null
+++ b/config/locales/conference_item.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ conference_item: 'fa fa-file-text-o'
+ select_type:
+ conference_item:
+ description: "Conference item trabalhos"
+ name: "Conference Item"
diff --git a/config/locales/conference_item.zh.yml b/config/locales/conference_item.zh.yml
new file mode 100644
index 0000000..633d98e
--- /dev/null
+++ b/config/locales/conference_item.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ conference_item: 'fa fa-file-text-o'
+ select_type:
+ conference_item:
+ # TODO: translate `human_name` into Chinese
+ description: "Conference item 作品"
+ name: "Conference Item"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/dataset.de.yml b/config/locales/dataset.de.yml
new file mode 100644
index 0000000..c133f7b
--- /dev/null
+++ b/config/locales/dataset.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ dataset: 'fa fa-file-text-o'
+ select_type:
+ dataset:
+ description: "Dataset Werke"
+ name: "Dataset"
diff --git a/config/locales/dataset.en.yml b/config/locales/dataset.en.yml
new file mode 100644
index 0000000..dc79608
--- /dev/null
+++ b/config/locales/dataset.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ dataset: 'fa fa-file-text-o'
+ select_type:
+ dataset:
+ description: "Dataset works"
+ name: "Dataset"
diff --git a/config/locales/dataset.es.yml b/config/locales/dataset.es.yml
new file mode 100644
index 0000000..cd4e7fb
--- /dev/null
+++ b/config/locales/dataset.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ dataset: 'fa fa-file-text-o'
+ select_type:
+ dataset:
+ # TODO: translate `human_name` into Spanish
+ description: "Dataset trabajos"
+ name: "Dataset"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/dataset.fr.yml b/config/locales/dataset.fr.yml
new file mode 100644
index 0000000..f59979a
--- /dev/null
+++ b/config/locales/dataset.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ dataset: 'fa fa-file-text-o'
+ select_type:
+ dataset:
+ description: "Dataset œuvres"
+ name: "Dataset"
diff --git a/config/locales/dataset.it.yml b/config/locales/dataset.it.yml
new file mode 100644
index 0000000..bd37f83
--- /dev/null
+++ b/config/locales/dataset.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ dataset: 'fa fa-file-text-o'
+ select_type:
+ dataset:
+ description: "Dataset opere"
+ name: "Dataset"
diff --git a/config/locales/dataset.pt-BR.yml b/config/locales/dataset.pt-BR.yml
new file mode 100644
index 0000000..3b9ed8c
--- /dev/null
+++ b/config/locales/dataset.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ dataset: 'fa fa-file-text-o'
+ select_type:
+ dataset:
+ description: "Dataset trabalhos"
+ name: "Dataset"
diff --git a/config/locales/dataset.zh.yml b/config/locales/dataset.zh.yml
new file mode 100644
index 0000000..f9d1a53
--- /dev/null
+++ b/config/locales/dataset.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ dataset: 'fa fa-file-text-o'
+ select_type:
+ dataset:
+ # TODO: translate `human_name` into Chinese
+ description: "Dataset 作品"
+ name: "Dataset"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/denver_article.en.yml b/config/locales/denver_article.en.yml
new file mode 100644
index 0000000..d339b7e
--- /dev/null
+++ b/config/locales/denver_article.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ denver_article: 'fa fa-file-text-o'
+ select_type:
+ denver_article:
+ description: "Denver article works"
+ name: "Denver Article"
diff --git a/config/locales/denver_book.en.yml b/config/locales/denver_book.en.yml
new file mode 100644
index 0000000..600dc53
--- /dev/null
+++ b/config/locales/denver_book.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ denver_book: 'fa fa-file-text-o'
+ select_type:
+ denver_book:
+ description: "Denver book works"
+ name: "Denver Book"
diff --git a/config/locales/denver_book_chapter.en.yml b/config/locales/denver_book_chapter.en.yml
new file mode 100644
index 0000000..b20cbb8
--- /dev/null
+++ b/config/locales/denver_book_chapter.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ denver_book_chapter: 'fa fa-file-text-o'
+ select_type:
+ denver_book_chapter:
+ description: "Denver book chapter works"
+ name: "Denver Book Chapter"
diff --git a/config/locales/denver_dataset.en.yml b/config/locales/denver_dataset.en.yml
new file mode 100644
index 0000000..800f94e
--- /dev/null
+++ b/config/locales/denver_dataset.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ denver_dataset: 'fa fa-file-text-o'
+ select_type:
+ denver_dataset:
+ description: "Denver dataset works"
+ name: "Denver Dataset"
diff --git a/config/locales/denver_image.de.yml b/config/locales/denver_image.de.yml
new file mode 100644
index 0000000..603cb92
--- /dev/null
+++ b/config/locales/denver_image.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ denver_image: 'fa fa-file-text-o'
+ select_type:
+ denver_image:
+ description: "Denver image Werke"
+ name: "Denver Image"
diff --git a/config/locales/denver_image.en.yml b/config/locales/denver_image.en.yml
new file mode 100644
index 0000000..eeafeb4
--- /dev/null
+++ b/config/locales/denver_image.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ denver_image: 'fa fa-file-text-o'
+ select_type:
+ denver_image:
+ description: "Denver image works"
+ name: "Denver Image"
diff --git a/config/locales/denver_image.es.yml b/config/locales/denver_image.es.yml
new file mode 100644
index 0000000..9c74384
--- /dev/null
+++ b/config/locales/denver_image.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ denver_image: 'fa fa-file-text-o'
+ select_type:
+ denver_image:
+ # TODO: translate `human_name` into Spanish
+ description: "Denver image trabajos"
+ name: "Denver Image"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/denver_image.fr.yml b/config/locales/denver_image.fr.yml
new file mode 100644
index 0000000..c326ab0
--- /dev/null
+++ b/config/locales/denver_image.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ denver_image: 'fa fa-file-text-o'
+ select_type:
+ denver_image:
+ description: "Denver image œuvres"
+ name: "Denver Image"
diff --git a/config/locales/denver_image.it.yml b/config/locales/denver_image.it.yml
new file mode 100644
index 0000000..d919dfc
--- /dev/null
+++ b/config/locales/denver_image.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ denver_image: 'fa fa-file-text-o'
+ select_type:
+ denver_image:
+ description: "Denver image opere"
+ name: "Denver Image"
diff --git a/config/locales/denver_image.pt-BR.yml b/config/locales/denver_image.pt-BR.yml
new file mode 100644
index 0000000..89d056d
--- /dev/null
+++ b/config/locales/denver_image.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ denver_image: 'fa fa-file-text-o'
+ select_type:
+ denver_image:
+ description: "Denver image trabalhos"
+ name: "Denver Image"
diff --git a/config/locales/denver_image.zh.yml b/config/locales/denver_image.zh.yml
new file mode 100644
index 0000000..e9da994
--- /dev/null
+++ b/config/locales/denver_image.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ denver_image: 'fa fa-file-text-o'
+ select_type:
+ denver_image:
+ # TODO: translate `human_name` into Chinese
+ description: "Denver image 作品"
+ name: "Denver Image"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/denver_map.en.yml b/config/locales/denver_map.en.yml
new file mode 100644
index 0000000..f406074
--- /dev/null
+++ b/config/locales/denver_map.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ denver_map: 'fa fa-file-text-o'
+ select_type:
+ denver_map:
+ description: "Denver map works"
+ name: "Denver Map"
diff --git a/config/locales/denver_multimedia.en.yml b/config/locales/denver_multimedia.en.yml
new file mode 100644
index 0000000..ae677c8
--- /dev/null
+++ b/config/locales/denver_multimedia.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ denver_multimedia: 'fa fa-file-text-o'
+ select_type:
+ denver_multimedia:
+ description: "Denver multimedia works"
+ name: "Denver Multimedia"
diff --git a/config/locales/denver_presentation_material.en.yml b/config/locales/denver_presentation_material.en.yml
new file mode 100644
index 0000000..d26f5f7
--- /dev/null
+++ b/config/locales/denver_presentation_material.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ denver_presentation_material: 'fa fa-file-text-o'
+ select_type:
+ denver_presentation_material:
+ description: "Denver presentation material works"
+ name: "Denver Presentation Material"
diff --git a/config/locales/denver_serial_publication.en.yml b/config/locales/denver_serial_publication.en.yml
new file mode 100644
index 0000000..d548e89
--- /dev/null
+++ b/config/locales/denver_serial_publication.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ denver_serial_publication: 'fa fa-file-text-o'
+ select_type:
+ denver_serial_publication:
+ description: "Denver serial_publication works"
+ name: "Denver Serial Publication"
diff --git a/config/locales/denver_thesis_dissertation_capstone.de.yml b/config/locales/denver_thesis_dissertation_capstone.de.yml
new file mode 100644
index 0000000..8a24a43
--- /dev/null
+++ b/config/locales/denver_thesis_dissertation_capstone.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ denver_thesis_dissertation_capstone: 'fa fa-file-text-o'
+ select_type:
+ denver_thesis_dissertation_capstone:
+ description: "Denver thesis dissertation capstone Werke"
+ name: "Denver Thesis Dissertation Capstone"
diff --git a/config/locales/denver_thesis_dissertation_capstone.en.yml b/config/locales/denver_thesis_dissertation_capstone.en.yml
new file mode 100644
index 0000000..ff7a890
--- /dev/null
+++ b/config/locales/denver_thesis_dissertation_capstone.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ denver_thesis_dissertation_capstone: 'fa fa-file-text-o'
+ select_type:
+ denver_thesis_dissertation_capstone:
+ description: "Denver thesis dissertation capstone works"
+ name: "Denver Thesis Dissertation Capstone"
diff --git a/config/locales/denver_thesis_dissertation_capstone.es.yml b/config/locales/denver_thesis_dissertation_capstone.es.yml
new file mode 100644
index 0000000..315d479
--- /dev/null
+++ b/config/locales/denver_thesis_dissertation_capstone.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ denver_thesis_dissertation_capstone: 'fa fa-file-text-o'
+ select_type:
+ denver_thesis_dissertation_capstone:
+ # TODO: translate `human_name` into Spanish
+ description: "Denver thesis dissertation capstone trabajos"
+ name: "Denver Thesis Dissertation Capstone"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/denver_thesis_dissertation_capstone.fr.yml b/config/locales/denver_thesis_dissertation_capstone.fr.yml
new file mode 100644
index 0000000..08e6d94
--- /dev/null
+++ b/config/locales/denver_thesis_dissertation_capstone.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ denver_thesis_dissertation_capstone: 'fa fa-file-text-o'
+ select_type:
+ denver_thesis_dissertation_capstone:
+ description: "Denver thesis dissertation capstone œuvres"
+ name: "Denver Thesis Dissertation Capstone"
diff --git a/config/locales/denver_thesis_dissertation_capstone.it.yml b/config/locales/denver_thesis_dissertation_capstone.it.yml
new file mode 100644
index 0000000..64220c6
--- /dev/null
+++ b/config/locales/denver_thesis_dissertation_capstone.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ denver_thesis_dissertation_capstone: 'fa fa-file-text-o'
+ select_type:
+ denver_thesis_dissertation_capstone:
+ description: "Denver thesis dissertation capstone opere"
+ name: "Denver Thesis Dissertation Capstone"
diff --git a/config/locales/denver_thesis_dissertation_capstone.pt-BR.yml b/config/locales/denver_thesis_dissertation_capstone.pt-BR.yml
new file mode 100644
index 0000000..df9b36f
--- /dev/null
+++ b/config/locales/denver_thesis_dissertation_capstone.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ denver_thesis_dissertation_capstone: 'fa fa-file-text-o'
+ select_type:
+ denver_thesis_dissertation_capstone:
+ description: "Denver thesis dissertation capstone trabalhos"
+ name: "Denver Thesis Dissertation Capstone"
diff --git a/config/locales/denver_thesis_dissertation_capstone.zh.yml b/config/locales/denver_thesis_dissertation_capstone.zh.yml
new file mode 100644
index 0000000..a8eddb8
--- /dev/null
+++ b/config/locales/denver_thesis_dissertation_capstone.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ denver_thesis_dissertation_capstone: 'fa fa-file-text-o'
+ select_type:
+ denver_thesis_dissertation_capstone:
+ # TODO: translate `human_name` into Chinese
+ description: "Denver thesis dissertation capstone 作品"
+ name: "Denver Thesis Dissertation Capstone"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/en-ANSCHUTZ.yml b/config/locales/en-ANSCHUTZ.yml
new file mode 100644
index 0000000..17d78d7
--- /dev/null
+++ b/config/locales/en-ANSCHUTZ.yml
@@ -0,0 +1,94 @@
+en-ANSCHUTZ:
+ hyrax:
+ select_type:
+ anschutz_work:
+ name: Anschutz Work
+ description: ""
+ simple_form:
+ creator:
+ creator_name_type:
+ label: Creator as Person(s) or Organization
+ help_text: Choose if the creator is an individual(s) or an organization.
+ creator_family_name:
+ label: Family Name
+ creator_given_name:
+ label: First Name
+ creator_middle_name:
+ label: Middle Name
+ placeholder: " "
+ help_text: Please enter the creator's middle name.
+ creator_suffix:
+ label: Suffix
+ creator_role:
+ label: Role
+ placeholder:
+ help_text: " "
+ creator_institution:
+ label: Institution
+ creator_orcid:
+ label: ORCiD
+ help_text: " "
+ placeholder: " "
+ creator_organization_name:
+ label: Institution as Creator
+ placeholder: Colorado Clinical & Translational Sciences Institute (CCTSI).
+ help_text: Group or Department responsible for the creation of the work(s).
+ creator_ror:
+ label: ROR
+ placeholder: " "
+ creator_grid:
+ label: GRID
+ placeholder: " "
+ creator_wikidata:
+ label: Wikidata
+ placeholder: " "
+ labels:
+ defaults:
+ alt_title: Other Title(s)
+ license: Licensing
+ place_of_publication: Place Published
+ language: Language(s)
+ subject_text: Subject(s)
+ mesh: MeSH
+ add_info: Notes
+ publisher: Original Publisher
+ source: Original Source
+ funding_description: Funding Source(s)
+ citation: Bibliographic Citation
+ extent: Content Length or Size
+ medium: Format(s)
+ library_of_congress_classification: LCSH
+ time: Coverage Span
+ rights_statement: DPLA Rights
+ qualification_subject_text: Thesis Discipline
+ qualification_grantor: Thesis Grantor
+ qualification_level: Thesis Level
+ qualification_name: Thesis Degree
+ is_format_of: Is Format Of
+ part_of: Is Part Of
+ repository_space: Publisher
+ hints:
+ defaults:
+ abstract: "Abstract or short description of content"
+ resource_type: " "
+ title: " "
+ alt_title: " "
+ date_published: " "
+ place_of_publication: " "
+ license: " "
+ language: " "
+ publisher: " "
+ extent: Sound/video length or item dimensions
+ library_of_congress_classification: " "
+ medium: Admin Only, please do not define
+ table_of_contents: Admin Only, please do not define
+ source_identifier: Admin Only, please do not define
+ add_info: Any additional information to be included
+ source: If submission is derived from another source.
+ subject: " "
+ journal_frequency: Frequency for serials, journals, annual reports, etc.
+ placeholders:
+ defaults:
+ extent: 59 minutes, 30 seconds or 2.5 x 3 cm
+ place_of_publication: e.g. Denver, CO
+ journal_frequency: e.g. annual
diff --git a/config/locales/en-BC.yml b/config/locales/en-BC.yml
new file mode 100644
index 0000000..cc1c722
--- /dev/null
+++ b/config/locales/en-BC.yml
@@ -0,0 +1,25 @@
+en-BC:
+ # GenericWork help text and form labels
+ hyrax:
+ select_type:
+ bc_article:
+ name: Article
+ description: ""
+ bc_book:
+ name: Book
+ description: ""
+ bc_chapters_and_book_section:
+ name: Chapters And Book Sections
+ description: ""
+ bc_archival_and_legal_material:
+ name: Archival And Legal Materials
+ description: ""
+ bc_image:
+ name: Image
+ description: ""
+ bc_presentation:
+ name: Presentation
+ description: ""
+ bc_time_based_media:
+ name: Time Based Media
+ description: ""
diff --git a/config/locales/en-DENVER.yml b/config/locales/en-DENVER.yml
new file mode 100644
index 0000000..4deb502
--- /dev/null
+++ b/config/locales/en-DENVER.yml
@@ -0,0 +1,136 @@
+en-DENVER:
+ hyrax:
+ select_type:
+ denver_article:
+ name: Article
+ description: ""
+ denver_book:
+ name: Book
+ description: ""
+ denver_book_chapter:
+ name: Book Chapter
+ description: ""
+ denver_dataset:
+ name: Dataset
+ description: ""
+ denver_image:
+ name: Image
+ description: ""
+ denver_map:
+ name: Map
+ description: ""
+ denver_multimedia:
+ name: Multimedia
+ description: ""
+ denver_presentation_material:
+ name: Presentation Material
+ description: ""
+ denver_serial_publication:
+ name: Serial Publication
+ description: ""
+ denver_thesis_dissertation_capstone:
+ name: Thesis Dissertation Capstone
+ description: ""
+ work_type_modal:
+ admin_set:
+ title: Select Collection
+ simple_form:
+ creator:
+ creator_name_type:
+ label: Creator Name Type
+ creator_family_name:
+ label: Last Name
+ creator_given_name:
+ label: First Name
+ creator_middle_name:
+ label: Middle Name
+ placeholder: " "
+ help_text: Please enter the creator's middle name.
+ creator_suffix:
+ label: Suffix
+ creator_role:
+ label: Role
+ placeholder:
+ help_text: " "
+ creator_institution:
+ label: Institution
+ creator_orcid:
+ label: ORCiD
+ help_text: " "
+ placeholder: " "
+ creator_organization_name:
+ label: Organization Name
+ creator_ror:
+ label: ROR
+ placeholder: " "
+ creator_grid:
+ label: GRID
+ placeholder: " "
+ creator_wikidata:
+ label: Wikidata
+ placeholder: " "
+ creator_isni:
+ label: Creator ISNI
+ contributor:
+ contributor_organization_name:
+ label: Organization Name
+ contributor_family_name:
+ label: Last Name
+ contributor_given_name:
+ label: First Name
+ contributor_isni:
+ label: ISNI
+ contributor_institution:
+ label: Institution
+ placeholder: " "
+ contributor_orcid:
+ label: ORCiD
+ contributor_ror:
+ label: ROR
+ contributor_wikidata:
+ label: Wikidata
+ contributor_role:
+ label: Role
+ contributor_grid:
+ label: GRID
+ editor:
+ editor_family_name:
+ label: Editor Last Name
+ editor_given_name:
+ label: Editor First Name
+ labels:
+ defaults:
+ alt_title: Other Title(s)
+ license: Licensing
+ language: Language(s)
+ subject_text: Subject
+ add_info: Additional Information
+ georeferenced: Georeferenced?
+ location: Geolocate
+ extent: Content Length or Size
+ keyword: Keywords
+ org_unit: Organisational Unit
+ mesh: MeSH
+ refereed: Peer reviewed?
+ medium: Format(s)
+ time: Coverage Span
+ issn: ISSN
+ eissn: eISSN
+ official_link: Official URL
+ hints:
+ defaults:
+ abstract: Abstract or short description of content.
+ institution: The Auraria entity responsible for the item.
+ georeferenced: A digital image is georeferenced if it is a map view AND the file contains the information to align the image on the planet's surface.
+ geolocate: The name of the location (city, state, country)
+ longitude: Longitude in decimal degrees. If the material has a continuous extended spatial coverage, use estimated center longitude.
+ latitude: Latitude in decimal degrees. If the material has a continuous extended spatial coverage, use estimated center latitude.
+ medium: Add the file type suffix when possible, or a description.
+ time: Provide a relevant time coverage
+ placeholders:
+ defaults:
+ medium: .txt, .csv, .pdf, etc.
+ time: April 2017 - March 2018
+ geoloate: Denver, CO, United States
+ longitude: "-105.003"
+ latitude: "39.744"
diff --git a/config/locales/en-LAC.yml b/config/locales/en-LAC.yml
new file mode 100644
index 0000000..91ed4e9
--- /dev/null
+++ b/config/locales/en-LAC.yml
@@ -0,0 +1,25 @@
+en-LAC:
+ simple_form:
+ creator:
+ creator_family_name:
+ label: Last Name
+ creator_given_name:
+ label: First Name
+ contributor:
+ contributor_family_name:
+ label: Last Name
+ contributor_given_name:
+ label: First Name
+ labels:
+ defaults:
+ time: Coverage Span
+ date_published: Date Created
+ extent: Extent
+ medium: File Type
+ is_format_of: Original Format
+ citation: Preferred Citation
+ hyrax:
+ select_type:
+ lac_time_based_media:
+ name: Lac Time based media
+ description: ""
diff --git a/config/locales/en-LTU.yml b/config/locales/en-LTU.yml
new file mode 100644
index 0000000..55d134f
--- /dev/null
+++ b/config/locales/en-LTU.yml
@@ -0,0 +1,78 @@
+en-LTU:
+ # GenericWork help text and form labels
+ hyrax:
+ select_type:
+ ltu_article:
+ name: Article
+ description: ""
+ ltu_book:
+ name: Book
+ description: ""
+ ltu_book_chapter:
+ name: Book Chapter
+ description: ""
+ ltu_dataset:
+ name: Dataset
+ description: ""
+ ltu_image:
+ name: Image
+ description: ""
+ ltu_presentation:
+ name: Presentation
+ description: ""
+ ltu_time_based_media:
+ name: Time Based Media
+ description: ""
+ ltu_thesis_dissertation:
+ name: Thesis Dissertation
+ description: ""
+ simple_form:
+ creator:
+ creator_organization_name:
+ label: Creator organization name
+ placeholder: "LTU"
+ help_text: Please enter the organization's name
+ creator_ror:
+ label: Creator organization ROR
+ placeholder: " "
+ creator_grid:
+ label: Creator organization GRID
+ placeholder: " "
+ creator_wikidata:
+ label: Creator organization Wikidata
+ placeholder: " "
+ creator_isni:
+ label: Creator ISNI
+ contributor:
+ contributor_organization_name:
+ label: Contributor organization name
+ help_text: Please enter the organization's name
+ placeholder: Please enter the organization's name
+ contributor_ror:
+ label: Contributor organization ROR
+ placeholder: " "
+ contributor_grid:
+ label: Contributor organization GRID
+ placeholder: " "
+ contributor_wikidata:
+ label: Contributor organization Wikidata
+ editor:
+ editor_family_name:
+ label: Editor Last Name
+ editor_given_name:
+ label: Editor First Name
+ labels:
+ defaults:
+ license: License
+ language: Language(s)
+ subject_text: Subject
+ add_info: Additional Information
+ georeferenced: Georeferenced?
+ location: Location
+ extent: Content Length or Size
+ keyword: Keywords
+ org_unit: Organizational unit
+ hints:
+ defaults:
+ abstract: Abstract or short description of content.
+ org_unit: organizational structure
diff --git a/config/locales/en-NSU.yml b/config/locales/en-NSU.yml
new file mode 100644
index 0000000..581da78
--- /dev/null
+++ b/config/locales/en-NSU.yml
@@ -0,0 +1,90 @@
+en-NSU:
+ hyrax:
+ select_type:
+ nsu_article:
+ name: Article
+ description: ""
+ nsu_generic_work:
+ name: Generic Work
+ description: ""
+ simple_form:
+ creator:
+ creator_name_type:
+ label: Creator Name Type
+ creator_family_name:
+ label: Last Name
+ placeholder: e.g. Vaughan
+ creator_given_name:
+ label: First Name
+ placeholder: e.g. John
+ creator_middle_name:
+ label: Middle Name
+ placeholder: " "
+ help_text: Please enter the creator's middle name.
+ creator_suffix:
+ label: Suffix
+ creator_institution:
+ label: Institution
+ creator_orcid:
+ label: ORCiD
+ help_text: " "
+ placeholder: " "
+ creator_organization_name:
+ label: Organization Name
+ creator_ror:
+ label: ROR
+ placeholder: " "
+ creator_grid:
+ label: GRID
+ placeholder: " "
+ creator_wikidata:
+ label: Wikidata
+ placeholder: " "
+ creator_isni:
+ label: Creator ISNI
+ contributor:
+ contributor_organization_name:
+ label: Organization Name
+ contributor_family_name:
+ label: Last Name
+ contributor_given_name:
+ label: First Name
+ contributor_isni:
+ label: ISNI
+ contributor_institution:
+ label: Institution
+ placeholder: " "
+ contributor_orcid:
+ label: ORCiD
+ contributor_ror:
+ label: ROR
+ contributor_wikidata:
+ label: Wikidata
+ contributor_role:
+ label: Role
+ contributor_grid:
+ label: GRID
+ labels:
+ defaults:
+ alt_email: Non-NSU email
+ org_unit: Organizational Unit
+ buy_book: Link to Buy Book
+ official_link: Official URL
+ source: Original Source
+ place_of_publication: Place Published
+ medium: Format(s)
+ extent: Content Length or Size
+ audience: Intended Audience
+ location: Geolocate
+ time: Coverage Span
+ refereed: Peer reviewed?
+ suggested_reviewers: Possible Peer Reviewers
+ suggested_student_reviewers: Possible Peer Reviewers
+ add_info: Notes
+ mesh: MeSH
+ related_identifier: Globally unique identifiers, such as ISNI, ARK etc. For ISBN, ISSN and EISSN, use the specific fields below.
+ hints:
+ defaults:
+ alt_email: Email addresses which can be used by the depositor to receive statistics and communication about the work after leaving the institution - not made public.
+ edition: For books/reports, if this is not the first edition, please specify in the format e.g. 2nd.
+ extent: The extent (size, number, etc.) of the work.
diff --git a/config/locales/en-PACIFIC.yml b/config/locales/en-PACIFIC.yml
new file mode 100644
index 0000000..5d04a5b
--- /dev/null
+++ b/config/locales/en-PACIFIC.yml
@@ -0,0 +1,80 @@
+en-PACIFIC:
+ hyrax:
+ select_type:
+ pacific_article:
+ name: Article
+ description: ""
+ pacific_book:
+ name: Book
+ description: ""
+ pacific_book_chapter:
+ name: Book Chapter
+ description: ""
+ pacific_news_clipping:
+ name: News Clipping
+ description: ""
+ pacific_image:
+ name: Image
+ description: ""
+ pacific_presentation:
+ name: Presentation
+ description: ""
+ pacific_media:
+ name: Media
+ description: ""
+ pacific_text_work:
+ name: Text Work
+ description:
+ pacific_uncategorized:
+ name: Uncategorized
+ description: ""
+ pacific_thesis_or_dissertation:
+ name: Thesis Or Dissertation
+ description: ""
+ work_type_modal:
+ admin_set:
+ title: Select Collection
+ simple_form:
+ creator:
+ creator_family_name:
+ label: Last Name
+ creator_given_name:
+ label: First Name
+ creator_institutional_relationship:
+ label: Creator Role
+ placeholder:
+ help_text: The role of the creator
+ creator_institution:
+ label: Institution
+ placeholder: " "
+ contributor:
+ contributor_family_name:
+ label: Last Name
+ contributor_given_name:
+ label: First Name
+ contributor_type:
+ label: Contributor role
+ placeholder:
+ help_text: The relationship of the contributor within the instittion
+ contributor_isni:
+ label: Contributor ISNI
+ contributor_institutional_relationship:
+ label: Contributor Role
+ contributor_institution:
+ label: Institution
+ placeholder: " "
+ labels:
+ defaults:
+ org_unit: Department
+ related_url: Source
+ keywords: Keyword
+ irb_status: IRB Status
+ irb_number: IRB Number
+ version_number: Version
+ official_link: DOI
+ hints:
+ defaults:
+ org_unit: Enter your department, center, or group at Pacific
+ related_url: " "
+ version_number: " "
+ official_link: A persistent digital object identifier, if your item already has one then enter this here in the following model e.g. 10.21250/tcq y
diff --git a/config/locales/en-REDLANDS.yml b/config/locales/en-REDLANDS.yml
new file mode 100644
index 0000000..2ea88d3
--- /dev/null
+++ b/config/locales/en-REDLANDS.yml
@@ -0,0 +1,117 @@
+en-REDLANDS:
+ hyrax:
+ select_type:
+ redlands_article:
+ name: Article
+ description: ""
+ redlands_book:
+ name: Book
+ description: ""
+ redlands_chapters_and_book_section_chapter_book_setcions:
+ name: Chapters And Book Sections
+ description: ""
+ redlands_conferences_reports_and_paper:
+ name: Conferences Reports And Paper
+ description: ""
+ redlands_open_educational_resource:
+ name: Open Educational Resource
+ description: ""
+ redlands_student_work:
+ name: student Work
+ description: ""
+ redlands_media:
+ name: Media
+ description: ""
+ simple_form:
+ creator:
+ creator_name_type:
+ label: Creator Name Type
+ creator_family_name:
+ label: Last Name
+ placeholder: e.g. Vaughan
+ help_text: Please enter the creator's last name/family name
+ creator_given_name:
+ label: First Name
+ placeholder: e.g. Dorothy
+ help_text: Please enter the creator's first name/given name
+ creator_orcid:
+ label: ORCiD ID
+ placeholder: e.g. 0000-1234-5678-9101.
+ help_text: Please enter the creator's ORCID
+ creator_middle_name:
+ label: Middle Name
+ placeholder: e.g. Johnson
+ help_text: Please enter the creator's middle name(s)
+ creator_suffix:
+ label: Suffix
+ placeholder: " "
+ creator_institution:
+ label: Institution
+ placeholder: " "
+ creator_role:
+ label: Role
+ placeholder: " "
+ creator_organization_name:
+ label: Organization Name
+ placeholder: " "
+ creator_ror:
+ label: ROR ID
+ placeholder: " "
+ contributor:
+ contributor_family_name:
+ label: Last Name
+ placeholder: e.g. Vaughan
+ contributor_given_name:
+ label: First Name
+ placeholder: e.g. Dorothy
+ contributor_middle_name:
+ label: Middle Name
+ placeholder: e.g. Johnson
+ contributor_institution:
+ label: Institution
+ placeholder: " "
+ contributor_role:
+ label: Role
+ contributor_suffix:
+ label: Suffix
+ placeholder: " "
+ contributor_institution:
+ label: Institution
+ placeholder: " "
+ contributor_orcid:
+ label: ORCiD ID
+ placeholder: " "
+ labels:
+ defaults:
+ org_unit: Department
+ alt_email: Alternative Email
+ license: Distribution License
+ subject: Discipline
+ version_number: Document Version
+ date_published: Publication Date
+ journal_title: Publication Title
+ volume: Volume Number
+ pagination: Page Numbers
+ official_link: Link to Full Text
+ related_identifier: PMID
+ location: Geolocate
+ alt_book_title: Alternative Book Title
+ edition: Edition
+ version_number: Document Version
+ placeholders:
+ defaults:
+ alt_email: downloadreports@tellme.org
+ related_identifier: 33613019
+ adapted_from: Julie Shayne’s 2020 Persistence is Resistance Celebrating 50 Years of Gender, Women & Sexuality Studies available from https://uw.pressbooks.pub/happy50thws/
+ related_material: This simulation may be used in conjunction with the Chi-Square chapter from David Lane’s Rice Virtual Lab in Statistics available from https://www.merlot.org/merlot/viewMaterial.htm?id=79148
+ suggested_reviewers: "Pia R. Reviewer (University of San Diego) to review introduction. They have expertise introducing first-year students to issues of power and privilege in higher education settings.
+ Petra Viewer (Occidental College) to review the Citation chapter. Has expertise in the politics of citation practices."
+ suggested_student_reviewers: I’d like Stewart Vuher (University of Redlands) to complete each exercise in the order provided and comment on any areas of confusion, provide suggestions.
+ hints:
+ defaults:
+ alt_email: To facilitate communication past your tenure at Redlands. Will not be used for non-repository purposes.
+ related_identifier: PubMed Identifier
+ adapted_from: As a professional courtesy, reference works from which this work was adapted.
+ related_material: If applicable, please list all material related to this work.
+ suggested_reviewers: To improve the quality and rigor of OER, and to aid potential adopters in their evaluations, the Armacost Library recommends subjecting your OER to the review of peers following these OER review guidelines. If you would like Armacost Library to solicit open, post-publication review(s) of your work by peers, please provide their names, affiliations, and reasons their input has value. For larger works and for submissions with multiple files, please specify whether reviewers are being asked to review all or particular sections of this OER.
+ suggested_student_reviewers: To improve the quality and rigor of OER, and to aid potential adopters in their evaluations, the Armacost Library recommends subjecting your OER to the review of students following these OER review guidelines. If you would like Armacost Library to solicit open, post-publication review(s) of your work by students, please provide their names, affiliations, and reasons their input has value. For larger works and for submissions with multiple files, please specify whether reviewers are being asked to review all or particular sections of this OER.
diff --git a/config/locales/en-UNA.yml b/config/locales/en-UNA.yml
new file mode 100644
index 0000000..8a486db
--- /dev/null
+++ b/config/locales/en-UNA.yml
@@ -0,0 +1,121 @@
+en-UNA:
+ hyrax:
+ select_type:
+ una_article:
+ name: Article
+ description: ""
+ una_book:
+ name: Book
+ description: ""
+ una_chapters_and_book_section:
+ name: Chapters And Book Section
+ description: ""
+ una_dataset:
+ name: Dataset
+ description: ""
+ una_image:
+ name: Image
+ description: ""
+ una_presentation:
+ name: Presentation
+ description: ""
+ una_time_based_media:
+ name: Time Based Media
+ description: ""
+ una_thesis_dissertation:
+ name: Thesis Dissertation
+ description: ""
+ una_exhibition:
+ name: Exhibition
+ description: ""
+ una_archival_item:
+ name: Archival Item
+ description: ""
+ simple_form:
+ creator:
+ creator_name_type:
+ label: Creator Name Type
+ creator_family_name:
+ label: Last Name
+ creator_given_name:
+ label: First Name
+ creator_middle_name:
+ label: Middle Name
+ placeholder: " "
+ help_text: Please enter the creator's middle name.
+ creator_suffix:
+ label: Suffix
+ creator_institution:
+ label: Institution
+ creator_orcid:
+ label: ORCiD
+ help_text: " "
+ placeholder: " "
+ creator_organization_name:
+ label: Organization Name
+ creator_ror:
+ label: ROR
+ placeholder: " "
+ creator_grid:
+ label: GRID
+ placeholder: " "
+ creator_wikidata:
+ label: Wikidata
+ placeholder: " "
+ creator_isni:
+ label: Creator ISNI
+ creator_role:
+ label: Creator Role
+ contributor:
+ contributor_organization_name:
+ label: Organization Name
+ contributor_family_name:
+ label: Last Name
+ contributor_given_name:
+ label: First Name
+ contributor_isni:
+ label: ISNI
+ contributor_institution:
+ label: Institution
+ placeholder: " "
+ contributor_orcid:
+ label: ORCiD
+ contributor_ror:
+ label: ROR
+ contributor_wikidata:
+ label: Wikidata
+ contributor_role:
+ label: Role
+ contributor_grid:
+ label: GRID
+ labels:
+ defaults:
+ alt_title: Alternative Title
+ alt_email: Alternative Email
+ resource_type: Resource Type
+ keyword: Keywords
+ adapted_from: Adapted From
+ additional_links: Additional Links
+ related_material: Related Material
+ license: Licensing
+ alt_email: Alternative Email
+ official_link: Official URL
+ place_of_publication: Place Published
+ location: Geolocate
+ time: Coverage Span
+ add_info: Notes
+ fndr_project_ref: Funder project reference
+ funding_description: Funding Sources
+ refereed: Peer reviewed?
+ citation: Bibliographic Citation
+ medium: Format(s)
+ extent: Content length or size
+ language: Language(s)
+ org_unit: Department
+ version_number: Document Version
+ official_link: Link to Full Text
+ series_name: Series Title
+ book_title: Title of Book
+ alt_book_title: Alternative Book Title
+ pagination: Page Numbers
+ source: Original Source
diff --git a/config/locales/en-UNG.yml b/config/locales/en-UNG.yml
new file mode 100644
index 0000000..90e0e39
--- /dev/null
+++ b/config/locales/en-UNG.yml
@@ -0,0 +1,31 @@
+en-UNG:
+ # GenericWork help text and form labels
+ hyrax:
+ select_type:
+ ung_article:
+ name: Article
+ description: ""
+ ung_book:
+ name: Book
+ description: ""
+ ung_book_chapter:
+ name: Book Chapter
+ description: ""
+ ung_dataset:
+ name: Dataset
+ description: ""
+ ung_image:
+ name: Image
+ description: ""
+ ung_presentation:
+ name: Presentation
+ description: ""
+ ung_time_based_media:
+ name: Time Based Media
+ description: ""
+ ung_thesis_dissertation:
+ name: Thesis Dissertation
+ description: ""
+ ung_archival_material:
+ name: Archival Material
+ description: ""
diff --git a/config/locales/en-UVA.yml b/config/locales/en-UVA.yml
new file mode 100644
index 0000000..e62e04c
--- /dev/null
+++ b/config/locales/en-UVA.yml
@@ -0,0 +1,21 @@
+en-UVA:
+ simple_form:
+ creator:
+ creator_family_name:
+ label: Last Name
+ creator_given_name:
+ label: First Name
+ contributor:
+ contributor_family_name:
+ label: Last Name
+ contributor_given_name:
+ label: First Name
+ hyrax:
+ select_type:
+ uva_work:
+ name: Uva Work
+ description: ""
+ simple_form:
+ labels:
+ defaults:
+ add_info: Notes
diff --git a/config/locales/en.yml b/config/locales/en.yml
new file mode 100644
index 0000000..1f653e7
--- /dev/null
+++ b/config/locales/en.yml
@@ -0,0 +1,337 @@
+en:
+ errors:
+ users_forbidden: This User is either private or does not exist
+ invalid_domain: Email domain must not be equal to WorkOs managed domain, %{managed_domain}.
+ work_type_modal:
+ admin_set:
+ title: Admin Set
+ work_type:
+ show:
+ citations:
+ label: Citations
+ ris:
+ link_text: Download as RIS (Zotero, Endnote, Mendeley)
+ simple_form:
+ labels:
+ defaults:
+ official_link: Official URL
+ mesh: MeSH
+ library_of_congress_subject_headings_text: Library of Congress Subject Headings
+ style_period: Style / Period
+ deposit_form:
+ required:
+ label: Please complete this field.
+ form_controls:
+ remove:
+ text: Remove
+ add:
+ text: Add another
+ event_date:
+ label: Event date
+ related_exhibition_date:
+ label: Related exhibition date
+ date_fields:
+ year:
+ label: Select year
+ month:
+ label: Select month if available
+ day:
+ label: Select day if available
+ creator:
+ creator_name_type:
+ label: Creator name type
+ placeholder:
+ help_text: The person or group responsible for the work. Usually this is the author of the content
+ creator_organization_name:
+ label: Creator organisation name
+ placeholder: The British Library
+ help_text: Please enter the organisation's name
+ creator_ror:
+ label: Creator organisation ROR
+ placeholder: e.g. 05gknh003
+ help_text: Please enter the ROR ID
+ creator_grid:
+ label: Creator organisation GRID
+ placeholder: e.g. grid.280362.d
+ help_text: Please enter the GRID ID
+ creator_wikidata:
+ label: Creator organisation Wikidata
+ placeholder: e.g. Q23308
+ help_text: Please enter the Wikidata ID
+ creator_family_name:
+ label: Creator family name
+ placeholder: e.g. Einstein
+ help_text: Please enter the creator's last name/family name
+ creator_given_name:
+ label: Creator given name
+ placeholder: e.g. Albert
+ help_text: Please enter the creator's first name/given name
+ creator_orcid:
+ label: Creator ORCID
+ placeholder: e.g. 0000-1234-5678-9101.
+ help_text: Please enter the creator's ORCID
+ creator_institutional_relationship:
+ label: Creator institutional relationship
+ placeholder:
+ help_text: The relationship of the creator within the institution
+ creator_isni:
+ label: Creator ISNI
+ placeholder: e.g. 0000 1234 5678 9101.
+ help_text: Please enter the creator's ISNI
+ creator_middle_name:
+ label: Middle Name
+ placeholder: Please enter a middle name
+ creator_suffix:
+ label: Suffix
+ placeholder: " "
+ creator_institution:
+ label: Creator Institution
+ placeholder: " "
+ creator_computing_id:
+ label: Creator Computing ID
+ placeholder: " "
+ creator_department:
+ label: Creator Department
+ placeholder: " "
+ creator_role:
+ label: Role
+ placeholder: " "
+ creator_institutional_email:
+ label: Creator institutional email
+ placeholder: " "
+ help_text: Enter the institutional email associated with this creator
+ contributor:
+ contributor_name_type:
+ label: Contributor name type
+ placeholder:
+ help_text: A person or group you want to recognise for playing a role in the creation of the work, but not the primary role
+ contributor_organization_name:
+ label: Contributor organisation name
+ placeholder: Please enter the organisation's name
+ help_text:
+ contributor_ror:
+ label: Contributor organisation ROR
+ placeholder: e.g. 05gknh003
+ help_text: Please enter the ROR ID
+ contributor_grid:
+ label: Contributor organisation GRID
+ placeholder: e.g. grid.280362.d
+ help_text: Please enter the GRID ID
+ contributor_wikidata:
+ label: Contributor organisation Wikidata
+ placeholder: e.g. Q23308
+ help_text: Please enter the Wikidata ID
+ contributor_family_name:
+ label: Contributor family name
+ placeholder: e.g. Einstein
+ help_text: Please enter the contributor's last name/family name
+ contributor_given_name:
+ label: Contributor given name
+ placeholder: e.g. Albert
+ help_text: Please enter the contributor's first name/given name
+ contributor_orcid:
+ label: Contributor ORCID
+ placeholder: e.g. 0000-1234-5678-9101.
+ help_text: Please enter the contributor's ORCID
+ contributor_institutional_relationship:
+ label: Contributor institutional relationship
+ placeholder:
+ help_text:
+ contributor_isni:
+ label: Contributor ISNI
+ placeholder: e.g. 0000 1234 5678 9101.
+ help_text: Please enter the contributor's ISNI
+ contributor_type:
+ label: Contributor role
+ placeholder:
+ help_text: The relationship of the contributor within the instittion
+ contributor_middle_name:
+ label: Middle Name
+ placeholder: Please enter a middle name
+ contributor_suffix:
+ label: Suffix
+ placeholder: " "
+ contributor_institution:
+ label: Contributor Institution
+ placeholder: " "
+ contributor_computing_id:
+ label: Contributor Computing ID
+ placeholder: " "
+ contributor_department:
+ label: Contributor Department
+ placeholder: " "
+ editor:
+ editor_name_type:
+ label: Editor name type
+ placeholder:
+ help_text: The editors that produced this item, in priority order. To add multiple editors, repeat this property
+ editor_organization_name:
+ label: Editor organisation name
+ placeholder: e.g. The British Library
+ help_text: Please enter the organisation's name
+ editor_family_name:
+ label: Editor family name
+ placeholder: e.g. Einstein
+ help_text: Please enter the editor's last name/family name
+ editor_given_name:
+ label: Editor given name
+ placeholder: e.g. Albert
+ help_text: Please enter the editor's first name/given name
+ editor_orcid:
+ label: Editor ORCID
+ placeholder: e.g. 0000-1234-5678-9101
+ help_text: Please enter the editor's ORCID
+ editor_institutional_relationship:
+ label: Editor institutional relationship
+ placeholder:
+ help_text:
+ editor_isni:
+ label: Editor ISNI
+ placeholder: e.g. 0000 1234 5678 9101
+ help_text: Please enter the editor's ISNI
+ funder:
+ label: Funder
+ funder_name:
+ label: Funder name
+ placeholder: e.g. Arts and Humanities Research Council
+ help_text: |
+ Please start typing the funder's name, then select from the dropdown list
+ funder_doi:
+ label: Funder DOI
+ placeholder: |
+ eg: 10.1093/ajae/aaq063
+ help_text: |
+ Please enter the Funder DOI
+ funder_isni:
+ label: Funder ISNI
+ placeholder: e.g. 1234567899999799
+ help_text: |
+ Please enter the Funder ISNI
+ funder_ror:
+ label: Funder ROR
+ placeholder: e.g. 1234567899999799
+ help_text: |
+ Please enter the Funder ROR
+ funder_award:
+ label: Funder Awards
+ placeholder: e.g. 20201099
+ help_text: |
+ Please enter the award number
+ related_identifier:
+ related_identifier:
+ label: Related identifier
+ placeholder: ""
+ help_text: Globally unique identifiers, such as ISNI, ARK etc. For ISBN, ISSN and EISSN, use the separate fields.
+ related_identifier_type:
+ label: Type of related identifier
+ placeholder:
+ help_text: If you have listed a related identifier, then please select what type.
+ relation_type:
+ label: Relationship of related identifier
+ placeholder:
+ help_text: If you have listed a related identifier, then state its relationship to the work, e.g. cites or continues the work
+ alternate_identifier:
+ alternate_identifier:
+ label: Alternate identifier
+ placeholder: ""
+ help_text: |
+ May be used for local identifiers such as project codes, e.g. XTE12.
+ Please include a prefix e.g. 'Project ID = XTE12' so a reader can distinguish between multiple identifiers
+ alternate_identifier_type:
+ label: Type of alternate identifier
+ placeholder: ""
+ help_text: State the type of alternate identifier.
+ related_entity:
+ related_entity:
+ label: Related Entity
+ placeholder: ""
+ help_text: Please add any related entity.
+ related_entity_type:
+ label: Type of related entity
+ placeholder:
+ help_text: If you have listed a related entity, then please select what type.
+ stats:
+ reports:
+ title: Ubiquity Analytics
+ heading: Repository Reports
+ intro: Select a report to display from the dropdown and it will appear here.
+ no_reports: No reports have been added yet.
+ label: Available Reports
+
+ settings:
+ titles:
+ gds_reports: Dashboard GDS Charts
+ helptexts:
+ gtm_id: The ID of your Google Tag Manager account
+ contact_email: Email recipient of messages sent via the contact form
+ weekly_email_list: List of email addresses to email the weekly report. Leave a single space between each email
+ monthly_email_list: List of email addresses to email the monthly report. Leave a single space between each email
+ yearly_email_list: List of email addresses to email the yearly report. Leave a single space between each email
+ email_format: Set a list of email domains that are allowed sign up to this repository e.g (@ubiquitypress.com @gmail.com). Leave a single space between each domain.
+ allow_signup: Allow users to sign up to your repository
+ enable_oai_metadata: Enable or disable OAI link
+ shared_login: Enable or disable shared login
+ file_size_limit: This should be set to 536870912000
+ locale_name: |
+ The name of the tenant specific locale suffix added to their locale.yml files. Only alphabetic characters should be added, no symbols or numbers, these will then be capitalised.
+ oai_admin_email: OAI endpoint contact email address
+ gds_reports: |
+ List of Google Data Studio charts title, height, width and URL's to be displayed in the Dashboard. The height and width are used to create a ratio which is applied in an attempt to remove scroll bars and automatically adjust the height depending on the report width.
One report per line, comma seperated values, i.e.
+
+ Title, height in pixels, width in pixels URL for Goggle Data Studio report
+ Users and Works, 1189, 892, https://datastudio.google.com/embed/reporting/.../page/Nnd2B
+ Most Cited Works, 950, 710, https://datastudio.google.com/embed/reporting/.../page/Nnd2B
+ hyrax:
+ notifications:
+ workflow:
+ changes_required:
+ message: |-
+ %{link} requires additional changes before approval.
+ '%{comment}'
+ deposited:
+ message: "%{link} was approved by %{user}. %{comment}"
+ pending_review:
+ message: "%{link} was deposited by %{user} and is awaiting approval %{comment}"
+ works:
+ form:
+ autofill:
+ searchbox:
+ hint: If you are adding metadata for a work that already has a DOI, then enter the DOI here and press the button, and we will look up the metadata in DataCite and Crossref and populate the description
+ placeholder: 10.1629/uksg.236
+ button:
+ long_text: Fetch metadata from CrossRef or DataCite with DOI
+ disable_with: Autofilling form...
+ confirm: |
+ Warning: this operation will replace any existing description fields.
+ collections:
+ show:
+ item_count: Items
+ controls:
+ shared_search: Shared search
+ file_sets:
+ actions:
+ read_and_annotate: Read and annotate
+ actions_list:
+ header: Select an action
+ delete: Delete
+ download: Download
+ edit: Edit
+ read_and_annotate: Read and annotate
+ versions: Versions
+ actions_button:
+ delete: Delete
+ download: Download
+ edit: Edit
+ read_and_annotate: Read and annotate
+ versions: Versions
+ bulkrax:
+ validation_issues:
+ attribute: "Attribute"
+ original_value: "Original value"
+ current_value: "Current Value"
+ mailboxer:
+ message_mailer:
+ subject_new: "%{tenant_name}: %{subject}"
+ subject_reply: "%{tenant_name}: %{subject}"
+ notification_mailer:
+ subject: "%{subject}"
\ No newline at end of file
diff --git a/config/locales/esln_archival_material.de.yml b/config/locales/esln_archival_material.de.yml
new file mode 100644
index 0000000..1437b2d
--- /dev/null
+++ b/config/locales/esln_archival_material.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ esln_archival_material: "fa fa-file-text-o"
+ select_type:
+ esln_archival_material:
+ description: "Esln Archival Material Werke"
+ name: "Esln Archival Material"
diff --git a/config/locales/esln_archival_material.en.yml b/config/locales/esln_archival_material.en.yml
new file mode 100644
index 0000000..71fe80a
--- /dev/null
+++ b/config/locales/esln_archival_material.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ esln_archival_material: "fa fa-file-text-o"
+ select_type:
+ esln_archival_material:
+ description: "Esln Archival Material"
+ name: "Esln Archival Material"
diff --git a/config/locales/esln_archival_material.es.yml b/config/locales/esln_archival_material.es.yml
new file mode 100644
index 0000000..403c3e0
--- /dev/null
+++ b/config/locales/esln_archival_material.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ esln_archival_material: "fa fa-file-text-o"
+ select_type:
+ esln_archival_material:
+ # TODO: translate `human_name` into Spanish
+ description: "Esln Archival Material trabajos"
+ name: "Esln Archival Material"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/esln_archival_material.fr.yml b/config/locales/esln_archival_material.fr.yml
new file mode 100644
index 0000000..9a9d913
--- /dev/null
+++ b/config/locales/esln_archival_material.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ esln_archival_material: 'fa fa-file-text-o'
+ select_type:
+ esln_archival_material:
+ description: "Esln Archival Material œuvres"
+ name: "Esln Archival Material"
diff --git a/config/locales/esln_article.de.yml b/config/locales/esln_article.de.yml
new file mode 100644
index 0000000..7072bd8
--- /dev/null
+++ b/config/locales/esln_article.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ esln_article: "fa fa-file-text-o"
+ select_type:
+ esln_article:
+ description: "Esln Article Werke"
+ name: "Esln Article"
diff --git a/config/locales/esln_article.en.yml b/config/locales/esln_article.en.yml
new file mode 100644
index 0000000..eb13ea3
--- /dev/null
+++ b/config/locales/esln_article.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ esln_article: "fa fa-file-text-o"
+ select_type:
+ esln_article:
+ description: "Esln Article"
+ name: "Esln Article"
diff --git a/config/locales/esln_article.es.yml b/config/locales/esln_article.es.yml
new file mode 100644
index 0000000..48526ea
--- /dev/null
+++ b/config/locales/esln_article.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ esln_article: 'fa fa-file-text-o'
+ select_type:
+ esln_article:
+ # TODO: translate `human_name` into Spanish
+ description: "Esln Article trabajos"
+ name: "Esln Article"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/esln_article.fr.yml b/config/locales/esln_article.fr.yml
new file mode 100644
index 0000000..474fc09
--- /dev/null
+++ b/config/locales/esln_article.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ esln_article: 'fa fa-file-text-o'
+ select_type:
+ esln_article:
+ description: "Esln Article œuvres"
+ name: "Esln Article"
diff --git a/config/locales/esln_book.de.yml b/config/locales/esln_book.de.yml
new file mode 100644
index 0000000..5d08a31
--- /dev/null
+++ b/config/locales/esln_book.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ esln_book: "fa fa-file-text-o"
+ select_type:
+ esln_book:
+ description: "Esln Book Werke"
+ name: "Esln Book"
diff --git a/config/locales/esln_book.en.yml b/config/locales/esln_book.en.yml
new file mode 100644
index 0000000..e768b81
--- /dev/null
+++ b/config/locales/esln_book.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ esln_book: "fa fa-file-text-o"
+ select_type:
+ esln_book:
+ description: "Esln Book"
+ name: "Esln Book"
diff --git a/config/locales/esln_book.es.yml b/config/locales/esln_book.es.yml
new file mode 100644
index 0000000..46ca458
--- /dev/null
+++ b/config/locales/esln_book.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ esln_book: 'fa fa-file-text-o'
+ select_type:
+ esln_book:
+ # TODO: translate `human_name` into Spanish
+ description: "Esln Book trabajos"
+ name: "Esln Book"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/esln_book.fr.yml b/config/locales/esln_book.fr.yml
new file mode 100644
index 0000000..1fe72c7
--- /dev/null
+++ b/config/locales/esln_book.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ esln_book: 'fa fa-file-text-o'
+ select_type:
+ esln_book:
+ description: "Esln Book œuvres"
+ name: "Esln Book"
diff --git a/config/locales/esln_book_chapter.de.yml b/config/locales/esln_book_chapter.de.yml
new file mode 100644
index 0000000..3f5afb1
--- /dev/null
+++ b/config/locales/esln_book_chapter.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ esln_book_chapter: "fa fa-file-text-o"
+ select_type:
+ esln_book_chapter:
+ description: "Esln Book Chapter Werke"
+ name: "Esln Book Chapter"
diff --git a/config/locales/esln_book_chapter.en.yml b/config/locales/esln_book_chapter.en.yml
new file mode 100644
index 0000000..5456e67
--- /dev/null
+++ b/config/locales/esln_book_chapter.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ esln_book_chapter: "fa fa-file-text-o"
+ select_type:
+ esln_book_chapter:
+ description: "Esln Book Chapter"
+ name: "Esln Book Chapter"
diff --git a/config/locales/esln_book_chapter.es.yml b/config/locales/esln_book_chapter.es.yml
new file mode 100644
index 0000000..61cc1c2
--- /dev/null
+++ b/config/locales/esln_book_chapter.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ esln_book_chapter: 'fa fa-file-text-o'
+ select_type:
+ esln_book_chapter:
+ # TODO: translate `human_name` into Spanish
+ description: "Esln Book Chapter trabajos"
+ name: "Esln Book Chapter"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/esln_book_chapter.fr.yml b/config/locales/esln_book_chapter.fr.yml
new file mode 100644
index 0000000..b229c3e
--- /dev/null
+++ b/config/locales/esln_book_chapter.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ esln_book_chapter: 'fa fa-file-text-o'
+ select_type:
+ esln_book_chapter:
+ description: "Esln Book Chapter œuvres"
+ name: "Esln Book Chapter"
diff --git a/config/locales/esln_dataset.de.yml b/config/locales/esln_dataset.de.yml
new file mode 100644
index 0000000..eddd8da
--- /dev/null
+++ b/config/locales/esln_dataset.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ esln_dataset: "fa fa-file-text-o"
+ select_type:
+ esln_dataset:
+ description: "Esln Dataset Werke"
+ name: "Esln Dataset"
diff --git a/config/locales/esln_dataset.en.yml b/config/locales/esln_dataset.en.yml
new file mode 100644
index 0000000..83a8bea
--- /dev/null
+++ b/config/locales/esln_dataset.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ esln_dataset: "fa fa-file-text-o"
+ select_type:
+ esln_dataset:
+ description: "Esln Dataset"
+ name: "Esln Dataset"
diff --git a/config/locales/esln_dataset.es.yml b/config/locales/esln_dataset.es.yml
new file mode 100644
index 0000000..0b93d34
--- /dev/null
+++ b/config/locales/esln_dataset.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ esln_dataset: 'fa fa-file-text-o'
+ select_type:
+ esln_dataset:
+ # TODO: translate `human_name` into Spanish
+ description: "Esln Dataset trabajos"
+ name: "Esln Dataset"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/esln_dataset.fr.yml b/config/locales/esln_dataset.fr.yml
new file mode 100644
index 0000000..1646963
--- /dev/null
+++ b/config/locales/esln_dataset.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ esln_dataset: 'fa fa-file-text-o'
+ select_type:
+ esln_dataset:
+ description: "Esln Dataset œuvres"
+ name: "Esln Dataset"
diff --git a/config/locales/esln_presentation.de.yml b/config/locales/esln_presentation.de.yml
new file mode 100644
index 0000000..656b69d
--- /dev/null
+++ b/config/locales/esln_presentation.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ esln_presentation: "fa fa-file-text-o"
+ select_type:
+ esln_presentation:
+ description: "Esln Presentation Werke"
+ name: "Esln Presentation"
diff --git a/config/locales/esln_presentation.en.yml b/config/locales/esln_presentation.en.yml
new file mode 100644
index 0000000..0252775
--- /dev/null
+++ b/config/locales/esln_presentation.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ esln_presentation: "fa fa-file-text-o"
+ select_type:
+ esln_presentation:
+ description: "Esln Presentation"
+ name: "Esln Presentation"
diff --git a/config/locales/esln_presentation.es.yml b/config/locales/esln_presentation.es.yml
new file mode 100644
index 0000000..920f50d
--- /dev/null
+++ b/config/locales/esln_presentation.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ esln_presentation: "fa fa-file-text-o"
+ select_type:
+ esln_presentation:
+ # TODO: translate `human_name` into Spanish
+ description: "Esln Presentation trabajos"
+ name: "Esln Presentation"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/esln_presentation.fr.yml b/config/locales/esln_presentation.fr.yml
new file mode 100644
index 0000000..45cad0e
--- /dev/null
+++ b/config/locales/esln_presentation.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ esln_presentation: "fa fa-file-text-o"
+ select_type:
+ esln_presentation:
+ description: "Esln Presentation œuvres"
+ name: "Esln Presentation"
diff --git a/config/locales/esln_template_work.de.yml b/config/locales/esln_template_work.de.yml
new file mode 100644
index 0000000..a85036b
--- /dev/null
+++ b/config/locales/esln_template_work.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ esln_template_work: "fa fa-file-text-o"
+ select_type:
+ esln_template_work:
+ description: "Esln Template Work Werke"
+ name: "Esln Template Work"
diff --git a/config/locales/esln_template_work.en.yml b/config/locales/esln_template_work.en.yml
new file mode 100644
index 0000000..57265e4
--- /dev/null
+++ b/config/locales/esln_template_work.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ esln_template_work: "fa fa-file-text-o"
+ select_type:
+ esln_template_work:
+ description: "ESLN Template work works"
+ name: "ESLN Template Work"
diff --git a/config/locales/esln_template_work.es.yml b/config/locales/esln_template_work.es.yml
new file mode 100644
index 0000000..32a2373
--- /dev/null
+++ b/config/locales/esln_template_work.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ esln_template_work: "fa fa-file-text-o"
+ select_type:
+ esln_template_work:
+ # TODO: translate `human_name` into Spanish
+ description: "Esln Template Work trabajos"
+ name: "Esln Template Work"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/esln_thesis_dissertation.de.yml b/config/locales/esln_thesis_dissertation.de.yml
new file mode 100644
index 0000000..92cc484
--- /dev/null
+++ b/config/locales/esln_thesis_dissertation.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ esln_thesis_dissertation: "fa fa-file-text-o"
+ select_type:
+ esln_thesis_dissertation:
+ description: "Esln Thesis Dissertation Werke"
+ name: "Esln Thesis Dissertation"
diff --git a/config/locales/esln_thesis_dissertation.en.yml b/config/locales/esln_thesis_dissertation.en.yml
new file mode 100644
index 0000000..be37766
--- /dev/null
+++ b/config/locales/esln_thesis_dissertation.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ esln_thesis_dissertation: "fa fa-file-text-o"
+ select_type:
+ esln_thesis_dissertation:
+ description: "Esln Thesis Dissertation"
+ name: "Esln Thesis Dissertation"
diff --git a/config/locales/esln_thesis_dissertation.es.yml b/config/locales/esln_thesis_dissertation.es.yml
new file mode 100644
index 0000000..f605728
--- /dev/null
+++ b/config/locales/esln_thesis_dissertation.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ esln_thesis_dissertation: "fa fa-file-text-o"
+ select_type:
+ esln_thesis_dissertation:
+ # TODO: translate `human_name` into Spanish
+ description: "Esln Thesis Dissertation trabajos"
+ name: "Esln Thesis Dissertation"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/esln_thesis_dissertation.fr.yml b/config/locales/esln_thesis_dissertation.fr.yml
new file mode 100644
index 0000000..9a8f2cc
--- /dev/null
+++ b/config/locales/esln_thesis_dissertation.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ esln_thesis_dissertation: "fa fa-file-text-o"
+ select_type:
+ esln_thesis_dissertation:
+ description: "Esln Thesis Dissertation œuvres"
+ name: "Esln Thesis Dissertation"
diff --git a/config/locales/exhibition_item.de.yml b/config/locales/exhibition_item.de.yml
new file mode 100644
index 0000000..9c2cc61
--- /dev/null
+++ b/config/locales/exhibition_item.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ exhibition_item: 'fa fa-file-text-o'
+ select_type:
+ exhibition_item:
+ description: "Exhibition item Werke"
+ name: "Exhibition Item"
diff --git a/config/locales/exhibition_item.en.yml b/config/locales/exhibition_item.en.yml
new file mode 100644
index 0000000..b32b458
--- /dev/null
+++ b/config/locales/exhibition_item.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ exhibition_item: 'fa fa-file-text-o'
+ select_type:
+ exhibition_item:
+ description: "Exhibition item works"
+ name: "Exhibition Item"
diff --git a/config/locales/exhibition_item.es.yml b/config/locales/exhibition_item.es.yml
new file mode 100644
index 0000000..3f13fa1
--- /dev/null
+++ b/config/locales/exhibition_item.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ exhibition_item: 'fa fa-file-text-o'
+ select_type:
+ exhibition_item:
+ # TODO: translate `human_name` into Spanish
+ description: "Exhibition item trabajos"
+ name: "Exhibition Item"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/exhibition_item.fr.yml b/config/locales/exhibition_item.fr.yml
new file mode 100644
index 0000000..6149db5
--- /dev/null
+++ b/config/locales/exhibition_item.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ exhibition_item: 'fa fa-file-text-o'
+ select_type:
+ exhibition_item:
+ description: "Exhibition item œuvres"
+ name: "Exhibition Item"
diff --git a/config/locales/exhibition_item.it.yml b/config/locales/exhibition_item.it.yml
new file mode 100644
index 0000000..570a8fb
--- /dev/null
+++ b/config/locales/exhibition_item.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ exhibition_item: 'fa fa-file-text-o'
+ select_type:
+ exhibition_item:
+ description: "Exhibition item opere"
+ name: "Exhibition Item"
diff --git a/config/locales/exhibition_item.pt-BR.yml b/config/locales/exhibition_item.pt-BR.yml
new file mode 100644
index 0000000..f66d472
--- /dev/null
+++ b/config/locales/exhibition_item.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ exhibition_item: 'fa fa-file-text-o'
+ select_type:
+ exhibition_item:
+ description: "Exhibition item trabalhos"
+ name: "Exhibition Item"
diff --git a/config/locales/exhibition_item.zh.yml b/config/locales/exhibition_item.zh.yml
new file mode 100644
index 0000000..6fdab4a
--- /dev/null
+++ b/config/locales/exhibition_item.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ exhibition_item: 'fa fa-file-text-o'
+ select_type:
+ exhibition_item:
+ # TODO: translate `human_name` into Chinese
+ description: "Exhibition item 作品"
+ name: "Exhibition Item"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/hyrax-NSU.yml b/config/locales/hyrax-NSU.yml
new file mode 100644
index 0000000..c3d6027
--- /dev/null
+++ b/config/locales/hyrax-NSU.yml
@@ -0,0 +1,6 @@
+en-NSU:
+ simple_form:
+ hints:
+ defaults:
+ doi: >
+ If your item already has a persistent digital object identifier, then enter it here in the following format: 10.21250/tcq. This will allow the system to populate some fields for you.
diff --git a/config/locales/hyrax-PACIFIC.yml b/config/locales/hyrax-PACIFIC.yml
new file mode 100644
index 0000000..3a5023b
--- /dev/null
+++ b/config/locales/hyrax-PACIFIC.yml
@@ -0,0 +1,9 @@
+en-PACIFIC:
+ # GenericWork help text and form labels
+ simple_form:
+ hints:
+ defaults:
+ title: " "
+ labels:
+ defaults:
+ alt_title: Alternative Title
diff --git a/config/locales/hyrax.yml b/config/locales/hyrax.yml
new file mode 100644
index 0000000..9c05aa9
--- /dev/null
+++ b/config/locales/hyrax.yml
@@ -0,0 +1,116 @@
+en:
+ hyrax:
+ works:
+ progress:
+ doi_options: DOI Options
+ create_draft_doi: Create Draft DOI
+ doi_status_when_public: DOI status when work is public
+ doi_do_not_mint: Do not mint
+ doi_draft: Draft
+ doi_registered: Registered
+ doi_findable: Findable
+ dashboard:
+ profiles:
+ edit_primary:
+ help_change_picture_type: JPG, GIF, or PNG (less than 2MB)
+ delete_picture: Delete picture
+ delete_picture_data_content: If you would like to remove your picture entirely, check the box and save your profile.
+ delete_picture_data_original_title: Delete Picture
+ allow_public_display: Allow user profile and information to be visible to the public.
+ display_name: Name
+ help_name: Enter your name as you would like it displayed on the Author profile page
+ department: Department
+ bio: Personal Biography
+ telephone: Phone Number
+ website: Website
+ collections:
+ form_branding:
+ banner:
+ description: An image to be displayed at the top of the collection page. For best results, upload an image (JPG, GIF or PNG) that is at least 120 pixels tall and 1500 pixels wide.
+ visibility:
+ open:
+ warning_html: '
Please note, making something visible to the world (i.e. marking this as %{label}) may be viewed as publishing which could impact your ability to:
- Patent your work
- Publish your work in a journal
'
+ simple_form:
+ hints:
+ defaults:
+ abstract: "Please provide a short abstract or description of the item"
+ add_info: "Please enter any additional information here that has not been entered. The information added in this field will be visible to everyone in the public view"
+ alt_title: "Alternative title for the item, such as a translated or abbreviated form of the title"
+ alternate_identifier: "May be used for local identifiers such as project codes. Please include a prefix so a reader can distinguish between multiple identifiers"
+ alternate_identifier_type: "State the type of alternate identifier"
+ alternative_journal_title: "Alternative title for the journal, such as a translated or abbreviated form of the title"
+ article_num: "If there is an article number, e.g. e0183455 (usually found in online-only journals)"
+ current_he_institution_name: "The current name of the HE institution responsible for the thesis. Select one"
+ date_accepted: "The date the item was accepted for publication. For example, this may be when receiving an acceptance letter from a publisher or when the final text has been copyedited and approved. You can provide just the year or a more specific date if you have this available"
+ date_published: "The date the item was published and made publicly available. Provide just the year or a more specific date. If you are minting a DOI for this item, this field is mandatory"
+ date_submitted: "The date the item was submitted for review to the publisher. You can provide just the year or a more specific date if you have this available."
+ dewey: "Please enter the Dewey classmark"
+ doi: "A persistent digital object identifier, if your item already has one then enter this here in the following model e.g. 10.21250/tcq"
+ duration: "State the length of time the output lasts and the unit of measurement"
+ edition: "For journals, specify the issue number (if available). For books/reports, if this is not the first edition, please specify in the format e.g. 2nd"
+ eissn: "eISSN for this item, if available"
+ event_date: ~
+ event_location: ~
+ event_title: "The title of the conference, symposium or other event type"
+ fndr_project_ref: "This may be the grant number as allocated by the funding body"
+ funder: "Use full name e.g. Arts and Humanities Research Council"
+ funder_awards: "Please enter the award number"
+ funder_doi: "Please enter the Funder DOI"
+ funder_isni: "Please enter the Funder ISNI"
+ funder_name: "Please start typing the funder's name, then select from the dropdown list"
+ funder_ror: "Please enter the Funder ROR"
+ institution: "The institution to which the item is affiliated"
+ isbn: "ISBN for this item, if available"
+ issn: "ISSN for this item, if available"
+ issue: "Specify the issue number, where available"
+ journal_title: "Please enter the journal title"
+ keyword: "Words or phrases you select to describe what the work is about. These are used to search for content"
+ library_of_congress_classification: "The letter code corresponding to the LCC - eg 'QK' for 'Botany' - see: https://en.wikipedia.org/wiki/Library_of_Congress_Classification"
+ media: "Describe the material and/or media of the item"
+ official_link: "Please enter the official URL, e.g. the publisher's link to the item"
+ org_unit: "The department, or unit, that the works sits within as per the organisational structure"
+ pagination: "For a contribution or article, this can be the range of pages e.g. 1-13, for an entire volume it can be the total number of pages"
+ place_of_publication: "Enter the town/city and country, or country only, e.g. London, UK or UK"
+ project_name: "The name of the project the work relates to, where relevant"
+ publisher: "The name of the organisation making the work available"
+ qualification_level: "Select one"
+ qualification_name: "The name of the qualification"
+ refereed: "Please select if the item was peer-reviewed"
+ related_exhibition: "If the work relates to an exhibition, please enter it here"
+ related_exhibition_venue: "The venue(s) that hosted the related exhibition"
+ resource_type: "Select the specific resource type that best describes the work"
+ rights_holder: "Please identify the rights holder if different from the creator"
+ rights_statement: "Please select the most appropriate rights statement for the item"
+ series_name: "Please enter the series title"
+ subject: "Headings or index terms describing what the collection is about; these do need to conform to an existing vocabulary"
+ title: "A name to aid in identifying a work"
+ version_number: "The version number of the resource. If there are major changes then you must mint a new identifier like the DOI"
+ volume: "Please enter the number. Leave blank if there are no volumes"
+ labels:
+ defaults:
+ add_info: "Additional information"
+ article_num: "Article number"
+ doi: DOI
+ eissn: eISSN
+ fndr_project_ref: "Funder project reference"
+ isbn: ISBN
+ issn: ISSN
+ keyword: Keywords
+ library_of_congress_classification: "Library of Congress Classification"
+ license: Licence
+ org_unit: "Organisational Unit"
+ refereed: Peer-reviewed?
+ placeholders:
+ defaults:
+ alternate_identifier: "e.g. 'Project ID = XTE12'"
+ alternate_identifier_type: ~
+ duration: "e.g. 2 minutes"
+ funder_awards: "e.g. 20201099"
+ funder_doi: "eg: 10.1093/ajae/aaq063"
+ funder_isni: "e.g. 1234567899999799"
+ funder_name: "e.g. Arts and Humanities Research Council"
+ funder_ror: "e.g. 1234567899999799"
+ journal_title: "e.g. Journal of Eighteenth-Century Studies"
+ media: "e.g. drawing, sculpture, video"
+ series_name: "e.g. British Library Research Publications"
+ volume: "e.g. 2, 76"
diff --git a/config/locales/lac_archival_material.de.yml b/config/locales/lac_archival_material.de.yml
new file mode 100644
index 0000000..0e5c4ef
--- /dev/null
+++ b/config/locales/lac_archival_material.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ lac_archival_material: "fa fa-file-text-o"
+ select_type:
+ lac_archival_material:
+ description: "Lac Archival Material Werke"
+ name: "Lac Archival Material"
diff --git a/config/locales/lac_archival_material.en.yml b/config/locales/lac_archival_material.en.yml
new file mode 100644
index 0000000..498c744
--- /dev/null
+++ b/config/locales/lac_archival_material.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ lac_archival_material: "fa fa-file-text-o"
+ select_type:
+ lac_archival_material:
+ description: "Lac Archival Material"
+ name: "Lac Archival Based Material"
diff --git a/config/locales/lac_archival_material.es.yml b/config/locales/lac_archival_material.es.yml
new file mode 100644
index 0000000..78f5be4
--- /dev/null
+++ b/config/locales/lac_archival_material.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ lac_archival_material: "fa fa-file-text-o"
+ select_type:
+ lac_archival_material:
+ # TODO: translate `human_name` into Spanish
+ description: "Lac Archival Material trabajos"
+ name: "Lac Archival Material"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/lac_archival_material.fr.yml b/config/locales/lac_archival_material.fr.yml
new file mode 100644
index 0000000..26ce883
--- /dev/null
+++ b/config/locales/lac_archival_material.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ lac_archival_material: 'fa fa-file-text-o'
+ select_type:
+ lac_archival_material:
+ description: "Lac Archival Material œuvres"
+ name: "Lac Archival Material"
diff --git a/config/locales/lac_book.de.yml b/config/locales/lac_book.de.yml
new file mode 100644
index 0000000..592a6b5
--- /dev/null
+++ b/config/locales/lac_book.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ lac_book: "fa fa-file-text-o"
+ select_type:
+ lac_book:
+ description: "Lac Book Werke"
+ name: "Lac Book"
diff --git a/config/locales/lac_book.en.yml b/config/locales/lac_book.en.yml
new file mode 100644
index 0000000..85991b5
--- /dev/null
+++ b/config/locales/lac_book.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ lac_book: "fa fa-file-text-o"
+ select_type:
+ lac_book:
+ description: "Lac Book"
+ name: "Lac Book"
diff --git a/config/locales/lac_book.es.yml b/config/locales/lac_book.es.yml
new file mode 100644
index 0000000..83d34f5
--- /dev/null
+++ b/config/locales/lac_book.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ lac_book: 'fa fa-file-text-o'
+ select_type:
+ lac_book:
+ # TODO: translate `human_name` into Spanish
+ description: "Lac Book trabajos"
+ name: "Lac Book"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/lac_book.fr.yml b/config/locales/lac_book.fr.yml
new file mode 100644
index 0000000..69cf322
--- /dev/null
+++ b/config/locales/lac_book.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ lac_book: 'fa fa-file-text-o'
+ select_type:
+ lac_book:
+ description: "Lac Book œuvres"
+ name: "Lac Book"
diff --git a/config/locales/lac_book.it.yml b/config/locales/lac_book.it.yml
new file mode 100644
index 0000000..392f6b7
--- /dev/null
+++ b/config/locales/lac_book.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ lac_book: "fa fa-file-text-o"
+ select_type:
+ lac_book:
+ description: "Lac Book opere"
+ name: "Lac Book"
diff --git a/config/locales/lac_image.de.yml b/config/locales/lac_image.de.yml
new file mode 100644
index 0000000..61f2c64
--- /dev/null
+++ b/config/locales/lac_image.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ lac_image: "fa fa-file-text-o"
+ select_type:
+ lac_image:
+ description: "Lac Image Werke"
+ name: "Lac Image"
diff --git a/config/locales/lac_image.en.yml b/config/locales/lac_image.en.yml
new file mode 100644
index 0000000..1638fe8
--- /dev/null
+++ b/config/locales/lac_image.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ lac_image: "fa fa-file-text-o"
+ select_type:
+ lac_image:
+ description: "Lac Image"
+ name: "Lac Image"
diff --git a/config/locales/lac_image.es.yml b/config/locales/lac_image.es.yml
new file mode 100644
index 0000000..1f96055
--- /dev/null
+++ b/config/locales/lac_image.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ lac_image: "fa fa-file-text-o"
+ select_type:
+ lac_image:
+ # TODO: translate `human_name` into Spanish
+ description: "Lac Image trabajos"
+ name: "Lac Image"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/lac_image.fr.yml b/config/locales/lac_image.fr.yml
new file mode 100644
index 0000000..a77cd21
--- /dev/null
+++ b/config/locales/lac_image.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ lac_image: 'fa fa-file-text-o'
+ select_type:
+ lac_archival_material:
+ description: "Lac Image œuvres"
+ name: "Lac Image"
diff --git a/config/locales/lac_thesis_dissertation.de.yml b/config/locales/lac_thesis_dissertation.de.yml
new file mode 100644
index 0000000..89963ff
--- /dev/null
+++ b/config/locales/lac_thesis_dissertation.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ lac_thesis_dissertation: "fa fa-file-text-o"
+ select_type:
+ lac_thesis_dissertation:
+ description: "Lac Thesis Dissertation Werke"
+ name: "Lac Thesis Dissertation"
diff --git a/config/locales/lac_thesis_dissertation.en.yml b/config/locales/lac_thesis_dissertation.en.yml
new file mode 100644
index 0000000..949587c
--- /dev/null
+++ b/config/locales/lac_thesis_dissertation.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ lac_thesis_dissertation: "fa fa-file-text-o"
+ select_type:
+ lac_thesis_dissertation:
+ description: "Lac Thesis Dissertation"
+ name: "Lac Thesis Dissertation"
diff --git a/config/locales/lac_thesis_dissertation.es.yml b/config/locales/lac_thesis_dissertation.es.yml
new file mode 100644
index 0000000..5b7ccff
--- /dev/null
+++ b/config/locales/lac_thesis_dissertation.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ lac_thesis_dissertation: 'fa fa-file-text-o'
+ select_type:
+ lac_thesis_dissertation:
+ # TODO: translate `human_name` into Spanish
+ description: "Lac Thesis Dissertation trabajos"
+ name: "Lac Thesis Dissertation"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/lac_thesis_dissertation.fr.yml b/config/locales/lac_thesis_dissertation.fr.yml
new file mode 100644
index 0000000..0c02d98
--- /dev/null
+++ b/config/locales/lac_thesis_dissertation.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ lac_thesis_dissertation: 'fa fa-file-text-o'
+ select_type:
+ lac_thesis_dissertation:
+ description: "Lac Thesis Dissertation œuvres"
+ name: "Lac Thesis Dissertation"
diff --git a/config/locales/lac_time_based_media.de.yml b/config/locales/lac_time_based_media.de.yml
new file mode 100644
index 0000000..244071e
--- /dev/null
+++ b/config/locales/lac_time_based_media.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ lac_time_based_media: "fa fa-file-text-o"
+ select_type:
+ lac_time_based_media:
+ description: "Lac Time Based Media Werke"
+ name: "Lac Time Based Media"
diff --git a/config/locales/lac_time_based_media.en.yml b/config/locales/lac_time_based_media.en.yml
new file mode 100644
index 0000000..52c4777
--- /dev/null
+++ b/config/locales/lac_time_based_media.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ lac_time_based_media: "fa fa-file-text-o"
+ select_type:
+ lac_time_based_media:
+ description: "Lac Time Based Media"
+ name: "Lac Time Based Media"
diff --git a/config/locales/lac_time_based_media.es.yml b/config/locales/lac_time_based_media.es.yml
new file mode 100644
index 0000000..dadd867
--- /dev/null
+++ b/config/locales/lac_time_based_media.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ lac_time_based_media: "fa fa-file-text-o"
+ select_type:
+ lac_time_based_media:
+ # TODO: translate `human_name` into Spanish
+ description: "Lac Time Based Media trabajos"
+ name: "Lac Time Based Media"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/lac_time_based_media.fr.yml b/config/locales/lac_time_based_media.fr.yml
new file mode 100644
index 0000000..d8af37b
--- /dev/null
+++ b/config/locales/lac_time_based_media.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ lac_time_based_media: 'fa fa-file-text-o'
+ select_type:
+ lac_time_based_media:
+ description: "Lac time_based_media œuvres"
+ name: "Lac time_based_media"
diff --git a/config/locales/ltu_article.de.yml b/config/locales/ltu_article.de.yml
new file mode 100644
index 0000000..f8a1782
--- /dev/null
+++ b/config/locales/ltu_article.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ ltu_article: "fa fa-file-text-o"
+ select_type:
+ ltu_article:
+ description: "Ltu Article Werke"
+ name: "Ltu Article"
diff --git a/config/locales/ltu_article.en.yml b/config/locales/ltu_article.en.yml
new file mode 100644
index 0000000..39128f2
--- /dev/null
+++ b/config/locales/ltu_article.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ ltu_article: "fa fa-file-text-o"
+ select_type:
+ ltu_article:
+ description: "Ltu Article"
+ name: "Ltu Article"
diff --git a/config/locales/ltu_article.es.yml b/config/locales/ltu_article.es.yml
new file mode 100644
index 0000000..c278f4e
--- /dev/null
+++ b/config/locales/ltu_article.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ ltu_article: 'fa fa-file-text-o'
+ select_type:
+ ltu_article:
+ # TODO: translate `human_name` into Spanish
+ description: "Ltu Article trabajos"
+ name: "Ltu Article"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/ltu_article.fr.yml b/config/locales/ltu_article.fr.yml
new file mode 100644
index 0000000..9ecdaf5
--- /dev/null
+++ b/config/locales/ltu_article.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ ltu_article: 'fa fa-file-text-o'
+ select_type:
+ ltu_article:
+ description: "Ltu Article œuvres"
+ name: "Ltu Article"
diff --git a/config/locales/ltu_article.it.yml b/config/locales/ltu_article.it.yml
new file mode 100644
index 0000000..23c151b
--- /dev/null
+++ b/config/locales/ltu_article.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ ltu_article: "fa fa-file-text-o"
+ select_type:
+ ltu_article:
+ description: "Ltu Article opere"
+ name: "Ltu Article"
diff --git a/config/locales/ltu_article.pt-BR.yml b/config/locales/ltu_article.pt-BR.yml
new file mode 100644
index 0000000..9455439
--- /dev/null
+++ b/config/locales/ltu_article.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ ltu_article: "fa fa-file-text-o"
+ select_type:
+ ltu_article:
+ description: "Ltu Article trabalhos"
+ name: "Ltu Article"
diff --git a/config/locales/ltu_article.zh.yml b/config/locales/ltu_article.zh.yml
new file mode 100644
index 0000000..ecc7232
--- /dev/null
+++ b/config/locales/ltu_article.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ ltu_article: "fa fa-file-text-o"
+ select_type:
+ ltu_article:
+ # TODO: translate `human_name` into Chinese
+ description: "Ltu Article 作品"
+ name: "Ltu Article"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/ltu_book.de.yml b/config/locales/ltu_book.de.yml
new file mode 100644
index 0000000..2c12539
--- /dev/null
+++ b/config/locales/ltu_book.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ ltu_book: "fa fa-file-text-o"
+ select_type:
+ ltu_book:
+ description: "Ltu Book Werke"
+ name: "Ltu Book"
diff --git a/config/locales/ltu_book.en.yml b/config/locales/ltu_book.en.yml
new file mode 100644
index 0000000..5b4af41
--- /dev/null
+++ b/config/locales/ltu_book.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ ltu_book: "fa fa-file-text-o"
+ select_type:
+ ltu_book:
+ description: "Ltu Book"
+ name: "Ltu Book"
diff --git a/config/locales/ltu_book.es.yml b/config/locales/ltu_book.es.yml
new file mode 100644
index 0000000..af5811b
--- /dev/null
+++ b/config/locales/ltu_book.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ ltu_book: 'fa fa-file-text-o'
+ select_type:
+ ltu_book:
+ # TODO: translate `human_name` into Spanish
+ description: "Ltu Book trabajos"
+ name: "Ltu Book"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/ltu_book.fr.yml b/config/locales/ltu_book.fr.yml
new file mode 100644
index 0000000..d7d8088
--- /dev/null
+++ b/config/locales/ltu_book.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ ltu_book: 'fa fa-file-text-o'
+ select_type:
+ ltu_book:
+ description: "Ltu Book œuvres"
+ name: "Ltu Book"
diff --git a/config/locales/ltu_book.it.yml b/config/locales/ltu_book.it.yml
new file mode 100644
index 0000000..07d5ed7
--- /dev/null
+++ b/config/locales/ltu_book.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ ltu_book: "fa fa-file-text-o"
+ select_type:
+ ltu_book:
+ description: "Ltu Book opere"
+ name: "Ltu Book"
diff --git a/config/locales/ltu_book.pt-BR.yml b/config/locales/ltu_book.pt-BR.yml
new file mode 100644
index 0000000..0ce14fd
--- /dev/null
+++ b/config/locales/ltu_book.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ ltu_book: "fa fa-file-text-o"
+ select_type:
+ ltu_book:
+ description: "Ltu Book trabalhos"
+ name: "Ltu Book"
diff --git a/config/locales/ltu_book.zh.yml b/config/locales/ltu_book.zh.yml
new file mode 100644
index 0000000..d1220cd
--- /dev/null
+++ b/config/locales/ltu_book.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ ltu_book: "fa fa-file-text-o"
+ select_type:
+ ltu_book:
+ # TODO: translate `human_name` into Chinese
+ description: "Ltu Book 作品"
+ name: "Ltu Book"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/ltu_book_chapter.de.yml b/config/locales/ltu_book_chapter.de.yml
new file mode 100644
index 0000000..201bf3e
--- /dev/null
+++ b/config/locales/ltu_book_chapter.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ ltu_book_chapter: "fa fa-file-text-o"
+ select_type:
+ ltu_book_chapter:
+ description: "Ltu Book Chapter Werke"
+ name: "Ltu Book Chapter"
diff --git a/config/locales/ltu_book_chapter.en.yml b/config/locales/ltu_book_chapter.en.yml
new file mode 100644
index 0000000..f403999
--- /dev/null
+++ b/config/locales/ltu_book_chapter.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ ltu_book_chapter: "fa fa-file-text-o"
+ select_type:
+ ltu_book_chapter:
+ description: "Ltu Book Chapter"
+ name: "Ltu Book Chapter"
diff --git a/config/locales/ltu_book_chapter.es.yml b/config/locales/ltu_book_chapter.es.yml
new file mode 100644
index 0000000..c0d75ab
--- /dev/null
+++ b/config/locales/ltu_book_chapter.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ ltu_book_chapter: 'fa fa-file-text-o'
+ select_type:
+ ltu_book_chapter:
+ # TODO: translate `human_name` into Spanish
+ description: "Ltu Book Chapter trabajos"
+ name: "Ltu Book Chapter"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/ltu_book_chapter.fr.yml b/config/locales/ltu_book_chapter.fr.yml
new file mode 100644
index 0000000..13c0f96
--- /dev/null
+++ b/config/locales/ltu_book_chapter.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ ltu_book_chapter: 'fa fa-file-text-o'
+ select_type:
+ ltu_book_chapter:
+ description: "Ltu Book Chapter œuvres"
+ name: "Ltu Book Chapter"
diff --git a/config/locales/ltu_book_chapter.it.yml b/config/locales/ltu_book_chapter.it.yml
new file mode 100644
index 0000000..c1ba6e2
--- /dev/null
+++ b/config/locales/ltu_book_chapter.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ ltu_book_chapter: "fa fa-file-text-o"
+ select_type:
+ ltu_book_chapter:
+ description: "Ltu Book Chapter opere"
+ name: "Ltu Book Chapter"
diff --git a/config/locales/ltu_book_chapter.pt-BR.yml b/config/locales/ltu_book_chapter.pt-BR.yml
new file mode 100644
index 0000000..8b8b44b
--- /dev/null
+++ b/config/locales/ltu_book_chapter.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ ltu_book_chapter: "fa fa-file-text-o"
+ select_type:
+ ltu_book_chapter:
+ description: "Ltu Book Chapter trabalhos"
+ name: "Ltu Book Chapter"
diff --git a/config/locales/ltu_book_chapter.zh.yml b/config/locales/ltu_book_chapter.zh.yml
new file mode 100644
index 0000000..65266a2
--- /dev/null
+++ b/config/locales/ltu_book_chapter.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ ltu_book_chapter: "fa fa-file-text-o"
+ select_type:
+ ltu_book_chapter:
+ # TODO: translate `human_name` into Chinese
+ description: "Ltu Book Chapter 作品"
+ name: "Ltu Book Chapter"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/ltu_dataset.de.yml b/config/locales/ltu_dataset.de.yml
new file mode 100644
index 0000000..cd6dce6
--- /dev/null
+++ b/config/locales/ltu_dataset.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ ltu_dataset: "fa fa-file-text-o"
+ select_type:
+ ltu_datatset:
+ description: "Ltu Dataset Werke"
+ name: "Ltu Dataset"
diff --git a/config/locales/ltu_dataset.en.yml b/config/locales/ltu_dataset.en.yml
new file mode 100644
index 0000000..8edd8a7
--- /dev/null
+++ b/config/locales/ltu_dataset.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ ltu_dataset: "fa fa-file-text-o"
+ select_type:
+ ltu_dataset:
+ description: "Ltu Dataset"
+ name: "Ltu Dataset"
diff --git a/config/locales/ltu_dataset.es.yml b/config/locales/ltu_dataset.es.yml
new file mode 100644
index 0000000..26e2b1c
--- /dev/null
+++ b/config/locales/ltu_dataset.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ ltu_dataset: 'fa fa-file-text-o'
+ select_type:
+ ltu_dataset:
+ # TODO: translate `human_name` into Spanish
+ description: "Ltu Dataset trabajos"
+ name: "Ltu Dataset"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/ltu_dataset.fr.yml b/config/locales/ltu_dataset.fr.yml
new file mode 100644
index 0000000..bf1f85e
--- /dev/null
+++ b/config/locales/ltu_dataset.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ ltu_dataset: 'fa fa-file-text-o'
+ select_type:
+ ltu_dataset:
+ description: "Ltu Dataset œuvres"
+ name: "Ltu Dataset"
diff --git a/config/locales/ltu_dataset.pt-BR.yml b/config/locales/ltu_dataset.pt-BR.yml
new file mode 100644
index 0000000..e4045c2
--- /dev/null
+++ b/config/locales/ltu_dataset.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ ltu_dataset: "fa fa-file-text-o"
+ select_type:
+ ltu_dataset:
+ description: "Ltu Dataset trabalhos"
+ name: "Ltu Dataset"
diff --git a/config/locales/ltu_dataset.zh.yml b/config/locales/ltu_dataset.zh.yml
new file mode 100644
index 0000000..df555ab
--- /dev/null
+++ b/config/locales/ltu_dataset.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ ltu_dataset: "fa fa-file-text-o"
+ select_type:
+ ltu_dataset:
+ # TODO: translate `human_name` into Chinese
+ description: "Ltu Dataset 作品"
+ name: "Ltu Dataset"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/ltu_image.de.yml b/config/locales/ltu_image.de.yml
new file mode 100644
index 0000000..a51f8c4
--- /dev/null
+++ b/config/locales/ltu_image.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ ltu_image: "fa fa-file-text-o"
+ select_type:
+ ltu_image:
+ description: "Ltu Image Werke"
+ name: "Ltu Image"
diff --git a/config/locales/ltu_image.en.yml b/config/locales/ltu_image.en.yml
new file mode 100644
index 0000000..38e3381
--- /dev/null
+++ b/config/locales/ltu_image.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ ltu_image: "fa fa-file-text-o"
+ select_type:
+ ltu_image:
+ description: "Ltu Image"
+ name: "Ltu Image"
diff --git a/config/locales/ltu_image.es.yml b/config/locales/ltu_image.es.yml
new file mode 100644
index 0000000..fcef5fb
--- /dev/null
+++ b/config/locales/ltu_image.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ ltu_image: 'fa fa-file-text-o'
+ select_type:
+ ltu_image:
+ # TODO: translate `human_name` into Spanish
+ description: "Ltu Image trabajos"
+ name: "Ltu Image"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/ltu_image.fr.yml b/config/locales/ltu_image.fr.yml
new file mode 100644
index 0000000..806153c
--- /dev/null
+++ b/config/locales/ltu_image.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ ltu_image: 'fa fa-file-text-o'
+ select_type:
+ ltu_image:
+ description: "Ltu Image œuvres"
+ name: "Ltu Image"
diff --git a/config/locales/ltu_image.it.yml b/config/locales/ltu_image.it.yml
new file mode 100644
index 0000000..143cc77
--- /dev/null
+++ b/config/locales/ltu_image.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ ltu_image: "fa fa-file-text-o"
+ select_type:
+ ltu_image:
+ description: "Ltu Image opere"
+ name: "Ltu Image"
diff --git a/config/locales/ltu_image.pt-BR.yml b/config/locales/ltu_image.pt-BR.yml
new file mode 100644
index 0000000..8034998
--- /dev/null
+++ b/config/locales/ltu_image.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ ltu_image: "fa fa-file-text-o"
+ select_type:
+ ltu_image:
+ description: "Ltu Image trabalhos"
+ name: "Ltu Image"
diff --git a/config/locales/ltu_image.zh.yml b/config/locales/ltu_image.zh.yml
new file mode 100644
index 0000000..5ffd566
--- /dev/null
+++ b/config/locales/ltu_image.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ ltu_image: "fa fa-file-text-o"
+ select_type:
+ ltu_image:
+ # TODO: translate `human_name` into Chinese
+ description: "Ltu Image 作品"
+ name: "Ltu Image"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/ltu_image_artifact.de.yml b/config/locales/ltu_image_artifact.de.yml
new file mode 100644
index 0000000..121b298
--- /dev/null
+++ b/config/locales/ltu_image_artifact.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ ltu_image_artifact: "fa fa-file-text-o"
+ select_type:
+ ltu_image_artifact:
+ description: "Ltu Image Werke"
+ name: "Ltu Image Artifact"
diff --git a/config/locales/ltu_image_artifact.en.yml b/config/locales/ltu_image_artifact.en.yml
new file mode 100644
index 0000000..86a483f
--- /dev/null
+++ b/config/locales/ltu_image_artifact.en.yml
@@ -0,0 +1,24 @@
+en:
+ hyrax:
+ icons:
+ ltu_image_artifact: "fa fa-file-text-o"
+ select_type:
+ ltu_image_artifact:
+ description: "Ltu Image Artifact"
+ name: "Ltu Image Artifact"
+ simple_form:
+ creator:
+ creator_culture:
+ label: Culture
+ placeholder: "Add culture"
+ creator_date:
+ label: Dates
+ placeholder: "Add dates"
+ labels:
+ defaults:
+ abstract: Abstract / Description
+ media: Material
+ extent: Measurements
+ alt_class: Work Type
+ subject_text: LC Subject Heading
+ add_info: Notes
diff --git a/config/locales/ltu_image_artifact.es.yml b/config/locales/ltu_image_artifact.es.yml
new file mode 100644
index 0000000..dc0867a
--- /dev/null
+++ b/config/locales/ltu_image_artifact.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ ltu_image_artifact: 'fa fa-file-text-o'
+ select_type:
+ ltu_image_artifact:
+ # TODO: translate `human_name` into Spanish
+ description: "Ltu Image trabajos"
+ name: "Ltu Image Artifact"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/ltu_image_artifact.fr.yml b/config/locales/ltu_image_artifact.fr.yml
new file mode 100644
index 0000000..b308648
--- /dev/null
+++ b/config/locales/ltu_image_artifact.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ ltu_image_artifact: 'fa fa-file-text-o'
+ select_type:
+ ltu_image_artifact:
+ description: "Ltu Image œuvres"
+ name: "Ltu Image Artifact"
diff --git a/config/locales/ltu_image_artifact.it.yml b/config/locales/ltu_image_artifact.it.yml
new file mode 100644
index 0000000..4d3438e
--- /dev/null
+++ b/config/locales/ltu_image_artifact.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ ltu_image_artifact: "fa fa-file-text-o"
+ select_type:
+ ltu_image_artifact:
+ description: "Ltu Image opere"
+ name: "Ltu Image Artifact"
diff --git a/config/locales/ltu_image_artifact.pt-BR.yml b/config/locales/ltu_image_artifact.pt-BR.yml
new file mode 100644
index 0000000..f067e54
--- /dev/null
+++ b/config/locales/ltu_image_artifact.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ ltu_image_artifact: "fa fa-file-text-o"
+ select_type:
+ ltu_image_artifact:
+ description: "Ltu Image trabalhos"
+ name: "Ltu Image Artifact"
diff --git a/config/locales/ltu_image_artifact.zh.yml b/config/locales/ltu_image_artifact.zh.yml
new file mode 100644
index 0000000..14b5c30
--- /dev/null
+++ b/config/locales/ltu_image_artifact.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ ltu_image_artifact: "fa fa-file-text-o"
+ select_type:
+ ltu_image_artifact:
+ # TODO: translate `human_name` into Chinese
+ description: "Ltu Image 作品"
+ name: "Ltu Image Artifact"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/ltu_presentation.de.yml b/config/locales/ltu_presentation.de.yml
new file mode 100644
index 0000000..2440c02
--- /dev/null
+++ b/config/locales/ltu_presentation.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ ltu_presentation: "fa fa-file-text-o"
+ select_type:
+ ltu_presentation:
+ description: "Ltu Presentation Werke"
+ name: "Ltu Presentation"
diff --git a/config/locales/ltu_presentation.en.yml b/config/locales/ltu_presentation.en.yml
new file mode 100644
index 0000000..8d0179c
--- /dev/null
+++ b/config/locales/ltu_presentation.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ ltu_presentation: "fa fa-file-text-o"
+ select_type:
+ ltu_presentation:
+ description: "Ltu Presentation"
+ name: "Ltu Presentation"
diff --git a/config/locales/ltu_presentation.es.yml b/config/locales/ltu_presentation.es.yml
new file mode 100644
index 0000000..0522302
--- /dev/null
+++ b/config/locales/ltu_presentation.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ ltu_presentation: 'fa fa-file-text-o'
+ select_type:
+ ltu_presentation:
+ # TODO: translate `human_name` into Spanish
+ description: "Ltu Presentation trabajos"
+ name: "Ltu Presentation"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/ltu_presentation.fr.yml b/config/locales/ltu_presentation.fr.yml
new file mode 100644
index 0000000..2085773
--- /dev/null
+++ b/config/locales/ltu_presentation.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ ltu_presentation: 'fa fa-file-text-o'
+ select_type:
+ ltu_presentation:
+ description: "Ltu Presentation œuvres"
+ name: "Ltu Presentation"
diff --git a/config/locales/ltu_presentation.it.yml b/config/locales/ltu_presentation.it.yml
new file mode 100644
index 0000000..23fe535
--- /dev/null
+++ b/config/locales/ltu_presentation.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ ltu_presentation: "fa fa-file-text-o"
+ select_type:
+ ltu_presentation:
+ description: "Ltu Presentation opere"
+ name: "Ltu Presentation"
diff --git a/config/locales/ltu_presentation.pt-BR.yml b/config/locales/ltu_presentation.pt-BR.yml
new file mode 100644
index 0000000..6215dc4
--- /dev/null
+++ b/config/locales/ltu_presentation.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ ltu_presentation: "fa fa-file-text-o"
+ select_type:
+ ltu_presentation:
+ description: "Ltu Presentation trabalhos"
+ name: "Ltu Presentation"
diff --git a/config/locales/ltu_presentation.zh.yml b/config/locales/ltu_presentation.zh.yml
new file mode 100644
index 0000000..039b144
--- /dev/null
+++ b/config/locales/ltu_presentation.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ ltu_presentation: "fa fa-file-text-o"
+ select_type:
+ ltu_presentation:
+ # TODO: translate `human_name` into Chinese
+ description: "Ltu Presentation 作品"
+ name: "Ltu Presentation"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/ltu_serial.de.yml b/config/locales/ltu_serial.de.yml
new file mode 100644
index 0000000..315fcf6
--- /dev/null
+++ b/config/locales/ltu_serial.de.yml
@@ -0,0 +1,9 @@
+de:
+ hyrax:
+ icons:
+ ltu_serial: "fa fa-file-text-o"
+ select_type:
+ ltu_serial:
+ # Serial Werke
+ description: ""
+ name: "Serial"
diff --git a/config/locales/ltu_serial.en.yml b/config/locales/ltu_serial.en.yml
new file mode 100644
index 0000000..b9df524
--- /dev/null
+++ b/config/locales/ltu_serial.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ ltu_serial: "fa fa-file-text-o"
+ select_type:
+ ltu_serial:
+ description: " "
+ name: "Serial"
diff --git a/config/locales/ltu_serial.es.yml b/config/locales/ltu_serial.es.yml
new file mode 100644
index 0000000..5b996bc
--- /dev/null
+++ b/config/locales/ltu_serial.es.yml
@@ -0,0 +1,11 @@
+es:
+ hyrax:
+ icons:
+ ltu_serial: 'fa fa-file-text-o'
+ select_type:
+ ltu_serial:
+ # TODO: translate `human_name` into Spanish
+ # Serial trabajos
+ description: ""
+ name: "Serial"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/ltu_serial.fr.yml b/config/locales/ltu_serial.fr.yml
new file mode 100644
index 0000000..b48b44e
--- /dev/null
+++ b/config/locales/ltu_serial.fr.yml
@@ -0,0 +1,9 @@
+fr:
+ hyrax:
+ icons:
+ ltu_serial: 'fa fa-file-text-o'
+ select_type:
+ ltu_serial:
+ # Serial œuvres
+ description: ""
+ name: "Serial"
diff --git a/config/locales/ltu_serial.it.yml b/config/locales/ltu_serial.it.yml
new file mode 100644
index 0000000..e65dd7e
--- /dev/null
+++ b/config/locales/ltu_serial.it.yml
@@ -0,0 +1,9 @@
+it:
+ hyrax:
+ icons:
+ ltu_serial: "fa fa-file-text-o"
+ select_type:
+ ltu_serial:
+ # Serial opere
+ description: ""
+ name: "Serial"
diff --git a/config/locales/ltu_serial.pt-BR.yml b/config/locales/ltu_serial.pt-BR.yml
new file mode 100644
index 0000000..e4b0c3a
--- /dev/null
+++ b/config/locales/ltu_serial.pt-BR.yml
@@ -0,0 +1,9 @@
+pt-BR:
+ hyrax:
+ icons:
+ ltu_serial: "fa fa-file-text-o"
+ select_type:
+ ltu_serial:
+ #Serial trabalhos
+ description: ""
+ name: "Serial"
diff --git a/config/locales/ltu_serial.zh.yml b/config/locales/ltu_serial.zh.yml
new file mode 100644
index 0000000..0b6cd75
--- /dev/null
+++ b/config/locales/ltu_serial.zh.yml
@@ -0,0 +1,11 @@
+zh:
+ hyrax:
+ icons:
+ ltu_serial: "fa fa-file-text-o"
+ select_type:
+ ltu_serial:
+ # TODO: translate `human_name` into Chinese
+ # Serial 作品
+ description: ""
+ name: "Serial"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/ltu_thesis_dissertation.de.yml b/config/locales/ltu_thesis_dissertation.de.yml
new file mode 100644
index 0000000..97c65b4
--- /dev/null
+++ b/config/locales/ltu_thesis_dissertation.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ ltu_thesis_dissertation: "fa fa-file-text-o"
+ select_type:
+ ltu_thesis_dissertation:
+ description: "Ltu Thesis Dissertation Werke"
+ name: "Ltu Thesis Dissertation"
diff --git a/config/locales/ltu_thesis_dissertation.en.yml b/config/locales/ltu_thesis_dissertation.en.yml
new file mode 100644
index 0000000..2fd8e72
--- /dev/null
+++ b/config/locales/ltu_thesis_dissertation.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ ltu_thesis_dissertation: "fa fa-file-text-o"
+ select_type:
+ ltu_thesis_dissertation:
+ description: "Ltu Thesis Dissertation"
+ name: "Ltu Thesis Dissertation"
diff --git a/config/locales/ltu_thesis_dissertation.es.yml b/config/locales/ltu_thesis_dissertation.es.yml
new file mode 100644
index 0000000..cf14f16
--- /dev/null
+++ b/config/locales/ltu_thesis_dissertation.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ ltu_thesis_dissertation: 'fa fa-file-text-o'
+ select_type:
+ ltu_thesis_dissertation:
+ # TODO: translate `human_name` into Spanish
+ description: "Ltu Thesis Dissertation trabajos"
+ name: "Ltu Thesis Dissertation"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/ltu_thesis_dissertation.fr.yml b/config/locales/ltu_thesis_dissertation.fr.yml
new file mode 100644
index 0000000..a915f15
--- /dev/null
+++ b/config/locales/ltu_thesis_dissertation.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ ltu_thesis_dissertation: 'fa fa-file-text-o'
+ select_type:
+ ltu_thesis_dissertation:
+ description: "Ltu Thesis Dissertation œuvres"
+ name: "Ltu Thesis Dissertation"
diff --git a/config/locales/ltu_thesis_dissertation.it.yml b/config/locales/ltu_thesis_dissertation.it.yml
new file mode 100644
index 0000000..54d6153
--- /dev/null
+++ b/config/locales/ltu_thesis_dissertation.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ ltu_thesis_dissertation: "fa fa-file-text-o"
+ select_type:
+ ltu_thesis_dissertation:
+ description: "Ltu Thesis Dissertation opere"
+ name: "Ltu Thesis Dissertation"
diff --git a/config/locales/ltu_thesis_dissertation.pt-BR.yml b/config/locales/ltu_thesis_dissertation.pt-BR.yml
new file mode 100644
index 0000000..ef01b05
--- /dev/null
+++ b/config/locales/ltu_thesis_dissertation.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ ltu_thesis_dissertation: "fa fa-file-text-o"
+ select_type:
+ ltu_thesis_dissertation:
+ description: "Ltu Thesis Dissertation trabalhos"
+ name: "Ltu Thesis Dissertation"
diff --git a/config/locales/ltu_thesis_dissertation.zh.yml b/config/locales/ltu_thesis_dissertation.zh.yml
new file mode 100644
index 0000000..e62fa50
--- /dev/null
+++ b/config/locales/ltu_thesis_dissertation.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ ltu_thesis_dissertation: "fa fa-file-text-o"
+ select_type:
+ ltu_thesis_dissertation:
+ # TODO: translate `human_name` into Chinese
+ description: "Ltu Thesis Dissertation 作品"
+ name: "Ltu Thesis Dissertation"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/ltu_time_based_media.de.yml b/config/locales/ltu_time_based_media.de.yml
new file mode 100644
index 0000000..f243f88
--- /dev/null
+++ b/config/locales/ltu_time_based_media.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ ltu_time_based_media: "fa fa-file-text-o"
+ select_type:
+ ltu_time_based_media:
+ description: "Ltu Time Based Media Werke"
+ name: "Ltu Time Based Media"
diff --git a/config/locales/ltu_time_based_media.en.yml b/config/locales/ltu_time_based_media.en.yml
new file mode 100644
index 0000000..0f453da
--- /dev/null
+++ b/config/locales/ltu_time_based_media.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ ltu_time_based_media: "fa fa-file-text-o"
+ select_type:
+ ltu_time_based_media:
+ description: "Ltu Time Based Media"
+ name: "Ltu Time Based Media"
diff --git a/config/locales/ltu_time_based_media.es.yml b/config/locales/ltu_time_based_media.es.yml
new file mode 100644
index 0000000..01756d5
--- /dev/null
+++ b/config/locales/ltu_time_based_media.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ ltu_time_based_media: 'fa fa-file-text-o'
+ select_type:
+ ltu_time_based_media:
+ # TODO: translate `human_name` into Spanish
+ description: "Ltu Time Based Media trabajos"
+ name: "Ltu Time Based Media"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/nsu_article.en.yml b/config/locales/nsu_article.en.yml
new file mode 100644
index 0000000..21c8f76
--- /dev/null
+++ b/config/locales/nsu_article.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ nsu_article: 'fa fa-file-text-o'
+ select_type:
+ nsu_article:
+ description: "NSU Article works"
+ name: "Article"
diff --git a/config/locales/nsu_generic_work.en.yml b/config/locales/nsu_generic_work.en.yml
new file mode 100644
index 0000000..2b41285
--- /dev/null
+++ b/config/locales/nsu_generic_work.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ nsu_generic_work: 'fa fa-file-text-o'
+ select_type:
+ nsu_generic_work:
+ description: "NSU Generic works"
+ name: "Generic Work"
diff --git a/config/locales/pacific_article.de.yml b/config/locales/pacific_article.de.yml
new file mode 100644
index 0000000..466b035
--- /dev/null
+++ b/config/locales/pacific_article.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ pacific_article: 'fa fa-file-text-o'
+ select_type:
+ pacific_article:
+ description: "Article Werke"
+ name: "Pacific Article"
diff --git a/config/locales/pacific_article.en.yml b/config/locales/pacific_article.en.yml
new file mode 100644
index 0000000..d5be3f4
--- /dev/null
+++ b/config/locales/pacific_article.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ pacific_article: 'fa fa-file-text-o'
+ select_type:
+ pacific_article:
+ description: "A short, scholarly work, usually published in a journal"
+ name: "Article"
diff --git a/config/locales/pacific_article.es.yml b/config/locales/pacific_article.es.yml
new file mode 100644
index 0000000..c4b15ad
--- /dev/null
+++ b/config/locales/pacific_article.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ pacific_article: 'fa fa-file-text-o'
+ select_type:
+ pacific_article:
+ # TODO: translate `human_name` into Spanish
+ description: "Article trabajos"
+ name: "Article"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/pacific_article.fr.yml b/config/locales/pacific_article.fr.yml
new file mode 100644
index 0000000..bb28438
--- /dev/null
+++ b/config/locales/pacific_article.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ pacific_article: 'fa fa-file-text-o'
+ select_type:
+ pacific_article:
+ description: "Article œuvres"
+ name: "Article"
diff --git a/config/locales/pacific_article.it.yml b/config/locales/pacific_article.it.yml
new file mode 100644
index 0000000..dbf2267
--- /dev/null
+++ b/config/locales/pacific_article.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ pacific_article: 'fa fa-file-text-o'
+ select_type:
+ pacific_article:
+ description: "Article opere"
+ name: "Article"
diff --git a/config/locales/pacific_article.pt-BR.yml b/config/locales/pacific_article.pt-BR.yml
new file mode 100644
index 0000000..570a3e6
--- /dev/null
+++ b/config/locales/pacific_article.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ pacific_article: 'fa fa-file-text-o'
+ select_type:
+ pacific_article:
+ description: "Article trabalhos"
+ name: "Article"
diff --git a/config/locales/pacific_article.zh.yml b/config/locales/pacific_article.zh.yml
new file mode 100644
index 0000000..96e51f9
--- /dev/null
+++ b/config/locales/pacific_article.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ pacific_article: 'fa fa-file-text-o'
+ select_type:
+ pacific_article:
+ # TODO: translate `human_name` into Chinese
+ description: "article 作品"
+ name: "Article"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/pacific_book.de.yml b/config/locales/pacific_book.de.yml
new file mode 100644
index 0000000..14dc3c5
--- /dev/null
+++ b/config/locales/pacific_book.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ pacific_book: 'fa fa-file-text-o'
+ select_type:
+ pacific_book:
+ description: "Book Werke"
+ name: "Book"
diff --git a/config/locales/pacific_book.en.yml b/config/locales/pacific_book.en.yml
new file mode 100644
index 0000000..4dc9763
--- /dev/null
+++ b/config/locales/pacific_book.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ pacific_book: 'fa fa-file-text-o'
+ select_type:
+ pacific_book:
+ description: "A written text published in printed or electronic form"
+ name: "Book"
diff --git a/config/locales/pacific_book.es.yml b/config/locales/pacific_book.es.yml
new file mode 100644
index 0000000..05086d2
--- /dev/null
+++ b/config/locales/pacific_book.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ pacific_book: 'fa fa-file-text-o'
+ select_type:
+ pacific_book:
+ # TODO: translate `human_name` into Spanish
+ description: "Book trabajos"
+ name: "Book"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/pacific_book.fr.yml b/config/locales/pacific_book.fr.yml
new file mode 100644
index 0000000..4331555
--- /dev/null
+++ b/config/locales/pacific_book.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ pacific_book: 'fa fa-file-text-o'
+ select_type:
+ pacific_book:
+ description: "Book œuvres"
+ name: "Book"
diff --git a/config/locales/pacific_book.it.yml b/config/locales/pacific_book.it.yml
new file mode 100644
index 0000000..7c09b2c
--- /dev/null
+++ b/config/locales/pacific_book.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ pacific_book: 'fa fa-file-text-o'
+ select_type:
+ pacific_book:
+ description: "Book opere"
+ name: "Book"
diff --git a/config/locales/pacific_book.pt-BR.yml b/config/locales/pacific_book.pt-BR.yml
new file mode 100644
index 0000000..e257024
--- /dev/null
+++ b/config/locales/pacific_book.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ pacific_book: 'fa fa-file-text-o'
+ select_type:
+ pacific_book:
+ description: "Book trabalhos"
+ name: "Book"
diff --git a/config/locales/pacific_book.zh.yml b/config/locales/pacific_book.zh.yml
new file mode 100644
index 0000000..4d35809
--- /dev/null
+++ b/config/locales/pacific_book.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ pacific_book: 'fa fa-file-text-o'
+ select_type:
+ pacific_book:
+ # TODO: translate `human_name` into Chinese
+ description: "Book 作品"
+ name: "Book"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/pacific_book_chapter.de.yml b/config/locales/pacific_book_chapter.de.yml
new file mode 100644
index 0000000..5a482fb
--- /dev/null
+++ b/config/locales/pacific_book_chapter.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ pacific_book_chapter: 'fa fa-file-text-o'
+ select_type:
+ pacific_book_chapter:
+ description: "Book chapter Werke"
+ name: "Book Chapter"
diff --git a/config/locales/pacific_book_chapter.en.yml b/config/locales/pacific_book_chapter.en.yml
new file mode 100644
index 0000000..bb7b5b1
--- /dev/null
+++ b/config/locales/pacific_book_chapter.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ pacific_book_chapter: 'fa fa-file-text-o'
+ select_type:
+ pacific_book_chapter:
+ description: "A separately-authored chapter or section in a book"
+ name: "Book Chapter"
diff --git a/config/locales/pacific_book_chapter.es.yml b/config/locales/pacific_book_chapter.es.yml
new file mode 100644
index 0000000..e665926
--- /dev/null
+++ b/config/locales/pacific_book_chapter.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ pacific_book_chapter: 'fa fa-file-text-o'
+ select_type:
+ pacific_book_chapter:
+ # TODO: translate `human_name` into Spanish
+ description: "Book chapter trabajos"
+ name: "Book Chapter"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/pacific_book_chapter.fr.yml b/config/locales/pacific_book_chapter.fr.yml
new file mode 100644
index 0000000..03ab5c5
--- /dev/null
+++ b/config/locales/pacific_book_chapter.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ pacific_book_chapter: 'fa fa-file-text-o'
+ select_type:
+ pacific_book_chapter:
+ description: "Book chapter œuvres"
+ name: "Book Chapter"
diff --git a/config/locales/pacific_book_chapter.it.yml b/config/locales/pacific_book_chapter.it.yml
new file mode 100644
index 0000000..b1917cd
--- /dev/null
+++ b/config/locales/pacific_book_chapter.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ pacific_book_chapter: 'fa fa-file-text-o'
+ select_type:
+ pacific_book_chapter:
+ description: "Book chapter opere"
+ name: "Book Chapter"
diff --git a/config/locales/pacific_book_chapter.pt-BR.yml b/config/locales/pacific_book_chapter.pt-BR.yml
new file mode 100644
index 0000000..5c05186
--- /dev/null
+++ b/config/locales/pacific_book_chapter.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ pacific_book_chapter: 'fa fa-file-text-o'
+ select_type:
+ pacific_book_chapter:
+ description: "Book chapter trabalhos"
+ name: "Book Chapter"
diff --git a/config/locales/pacific_book_chapter.zh.yml b/config/locales/pacific_book_chapter.zh.yml
new file mode 100644
index 0000000..6b42135
--- /dev/null
+++ b/config/locales/pacific_book_chapter.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ pacific_book_chapter: 'fa fa-file-text-o'
+ select_type:
+ pacific_book_chapter:
+ # TODO: translate `human_name` into Chinese
+ description: "Book chapter 作品"
+ name: "Book Chapter"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/pacific_image.de.yml b/config/locales/pacific_image.de.yml
new file mode 100644
index 0000000..1701515
--- /dev/null
+++ b/config/locales/pacific_image.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ pacific_image: 'fa fa-file-text-o'
+ select_type:
+ pacific_image:
+ description: "Image Werke"
+ name: "Image"
diff --git a/config/locales/pacific_image.en.yml b/config/locales/pacific_image.en.yml
new file mode 100644
index 0000000..fcf35e2
--- /dev/null
+++ b/config/locales/pacific_image.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ pacific_image: 'fa fa-file-text-o'
+ select_type:
+ pacific_image:
+ description: "An Image work"
+ name: "Image"
diff --git a/config/locales/pacific_image.es.yml b/config/locales/pacific_image.es.yml
new file mode 100644
index 0000000..7ad31d1
--- /dev/null
+++ b/config/locales/pacific_image.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ pacific_image: 'fa fa-file-text-o'
+ select_type:
+ pacific_image:
+ # TODO: translate `human_name` into Spanish
+ description: "Image trabajos"
+ name: "Image"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/pacific_image.fr.yml b/config/locales/pacific_image.fr.yml
new file mode 100644
index 0000000..57f0b52
--- /dev/null
+++ b/config/locales/pacific_image.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ pacific_image: 'fa fa-file-text-o'
+ select_type:
+ pacific_image:
+ description: "Image œuvres"
+ name: "Image"
diff --git a/config/locales/pacific_image.it.yml b/config/locales/pacific_image.it.yml
new file mode 100644
index 0000000..041a46a
--- /dev/null
+++ b/config/locales/pacific_image.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ pacific_image: 'fa fa-file-text-o'
+ select_type:
+ pacific_image:
+ description: "Image opere"
+ name: "Image"
diff --git a/config/locales/pacific_image.pt-BR.yml b/config/locales/pacific_image.pt-BR.yml
new file mode 100644
index 0000000..2d144ad
--- /dev/null
+++ b/config/locales/pacific_image.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ pacific_image: 'fa fa-file-text-o'
+ select_type:
+ pacific_image:
+ description: "Image trabalhos"
+ name: "Image"
diff --git a/config/locales/pacific_image.zh.yml b/config/locales/pacific_image.zh.yml
new file mode 100644
index 0000000..db6b488
--- /dev/null
+++ b/config/locales/pacific_image.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ pacific_image: 'fa fa-file-text-o'
+ select_type:
+ pacific_image:
+ # TODO: translate `human_name` into Chinese
+ description: "Image 作品"
+ name: "Image"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/pacific_media.de.yml b/config/locales/pacific_media.de.yml
new file mode 100644
index 0000000..9bd678d
--- /dev/null
+++ b/config/locales/pacific_media.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ pacific_media: 'fa fa-file-text-o'
+ select_type:
+ pacific_media:
+ description: "Media Werke"
+ name: "Media"
diff --git a/config/locales/pacific_media.en.yml b/config/locales/pacific_media.en.yml
new file mode 100644
index 0000000..35643c3
--- /dev/null
+++ b/config/locales/pacific_media.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ pacific_media: 'fa fa-file-text-o'
+ select_type:
+ pacific_media:
+ description: "A multimedia output such as a video or audio recording"
+ name: "Media"
diff --git a/config/locales/pacific_media.es.yml b/config/locales/pacific_media.es.yml
new file mode 100644
index 0000000..78a1ce5
--- /dev/null
+++ b/config/locales/pacific_media.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ pacific_media: 'fa fa-file-text-o'
+ select_type:
+ pacific_media:
+ # TODO: translate `human_name` into Spanish
+ description: "Media trabajos"
+ name: "Media"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/pacific_media.fr.yml b/config/locales/pacific_media.fr.yml
new file mode 100644
index 0000000..f079bfa
--- /dev/null
+++ b/config/locales/pacific_media.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ pacific_media: 'fa fa-file-text-o'
+ select_type:
+ pacific_media:
+ description: "Media œuvres"
+ name: "Media"
diff --git a/config/locales/pacific_media.it.yml b/config/locales/pacific_media.it.yml
new file mode 100644
index 0000000..aeaf9d6
--- /dev/null
+++ b/config/locales/pacific_media.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ pacific_media: 'fa fa-file-text-o'
+ select_type:
+ pacific_media:
+ description: "Media opere"
+ name: "Media"
diff --git a/config/locales/pacific_media.pt-BR.yml b/config/locales/pacific_media.pt-BR.yml
new file mode 100644
index 0000000..18927c6
--- /dev/null
+++ b/config/locales/pacific_media.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ pacific_media: 'fa fa-file-text-o'
+ select_type:
+ pacific_media:
+ description: "Media trabalhos"
+ name: "Media"
diff --git a/config/locales/pacific_media.zh.yml b/config/locales/pacific_media.zh.yml
new file mode 100644
index 0000000..d9f7c8e
--- /dev/null
+++ b/config/locales/pacific_media.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ pacific_media: 'fa fa-file-text-o'
+ select_type:
+ pacific_media:
+ # TODO: translate `human_name` into Chinese
+ description: "media 作品"
+ name: "Media"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/pacific_news_clipping.de.yml b/config/locales/pacific_news_clipping.de.yml
new file mode 100644
index 0000000..8c7ee88
--- /dev/null
+++ b/config/locales/pacific_news_clipping.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ pacific_news_clipping: 'fa fa-file-text-o'
+ select_type:
+ pacific_news_clipping:
+ description: "News clipping Werke"
+ name: "News Clipping"
diff --git a/config/locales/pacific_news_clipping.en.yml b/config/locales/pacific_news_clipping.en.yml
new file mode 100644
index 0000000..fc1a73d
--- /dev/null
+++ b/config/locales/pacific_news_clipping.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ pacific_news_clipping: 'fa fa-file-text-o'
+ select_type:
+ pacific_news_clipping:
+ description: "A News clipping work"
+ name: "News Clipping"
diff --git a/config/locales/pacific_news_clipping.es.yml b/config/locales/pacific_news_clipping.es.yml
new file mode 100644
index 0000000..b5f1344
--- /dev/null
+++ b/config/locales/pacific_news_clipping.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ pacific_news_clipping: 'fa fa-file-text-o'
+ select_type:
+ pacific_news_clipping:
+ # TODO: translate `human_name` into Spanish
+ description: "News clipping trabajos"
+ name: "News Clipping"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/pacific_news_clipping.fr.yml b/config/locales/pacific_news_clipping.fr.yml
new file mode 100644
index 0000000..ae09f4f
--- /dev/null
+++ b/config/locales/pacific_news_clipping.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ pacific_news_clipping: 'fa fa-file-text-o'
+ select_type:
+ pacific_news_clipping:
+ description: "News clipping œuvres"
+ name: "News Clipping"
diff --git a/config/locales/pacific_news_clipping.it.yml b/config/locales/pacific_news_clipping.it.yml
new file mode 100644
index 0000000..1a773d9
--- /dev/null
+++ b/config/locales/pacific_news_clipping.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ pacific_news_clipping: 'fa fa-file-text-o'
+ select_type:
+ pacific_news_clipping:
+ description: "News clipping opere"
+ name: "News Clipping"
diff --git a/config/locales/pacific_news_clipping.pt-BR.yml b/config/locales/pacific_news_clipping.pt-BR.yml
new file mode 100644
index 0000000..a0dedeb
--- /dev/null
+++ b/config/locales/pacific_news_clipping.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ pacific_news_clipping: 'fa fa-file-text-o'
+ select_type:
+ pacific_news_clipping:
+ description: "News clipping trabalhos"
+ name: "News Clipping"
diff --git a/config/locales/pacific_news_clipping.zh.yml b/config/locales/pacific_news_clipping.zh.yml
new file mode 100644
index 0000000..935c2cd
--- /dev/null
+++ b/config/locales/pacific_news_clipping.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ pacific_news_clipping: 'fa fa-file-text-o'
+ select_type:
+ pacific_news_clipping:
+ # TODO: translate `human_name` into Chinese
+ description: "News clipping 作品"
+ name: "News Clipping"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/pacific_presentation.de.yml b/config/locales/pacific_presentation.de.yml
new file mode 100644
index 0000000..86e9e8a
--- /dev/null
+++ b/config/locales/pacific_presentation.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ pacific_presentation: 'fa fa-file-text-o'
+ select_type:
+ pacific_presentation:
+ description: "Presentation Werke"
+ name: "Presentation"
diff --git a/config/locales/pacific_presentation.en.yml b/config/locales/pacific_presentation.en.yml
new file mode 100644
index 0000000..beaad33
--- /dev/null
+++ b/config/locales/pacific_presentation.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ pacific_presentation: 'fa fa-file-text-o'
+ select_type:
+ pacific_presentation:
+ description: "A poster, slides, or other tools used in a speech or talk"
+ name: "Presentation"
diff --git a/config/locales/pacific_presentation.es.yml b/config/locales/pacific_presentation.es.yml
new file mode 100644
index 0000000..9598dc4
--- /dev/null
+++ b/config/locales/pacific_presentation.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ pacific_presentation: 'fa fa-file-text-o'
+ select_type:
+ pacific_presentation:
+ # TODO: translate `human_name` into Spanish
+ description: "Presentation trabajos"
+ name: "Presentation"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/pacific_presentation.fr.yml b/config/locales/pacific_presentation.fr.yml
new file mode 100644
index 0000000..347e06a
--- /dev/null
+++ b/config/locales/pacific_presentation.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ pacific_presentation: 'fa fa-file-text-o'
+ select_type:
+ pacific_presentation:
+ description: "Presentation œuvres"
+ name: "Presentation"
diff --git a/config/locales/pacific_presentation.it.yml b/config/locales/pacific_presentation.it.yml
new file mode 100644
index 0000000..0a051b8
--- /dev/null
+++ b/config/locales/pacific_presentation.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ pacific_presentation: 'fa fa-file-text-o'
+ select_type:
+ pacific_presentation:
+ description: "Presentation opere"
+ name: "Presentation"
diff --git a/config/locales/pacific_presentation.pt-BR.yml b/config/locales/pacific_presentation.pt-BR.yml
new file mode 100644
index 0000000..c0e8576
--- /dev/null
+++ b/config/locales/pacific_presentation.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ pacific_presentation: 'fa fa-file-text-o'
+ select_type:
+ pacific_presentation:
+ description: "Presentation trabalhos"
+ name: "Presentation"
diff --git a/config/locales/pacific_presentation.zh.yml b/config/locales/pacific_presentation.zh.yml
new file mode 100644
index 0000000..8f95993
--- /dev/null
+++ b/config/locales/pacific_presentation.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ pacific_presentation: 'fa fa-file-text-o'
+ select_type:
+ pacific_presentation:
+ # TODO: translate `human_name` into Chinese
+ description: "Presentation 作品"
+ name: "Presentation"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/pacific_text_work.de.yml b/config/locales/pacific_text_work.de.yml
new file mode 100644
index 0000000..1309333
--- /dev/null
+++ b/config/locales/pacific_text_work.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ pacific_text_work: 'fa fa-file-text-o'
+ select_type:
+ pacific_text_work:
+ description: "Text work Werke"
+ name: "Text Work"
diff --git a/config/locales/pacific_text_work.en.yml b/config/locales/pacific_text_work.en.yml
new file mode 100644
index 0000000..bb404e1
--- /dev/null
+++ b/config/locales/pacific_text_work.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ pacific_text_work: 'fa fa-file-text-o'
+ select_type:
+ pacific_text_work:
+ description: "A written work"
+ name: "Text Work"
diff --git a/config/locales/pacific_text_work.es.yml b/config/locales/pacific_text_work.es.yml
new file mode 100644
index 0000000..6de045a
--- /dev/null
+++ b/config/locales/pacific_text_work.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ pacific_text_work: 'fa fa-file-text-o'
+ select_type:
+ pacific_text_work:
+ # TODO: translate `human_name` into Spanish
+ description: "Text work trabajos"
+ name: "Text Work"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/pacific_text_work.fr.yml b/config/locales/pacific_text_work.fr.yml
new file mode 100644
index 0000000..03c567f
--- /dev/null
+++ b/config/locales/pacific_text_work.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ pacific_text_work: 'fa fa-file-text-o'
+ select_type:
+ pacific_text_work:
+ description: "Text work œuvres"
+ name: "Text Work"
diff --git a/config/locales/pacific_text_work.it.yml b/config/locales/pacific_text_work.it.yml
new file mode 100644
index 0000000..04e2b8e
--- /dev/null
+++ b/config/locales/pacific_text_work.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ pacific_text_work: 'fa fa-file-text-o'
+ select_type:
+ pacific_text_work:
+ description: "Text work opere"
+ name: "Text Work"
diff --git a/config/locales/pacific_text_work.pt-BR.yml b/config/locales/pacific_text_work.pt-BR.yml
new file mode 100644
index 0000000..790bbeb
--- /dev/null
+++ b/config/locales/pacific_text_work.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ pacific_text_work: 'fa fa-file-text-o'
+ select_type:
+ pacific_text_work:
+ description: "Text work trabalhos"
+ name: "Text Work"
diff --git a/config/locales/pacific_text_work.zh.yml b/config/locales/pacific_text_work.zh.yml
new file mode 100644
index 0000000..862b977
--- /dev/null
+++ b/config/locales/pacific_text_work.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ pacific_text_work: 'fa fa-file-text-o'
+ select_type:
+ pacific_text_work:
+ # TODO: translate `human_name` into Chinese
+ description: "Text work 作品"
+ name: "Text Work"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/pacific_thesis_or_dissertation.de.yml b/config/locales/pacific_thesis_or_dissertation.de.yml
new file mode 100644
index 0000000..f20ea5a
--- /dev/null
+++ b/config/locales/pacific_thesis_or_dissertation.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ pacific_thesis_or_dissertation: 'fa fa-file-text-o'
+ select_type:
+ pacific_thesis_or_dissertation:
+ description: "Thesis or dissertation Werke"
+ name: "Thesis Or Dissertation"
diff --git a/config/locales/pacific_thesis_or_dissertation.en.yml b/config/locales/pacific_thesis_or_dissertation.en.yml
new file mode 100644
index 0000000..d15508e
--- /dev/null
+++ b/config/locales/pacific_thesis_or_dissertation.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ pacific_thesis_or_dissertation: 'fa fa-file-text-o'
+ select_type:
+ pacific_thesis_or_dissertation:
+ description: "A research document submitted to support candidature for a degree"
+ name: "Thesis Or Dissertation"
diff --git a/config/locales/pacific_thesis_or_dissertation.es.yml b/config/locales/pacific_thesis_or_dissertation.es.yml
new file mode 100644
index 0000000..1461b32
--- /dev/null
+++ b/config/locales/pacific_thesis_or_dissertation.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ pacific_thesis_or_dissertation: 'fa fa-file-text-o'
+ select_type:
+ pacific_thesis_or_dissertation:
+ # TODO: translate `human_name` into Spanish
+ description: "Thesis or dissertation trabajos"
+ name: "Thesis Or Dissertation"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/pacific_thesis_or_dissertation.fr.yml b/config/locales/pacific_thesis_or_dissertation.fr.yml
new file mode 100644
index 0000000..c9ab71e
--- /dev/null
+++ b/config/locales/pacific_thesis_or_dissertation.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ pacific_thesis_or_dissertation: 'fa fa-file-text-o'
+ select_type:
+ pacific_thesis_or_dissertation:
+ description: "Thesis or dissertation œuvres"
+ name: "Thesis Or Dissertation"
diff --git a/config/locales/pacific_thesis_or_dissertation.it.yml b/config/locales/pacific_thesis_or_dissertation.it.yml
new file mode 100644
index 0000000..5a25ef4
--- /dev/null
+++ b/config/locales/pacific_thesis_or_dissertation.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ pacific_thesis_or_dissertation: 'fa fa-file-text-o'
+ select_type:
+ pacific_thesis_or_dissertation:
+ description: "Thesis or dissertation opere"
+ name: "Thesis Or Dissertation"
diff --git a/config/locales/pacific_thesis_or_dissertation.pt-BR.yml b/config/locales/pacific_thesis_or_dissertation.pt-BR.yml
new file mode 100644
index 0000000..c4524a0
--- /dev/null
+++ b/config/locales/pacific_thesis_or_dissertation.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ pacific_thesis_or_dissertation: 'fa fa-file-text-o'
+ select_type:
+ pacific_thesis_or_dissertation:
+ description: "Thesis or dissertation trabalhos"
+ name: "Thesis Or Dissertation"
diff --git a/config/locales/pacific_thesis_or_dissertation.zh.yml b/config/locales/pacific_thesis_or_dissertation.zh.yml
new file mode 100644
index 0000000..00a123d
--- /dev/null
+++ b/config/locales/pacific_thesis_or_dissertation.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ pacific_thesis_or_dissertation: 'fa fa-file-text-o'
+ select_type:
+ pacific_thesis_or_dissertation:
+ # TODO: translate `human_name` into Chinese
+ description: "Thesis or dissertation 作品"
+ name: "Thesis Or Dissertation"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/pacific_uncategorized.de.yml b/config/locales/pacific_uncategorized.de.yml
new file mode 100644
index 0000000..14eead7
--- /dev/null
+++ b/config/locales/pacific_uncategorized.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ pacific_uncategorized: 'fa fa-file-text-o'
+ select_type:
+ pacific_uncategorized:
+ description: "Uncategorized Werke"
+ name: "Uncategorized"
diff --git a/config/locales/pacific_uncategorized.en.yml b/config/locales/pacific_uncategorized.en.yml
new file mode 100644
index 0000000..ab17ea1
--- /dev/null
+++ b/config/locales/pacific_uncategorized.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ pacific_uncategorized: 'fa fa-file-text-o'
+ select_type:
+ pacific_uncategorized:
+ description: "Anything"
+ name: "Uncategorized"
diff --git a/config/locales/pacific_uncategorized.es.yml b/config/locales/pacific_uncategorized.es.yml
new file mode 100644
index 0000000..a42f357
--- /dev/null
+++ b/config/locales/pacific_uncategorized.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ pacific_uncategorized: 'fa fa-file-text-o'
+ select_type:
+ pacific_uncategorized:
+ # TODO: translate `human_name` into Spanish
+ description: "Uncategorized trabajos"
+ name: "Uncategorized"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/pacific_uncategorized.fr.yml b/config/locales/pacific_uncategorized.fr.yml
new file mode 100644
index 0000000..bf97a03
--- /dev/null
+++ b/config/locales/pacific_uncategorized.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ pacific_uncategorized: 'fa fa-file-text-o'
+ select_type:
+ pacific_uncategorized:
+ description: "Uncategorized œuvres"
+ name: "Uncategorized"
diff --git a/config/locales/pacific_uncategorized.it.yml b/config/locales/pacific_uncategorized.it.yml
new file mode 100644
index 0000000..d5b4abd
--- /dev/null
+++ b/config/locales/pacific_uncategorized.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ pacific_uncategorized: 'fa fa-file-text-o'
+ select_type:
+ pacific_uncategorized:
+ description: "Uncategorized opere"
+ name: "Pacific Uncategorized"
diff --git a/config/locales/pacific_uncategorized.pt-BR.yml b/config/locales/pacific_uncategorized.pt-BR.yml
new file mode 100644
index 0000000..05d8567
--- /dev/null
+++ b/config/locales/pacific_uncategorized.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ pacific_uncategorized: 'fa fa-file-text-o'
+ select_type:
+ pacific_uncategorized:
+ description: "Uncategorized trabalhos"
+ name: "Uncategorized"
diff --git a/config/locales/pacific_uncategorized.zh.yml b/config/locales/pacific_uncategorized.zh.yml
new file mode 100644
index 0000000..6cb4b42
--- /dev/null
+++ b/config/locales/pacific_uncategorized.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ pacific_uncategorized: 'fa fa-file-text-o'
+ select_type:
+ pacific_uncategorized:
+ # TODO: translate `human_name` into Chinese
+ description: "Uncategorized 作品"
+ name: "Uncategorized"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/preprint.en.yml b/config/locales/preprint.en.yml
new file mode 100644
index 0000000..85021be
--- /dev/null
+++ b/config/locales/preprint.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ preprint: "fa fa-file-text-o"
+ select_type:
+ preprint:
+ description: "Preprints"
+ name: "Preprint"
diff --git a/config/locales/redlands_article.de.yml b/config/locales/redlands_article.de.yml
new file mode 100644
index 0000000..ccebaff
--- /dev/null
+++ b/config/locales/redlands_article.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ redlands_article: 'fa fa-file-text-o'
+ select_type:
+ redlands_article:
+ description: "Redlands article Werke"
+ name: "Redlands Article"
diff --git a/config/locales/redlands_article.en.yml b/config/locales/redlands_article.en.yml
new file mode 100644
index 0000000..a89c93a
--- /dev/null
+++ b/config/locales/redlands_article.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ redlands_article: 'fa fa-file-text-o'
+ select_type:
+ redlands_article:
+ description: "Short works published in journals, magazines, or newspapers"
+ name: "Article"
diff --git a/config/locales/redlands_article.es.yml b/config/locales/redlands_article.es.yml
new file mode 100644
index 0000000..77d0eba
--- /dev/null
+++ b/config/locales/redlands_article.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ redlands_article: 'fa fa-file-text-o'
+ select_type:
+ redlands_article:
+ # TODO: translate `human_name` into Spanish
+ description: "Redlands article trabajos"
+ name: "Redlands Article"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/redlands_article.fr.yml b/config/locales/redlands_article.fr.yml
new file mode 100644
index 0000000..7bf237a
--- /dev/null
+++ b/config/locales/redlands_article.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ redlands_article: 'fa fa-file-text-o'
+ select_type:
+ redlands_article:
+ description: "Redlands article œuvres"
+ name: "Redlands Article"
diff --git a/config/locales/redlands_article.it.yml b/config/locales/redlands_article.it.yml
new file mode 100644
index 0000000..636cbc4
--- /dev/null
+++ b/config/locales/redlands_article.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ redlands_article: 'fa fa-file-text-o'
+ select_type:
+ redlands_article:
+ description: "Redlands article opere"
+ name: "Redlands Article"
diff --git a/config/locales/redlands_article.pt-BR.yml b/config/locales/redlands_article.pt-BR.yml
new file mode 100644
index 0000000..7058eee
--- /dev/null
+++ b/config/locales/redlands_article.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ redlands_article: 'fa fa-file-text-o'
+ select_type:
+ redlands_article:
+ description: "Redlands article trabalhos"
+ name: "Redlands Article"
diff --git a/config/locales/redlands_article.zh.yml b/config/locales/redlands_article.zh.yml
new file mode 100644
index 0000000..22df32b
--- /dev/null
+++ b/config/locales/redlands_article.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ redlands_article: 'fa fa-file-text-o'
+ select_type:
+ redlands_article:
+ # TODO: translate `human_name` into Chinese
+ description: "Redlands article 作品"
+ name: "Redlands Article"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/redlands_book.de.yml b/config/locales/redlands_book.de.yml
new file mode 100644
index 0000000..e46340f
--- /dev/null
+++ b/config/locales/redlands_book.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ redlands_book: 'fa fa-file-text-o'
+ select_type:
+ redlands_book:
+ description: "Redlands book Werke"
+ name: "Redlands Book"
diff --git a/config/locales/redlands_book.en.yml b/config/locales/redlands_book.en.yml
new file mode 100644
index 0000000..3be04c8
--- /dev/null
+++ b/config/locales/redlands_book.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ redlands_book: 'fa fa-file-text-o'
+ select_type:
+ redlands_book:
+ description: ""
+ name: "Book"
diff --git a/config/locales/redlands_book.es.yml b/config/locales/redlands_book.es.yml
new file mode 100644
index 0000000..3d2da45
--- /dev/null
+++ b/config/locales/redlands_book.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ redlands_book: 'fa fa-file-text-o'
+ select_type:
+ redlands_book:
+ # TODO: translate `human_name` into Spanish
+ description: "Redlands book trabajos"
+ name: "Redlands Book"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/redlands_book.fr.yml b/config/locales/redlands_book.fr.yml
new file mode 100644
index 0000000..e1b6ea1
--- /dev/null
+++ b/config/locales/redlands_book.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ redlands_book: 'fa fa-file-text-o'
+ select_type:
+ redlands_book:
+ description: "Redlands book œuvres"
+ name: "Redlands Book"
diff --git a/config/locales/redlands_book.it.yml b/config/locales/redlands_book.it.yml
new file mode 100644
index 0000000..bfd5ca8
--- /dev/null
+++ b/config/locales/redlands_book.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ redlands_book: 'fa fa-file-text-o'
+ select_type:
+ redlands_book:
+ description: "Redlands book opere"
+ name: "Redlands Book"
diff --git a/config/locales/redlands_book.pt-BR.yml b/config/locales/redlands_book.pt-BR.yml
new file mode 100644
index 0000000..37aa1dc
--- /dev/null
+++ b/config/locales/redlands_book.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ redlands_book: 'fa fa-file-text-o'
+ select_type:
+ redlands_book:
+ description: "Redlands book trabalhos"
+ name: "Redlands Book"
diff --git a/config/locales/redlands_book.zh.yml b/config/locales/redlands_book.zh.yml
new file mode 100644
index 0000000..ec002e3
--- /dev/null
+++ b/config/locales/redlands_book.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ redlands_book: 'fa fa-file-text-o'
+ select_type:
+ redlands_book:
+ # TODO: translate `human_name` into Chinese
+ description: "Redlands book 作品"
+ name: "Redlands Book"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/redlands_chapters_and_book_section.de.yml b/config/locales/redlands_chapters_and_book_section.de.yml
new file mode 100644
index 0000000..277ddbb
--- /dev/null
+++ b/config/locales/redlands_chapters_and_book_section.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ redlands_chapters_and_book_section: 'fa fa-file-text-o'
+ select_type:
+ redlands_chapters_and_book_section:
+ description: "Redlands chapters and book section Werke"
+ name: "Redlands Chapters And Book Section"
diff --git a/config/locales/redlands_chapters_and_book_section.en-REDLANDS.yml b/config/locales/redlands_chapters_and_book_section.en-REDLANDS.yml
new file mode 100644
index 0000000..2381c03
--- /dev/null
+++ b/config/locales/redlands_chapters_and_book_section.en-REDLANDS.yml
@@ -0,0 +1,5 @@
+en-REDLANDS:
+ simple_form:
+ labels:
+ redlands_chapters_and_book_section:
+ edition: "Book Edition"
diff --git a/config/locales/redlands_chapters_and_book_section.en.yml b/config/locales/redlands_chapters_and_book_section.en.yml
new file mode 100644
index 0000000..fa69192
--- /dev/null
+++ b/config/locales/redlands_chapters_and_book_section.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ redlands_chapters_and_book_section: 'fa fa-file-text-o'
+ select_type:
+ redlands_chapters_and_book_section:
+ description: "Short works such as encyclopedia entries"
+ name: "Chapters And Book Section"
diff --git a/config/locales/redlands_chapters_and_book_section.es.yml b/config/locales/redlands_chapters_and_book_section.es.yml
new file mode 100644
index 0000000..a45bdab
--- /dev/null
+++ b/config/locales/redlands_chapters_and_book_section.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ redlands_chapters_and_book_section: 'fa fa-file-text-o'
+ select_type:
+ redlands_chapters_and_book_section:
+ # TODO: translate `human_name` into Spanish
+ description: "Redlands chapters and book section trabajos"
+ name: "Redlands Chapters And Book Section"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/redlands_chapters_and_book_section.fr.yml b/config/locales/redlands_chapters_and_book_section.fr.yml
new file mode 100644
index 0000000..056c69d
--- /dev/null
+++ b/config/locales/redlands_chapters_and_book_section.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ redlands_chapters_and_book_section: 'fa fa-file-text-o'
+ select_type:
+ redlands_chapters_and_book_section:
+ description: "Redlands chapters and book section œuvres"
+ name: "Redlands Chapters And Book Section"
diff --git a/config/locales/redlands_chapters_and_book_section.it.yml b/config/locales/redlands_chapters_and_book_section.it.yml
new file mode 100644
index 0000000..bf4cb5a
--- /dev/null
+++ b/config/locales/redlands_chapters_and_book_section.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ redlands_chapters_and_book_section: 'fa fa-file-text-o'
+ select_type:
+ redlands_chapters_and_book_section:
+ description: "Redlands chapters and book section opere"
+ name: "Redlands Chapters And Book Section"
diff --git a/config/locales/redlands_chapters_and_book_section.pt-BR.yml b/config/locales/redlands_chapters_and_book_section.pt-BR.yml
new file mode 100644
index 0000000..9777abb
--- /dev/null
+++ b/config/locales/redlands_chapters_and_book_section.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ redlands_chapters_and_book_section: 'fa fa-file-text-o'
+ select_type:
+ redlands_chapters_and_book_section:
+ description: "Redlands chapters and book section trabalhos"
+ name: "Redlands Chapters And Book Section"
diff --git a/config/locales/redlands_chapters_and_book_section.zh.yml b/config/locales/redlands_chapters_and_book_section.zh.yml
new file mode 100644
index 0000000..7895eb3
--- /dev/null
+++ b/config/locales/redlands_chapters_and_book_section.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ redlands_chapters_and_book_section: 'fa fa-file-text-o'
+ select_type:
+ redlands_chapters_and_book_section:
+ # TODO: translate `human_name` into Chinese
+ description: "Redlands chapters and book section 作品"
+ name: "Redlands Chapters And Book Section"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/redlands_conferences_reports_and_paper.de.yml b/config/locales/redlands_conferences_reports_and_paper.de.yml
new file mode 100644
index 0000000..66aacb1
--- /dev/null
+++ b/config/locales/redlands_conferences_reports_and_paper.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ redlands_conferences_reports_and_paper: 'fa fa-file-text-o'
+ select_type:
+ redlands_conferences_reports_and_paper:
+ description: "Redlands conferences reports and paper Werke"
+ name: "Redlands Conferences Reports And Paper"
diff --git a/config/locales/redlands_conferences_reports_and_paper.en.yml b/config/locales/redlands_conferences_reports_and_paper.en.yml
new file mode 100644
index 0000000..d7d6de6
--- /dev/null
+++ b/config/locales/redlands_conferences_reports_and_paper.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ redlands_conferences_reports_and_paper: 'fa fa-file-text-o'
+ select_type:
+ redlands_conferences_reports_and_paper:
+ description: "Grey literature such as posters, presentation slides, webinars"
+ name: "Conferences Reports And Papers"
diff --git a/config/locales/redlands_conferences_reports_and_paper.es.yml b/config/locales/redlands_conferences_reports_and_paper.es.yml
new file mode 100644
index 0000000..e3450f1
--- /dev/null
+++ b/config/locales/redlands_conferences_reports_and_paper.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ redlands_conferences_reports_and_paper: 'fa fa-file-text-o'
+ select_type:
+ redlands_conferences_reports_and_paper:
+ # TODO: translate `human_name` into Spanish
+ description: "Redlands conferences reports and paper trabajos"
+ name: "Redlands Conferences Reports And Paper"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/redlands_conferences_reports_and_paper.fr.yml b/config/locales/redlands_conferences_reports_and_paper.fr.yml
new file mode 100644
index 0000000..6166ab0
--- /dev/null
+++ b/config/locales/redlands_conferences_reports_and_paper.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ redlands_conferences_reports_and_paper: 'fa fa-file-text-o'
+ select_type:
+ redlands_conferences_reports_and_paper:
+ description: "Redlands conferences reports and paper œuvres"
+ name: "Redlands Conferences Reports And Paper"
diff --git a/config/locales/redlands_conferences_reports_and_paper.it.yml b/config/locales/redlands_conferences_reports_and_paper.it.yml
new file mode 100644
index 0000000..94b5e61
--- /dev/null
+++ b/config/locales/redlands_conferences_reports_and_paper.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ redlands_conferences_reports_and_paper: 'fa fa-file-text-o'
+ select_type:
+ redlands_conferences_reports_and_paper:
+ description: "Redlands conferences reports and paper opere"
+ name: "Redlands Conferences Reports And Paper"
diff --git a/config/locales/redlands_conferences_reports_and_paper.pt-BR.yml b/config/locales/redlands_conferences_reports_and_paper.pt-BR.yml
new file mode 100644
index 0000000..4910e33
--- /dev/null
+++ b/config/locales/redlands_conferences_reports_and_paper.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ redlands_conferences_reports_and_paper: 'fa fa-file-text-o'
+ select_type:
+ redlands_conferences_reports_and_paper:
+ description: "Redlands conferences reports and paper trabalhos"
+ name: "Redlands Conferences Reports And Paper"
diff --git a/config/locales/redlands_conferences_reports_and_paper.zh.yml b/config/locales/redlands_conferences_reports_and_paper.zh.yml
new file mode 100644
index 0000000..83cb975
--- /dev/null
+++ b/config/locales/redlands_conferences_reports_and_paper.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ redlands_conferences_reports_and_paper: 'fa fa-file-text-o'
+ select_type:
+ redlands_conferences_reports_and_paper:
+ # TODO: translate `human_name` into Chinese
+ description: "Redlands conferences reports and paper 作品"
+ name: "Redlands Conferences Reports And Paper"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/redlands_media.de.yml b/config/locales/redlands_media.de.yml
new file mode 100644
index 0000000..f4b896b
--- /dev/null
+++ b/config/locales/redlands_media.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ redlands_media: 'fa fa-file-text-o'
+ select_type:
+ redlands_media:
+ description: "Redlands media Werke"
+ name: "Redlands Media"
diff --git a/config/locales/redlands_media.en.yml b/config/locales/redlands_media.en.yml
new file mode 100644
index 0000000..1f9f166
--- /dev/null
+++ b/config/locales/redlands_media.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ redlands_media: 'fa fa-file-text-o'
+ select_type:
+ redlands_media:
+ description: "Images, audio and visual work"
+ name: "Media"
diff --git a/config/locales/redlands_media.es.yml b/config/locales/redlands_media.es.yml
new file mode 100644
index 0000000..057c495
--- /dev/null
+++ b/config/locales/redlands_media.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ redlands_media: 'fa fa-file-text-o'
+ select_type:
+ redlands_media:
+ # TODO: translate `human_name` into Spanish
+ description: "Redlands media trabajos"
+ name: "Redlands Media"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/redlands_media.fr.yml b/config/locales/redlands_media.fr.yml
new file mode 100644
index 0000000..595b5df
--- /dev/null
+++ b/config/locales/redlands_media.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ redlands_media: 'fa fa-file-text-o'
+ select_type:
+ redlands_media:
+ description: "Redlands media œuvres"
+ name: "Redlands Media"
diff --git a/config/locales/redlands_media.it.yml b/config/locales/redlands_media.it.yml
new file mode 100644
index 0000000..dd71941
--- /dev/null
+++ b/config/locales/redlands_media.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ redlands_media: 'fa fa-file-text-o'
+ select_type:
+ redlands_media:
+ description: "Redlands media opere"
+ name: "Redlands Media"
diff --git a/config/locales/redlands_media.pt-BR.yml b/config/locales/redlands_media.pt-BR.yml
new file mode 100644
index 0000000..71146b9
--- /dev/null
+++ b/config/locales/redlands_media.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ redlands_media: 'fa fa-file-text-o'
+ select_type:
+ redlands_media:
+ description: "Redlands media trabalhos"
+ name: "Redlands Media"
diff --git a/config/locales/redlands_media.zh.yml b/config/locales/redlands_media.zh.yml
new file mode 100644
index 0000000..6297252
--- /dev/null
+++ b/config/locales/redlands_media.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ redlands_media: 'fa fa-file-text-o'
+ select_type:
+ redlands_media:
+ # TODO: translate `human_name` into Chinese
+ description: "Redlands media 作品"
+ name: "Redlands Media"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/redlands_open_educational_resource.de.yml b/config/locales/redlands_open_educational_resource.de.yml
new file mode 100644
index 0000000..907fb7b
--- /dev/null
+++ b/config/locales/redlands_open_educational_resource.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ redlands_open_educational_resource: 'fa fa-file-text-o'
+ select_type:
+ redlands_open_educational_resource:
+ description: "Redlands open educational resource Werke"
+ name: "Redlands Open Educational Resource"
diff --git a/config/locales/redlands_open_educational_resource.en.yml b/config/locales/redlands_open_educational_resource.en.yml
new file mode 100644
index 0000000..a9f0b0f
--- /dev/null
+++ b/config/locales/redlands_open_educational_resource.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ redlands_open_educational_resource: 'fa fa-file-text-o'
+ select_type:
+ redlands_open_educational_resource:
+ description: "Textbooks, lectures, labs, and other teaching resources"
+ name: "Open Educational Resource"
diff --git a/config/locales/redlands_open_educational_resource.es.yml b/config/locales/redlands_open_educational_resource.es.yml
new file mode 100644
index 0000000..1d56ef3
--- /dev/null
+++ b/config/locales/redlands_open_educational_resource.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ redlands_open_educational_resource: 'fa fa-file-text-o'
+ select_type:
+ redlands_open_educational_resource:
+ # TODO: translate `human_name` into Spanish
+ description: "Redlands open educational resource trabajos"
+ name: "Redlands Open Educational Resource"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/redlands_open_educational_resource.fr.yml b/config/locales/redlands_open_educational_resource.fr.yml
new file mode 100644
index 0000000..8d96028
--- /dev/null
+++ b/config/locales/redlands_open_educational_resource.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ redlands_open_educational_resource: 'fa fa-file-text-o'
+ select_type:
+ redlands_open_educational_resource:
+ description: "Redlands open educational resource œuvres"
+ name: "Redlands Open Educational Resource"
diff --git a/config/locales/redlands_open_educational_resource.it.yml b/config/locales/redlands_open_educational_resource.it.yml
new file mode 100644
index 0000000..1089955
--- /dev/null
+++ b/config/locales/redlands_open_educational_resource.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ redlands_open_educational_resource: 'fa fa-file-text-o'
+ select_type:
+ redlands_open_educational_resource:
+ description: "Redlands open educational resource opere"
+ name: "Redlands Open Educational Resource"
diff --git a/config/locales/redlands_open_educational_resource.pt-BR.yml b/config/locales/redlands_open_educational_resource.pt-BR.yml
new file mode 100644
index 0000000..ca0183e
--- /dev/null
+++ b/config/locales/redlands_open_educational_resource.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ redlands_open_educational_resource: 'fa fa-file-text-o'
+ select_type:
+ redlands_open_educational_resource:
+ description: "Redlands open educational resource trabalhos"
+ name: "Redlands Open Educational Resource"
diff --git a/config/locales/redlands_open_educational_resource.zh.yml b/config/locales/redlands_open_educational_resource.zh.yml
new file mode 100644
index 0000000..205b6bb
--- /dev/null
+++ b/config/locales/redlands_open_educational_resource.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ redlands_open_educational_resource: 'fa fa-file-text-o'
+ select_type:
+ redlands_open_educational_resource:
+ # TODO: translate `human_name` into Chinese
+ description: "Redlands open educational resource 作品"
+ name: "Redlands Open Educational Resource"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/redlands_student_work.de.yml b/config/locales/redlands_student_work.de.yml
new file mode 100644
index 0000000..d824508
--- /dev/null
+++ b/config/locales/redlands_student_work.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ redlands_student_work: 'fa fa-file-text-o'
+ select_type:
+ redlands_student_work:
+ description: "Redlands student work Werke"
+ name: "Redlands Student Work"
diff --git a/config/locales/redlands_student_work.en.yml b/config/locales/redlands_student_work.en.yml
new file mode 100644
index 0000000..9479422
--- /dev/null
+++ b/config/locales/redlands_student_work.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ redlands_student_work: 'fa fa-file-text-o'
+ select_type:
+ redlands_student_work:
+ description: "Theses and dissertations"
+ name: "Student Work"
diff --git a/config/locales/redlands_student_work.es.yml b/config/locales/redlands_student_work.es.yml
new file mode 100644
index 0000000..4d6eb7b
--- /dev/null
+++ b/config/locales/redlands_student_work.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ redlands_student_work: 'fa fa-file-text-o'
+ select_type:
+ redlands_student_work:
+ # TODO: translate `human_name` into Spanish
+ description: "Redlands student work trabajos"
+ name: "Redlands Student Work"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/redlands_student_work.fr.yml b/config/locales/redlands_student_work.fr.yml
new file mode 100644
index 0000000..55b8e30
--- /dev/null
+++ b/config/locales/redlands_student_work.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ redlands_student_work: 'fa fa-file-text-o'
+ select_type:
+ redlands_student_work:
+ description: "Redlands student work œuvres"
+ name: "Redlands Student Work"
diff --git a/config/locales/redlands_student_work.it.yml b/config/locales/redlands_student_work.it.yml
new file mode 100644
index 0000000..d92c89a
--- /dev/null
+++ b/config/locales/redlands_student_work.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ redlands_student_work: 'fa fa-file-text-o'
+ select_type:
+ redlands_student_work:
+ description: "Redlands student work opere"
+ name: "Redlands Student Work"
diff --git a/config/locales/redlands_student_work.pt-BR.yml b/config/locales/redlands_student_work.pt-BR.yml
new file mode 100644
index 0000000..646eb38
--- /dev/null
+++ b/config/locales/redlands_student_work.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ redlands_student_work: 'fa fa-file-text-o'
+ select_type:
+ redlands_student_work:
+ description: "Redlands student work trabalhos"
+ name: "Redlands Student Work"
diff --git a/config/locales/redlands_student_work.zh.yml b/config/locales/redlands_student_work.zh.yml
new file mode 100644
index 0000000..741003c
--- /dev/null
+++ b/config/locales/redlands_student_work.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ redlands_student_work: 'fa fa-file-text-o'
+ select_type:
+ redlands_student_work:
+ # TODO: translate `human_name` into Chinese
+ description: "Redlands student work 作品"
+ name: "Redlands Student Work"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/report.de.yml b/config/locales/report.de.yml
new file mode 100644
index 0000000..8aa2582
--- /dev/null
+++ b/config/locales/report.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ report: 'fa fa-file-text-o'
+ select_type:
+ report:
+ description: "Report Werke"
+ name: "Report"
diff --git a/config/locales/report.en.yml b/config/locales/report.en.yml
new file mode 100644
index 0000000..5690342
--- /dev/null
+++ b/config/locales/report.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ report: 'fa fa-file-text-o'
+ select_type:
+ report:
+ description: "Report works"
+ name: "Report"
diff --git a/config/locales/report.es.yml b/config/locales/report.es.yml
new file mode 100644
index 0000000..b75a8f9
--- /dev/null
+++ b/config/locales/report.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ report: 'fa fa-file-text-o'
+ select_type:
+ report:
+ # TODO: translate `human_name` into Spanish
+ description: "Report trabajos"
+ name: "Report"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/report.fr.yml b/config/locales/report.fr.yml
new file mode 100644
index 0000000..20800c4
--- /dev/null
+++ b/config/locales/report.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ report: 'fa fa-file-text-o'
+ select_type:
+ report:
+ description: "Report œuvres"
+ name: "Report"
diff --git a/config/locales/report.it.yml b/config/locales/report.it.yml
new file mode 100644
index 0000000..a8e72b9
--- /dev/null
+++ b/config/locales/report.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ report: 'fa fa-file-text-o'
+ select_type:
+ report:
+ description: "Report opere"
+ name: "Report"
diff --git a/config/locales/report.pt-BR.yml b/config/locales/report.pt-BR.yml
new file mode 100644
index 0000000..897859d
--- /dev/null
+++ b/config/locales/report.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ report: 'fa fa-file-text-o'
+ select_type:
+ report:
+ description: "Report trabalhos"
+ name: "Report"
diff --git a/config/locales/report.zh.yml b/config/locales/report.zh.yml
new file mode 100644
index 0000000..7299ce3
--- /dev/null
+++ b/config/locales/report.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ report: 'fa fa-file-text-o'
+ select_type:
+ report:
+ # TODO: translate `human_name` into Chinese
+ description: "Report 作品"
+ name: "Report"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/thesis_or_dissertation.de.yml b/config/locales/thesis_or_dissertation.de.yml
new file mode 100644
index 0000000..8bdabc8
--- /dev/null
+++ b/config/locales/thesis_or_dissertation.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ thesis_or_dissertation: 'fa fa-file-text-o'
+ select_type:
+ thesis_or_dissertation:
+ description: "Thesis or dissertation Werke"
+ name: "Thesis Or Dissertation"
diff --git a/config/locales/thesis_or_dissertation.en.yml b/config/locales/thesis_or_dissertation.en.yml
new file mode 100644
index 0000000..b2cbaf3
--- /dev/null
+++ b/config/locales/thesis_or_dissertation.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ thesis_or_dissertation: 'fa fa-file-text-o'
+ select_type:
+ thesis_or_dissertation:
+ description: "Thesis or dissertation works"
+ name: "Thesis Or Dissertation"
diff --git a/config/locales/thesis_or_dissertation.es.yml b/config/locales/thesis_or_dissertation.es.yml
new file mode 100644
index 0000000..c6059d3
--- /dev/null
+++ b/config/locales/thesis_or_dissertation.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ thesis_or_dissertation: 'fa fa-file-text-o'
+ select_type:
+ thesis_or_dissertation:
+ # TODO: translate `human_name` into Spanish
+ description: "Thesis or dissertation trabajos"
+ name: "Thesis Or Dissertation"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/thesis_or_dissertation.fr.yml b/config/locales/thesis_or_dissertation.fr.yml
new file mode 100644
index 0000000..330397b
--- /dev/null
+++ b/config/locales/thesis_or_dissertation.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ thesis_or_dissertation: 'fa fa-file-text-o'
+ select_type:
+ thesis_or_dissertation:
+ description: "Thesis or dissertation œuvres"
+ name: "Thesis Or Dissertation"
diff --git a/config/locales/thesis_or_dissertation.it.yml b/config/locales/thesis_or_dissertation.it.yml
new file mode 100644
index 0000000..fab1e1a
--- /dev/null
+++ b/config/locales/thesis_or_dissertation.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ thesis_or_dissertation: 'fa fa-file-text-o'
+ select_type:
+ thesis_or_dissertation:
+ description: "Thesis or dissertation opere"
+ name: "Thesis Or Dissertation"
diff --git a/config/locales/thesis_or_dissertation.pt-BR.yml b/config/locales/thesis_or_dissertation.pt-BR.yml
new file mode 100644
index 0000000..75323fa
--- /dev/null
+++ b/config/locales/thesis_or_dissertation.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ thesis_or_dissertation: 'fa fa-file-text-o'
+ select_type:
+ thesis_or_dissertation:
+ description: "Thesis or dissertation trabalhos"
+ name: "Thesis Or Dissertation"
diff --git a/config/locales/thesis_or_dissertation.zh.yml b/config/locales/thesis_or_dissertation.zh.yml
new file mode 100644
index 0000000..a0b32ea
--- /dev/null
+++ b/config/locales/thesis_or_dissertation.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ thesis_or_dissertation: 'fa fa-file-text-o'
+ select_type:
+ thesis_or_dissertation:
+ # TODO: translate `human_name` into Chinese
+ description: "Thesis or dissertation 作品"
+ name: "Thesis Or Dissertation"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/time_based_media.de.yml b/config/locales/time_based_media.de.yml
new file mode 100644
index 0000000..981c2fc
--- /dev/null
+++ b/config/locales/time_based_media.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ time_based_media: 'fa fa-file-text-o'
+ select_type:
+ time_based_media:
+ description: "Time based media Werke"
+ name: "Time Based Media"
diff --git a/config/locales/time_based_media.en.yml b/config/locales/time_based_media.en.yml
new file mode 100644
index 0000000..35dd98b
--- /dev/null
+++ b/config/locales/time_based_media.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ time_based_media: 'fa fa-file-text-o'
+ select_type:
+ time_based_media:
+ description: "Time based media works"
+ name: "Time Based Media"
diff --git a/config/locales/time_based_media.es.yml b/config/locales/time_based_media.es.yml
new file mode 100644
index 0000000..41c9be0
--- /dev/null
+++ b/config/locales/time_based_media.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ time_based_media: 'fa fa-file-text-o'
+ select_type:
+ time_based_media:
+ # TODO: translate `human_name` into Spanish
+ description: "Time based media trabajos"
+ name: "Time Based Media"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/time_based_media.fr.yml b/config/locales/time_based_media.fr.yml
new file mode 100644
index 0000000..87ae432
--- /dev/null
+++ b/config/locales/time_based_media.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ time_based_media: 'fa fa-file-text-o'
+ select_type:
+ time_based_media:
+ description: "Time based media œuvres"
+ name: "Time Based Media"
diff --git a/config/locales/time_based_media.it.yml b/config/locales/time_based_media.it.yml
new file mode 100644
index 0000000..25bf735
--- /dev/null
+++ b/config/locales/time_based_media.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ time_based_media: 'fa fa-file-text-o'
+ select_type:
+ time_based_media:
+ description: "Time based media opere"
+ name: "Time Based Media"
diff --git a/config/locales/time_based_media.pt-BR.yml b/config/locales/time_based_media.pt-BR.yml
new file mode 100644
index 0000000..ab29b4c
--- /dev/null
+++ b/config/locales/time_based_media.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ time_based_media: 'fa fa-file-text-o'
+ select_type:
+ time_based_media:
+ description: "Time based media trabalhos"
+ name: "Time Based Media"
diff --git a/config/locales/time_based_media.zh.yml b/config/locales/time_based_media.zh.yml
new file mode 100644
index 0000000..3a7088f
--- /dev/null
+++ b/config/locales/time_based_media.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ time_based_media: 'fa fa-file-text-o'
+ select_type:
+ time_based_media:
+ # TODO: translate `human_name` into Chinese
+ description: "Time based media 作品"
+ name: "Time Based Media"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/ubiquity_template_work.en.yml b/config/locales/ubiquity_template_work.en.yml
new file mode 100644
index 0000000..b3f655f
--- /dev/null
+++ b/config/locales/ubiquity_template_work.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ ubiquity_template_work: "fa fa-file-text-o"
+ select_type:
+ ubiquity_template_work:
+ description: "Template work works"
+ name: "Ubiquity Template Work"
diff --git a/config/locales/una_archival_item.en.yml b/config/locales/una_archival_item.en.yml
new file mode 100644
index 0000000..4243196
--- /dev/null
+++ b/config/locales/una_archival_item.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ una_archival_item: 'fa fa-file-text-o'
+ select_type:
+ una_archival_item:
+ description: "Una archival item works"
+ name: "Una Archival Item"
diff --git a/config/locales/una_article.en.yml b/config/locales/una_article.en.yml
new file mode 100644
index 0000000..0b43843
--- /dev/null
+++ b/config/locales/una_article.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ una_article: 'fa fa-file-text-o'
+ select_type:
+ una_article:
+ description: "Una Article works"
+ name: "Una Article"
diff --git a/config/locales/una_book.en.yml b/config/locales/una_book.en.yml
new file mode 100644
index 0000000..abef200
--- /dev/null
+++ b/config/locales/una_book.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ una_book: 'fa fa-file-text-o'
+ select_type:
+ una_book:
+ description: "Una Book works"
+ name: "Una Book"
diff --git a/config/locales/una_chapters_and_book_section.en.yml b/config/locales/una_chapters_and_book_section.en.yml
new file mode 100644
index 0000000..619e76c
--- /dev/null
+++ b/config/locales/una_chapters_and_book_section.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ una_chapters_and_book_section: 'fa fa-file-text-o'
+ select_type:
+ una_chapters_and_book_section:
+ description: "Una Chapter and Book Section works"
+ name: "Una Chapters And Book Section"
diff --git a/config/locales/una_exhibition.en.yml b/config/locales/una_exhibition.en.yml
new file mode 100644
index 0000000..128b07e
--- /dev/null
+++ b/config/locales/una_exhibition.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ una_exhibition: 'fa fa-file-text-o'
+ select_type:
+ una_exhibition:
+ description: "Una Exhibition works"
+ name: "Una Exhibition"
diff --git a/config/locales/una_image.en.yml b/config/locales/una_image.en.yml
new file mode 100644
index 0000000..d8c4ca5
--- /dev/null
+++ b/config/locales/una_image.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ una_image: 'fa fa-file-text-o'
+ select_type:
+ una_image:
+ description: "Una Image works"
+ name: "Una Image"
diff --git a/config/locales/una_presentation.en-UNA.yml b/config/locales/una_presentation.en-UNA.yml
new file mode 100644
index 0000000..254d903
--- /dev/null
+++ b/config/locales/una_presentation.en-UNA.yml
@@ -0,0 +1,5 @@
+en-REDLANDS:
+ simple_form:
+ labels:
+ una_presentation:
+ date_published: "Presentation Date"
diff --git a/config/locales/una_presentation.en.yml b/config/locales/una_presentation.en.yml
new file mode 100644
index 0000000..32d02cc
--- /dev/null
+++ b/config/locales/una_presentation.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ una_presentation: 'fa fa-file-text-o'
+ select_type:
+ una_presentation:
+ description: "A poster, slides, or other tools used in a speech or talk"
+ name: "Una Presentation"
diff --git a/config/locales/una_thesis_or_dissertation.en.yml b/config/locales/una_thesis_or_dissertation.en.yml
new file mode 100644
index 0000000..e85cf66
--- /dev/null
+++ b/config/locales/una_thesis_or_dissertation.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ una_thesis_or_dissertation: 'fa fa-file-text-o'
+ select_type:
+ una_thesis_or_dissertation:
+ description: "A research document submitted to support candidature for a degree"
+ name: "Una Thesis Or Dissertation"
diff --git a/config/locales/una_time_based_media.en.yml b/config/locales/una_time_based_media.en.yml
new file mode 100644
index 0000000..d2fe39f
--- /dev/null
+++ b/config/locales/una_time_based_media.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ una_time_based_media: 'fa fa-file-text-o'
+ select_type:
+ una_time_based_media:
+ description: "Time based media works"
+ name: "Una Time Based Media"
diff --git a/config/locales/ung_archival_material.de.yml b/config/locales/ung_archival_material.de.yml
new file mode 100644
index 0000000..cde1d43
--- /dev/null
+++ b/config/locales/ung_archival_material.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ ung_archival_material: "fa fa-file-text-o"
+ select_type:
+ ung_archival_material:
+ description: "Ung Archival Material Werke"
+ name: "Ung Archival Material"
diff --git a/config/locales/ung_archival_material.en.yml b/config/locales/ung_archival_material.en.yml
new file mode 100644
index 0000000..ed3f394
--- /dev/null
+++ b/config/locales/ung_archival_material.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ ung_archival_material: "fa fa-file-text-o"
+ select_type:
+ ung_archival_material:
+ description: "Ung Archival Material"
+ name: "Ung Archival Material"
diff --git a/config/locales/ung_archival_material.es.yml b/config/locales/ung_archival_material.es.yml
new file mode 100644
index 0000000..5f07322
--- /dev/null
+++ b/config/locales/ung_archival_material.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ ung_archival_material: 'fa fa-file-text-o'
+ select_type:
+ ung_archival_material:
+ # TODO: translate `human_name` into Spanish
+ description: "Ung Archival Material trabajos"
+ name: "Ung Archival Material"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/ung_archival_material.fr.yml b/config/locales/ung_archival_material.fr.yml
new file mode 100644
index 0000000..9ebd0c8
--- /dev/null
+++ b/config/locales/ung_archival_material.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ ung_archival_material: 'fa fa-file-text-o'
+ select_type:
+ ung_archival_material:
+ description: "Ung Archival Material œuvres"
+ name: "Ung Archival Material"
diff --git a/config/locales/ung_archival_material.it.yml b/config/locales/ung_archival_material.it.yml
new file mode 100644
index 0000000..6600503
--- /dev/null
+++ b/config/locales/ung_archival_material.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ ung_archival_material: "fa fa-file-text-o"
+ select_type:
+ ung_archival_material:
+ description: "Ung Archival Material opere"
+ name: "Ung Archival Material"
diff --git a/config/locales/ung_archival_material.pt-BR.yml b/config/locales/ung_archival_material.pt-BR.yml
new file mode 100644
index 0000000..0e5cd13
--- /dev/null
+++ b/config/locales/ung_archival_material.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ ung_archival_material: "fa fa-file-text-o"
+ select_type:
+ ung_archival_material:
+ description: "Ung Archival Material trabalhos"
+ name: "Ung Archival Material"
diff --git a/config/locales/ung_archival_material.zh.yml b/config/locales/ung_archival_material.zh.yml
new file mode 100644
index 0000000..2552612
--- /dev/null
+++ b/config/locales/ung_archival_material.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ ung_archival_material: "fa fa-file-text-o"
+ select_type:
+ ung_archival_material:
+ # TODO: translate `human_name` into Chinese
+ description: "Ung Archival Material 作品"
+ name: "Ung Archival Material"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/ung_article.de.yml b/config/locales/ung_article.de.yml
new file mode 100644
index 0000000..45dd8b7
--- /dev/null
+++ b/config/locales/ung_article.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ ung_article: "fa fa-file-text-o"
+ select_type:
+ ung_article:
+ description: "Ung Article Werke"
+ name: "Ung Article"
diff --git a/config/locales/ung_article.en.yml b/config/locales/ung_article.en.yml
new file mode 100644
index 0000000..c117a5f
--- /dev/null
+++ b/config/locales/ung_article.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ ung_article: "fa fa-file-text-o"
+ select_type:
+ ung_article:
+ description: "Ung Article"
+ name: "Ung Article"
diff --git a/config/locales/ung_article.es.yml b/config/locales/ung_article.es.yml
new file mode 100644
index 0000000..a31577b
--- /dev/null
+++ b/config/locales/ung_article.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ ung_article: 'fa fa-file-text-o'
+ select_type:
+ ung_article:
+ # TODO: translate `human_name` into Spanish
+ description: "Ung Article trabajos"
+ name: "Ung Article"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/ung_article.fr.yml b/config/locales/ung_article.fr.yml
new file mode 100644
index 0000000..02140c4
--- /dev/null
+++ b/config/locales/ung_article.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ ung_article: 'fa fa-file-text-o'
+ select_type:
+ ung_article:
+ description: "Ung Article œuvres"
+ name: "Ung Article"
diff --git a/config/locales/ung_article.it.yml b/config/locales/ung_article.it.yml
new file mode 100644
index 0000000..0c7491b
--- /dev/null
+++ b/config/locales/ung_article.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ ung_article: "fa fa-file-text-o"
+ select_type:
+ ung_article:
+ description: "Ung Article opere"
+ name: "Ung Article"
diff --git a/config/locales/ung_article.pt-BR.yml b/config/locales/ung_article.pt-BR.yml
new file mode 100644
index 0000000..dd1af40
--- /dev/null
+++ b/config/locales/ung_article.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ ung_article: "fa fa-file-text-o"
+ select_type:
+ ung_article:
+ description: "Ung Article trabalhos"
+ name: "Ung Article"
diff --git a/config/locales/ung_article.zh.yml b/config/locales/ung_article.zh.yml
new file mode 100644
index 0000000..62f9829
--- /dev/null
+++ b/config/locales/ung_article.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ ung_article: "fa fa-file-text-o"
+ select_type:
+ ung_article:
+ # TODO: translate `human_name` into Chinese
+ description: "Ung Article 作品"
+ name: "Ung Article"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/ung_book.de.yml b/config/locales/ung_book.de.yml
new file mode 100644
index 0000000..ec1db68
--- /dev/null
+++ b/config/locales/ung_book.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ ung_book: "fa fa-file-text-o"
+ select_type:
+ ung_book:
+ description: "Ung Book Werke"
+ name: "Ung Book"
diff --git a/config/locales/ung_book.en.yml b/config/locales/ung_book.en.yml
new file mode 100644
index 0000000..0300a14
--- /dev/null
+++ b/config/locales/ung_book.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ ung_book: "fa fa-file-text-o"
+ select_type:
+ ung_book:
+ description: "Ung Book"
+ name: "Ung Book"
diff --git a/config/locales/ung_book.es.yml b/config/locales/ung_book.es.yml
new file mode 100644
index 0000000..e2a8fbd
--- /dev/null
+++ b/config/locales/ung_book.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ ung_book: 'fa fa-file-text-o'
+ select_type:
+ ung_book:
+ # TODO: translate `human_name` into Spanish
+ description: "Ung Book trabajos"
+ name: "Ung Book"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/ung_book.fr.yml b/config/locales/ung_book.fr.yml
new file mode 100644
index 0000000..4d4d5c2
--- /dev/null
+++ b/config/locales/ung_book.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ ung_book: 'fa fa-file-text-o'
+ select_type:
+ ung_book:
+ description: "Ung Book œuvres"
+ name: "Ung Book"
diff --git a/config/locales/ung_book.it.yml b/config/locales/ung_book.it.yml
new file mode 100644
index 0000000..82f8a9e
--- /dev/null
+++ b/config/locales/ung_book.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ ung_book: "fa fa-file-text-o"
+ select_type:
+ ung_book:
+ description: "Ung Book opere"
+ name: "Ung Book"
diff --git a/config/locales/ung_book.pt-BR.yml b/config/locales/ung_book.pt-BR.yml
new file mode 100644
index 0000000..cfd6838
--- /dev/null
+++ b/config/locales/ung_book.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ ung_book: "fa fa-file-text-o"
+ select_type:
+ ung_book:
+ description: "Ung Book trabalhos"
+ name: "Ung Book"
diff --git a/config/locales/ung_book.zh.yml b/config/locales/ung_book.zh.yml
new file mode 100644
index 0000000..7627bbf
--- /dev/null
+++ b/config/locales/ung_book.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ ung_book: "fa fa-file-text-o"
+ select_type:
+ ung_book:
+ # TODO: translate `human_name` into Chinese
+ description: "Ung Book 作品"
+ name: "Ung Book"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/ung_book_chapter.de.yml b/config/locales/ung_book_chapter.de.yml
new file mode 100644
index 0000000..ba34cbc
--- /dev/null
+++ b/config/locales/ung_book_chapter.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ ung_book_chapter: "fa fa-file-text-o"
+ select_type:
+ ung_book_chapter:
+ description: "Ung Book Chapter Werke"
+ name: "Ung Book Chapter"
diff --git a/config/locales/ung_book_chapter.en.yml b/config/locales/ung_book_chapter.en.yml
new file mode 100644
index 0000000..56a616a
--- /dev/null
+++ b/config/locales/ung_book_chapter.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ ung_book_chapter: "fa fa-file-text-o"
+ select_type:
+ ung_book_chapter:
+ description: "Ung Book Chapter"
+ name: "Ung Book Chapter"
diff --git a/config/locales/ung_book_chapter.es.yml b/config/locales/ung_book_chapter.es.yml
new file mode 100644
index 0000000..a35a003
--- /dev/null
+++ b/config/locales/ung_book_chapter.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ ung_book_chapter: 'fa fa-file-text-o'
+ select_type:
+ ung_book_chapter:
+ # TODO: translate `human_name` into Spanish
+ description: "Ung Book Chapter trabajos"
+ name: "Ung Book Chapter"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/ung_book_chapter.fr.yml b/config/locales/ung_book_chapter.fr.yml
new file mode 100644
index 0000000..20605da
--- /dev/null
+++ b/config/locales/ung_book_chapter.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ ung_book_chapter: 'fa fa-file-text-o'
+ select_type:
+ ung_book_chapter:
+ description: "Ung Book Chapter œuvres"
+ name: "Ung Book Chapter"
diff --git a/config/locales/ung_book_chapter.it.yml b/config/locales/ung_book_chapter.it.yml
new file mode 100644
index 0000000..c822b61
--- /dev/null
+++ b/config/locales/ung_book_chapter.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ ung_book_chapter: "fa fa-file-text-o"
+ select_type:
+ ung_book_chapter:
+ description: "Ung Book Chapter opere"
+ name: "Ung Book Chapter"
diff --git a/config/locales/ung_book_chapter.pt-BR.yml b/config/locales/ung_book_chapter.pt-BR.yml
new file mode 100644
index 0000000..77bdb99
--- /dev/null
+++ b/config/locales/ung_book_chapter.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ ung_book_chapter: "fa fa-file-text-o"
+ select_type:
+ ung_book_chapter:
+ description: "Ung Book Chapter trabalhos"
+ name: "Ung Book Chapter"
diff --git a/config/locales/ung_book_chapter.zh.yml b/config/locales/ung_book_chapter.zh.yml
new file mode 100644
index 0000000..b7596af
--- /dev/null
+++ b/config/locales/ung_book_chapter.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ ung_book_chapter: "fa fa-file-text-o"
+ select_type:
+ ung_book_chapter:
+ # TODO: translate `human_name` into Chinese
+ description: "Ung Book Chapter 作品"
+ name: "Ung Book Chapter"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/ung_dataset.de.yml b/config/locales/ung_dataset.de.yml
new file mode 100644
index 0000000..7d90832
--- /dev/null
+++ b/config/locales/ung_dataset.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ ung_dataset: "fa fa-file-text-o"
+ select_type:
+ ung_datatset:
+ description: "Ung Dataset Werke"
+ name: "Ung Dataset"
diff --git a/config/locales/ung_dataset.en.yml b/config/locales/ung_dataset.en.yml
new file mode 100644
index 0000000..53b4bf6
--- /dev/null
+++ b/config/locales/ung_dataset.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ ung_dataset: "fa fa-file-text-o"
+ select_type:
+ ung_dataset:
+ description: "Ung Dataset"
+ name: "Ung Dataset"
diff --git a/config/locales/ung_dataset.es.yml b/config/locales/ung_dataset.es.yml
new file mode 100644
index 0000000..91c76b6
--- /dev/null
+++ b/config/locales/ung_dataset.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ ung_dataset: 'fa fa-file-text-o'
+ select_type:
+ ung_dataset:
+ # TODO: translate `human_name` into Spanish
+ description: "Ung Dataset trabajos"
+ name: "Ung Dataset"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/ung_dataset.fr.yml b/config/locales/ung_dataset.fr.yml
new file mode 100644
index 0000000..a6b3298
--- /dev/null
+++ b/config/locales/ung_dataset.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ ung_dataset: 'fa fa-file-text-o'
+ select_type:
+ ung_dataset:
+ description: "Ung Dataset œuvres"
+ name: "Ung Dataset"
diff --git a/config/locales/ung_dataset.it.yml b/config/locales/ung_dataset.it.yml
new file mode 100644
index 0000000..a58865e
--- /dev/null
+++ b/config/locales/ung_dataset.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ ung_dataset: "fa fa-file-text-o"
+ select_type:
+ ung_dataset:
+ description: "Ung Dataset opere"
+ name: "Ung Dataset"
diff --git a/config/locales/ung_dataset.pt-BR.yml b/config/locales/ung_dataset.pt-BR.yml
new file mode 100644
index 0000000..40572dd
--- /dev/null
+++ b/config/locales/ung_dataset.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ ung_dataset: "fa fa-file-text-o"
+ select_type:
+ ung_dataset:
+ description: "Ung Dataset trabalhos"
+ name: "Ung Dataset"
diff --git a/config/locales/ung_dataset.zh.yml b/config/locales/ung_dataset.zh.yml
new file mode 100644
index 0000000..37443cc
--- /dev/null
+++ b/config/locales/ung_dataset.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ ung_dataset: "fa fa-file-text-o"
+ select_type:
+ ung_dataset:
+ # TODO: translate `human_name` into Chinese
+ description: "Ung Dataset 作品"
+ name: "Ung Dataset"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/ung_image.de.yml b/config/locales/ung_image.de.yml
new file mode 100644
index 0000000..2c470a7
--- /dev/null
+++ b/config/locales/ung_image.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ ung_image: "fa fa-file-text-o"
+ select_type:
+ ung_image:
+ description: "Ung Image Werke"
+ name: "Ung Image"
diff --git a/config/locales/ung_image.en.yml b/config/locales/ung_image.en.yml
new file mode 100644
index 0000000..ceccb57
--- /dev/null
+++ b/config/locales/ung_image.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ ung_image: "fa fa-file-text-o"
+ select_type:
+ ung_image:
+ description: "Ung Image"
+ name: "Ung Image"
diff --git a/config/locales/ung_image.es.yml b/config/locales/ung_image.es.yml
new file mode 100644
index 0000000..087992e
--- /dev/null
+++ b/config/locales/ung_image.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ ung_image: 'fa fa-file-text-o'
+ select_type:
+ ung_image:
+ # TODO: translate `human_name` into Spanish
+ description: "Ung Image trabajos"
+ name: "Ung Image"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/ung_image.fr.yml b/config/locales/ung_image.fr.yml
new file mode 100644
index 0000000..bd532ed
--- /dev/null
+++ b/config/locales/ung_image.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ ung_image: 'fa fa-file-text-o'
+ select_type:
+ ung_image:
+ description: "Ung Image œuvres"
+ name: "Ung Image"
diff --git a/config/locales/ung_image.it.yml b/config/locales/ung_image.it.yml
new file mode 100644
index 0000000..cf1b3b2
--- /dev/null
+++ b/config/locales/ung_image.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ ung_image: "fa fa-file-text-o"
+ select_type:
+ ung_image:
+ description: "Ung Image opere"
+ name: "Ung Image"
diff --git a/config/locales/ung_image.pt-BR.yml b/config/locales/ung_image.pt-BR.yml
new file mode 100644
index 0000000..147cc96
--- /dev/null
+++ b/config/locales/ung_image.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ ung_image: "fa fa-file-text-o"
+ select_type:
+ ung_image:
+ description: "Ung Image trabalhos"
+ name: "Ung Image"
diff --git a/config/locales/ung_image.zh.yml b/config/locales/ung_image.zh.yml
new file mode 100644
index 0000000..e018c49
--- /dev/null
+++ b/config/locales/ung_image.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ ung_image: "fa fa-file-text-o"
+ select_type:
+ ung_image:
+ # TODO: translate `human_name` into Chinese
+ description: "Ung Image 作品"
+ name: "Ung Image"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/ung_presentation.de.yml b/config/locales/ung_presentation.de.yml
new file mode 100644
index 0000000..2739e72
--- /dev/null
+++ b/config/locales/ung_presentation.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ ung_presentation: "fa fa-file-text-o"
+ select_type:
+ ung_presentation:
+ description: "Ung Presentation Werke"
+ name: "Ung Presentation"
diff --git a/config/locales/ung_presentation.en.yml b/config/locales/ung_presentation.en.yml
new file mode 100644
index 0000000..6b4fab4
--- /dev/null
+++ b/config/locales/ung_presentation.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ ung_presentation: "fa fa-file-text-o"
+ select_type:
+ ung_presentation:
+ description: "Ung Presentation"
+ name: "Ung Presentation"
diff --git a/config/locales/ung_presentation.es.yml b/config/locales/ung_presentation.es.yml
new file mode 100644
index 0000000..6667a69
--- /dev/null
+++ b/config/locales/ung_presentation.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ ung_presentation: 'fa fa-file-text-o'
+ select_type:
+ ung_presentation:
+ # TODO: translate `human_name` into Spanish
+ description: "Ung Presentation trabajos"
+ name: "Ung Presentation"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/ung_presentation.fr.yml b/config/locales/ung_presentation.fr.yml
new file mode 100644
index 0000000..fff008a
--- /dev/null
+++ b/config/locales/ung_presentation.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ ung_presentation: 'fa fa-file-text-o'
+ select_type:
+ ung_presentation:
+ description: "Ung Presentation œuvres"
+ name: "Ung Presentation"
diff --git a/config/locales/ung_presentation.it.yml b/config/locales/ung_presentation.it.yml
new file mode 100644
index 0000000..b28bb4b
--- /dev/null
+++ b/config/locales/ung_presentation.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ ung_presentation: "fa fa-file-text-o"
+ select_type:
+ ung_presentation:
+ description: "Ung Presentation opere"
+ name: "Ung Presentation"
diff --git a/config/locales/ung_presentation.pt-BR.yml b/config/locales/ung_presentation.pt-BR.yml
new file mode 100644
index 0000000..0b7eaac
--- /dev/null
+++ b/config/locales/ung_presentation.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ ung_presentation: "fa fa-file-text-o"
+ select_type:
+ ung_presentation:
+ description: "Ung Presentation trabalhos"
+ name: "Ung Presentation"
diff --git a/config/locales/ung_presentation.zh.yml b/config/locales/ung_presentation.zh.yml
new file mode 100644
index 0000000..c0f3d85
--- /dev/null
+++ b/config/locales/ung_presentation.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ ung_presentation: "fa fa-file-text-o"
+ select_type:
+ ung_presentation:
+ # TODO: translate `human_name` into Chinese
+ description: "Ung Presentation 作品"
+ name: "Ung Presentation"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/ung_thesis_dissertation.de.yml b/config/locales/ung_thesis_dissertation.de.yml
new file mode 100644
index 0000000..1b4d641
--- /dev/null
+++ b/config/locales/ung_thesis_dissertation.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ ung_thesis_dissertation: "fa fa-file-text-o"
+ select_type:
+ ung_thesis_dissertation:
+ description: "Ung Thesis Dissertation Werke"
+ name: "Ung Thesis Dissertation"
diff --git a/config/locales/ung_thesis_dissertation.en.yml b/config/locales/ung_thesis_dissertation.en.yml
new file mode 100644
index 0000000..6dee2db
--- /dev/null
+++ b/config/locales/ung_thesis_dissertation.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ ung_thesis_dissertation: "fa fa-file-text-o"
+ select_type:
+ ung_thesis_dissertation:
+ description: "Ung Thesis Dissertation"
+ name: "Ung Thesis Dissertation"
diff --git a/config/locales/ung_thesis_dissertation.es.yml b/config/locales/ung_thesis_dissertation.es.yml
new file mode 100644
index 0000000..76452b3
--- /dev/null
+++ b/config/locales/ung_thesis_dissertation.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ ung_thesis_dissertation: 'fa fa-file-text-o'
+ select_type:
+ ung_thesis_dissertation:
+ # TODO: translate `human_name` into Spanish
+ description: "Ung Thesis Dissertation trabajos"
+ name: "Ung Thesis Dissertation"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/ung_thesis_dissertation.fr.yml b/config/locales/ung_thesis_dissertation.fr.yml
new file mode 100644
index 0000000..494e0c0
--- /dev/null
+++ b/config/locales/ung_thesis_dissertation.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ ung_thesis_dissertation: 'fa fa-file-text-o'
+ select_type:
+ ung_thesis_dissertation:
+ description: "Ung Thesis Dissertation œuvres"
+ name: "Ung Thesis Dissertation"
diff --git a/config/locales/ung_thesis_dissertation.it.yml b/config/locales/ung_thesis_dissertation.it.yml
new file mode 100644
index 0000000..44b3989
--- /dev/null
+++ b/config/locales/ung_thesis_dissertation.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ ung_thesis_dissertation: "fa fa-file-text-o"
+ select_type:
+ ung_thesis_dissertation:
+ description: "Ung Thesis Dissertation opere"
+ name: "Ung Thesis Dissertation"
diff --git a/config/locales/ung_thesis_dissertation.pt-BR.yml b/config/locales/ung_thesis_dissertation.pt-BR.yml
new file mode 100644
index 0000000..61506ed
--- /dev/null
+++ b/config/locales/ung_thesis_dissertation.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ ung_thesis_dissertation: "fa fa-file-text-o"
+ select_type:
+ ung_thesis_dissertation:
+ description: "Ung Thesis Dissertation trabalhos"
+ name: "Ung Thesis Dissertation"
diff --git a/config/locales/ung_thesis_dissertation.zh.yml b/config/locales/ung_thesis_dissertation.zh.yml
new file mode 100644
index 0000000..af32855
--- /dev/null
+++ b/config/locales/ung_thesis_dissertation.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ ung_thesis_dissertation: "fa fa-file-text-o"
+ select_type:
+ ung_thesis_dissertation:
+ # TODO: translate `human_name` into Chinese
+ description: "Ung Thesis Dissertation 作品"
+ name: "Ung Thesis Dissertation"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/ung_time_based_media.de.yml b/config/locales/ung_time_based_media.de.yml
new file mode 100644
index 0000000..8afddd8
--- /dev/null
+++ b/config/locales/ung_time_based_media.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ ung_time_based_media: "fa fa-file-text-o"
+ select_type:
+ ung_time_based_media:
+ description: "Ung Time Based Media Werke"
+ name: "Ung Time Based Media"
diff --git a/config/locales/ung_time_based_media.en.yml b/config/locales/ung_time_based_media.en.yml
new file mode 100644
index 0000000..842e43e
--- /dev/null
+++ b/config/locales/ung_time_based_media.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ ung_time_based_media: "fa fa-file-text-o"
+ select_type:
+ ung_time_based_media:
+ description: "Ung Time Based Media"
+ name: "Ung Time Based Media"
diff --git a/config/locales/ung_time_based_media.es.yml b/config/locales/ung_time_based_media.es.yml
new file mode 100644
index 0000000..ecfd273
--- /dev/null
+++ b/config/locales/ung_time_based_media.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ ung_time_based_media: 'fa fa-file-text-o'
+ select_type:
+ ung_time_based_media:
+ # TODO: translate `human_name` into Spanish
+ description: "Ung Time Based Media trabajos"
+ name: "Ung Time Based Media"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/ung_time_based_media.fr.yml b/config/locales/ung_time_based_media.fr.yml
new file mode 100644
index 0000000..6756d92
--- /dev/null
+++ b/config/locales/ung_time_based_media.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ ung_time_based_media: 'fa fa-file-text-o'
+ select_type:
+ ung_time_based_media:
+ description: "UngTime Based Media œuvres"
+ name: "Ung Time Based Media"
diff --git a/config/locales/ung_time_based_media.it.yml b/config/locales/ung_time_based_media.it.yml
new file mode 100644
index 0000000..b842597
--- /dev/null
+++ b/config/locales/ung_time_based_media.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ ung_time_based_media: "fa fa-file-text-o"
+ select_type:
+ ung_time_based_media:
+ description: "Ung Time Based Media opere"
+ name: "Ung Time Based Media"
diff --git a/config/locales/ung_time_based_media.pt-BR.yml b/config/locales/ung_time_based_media.pt-BR.yml
new file mode 100644
index 0000000..6fa816c
--- /dev/null
+++ b/config/locales/ung_time_based_media.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ ung_time_based_media: "fa fa-file-text-o"
+ select_type:
+ ung_time_based_media:
+ description: "Ung Time Based Media trabalhos"
+ name: "Ung Time Based Media"
diff --git a/config/locales/ung_time_based_media.zh.yml b/config/locales/ung_time_based_media.zh.yml
new file mode 100644
index 0000000..1367858
--- /dev/null
+++ b/config/locales/ung_time_based_media.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ ung_time_based_media: "fa fa-file-text-o"
+ select_type:
+ ung_time_based_media:
+ # TODO: translate `human_name` into Chinese
+ description: "Ung Time Based Media 作品"
+ name: "Ung Time Based Media"
+ # TODO: translate `human_name` into Chinese
diff --git a/config/locales/uva_work.de.yml b/config/locales/uva_work.de.yml
new file mode 100644
index 0000000..06e402a
--- /dev/null
+++ b/config/locales/uva_work.de.yml
@@ -0,0 +1,8 @@
+de:
+ hyrax:
+ icons:
+ uva_work: 'fa fa-file-text-o'
+ select_type:
+ uva_work:
+ description: "Uva work Werke"
+ name: "Uva Work"
diff --git a/config/locales/uva_work.en.yml b/config/locales/uva_work.en.yml
new file mode 100644
index 0000000..275ffe1
--- /dev/null
+++ b/config/locales/uva_work.en.yml
@@ -0,0 +1,8 @@
+en:
+ hyrax:
+ icons:
+ uva_work: 'fa fa-file-text-o'
+ select_type:
+ uva_work:
+ description: "Uva work works"
+ name: "Uva Work"
diff --git a/config/locales/uva_work.es.yml b/config/locales/uva_work.es.yml
new file mode 100644
index 0000000..a6ee4cf
--- /dev/null
+++ b/config/locales/uva_work.es.yml
@@ -0,0 +1,10 @@
+es:
+ hyrax:
+ icons:
+ uva_work: 'fa fa-file-text-o'
+ select_type:
+ uva_work:
+ # TODO: translate `human_name` into Spanish
+ description: "Uva work trabajos"
+ name: "Uva Work"
+ # TODO: translate `human_name` into Spanish
diff --git a/config/locales/uva_work.fr.yml b/config/locales/uva_work.fr.yml
new file mode 100644
index 0000000..1e3c205
--- /dev/null
+++ b/config/locales/uva_work.fr.yml
@@ -0,0 +1,8 @@
+fr:
+ hyrax:
+ icons:
+ uva_work: 'fa fa-file-text-o'
+ select_type:
+ uva_work:
+ description: "Uva work œuvres"
+ name: "Uva Work"
diff --git a/config/locales/uva_work.it.yml b/config/locales/uva_work.it.yml
new file mode 100644
index 0000000..a524977
--- /dev/null
+++ b/config/locales/uva_work.it.yml
@@ -0,0 +1,8 @@
+it:
+ hyrax:
+ icons:
+ uva_work: 'fa fa-file-text-o'
+ select_type:
+ uva_work:
+ description: "Uva work opere"
+ name: "Uva Work"
diff --git a/config/locales/uva_work.pt-BR.yml b/config/locales/uva_work.pt-BR.yml
new file mode 100644
index 0000000..b7c1364
--- /dev/null
+++ b/config/locales/uva_work.pt-BR.yml
@@ -0,0 +1,8 @@
+pt-BR:
+ hyrax:
+ icons:
+ uva_work: 'fa fa-file-text-o'
+ select_type:
+ uva_work:
+ description: "Uva work trabalhos"
+ name: "Uva Work"
diff --git a/config/locales/uva_work.zh.yml b/config/locales/uva_work.zh.yml
new file mode 100644
index 0000000..d9b4dde
--- /dev/null
+++ b/config/locales/uva_work.zh.yml
@@ -0,0 +1,10 @@
+zh:
+ hyrax:
+ icons:
+ uva_work: 'fa fa-file-text-o'
+ select_type:
+ uva_work:
+ # TODO: translate `human_name` into Chinese
+ description: "Uva work 作品"
+ name: "Uva Work"
+ # TODO: translate `human_name` into Chinese