playwright_tests/messages/contribute_messages/con_pages/con_localization_messages.py (30 lines of code) (raw):
class ContributeLocalizationMessages:
STAGE_CONTRIBUTE_LOCALIZATION_PAGE_URL = "https://support.allizom.org/en-US/contribute/l10n"
FIRST_BREADCRUMB = "Home"
SECOND_BREADCRUMB = "Contribute"
THIRD_BREADCRUMB = "Localization"
HERO_PAGE_TITLE = "Help us localize support articles"
HERO_SECOND_TITLE = "Let’s make Mozilla Support speak your language!"
HERO_TEXT = (
"Help articles are not available in your language yet? "
"You want to join the amazing team translating "
"them? You will help millions of users in your language. Pretty heroic, right?"
)
HOW_TO_CONTRIBUTE_HEADER = "How you can contribute"
HOW_TO_CONTRIBUTE_OPTION_ONE_SIGNED_OUT = "Sign up as a volunteer"
HOW_TO_CONTRIBUTE_OPTION_ONE_SIGNED_IN = "Take the contributor's CPG training."
HOW_TO_CONTRIBUTE_OPTION_TWO = "Learn the basic guidelines"
HOW_TO_CONTRIBUTE_OPTION_THREE = (
"Check if your locale is available and go to your localization dashboard"
)
HOW_TO_CONTRIBUTE_OPTION_FOUR = "Start localizing an article!"
HOW_TO_CONTRIBUTE_OPTION_FIVE = "Learn more about localization contribution"
FACT_FIRST_LINE = "400 → 70+"
FACT_SECOND_LINE = (
"One article can be viewed by 400 million users and translated into 70+ languages"
)
OTHER_WAYS_TO_CONTRIBUTE_HEADER = "Other ways to contribute"
ANSWER_QUESTIONS_IN_SUPPORT_FORUM_TITLE = "Answer questions in the support forum"
WRITE_ARTICLES_CARD_TITLE = "Write help articles"
PROVIDE_SUPPORT_ON_SOCIAL_CHANNELS_CARD_TITLE = "Provide support on social channels"
RESPOND_TO_MOBILE_STORE_REVIEWS_CARD_TITLE = "Respond to mobile store reviews"