28 lines
606 B
YAML
28 lines
606 B
YAML
en:
|
|
home_page: home
|
|
activerecord:
|
|
models:
|
|
user: user
|
|
collection:
|
|
one: "collection"
|
|
many: "collections"
|
|
other: "collections"
|
|
single: "collection"
|
|
popular: Popular Collections
|
|
album: Album
|
|
photo: Photo
|
|
photo_tag: Tag
|
|
actions:
|
|
create: "Create %{model}"
|
|
update: "Update %{model}"
|
|
destroy: "Destroy %{model}"
|
|
|
|
albums_counter:
|
|
one: "%{count} album"
|
|
many: "%{count} albums"
|
|
other: "%{count} album"
|
|
|
|
photos_counter:
|
|
one: "%{count} photo"
|
|
many: "%{count} photos"
|
|
other: "%{count} photos" |