Skip to content

Instantly share code, notes, and snippets.

@kingnightdrifter
Created January 30, 2020 08:07
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/69987bb7c3ec1476611d77131dd13408 to your computer and use it in GitHub Desktop.
Save kingnightdrifter/69987bb7c3ec1476611d77131dd13408 to your computer and use it in GitHub Desktop.
{
"success": true,
"code": "200",
"languagestring": [
"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"
},
"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"
},
"followers": {
"follow": "follow",
"following": "following",
"you_follow_user": "you follow user",
"you_unfollow_user": "you did not follow user"
},
"logout": {
"you_are_logout": "you are logout",
"attempted_is_fail": "attempted is fail"
},
"change_password": {
"your_password_change": "your password change",
"your_password_not_change": "your password not change",
"change_password": "Change Password",
"current_password": "Current Password",
"new_password": "New Password",
"confirm_new_password": "Confirm New Password",
"confirm_and_change": "CONFIRM AND CHANGE"
},
"app_settings": {
"app_setting_page_list": "App Setting Page list is empty",
"app_page_list": "App page list is empty",
"change_language": "Change Language",
"change_password_text": "Change Password",
"contact_us_in_app_setting": "Contact Us"
},
"contact_us": {
"message_not_send": "message not send",
"contact_us": "Contact Us",
"send": "SEND",
"message": "Message",
"send_us_a_message": "Send us a message and We will contact you as soon as possible!"
},
"validater": {
"The_field_is_required": "The field is required",
"The_string_field_is_required": "The string field is required",
"The_field_is_out_from_max": "The field is out from max",
"The_field_is_low_from_min": "The field is low from min",
"The_field_should_unique": "The field should unique",
"The_field_should_confirmed": "The field should confirmed",
"profile_already_exist": "profile already exist"
},
"sign_up": {
"The_field_should_email": "The field should email",
"sign_up_button_text": "SIGN UP",
"sign_up_text": "Sign Up",
"name": "Name",
"mobile_number": "Mobile Number",
"email_address": "Email Address",
"password_text": "Password",
"confirm_password": "Confirm Password",
"accept_terms_privacy": "I accept the Terms of use, Privacy"
},
"language": {
"language_string_empty": "language string empty"
},
"theme": {
"theme_list": "Theme list is empty"
},
"profile_owner_view": {
"following_text": "Following",
"edit_profile": "Edit Profile",
"app_settings": "App Settings",
"share_app": "Share App",
"logout_text": "Log Out",
"cancel_text": "Cancel",
"lists_text": "Lists",
"new_list": "New List",
"tell_your_followers_about_you": "Tell your followers about you",
"you_did_not_create_or_add": "You did not create or add",
"any_travel_list": "Any Travel List",
"search": "Search",
"or_create_a": "Or create a"
},
"button_text": {
"done": "DONE",
"next": "NEXT",
"cancel_text_button": "Cancel"
},
"verify": {
"verify": "Verify",
"enter_verification_code": "ENTER VERIFICATION CODE",
"resend_text": "RESEND"
},
"forgot_password": {
"create_password_mail_send": "create password mail is send"
},
"categories": {
"categories_empty": "Categories are empty"
},
"cover_images": {
"cover_images_empty": "cover images empty"
},
"app_default_images": {
"all_app_default_images_not_created": "all app default images not created"
},
"list": {
"list_not_created": " list not created"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment