| 1612 | |
| 1613 | function initGuidePage() { |
| 1614 | function applyGuideLocale() { |
| 1615 | setText("guideBrandTitle", t("guide.brand")); |
| 1616 | setText("guideSubtitle", t("guide.subtitle")); |
| 1617 | setText("guideBackInputBtn", t("guide.back_input")); |
| 1618 | setText("guideBackImportBtn", t("guide.back_import")); |
| 1619 | setText("guideOverviewTitle", t("guide.overview_title")); |
| 1620 | setText("guideOverviewCopy", t("guide.overview_copy")); |
| 1621 | setText("guideMethodKicker", t("guide.method_kicker")); |
| 1622 | setText("guideMethodTitle", t("guide.method_title")); |
| 1623 | setText("guideMethodCopy", t("guide.method_copy")); |
| 1624 | setText("guideImportKicker", t("guide.import_kicker")); |
| 1625 | setText("guideImportTitle", t("guide.import_title")); |
| 1626 | setText("guideImportCopy", t("guide.import_copy")); |
| 1627 | setText("guidePresetsTitle", t("guide.presets_title")); |
| 1628 | setText("guidePreset1Title", t("guide.preset1_title")); |
| 1629 | setText("guidePreset1Copy", t("guide.preset1_copy")); |
| 1630 | setText("guidePreset2Title", t("guide.preset2_title")); |
| 1631 | setText("guidePreset2Copy", t("guide.preset2_copy")); |
| 1632 | setText("guidePreset3Title", t("guide.preset3_title")); |
| 1633 | setText("guidePreset3Copy", t("guide.preset3_copy")); |
| 1634 | setText("guidePipelineStepsTitle", t("guide.pipeline_steps_title")); |
| 1635 | setText("guideStep1Kicker", t("guide.step1_kicker")); |
| 1636 | setText("guideStep1Title", t("guide.step1_title")); |
| 1637 | setText("guideStep1Copy", t("guide.step1_copy")); |
| 1638 | setText("guideStep2Kicker", t("guide.step2_kicker")); |
| 1639 | setText("guideStep2Title", t("guide.step2_title")); |
| 1640 | setText("guideStep2Copy", t("guide.step2_copy")); |
| 1641 | setText("guideStep3Kicker", t("guide.step3_kicker")); |
| 1642 | setText("guideStep3Title", t("guide.step3_title")); |
| 1643 | setText("guideStep3Copy", t("guide.step3_copy")); |
| 1644 | setText("guideStep4Kicker", t("guide.step4_kicker")); |
| 1645 | setText("guideStep4Title", t("guide.step4_title")); |
| 1646 | setText("guideStep4Copy", t("guide.step4_copy")); |
| 1647 | setText("guideStep5Kicker", t("guide.step5_kicker")); |
| 1648 | setText("guideStep5Title", t("guide.step5_title")); |
| 1649 | setText("guideStep5Copy", t("guide.step5_copy")); |
| 1650 | setText("guideMainStepsTitle", t("guide.main_steps_title")); |
| 1651 | setText("guideMainStep1Title", t("guide.main_step1_title")); |
| 1652 | setText("guideMainStep1Copy", t("guide.main_step1_copy")); |
| 1653 | setText("guideMainStep2Title", t("guide.main_step2_title")); |
| 1654 | setText("guideMainStep2Copy", t("guide.main_step2_copy")); |
| 1655 | setText("guideMainStep3Title", t("guide.main_step3_title")); |
| 1656 | setText("guideMainStep3Copy", t("guide.main_step3_copy")); |
| 1657 | setText("guideMainStep4Title", t("guide.main_step4_title")); |
| 1658 | setText("guideMainStep4Copy", t("guide.main_step4_copy")); |
| 1659 | setText("guideMainStep5Title", t("guide.main_step5_title")); |
| 1660 | setText("guideMainStep5Copy", t("guide.main_step5_copy")); |
| 1661 | setText("guideImportStepsTitle", t("guide.import_steps_title")); |
| 1662 | setText("guideImportStep1Title", t("guide.import_step1_title")); |
| 1663 | setText("guideImportStep1Copy", t("guide.import_step1_copy")); |
| 1664 | setText("guideImportStep2Title", t("guide.import_step2_title")); |
| 1665 | setText("guideImportStep2Copy", t("guide.import_step2_copy")); |
| 1666 | setText("guideImportStep3Title", t("guide.import_step3_title")); |
| 1667 | setText("guideImportStep3Copy", t("guide.import_step3_copy")); |
| 1668 | setText("guideImportStep4Title", t("guide.import_step4_title")); |
| 1669 | setText("guideImportStep4Copy", t("guide.import_step4_copy")); |
| 1670 | setText("guideFieldsTitle", t("guide.fields_title")); |
| 1671 | setText("guideFieldMethodTitle", t("guide.field_method_title")); |