51 lines
1.7 KiB
YAML
51 lines
1.7 KiB
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"
|
|
datetime:
|
|
time_ago_in_words:
|
|
half_a_minute: "half a minute ago"
|
|
less_than_x_seconds:
|
|
one: "less than 1 second ago"
|
|
other: "less than %{count} seconds ago"
|
|
x_seconds:
|
|
one: "1 second ago"
|
|
other: "%{count} seconds ago"
|
|
less_than_x_minutes:
|
|
one: "less than a minute ago"
|
|
other: "less than %{count} minutes ago"
|
|
x_minutes:
|
|
one: "1 minute ago"
|
|
other: "%{count} minutes ago"
|
|
about_x_hours:
|
|
one: "about 1 hour ago"
|
|
other: "about %{count} hours ago"
|
|
x_days:
|
|
one: "1 day ago"
|
|
other: "%{count} days ago"
|
|
about_x_months:
|
|
one: "about 1 month ago"
|
|
other: "about %{count} months ago"
|
|
x_months:
|
|
one: "1 month ago"
|
|
other: "%{count} months ago"
|
|
about_x_years:
|
|
one: "about 1 year ago"
|
|
other: "about %{count} years ago"
|
|
over_x_years:
|
|
one: "over 1 year ago"
|
|
other: "over %{count} years ago"
|
|
almost_x_years:
|
|
one: "almost 1 year ago"
|
|
other: "almost %{count} years ago"
|