Skip to content

Instantly share code, notes, and snippets.

@kingnightdrifter
Created January 30, 2020 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kingnightdrifter/d2ed7a09c9fb7ca5f095a6823b59da2b to your computer and use it in GitHub Desktop.
Save kingnightdrifter/d2ed7a09c9fb7ca5f095a6823b59da2b to your computer and use it in GitHub Desktop.
{
"success": true,
"code": "200",
"languagestring": [
{
"screen_name":"Login"
"login": "Login",
"user_name": "USER NAME",
"password": "PASSWORD",
"username_is_invalid": "user name is invalid",
"password_is_invalid": "password is invalid",
"could_not_create_token": "could not create token",
"user_not_created": "User could not created",
"otp_send": "otp is send on your device",
"user_not_find": "can not find user",
"otp_not_match": "otp could not match",
"language_string_empty": "language string list is empty",
"login_button_text": "LOGIN",
"login_sign_up_button": "SIGN UP",
"or_text": "Or"
},
{
"screen_name":"edit_profile"
"profile_not_exist": "profile not exist",
"save": "SAVE",
"where_are_your_from": "Where are your from ?",
"where_do_you_live": "Where do you live ?",
"date_of_birth": "Date of birth",
"update": "UPDATE",
"characters_limit": "Characters limit",
"good_things_come_to_those": "Good Things come to those who book flights",
"follow_your_heart_live": "Follow your heart,live your dreams,be passionate,never give up,love your life",
"mobile_number_text": "Mobile Number",
"email_address_text": "Email Address",
"user_name_text": "USER NAME",
"edit_profile_text": "Edit Profile",
"tell_your_followers_about_you_text": "Tell your followers about you",
"done_in_edit_profile": "DONE",
"profile_updated_successfully": "profile updated successfully"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment