Skip to content

Instantly share code, notes, and snippets.

@chrismessina
Created June 1, 2023 00:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrismessina/d33e35cf64dbc13fe373013d22816158 to your computer and use it in GitHub Desktop.
Save chrismessina/d33e35cf64dbc13fe373013d22816158 to your computer and use it in GitHub Desktop.
Twitter identity verification strings
/* Generic description of the error displayed when we fail to start an identity verification flow */
"IDENTITY_VERIFICATION_ERROR_GENERIC_MESSAGE" = "This feature is not available.";
/* Description of the error displayed when we fail to start an identity verification flow, when the feature is not available on the user device */
"IDENTITY_VERIFICATION_ERROR_NOT_AVAILABLE_ON_DEVICE_MESSAGE" = "This feature is not available on this device yet.";
/* Title of the error displayed when we fail to start an identity verification flow */
"IDENTITY_VERIFICATION_ERROR_TITLE" = "Identity Verification";
/* Item of the checklist of the Identity Verification introduction screen that explains that the app is going to use the camera and that it needs to work properly. */
"IDENTITY_VERIFICATION_INTRO_CHECKLIST_CAMERA_TEXT" = "Check if your device’s camera is uncovered and working";
/* Item of the checklist of the Identity Verification introduction screen that explains that we're going to need to see a government ID (passport, ID card, driver license, ...). */
"IDENTITY_VERIFICATION_INTRO_CHECKLIST_GOVERNMENT_ID_TEXT" = "Prepare your government-issued ID";
/* Item of the checklist of the Identity Verification introduction screen that explains that the app is going to take a selfie of the user, and of their government ID. */
"IDENTITY_VERIFICATION_INTRO_CHECKLIST_SELFIE_TEXT" = "Be prepared to take a selfie and photos of your ID";
/* Header of the checklist of the Identity Verification introduction screen that explains what is going to be required to have/do during the verification flow. */
"IDENTITY_VERIFICATION_INTRO_CHECKLIST_TITLE" = "What you will need:";
/* Title of the Identity Verification introduction screen that explains how it works and how long it will take. */
"IDENTITY_VERIFICATION_INTRO_DESCRIPTION" = "Verify with your government-issued ID to receive a verified ID label on your profile and protect your account from impersonation. This takes about 5 minutes.";
/* Title of the button on the Identity Verification introduction screen that allows the user to start the ID verification flow. */
"IDENTITY_VERIFICATION_INTRO_START_ACTION_TITLE" = "Start";
/* Title of the Identity Verification introduction screen. */
"IDENTITY_VERIFICATION_INTRO_TITLE" = "ID Verification";
/* Disclaimer/consent of the Identity Verification introduction screen. The %@ will be replaced by an already-localized "Learn more" link. */
"IDENTITY_VERIFICATION_INTRO_USER_CONSENT" = "I consent to Twitter sharing images of my ID, including biometric data, and personal data from my profile with Veriff for the purpose of confirming my identity. I also consent to Twitter storing my ID images, including biometric data, for up to 30 days and using it and data from my profile for the purposes of safety and security, including preventing impersonation. %@";
/* Description of the Identity Verification Settings screen */
"IDENTITY_VERIFICATION_SETTINGS_DESCRIPTION" = "Verify your government-issued ID to confirm your identity and unlock features as a Twitter Blue subscriber.";
/* Description of the setting of the Identity Verification Settings screen that allows users to hide the verification label (indicator) that is displayed on their profile when they're verified. */
"IDENTITY_VERIFICATION_SETTINGS_HIDE_VERIFIED_LABEL_DESCRIPTION" = "Hide your ID verified label so people won’t see it when tapping the checkmark on your profile.";
/* Title of the setting of the Identity Verification Settings screen that allows users to hide the verification label (indicator) that is displayed on their profile when they're verified. */
"IDENTITY_VERIFICATION_SETTINGS_HIDE_VERIFIED_LABEL_TITLE" = "Hide your ID verified label";
/* Description of the Identity Verification Settings screen when the identity verification request is locked for a specific period (because the user has made too many requests). */
"IDENTITY_VERIFICATION_SETTINGS_LOCKED_REQUEST_DESCRIPTION" = "You have exceeded your verification request limit. Please wait 24 hours before trying again.";
/* Description of the Identity Verification Settings screen when the identity verification request cannot be started because they don't fit specific criteria (ex: affiliated to an organization). */
"IDENTITY_VERIFICATION_SETTINGS_NON_VERIFIABLE_DESCRIPTION" = "This account is not eligible for ID verification. Only individual Twitter Blue subscribers are currently eligible for ID verification.";
/* Description of the Identity Verification Settings screen when the identity verification request is still pending. */
"IDENTITY_VERIFICATION_SETTINGS_PENDING_DESCRIPTION" = "We are reviewing your government-issued ID. We will keep you posted through notifications!\n\nOnce approved, you will receive an ID verified label on your profile so people know your account is ID verified.";
/* Callout link text displayed on the Identity Verification Settings to encourage people to subscribe to Twitter Blue, in order to access the "ID verification" feature. */
"IDENTITY_VERIFICATION_SETTINGS_SUBSCRIBE_TO_BLUE_CALLOUT_LINK_TEXT" = "Subscribe to Twitter Blue";
/* Callout text displayed on the Identity Verification Settings to encourage people to subscribe to Twitter Blue, in order to access the "ID verification" feature. */
"IDENTITY_VERIFICATION_SETTINGS_SUBSCRIBE_TO_BLUE_CALLOUT_TEXT" = "Want to have an ID verified label in your profile?";
/* Title of the Identity Verification Settings screen */
"IDENTITY_VERIFICATION_SETTINGS_TITLE" = "ID Verification";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment