diff options
author | Rémy Coutable <remy@rymai.me> | 2018-01-25 14:14:46 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-01-25 14:14:53 +0100 |
commit | 78faa6e3706570b8bf5f8d9f331135080a82679d (patch) | |
tree | 0ab6efc82f5527a4af7f5329bd5a8c1fd09cfc63 /config/locales | |
parent | d772f52e1ec5848b00fc590606d33645f0799eb5 (diff) | |
download | gitlab-ce-78faa6e3706570b8bf5f8d9f331135080a82679d.tar.gz |
Port some non-EE-specific config/ changes to CE42420-follow-up-from-resolve-asset-was-not-declared-to-be-precompiled-in-production-favicon-green-ico
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 8932db138d9..795e5d4e6bc 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2,6 +2,18 @@ # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points. en: + hello: "Hello world" + activerecord: + attributes: + issue_link: + source: Source issue + target: Target issue + errors: + messages: + label_already_exists_at_group_level: "already exists at group level for %{group}. Please choose another one." + wrong_size: "is the wrong size (should be %{file_size})" + size_too_small: "is too small (should be at least %{file_size})" + size_too_big: "is too big (should be at most %{file_size})" views: pagination: previous: "Prev" |