2021-02-22 09:20:23 +01:00
{
"common" : {
"alerts" : { } ,
"controls" : {
"actions" : {
"add" : "Add" ,
"remove" : "Remove" ,
"edit" : "Edit" ,
"save" : "Save" ,
"ok" : "OK" ,
"confirm" : "Confirm" ,
"continue" : "Continue" ,
"cancel" : "Cancel" ,
"take_photo" : "Take photo" ,
"save_photo" : "Save photo" ,
"sign_in" : "Sign in" ,
"sign_up" : "Sign up" ,
"see_more" : "See More" ,
"preview" : "Preview" ,
"open_in_safari" : "Open in Safari"
} ,
2021-02-23 08:16:55 +01:00
"status" : {
2021-02-24 08:29:16 +01:00
"user_boosted" : "%s boosted" ,
"content_warning" : "content warning" ,
"show_post" : "Show Post"
2021-02-23 08:16:55 +01:00
} ,
2021-02-22 09:20:23 +01:00
"timeline" : {
"load_more" : "Load More"
}
} ,
"countable" : {
"photo" : {
"single" : "photo" ,
"multiple" : "photos"
}
}
} ,
"scene" : {
"welcome" : {
"slogan" : "Social networking\nback in your hands."
} ,
"server_picker" : {
"title" : "Pick a Server,\nany server." ,
"input" : {
"placeholder" : "Find a server or join your own..."
}
} ,
"register" : {
"title" : "Tell us about you." ,
"input" : {
"username" : {
"placeholder" : "username" ,
"duplicate_prompt" : "This username is taken."
} ,
"display_name" : {
"placeholder" : "display name"
} ,
"email" : {
"placeholder" : "email"
} ,
"password" : {
"placeholder" : "password" ,
"prompt" : "Your password needs at least:" ,
"prompt_eight_characters" : "Eight characters"
}
2021-02-24 13:06:28 +01:00
} ,
"success" : "Success" ,
"check_email" : "Regsiter request sent. Please check your email."
2021-02-22 09:20:23 +01:00
} ,
"server_rules" : {
"title" : "Some ground rules." ,
"subtitle" : "These rules are set by the admins of %s." ,
"prompt" : "By continuing, you're subject to the terms of service and privacy policy for %s." ,
"button" : {
"confirm" : "I Agree"
}
} ,
2021-02-24 10:08:36 +01:00
"confirm_email" : {
"title" : "One last thing." ,
"subtitle" : "We just sent an email to %@,\ntap the link to confirm your account." ,
"button" : {
"open_email_app" : "Open email app" ,
"dont_receive_email" : "I never got an email"
} ,
"dont_receive_email" : {
"alert_title" : "It’ s too soon to tell." ,
"alert_description" : "Give our servers another n seconds before sending another email.\nCheck if your email address is correct as well as your junk folder if you haven’ t."
} ,
"open_email_app" : {
"alert_title" : "Check your inbox." ,
"alert_description" : "We just sent you another email. Check your junk folder if you haven’ t." ,
"mail" : "Mail"
}
} ,
2021-02-22 09:20:23 +01:00
"home_timeline" : {
"title" : "Home"
} ,
"public_timeline" : {
"title" : "Public"
}
}
2021-02-24 10:08:36 +01:00
}