From 057b19cf2aca676becc558379c3185c7ba92173f Mon Sep 17 00:00:00 2001 From: "leo.selig" Date: Thu, 4 Feb 2016 11:47:44 +0100 Subject: [PATCH] Translate CodeHarbor links (en/de) - model name (singular/plural) - attribute oauth2token (leoselig/codeocean#2) --- config/locales/de.yml | 5 +++++ config/locales/en.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/config/locales/de.yml b/config/locales/de.yml index 9fd2dce0..66355194 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -1,6 +1,8 @@ de: activerecord: attributes: + code_harbor_link: + oauth2token: OAuth2 Token consumer: name: Name oauth_key: OAuth Key @@ -90,6 +92,9 @@ de: internal_user_ids: Mitglieder name: Name models: + code_harbor_link: + one: CodeHarbor-Verknüpfung + other: CodeHarbor-Verknüpfungen consumer: one: Konsument other: Konsumenten diff --git a/config/locales/en.yml b/config/locales/en.yml index f005eea2..56fd4fc8 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,6 +1,8 @@ en: activerecord: attributes: + code_harbor_link: + oauth2token: OAuth2 Token consumer: name: Name oauth_key: OAuth Key @@ -90,6 +92,9 @@ en: internal_user_ids: Members name: Name models: + code_harbor_link: + one: CodeHarbor Link + other: CodeHarbor Links consumer: one: Consumer other: Consumers