From 87dfa988e2e568c8db25e3fd513cff488de21101 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Sun, 29 Oct 2017 08:20:08 -0500 Subject: [PATCH] Provide translations for based_near_label_sim Fixes #2011 --- lib/generators/hyrax/templates/config/locales/hyrax.de.yml | 2 +- lib/generators/hyrax/templates/config/locales/hyrax.en.yml | 2 +- lib/generators/hyrax/templates/config/locales/hyrax.es.yml | 2 +- lib/generators/hyrax/templates/config/locales/hyrax.fr.yml | 2 +- lib/generators/hyrax/templates/config/locales/hyrax.it.yml | 2 +- lib/generators/hyrax/templates/config/locales/hyrax.pt-BR.yml | 2 +- lib/generators/hyrax/templates/config/locales/hyrax.zh.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/generators/hyrax/templates/config/locales/hyrax.de.yml b/lib/generators/hyrax/templates/config/locales/hyrax.de.yml index ba9032690e..71c6501700 100644 --- a/lib/generators/hyrax/templates/config/locales/hyrax.de.yml +++ b/lib/generators/hyrax/templates/config/locales/hyrax.de.yml @@ -4,7 +4,7 @@ de: search: fields: facet: - based_near_sim: Ort + based_near_label_sim: Ort creator_sim: Schöpfer file_format_sim: Format generic_type_sim: Art diff --git a/lib/generators/hyrax/templates/config/locales/hyrax.en.yml b/lib/generators/hyrax/templates/config/locales/hyrax.en.yml index 13fbad8f8f..b2c01e9883 100644 --- a/lib/generators/hyrax/templates/config/locales/hyrax.en.yml +++ b/lib/generators/hyrax/templates/config/locales/hyrax.en.yml @@ -3,7 +3,7 @@ en: search: fields: facet: - based_near_sim: Location + based_near_label_sim: Location creator_sim: Creator file_format_sim: Format generic_type_sim: Type diff --git a/lib/generators/hyrax/templates/config/locales/hyrax.es.yml b/lib/generators/hyrax/templates/config/locales/hyrax.es.yml index 6c737b4a1a..16939a993f 100644 --- a/lib/generators/hyrax/templates/config/locales/hyrax.es.yml +++ b/lib/generators/hyrax/templates/config/locales/hyrax.es.yml @@ -4,7 +4,7 @@ es: search: fields: facet: - based_near_sim: Ubicación + based_near_label_sim: Ubicación creator_sim: Creador file_format_sim: Formato generic_type_sim: Tipo diff --git a/lib/generators/hyrax/templates/config/locales/hyrax.fr.yml b/lib/generators/hyrax/templates/config/locales/hyrax.fr.yml index 0f57e7ac80..ef352493cd 100644 --- a/lib/generators/hyrax/templates/config/locales/hyrax.fr.yml +++ b/lib/generators/hyrax/templates/config/locales/hyrax.fr.yml @@ -4,7 +4,7 @@ fr: search: fields: facet: - based_near_sim: Emplacement + based_near_label_sim: Emplacement creator_sim: Créateur file_format_sim: Format generic_type_sim: Type diff --git a/lib/generators/hyrax/templates/config/locales/hyrax.it.yml b/lib/generators/hyrax/templates/config/locales/hyrax.it.yml index 49e169b3b2..f3c81f0991 100644 --- a/lib/generators/hyrax/templates/config/locales/hyrax.it.yml +++ b/lib/generators/hyrax/templates/config/locales/hyrax.it.yml @@ -4,7 +4,7 @@ it: search: fields: facet: - based_near_sim: luogo + based_near_label_sim: luogo creator_sim: Creatore file_format_sim: Formato generic_type_sim: Tipo diff --git a/lib/generators/hyrax/templates/config/locales/hyrax.pt-BR.yml b/lib/generators/hyrax/templates/config/locales/hyrax.pt-BR.yml index 9761d29f68..11a7528261 100644 --- a/lib/generators/hyrax/templates/config/locales/hyrax.pt-BR.yml +++ b/lib/generators/hyrax/templates/config/locales/hyrax.pt-BR.yml @@ -4,7 +4,7 @@ pt-BR: search: fields: facet: - based_near_sim: Localização + based_near_label_sim: Localização creator_sim: O Criador file_format_sim: Formato generic_type_sim: Tipo diff --git a/lib/generators/hyrax/templates/config/locales/hyrax.zh.yml b/lib/generators/hyrax/templates/config/locales/hyrax.zh.yml index cdfd273346..841ea0b7c8 100644 --- a/lib/generators/hyrax/templates/config/locales/hyrax.zh.yml +++ b/lib/generators/hyrax/templates/config/locales/hyrax.zh.yml @@ -4,7 +4,7 @@ zh: search: fields: facet: - based_near_sim: 位置 + based_near_label_sim: 位置 creator_sim: 创造者 file_format_sim: 文件格式 generic_type_sim: 类型