Translating a huge amount of untranslated strings
This commit is contained in:
parent
58ead768d6
commit
0bef839261
2 changed files with 57 additions and 1 deletions
|
|
@ -15,6 +15,11 @@ en:
|
||||||
timeout: 'Your session expired, please sign in again to continue.'
|
timeout: 'Your session expired, please sign in again to continue.'
|
||||||
inactive: 'Your account was not activated yet.'
|
inactive: 'Your account was not activated yet.'
|
||||||
sessions:
|
sessions:
|
||||||
|
new:
|
||||||
|
login: 'Login'
|
||||||
|
username: 'Username'
|
||||||
|
password: 'Password'
|
||||||
|
sign_in: 'Sign in'
|
||||||
signed_in: 'Signed in successfully.'
|
signed_in: 'Signed in successfully.'
|
||||||
signed_out: 'Signed out successfully.'
|
signed_out: 'Signed out successfully.'
|
||||||
passwords:
|
passwords:
|
||||||
|
|
@ -43,4 +48,9 @@ en:
|
||||||
subject: 'Unlock Instructions'
|
subject: 'Unlock Instructions'
|
||||||
invitation:
|
invitation:
|
||||||
subject: 'A friend wants you to join Diaspora!'
|
subject: 'A friend wants you to join Diaspora!'
|
||||||
|
shared:
|
||||||
|
links:
|
||||||
|
sign_in: 'Sign in'
|
||||||
|
sign_up: 'Sign up'
|
||||||
|
forgot_your_password: 'Forgot your password?'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,10 @@ en:
|
||||||
people_on_pod_are_aware_of: " people on pod are aware of"
|
people_on_pod_are_aware_of: " people on pod are aware of"
|
||||||
layouts:
|
layouts:
|
||||||
application:
|
application:
|
||||||
|
view_profile: "view profile"
|
||||||
edit_profile: "edit profile"
|
edit_profile: "edit profile"
|
||||||
|
account_settings: "account settings"
|
||||||
|
search: "Search"
|
||||||
logout: "logout"
|
logout: "logout"
|
||||||
shared:
|
shared:
|
||||||
aspect_nav:
|
aspect_nav:
|
||||||
|
|
@ -66,8 +69,10 @@ en:
|
||||||
updated: "updated"
|
updated: "updated"
|
||||||
by: "by"
|
by: "by"
|
||||||
edit:
|
edit:
|
||||||
|
album_name: "Album name"
|
||||||
editing: "Editing"
|
editing: "Editing"
|
||||||
updated: "updated"
|
updated: "updated"
|
||||||
|
update_album: "Update album"
|
||||||
are_you_sure: "Are you sure?"
|
are_you_sure: "Are you sure?"
|
||||||
delete_album: "Delete Album"
|
delete_album: "Delete Album"
|
||||||
cancel: "Cancel"
|
cancel: "Cancel"
|
||||||
|
|
@ -102,6 +107,7 @@ en:
|
||||||
ignore_remove: "Ignore/Remove"
|
ignore_remove: "Ignore/Remove"
|
||||||
new_aspect:
|
new_aspect:
|
||||||
add_a_new_aspect: "Add a new aspect"
|
add_a_new_aspect: "Add a new aspect"
|
||||||
|
name: "Name"
|
||||||
create: "Create"
|
create: "Create"
|
||||||
create:
|
create:
|
||||||
success: "Click on the plus on the left side to tell Diaspora who can see your new aspect."
|
success: "Click on the plus on the left side to tell Diaspora who can see your new aspect."
|
||||||
|
|
@ -122,6 +128,19 @@ en:
|
||||||
users:
|
users:
|
||||||
edit:
|
edit:
|
||||||
editing_profile: "Editing profile"
|
editing_profile: "Editing profile"
|
||||||
|
invite_friends: "Invite friends"
|
||||||
|
are_you_sure: "Are you sure?"
|
||||||
|
export_data: "Export Data"
|
||||||
|
close_account: "Close Account"
|
||||||
|
change_language: "Change Language"
|
||||||
|
change_password: "Change Password"
|
||||||
|
new_password: "New Password"
|
||||||
|
password_confirmation: "Password confirmation"
|
||||||
|
settings: "Settings"
|
||||||
|
profile: "Profile"
|
||||||
|
account: "Account"
|
||||||
|
services: "Services"
|
||||||
|
cancel: "Cancel"
|
||||||
destroy: "Account successfully closed."
|
destroy: "Account successfully closed."
|
||||||
getting_started:
|
getting_started:
|
||||||
'step_1':
|
'step_1':
|
||||||
|
|
@ -168,6 +187,13 @@ en:
|
||||||
registrations:
|
registrations:
|
||||||
new:
|
new:
|
||||||
sign_up: "Sign up"
|
sign_up: "Sign up"
|
||||||
|
sign_up_for_diaspora: "Sign up for Diaspora"
|
||||||
|
upload_existing_account: "Upload an existing Diaspora account"
|
||||||
|
upload: "Upload"
|
||||||
|
username: "Username"
|
||||||
|
email: "Email"
|
||||||
|
password: "Password"
|
||||||
|
password_confirmation: "Password confirmation"
|
||||||
create:
|
create:
|
||||||
success: "You've joined Diaspora!"
|
success: "You've joined Diaspora!"
|
||||||
invitations:
|
invitations:
|
||||||
|
|
@ -220,6 +246,19 @@ en:
|
||||||
no_posts: "no posts to display!"
|
no_posts: "no posts to display!"
|
||||||
add_friend: "add friend"
|
add_friend: "add friend"
|
||||||
edit:
|
edit:
|
||||||
|
settings: "Settings"
|
||||||
|
your_profile: "Your profile"
|
||||||
|
your_name: "Your name"
|
||||||
|
first_name: "First name"
|
||||||
|
last_name: "Last name"
|
||||||
|
your_gender: "Your gender"
|
||||||
|
your_birthday: "Your birthday"
|
||||||
|
your_bio: "Your bio"
|
||||||
|
fill_me_out: "Fill me out"
|
||||||
|
your_photo: "Your photo"
|
||||||
|
profile: "Profile"
|
||||||
|
account: "Account"
|
||||||
|
services: "Services"
|
||||||
cancel: "Cancel"
|
cancel: "Cancel"
|
||||||
update_profile: "Update Profile"
|
update_profile: "Update Profile"
|
||||||
home: "Home"
|
home: "Home"
|
||||||
|
|
@ -237,6 +276,7 @@ en:
|
||||||
enter_a_diaspora_username: "Enter a Diaspora username:"
|
enter_a_diaspora_username: "Enter a Diaspora username:"
|
||||||
your_diaspora_username_is: "Your Diaspora username is: %{diaspora_handle}"
|
your_diaspora_username_is: "Your Diaspora username is: %{diaspora_handle}"
|
||||||
friends_username: "Friend's username"
|
friends_username: "Friend's username"
|
||||||
|
create_request: "Create request"
|
||||||
destroy:
|
destroy:
|
||||||
success: "You are now friends."
|
success: "You are now friends."
|
||||||
error: "Please select an aspect!"
|
error: "Please select an aspect!"
|
||||||
|
|
@ -249,3 +289,9 @@ en:
|
||||||
already_friends: "You are already friends with %{destination_url}!"
|
already_friends: "You are already friends with %{destination_url}!"
|
||||||
success: "A friend request was sent to %{destination_url}."
|
success: "A friend request was sent to %{destination_url}."
|
||||||
horribly_wrong: "Something went horribly wrong."
|
horribly_wrong: "Something went horribly wrong."
|
||||||
|
services:
|
||||||
|
index:
|
||||||
|
settings: "Settings"
|
||||||
|
profile: "Profile"
|
||||||
|
account: "Account"
|
||||||
|
services: "Services"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue