mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 20:15:59 +01:00
Adjust list locales
This commit is contained in:
parent
44f9437536
commit
f1f9a4aaf8
2 changed files with 18 additions and 14 deletions
|
@ -233,6 +233,20 @@ en:
|
|||
body: "Never enter your passwords or other private information on an untrusted website. %{app_name} will only ever ask for your password on a site that is on the domain %{hostname}"
|
||||
url: "URL:"
|
||||
confirm: "I understand the risk, proceed!"
|
||||
lists:
|
||||
actions:
|
||||
add: "Add to list"
|
||||
remove: "Remove from list"
|
||||
index:
|
||||
title: "Manage list memberships"
|
||||
tab:
|
||||
list:
|
||||
title: "Lists"
|
||||
create:
|
||||
title: "Create new list"
|
||||
form:
|
||||
action: "Create list"
|
||||
placeholder: "List name"
|
||||
modal:
|
||||
ask:
|
||||
title: "Ask your followers"
|
||||
|
@ -242,20 +256,6 @@ en:
|
|||
comment_smiles:
|
||||
title: "People who smiled this comment"
|
||||
none: "No one has smiled this comment yet."
|
||||
list:
|
||||
title: "Manage list memberships"
|
||||
tab:
|
||||
list:
|
||||
title: "Lists"
|
||||
create:
|
||||
title: "Create new list"
|
||||
action: "Create list"
|
||||
placeholder: "List name"
|
||||
item:
|
||||
members:
|
||||
zero: "0 members"
|
||||
one: "1 member"
|
||||
other: "%{count} members"
|
||||
privileges:
|
||||
title: "Manage roles for %{user}"
|
||||
role:
|
||||
|
|
|
@ -27,6 +27,10 @@ en:
|
|||
view_in_rails_admin: "View in Rails Admin"
|
||||
"y": "Yes"
|
||||
"n": "No"
|
||||
members:
|
||||
zero: "0 members"
|
||||
one: "1 member"
|
||||
other: "%{count} members"
|
||||
messages:
|
||||
noauth: "You need to be logged in to perform this action."
|
||||
time:
|
||||
|
|
Loading…
Reference in a new issue