blob: f4e35f2df7073ace5ce396dfdf616b9d34b020ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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"
no_such_thing: "No such %{thing}."
overview: "Overview"
user_control_panel: "user control panel"
created: "Created"
created_by_on: "Created by %{user} on %{time}"
updated: "Updated"
none: "None"
unknown: "Unknown"
admin: "Admin"
anonymous: "Anonymous"
save: "Save"
changes_saved: "Changes saved successfully."
thing_was_successfully_created: "%{thing} was successfully created."
|