15 lines
621 B
YAML
15 lines
621 B
YAML
# Sample localization file for English. Add more files in this directory for other locales.
|
|
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
|
|
|
en:
|
|
hello: "Hello world"
|
|
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"
|
|
next: "Next"
|