pds-dev-kit-web-test 0.1.0 โ 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.d.ts +6 -2
- package/dist/index.js +19 -2
- package/dist/src/GlobalStyle.js +4 -1
- package/dist/src/common/assets/icons/fill/ArrowDown.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ArrowDown.js +34 -0
- package/dist/src/common/assets/icons/fill/ArrowUp.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ArrowUp.js +34 -0
- package/dist/src/common/assets/icons/fill/BellNotification.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/BellNotification.js +36 -0
- package/dist/src/common/assets/icons/fill/ChatNotification.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ChatNotification.js +36 -0
- package/dist/src/common/assets/icons/fill/HelpWindow.js +1 -1
- package/dist/src/common/assets/icons/fill/Question.js +1 -1
- package/dist/src/common/assets/icons/fill/ToggleDown.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ToggleDown.js +36 -0
- package/dist/src/common/assets/icons/fill/ToggleUp.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ToggleUp.js +36 -0
- package/dist/src/common/assets/icons/fill/index.d.ts +6 -0
- package/dist/src/common/assets/icons/fill/index.js +12 -0
- package/dist/src/common/assets/icons/line/BellNotification.js +2 -2
- package/dist/src/common/assets/icons/line/BookingExtension.d.ts +4 -0
- package/dist/src/common/assets/icons/line/BookingExtension.js +36 -0
- package/dist/src/common/assets/icons/line/ChatNotification.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ChatNotification.js +36 -0
- package/dist/src/common/assets/icons/line/Confetti.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Confetti.js +36 -0
- package/dist/src/common/assets/icons/line/CsBold.d.ts +4 -0
- package/dist/src/common/assets/icons/line/CsBold.js +34 -0
- package/dist/src/common/assets/icons/line/CsFace.d.ts +4 -0
- package/dist/src/common/assets/icons/line/CsFace.js +34 -0
- package/dist/src/common/assets/icons/line/DeviceApp.d.ts +4 -0
- package/dist/src/common/assets/icons/line/DeviceApp.js +36 -0
- package/dist/src/common/assets/icons/line/DeviceDesktop.d.ts +4 -0
- package/dist/src/common/assets/icons/line/DeviceDesktop.js +36 -0
- package/dist/src/common/assets/icons/line/DeviceMobile.d.ts +4 -0
- package/dist/src/common/assets/icons/line/DeviceMobile.js +34 -0
- package/dist/src/common/assets/icons/line/EditorLeftSide.d.ts +4 -0
- package/dist/src/common/assets/icons/line/EditorLeftSide.js +34 -0
- package/dist/src/common/assets/icons/line/EditorRightSide.d.ts +4 -0
- package/dist/src/common/assets/icons/line/EditorRightSide.js +34 -0
- package/dist/src/common/assets/icons/line/Mail.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Mail.js +36 -0
- package/dist/src/common/assets/icons/line/News.d.ts +4 -0
- package/dist/src/common/assets/icons/line/News.js +36 -0
- package/dist/src/common/assets/icons/line/Question.js +1 -1
- package/dist/src/common/assets/icons/line/Rocket.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Rocket.js +36 -0
- package/dist/src/common/assets/icons/line/VideoGuide.d.ts +4 -0
- package/dist/src/common/assets/icons/line/VideoGuide.js +36 -0
- package/dist/src/common/assets/icons/line/index.d.ts +14 -0
- package/dist/src/common/assets/icons/line/index.js +28 -0
- package/dist/src/common/services/i18n/i18n.js +10 -4
- package/dist/src/common/services/i18n/resources/en.json +3 -3243
- package/dist/src/common/services/i18n/resources/es.json +5 -3245
- package/dist/src/common/services/i18n/resources/fil.json +9 -0
- package/dist/src/common/services/i18n/resources/index.d.ts +36 -12969
- package/dist/src/common/services/i18n/resources/index.js +10 -3
- package/dist/src/common/services/i18n/resources/ja.json +9 -0
- package/dist/src/common/services/i18n/resources/ko.json +2 -3242
- package/dist/src/common/services/i18n/resources/zh-cn.json +9 -0
- package/dist/src/common/services/i18n/resources/zh-tw.json +9 -0
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +29 -8
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +29 -8
- package/dist/src/common/styles/colorSet/SemanticColor.json +13 -5
- package/dist/src/common/styles/colorSet/UIColor.json +69 -7
- package/dist/src/common/styles/colorSet/index.d.ts +128 -16
- package/dist/src/common/styles/colorSet/ui-type.d.ts +66 -4
- package/dist/src/common/styles/index.d.ts +4 -0
- package/dist/src/common/styles/movement/animationStyle.d.ts +4 -0
- package/dist/src/common/styles/movement/animationStyle.js +8 -4
- package/dist/src/common/styles/movement/keyframes.d.ts +3 -1
- package/dist/src/common/styles/movement/keyframes.js +11 -9
- package/dist/src/common/styles/movement/transitionStyle.d.ts +1 -1
- package/dist/src/common/styles/movement/transitionStyle.js +2 -2
- package/dist/src/common/styles/scroll/scrollbarStyle.d.ts +2 -0
- package/dist/src/common/styles/scroll/scrollbarStyle.js +14 -0
- package/dist/src/common/styles/theme.d.ts +4 -0
- package/dist/src/common/styles/theme.js +17 -13
- package/dist/src/common/types/styled-components.d.ts +9 -5
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +6 -2
- package/dist/src/desktop/components/AdminList/AdminList.d.ts +2 -1
- package/dist/src/desktop/components/AdminList/AdminList.js +4 -4
- package/dist/src/desktop/components/AdminList/BulkActionBar.js +1 -2
- package/dist/src/desktop/components/AdminList/HeaderRow.d.ts +2 -1
- package/dist/src/desktop/components/AdminList/HeaderRow.js +21 -17
- package/dist/src/desktop/components/AdminListHeader/HeaderBar.js +1 -1
- package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +1 -0
- package/dist/src/desktop/components/AdminListItem/AdminListItem.js +19 -15
- package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.d.ts +1 -1
- package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.js +1 -1
- package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.d.ts +2 -1
- package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.js +3 -3
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.d.ts +1 -1
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.js +5 -4
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +4 -3
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.js +88 -57
- package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.js +3 -3
- package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.d.ts +4 -1
- package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.js +26 -2
- package/dist/src/desktop/components/Dropdown/Dropdown.js +31 -11
- package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +13 -11
- package/dist/src/desktop/components/LottieReactionButton/LottieReactionButton.js +2 -2
- package/dist/src/desktop/components/MainButton/MainButton.d.ts +1 -1
- package/dist/src/desktop/components/MainButton/MainButton.js +120 -33
- package/dist/src/desktop/components/ReactionButton/ReactionButton.js +4 -1
- package/dist/src/desktop/components/Select/Select.js +26 -10
- package/dist/src/desktop/components/TextButton/TextButton.d.ts +1 -1
- package/dist/src/desktop/components/TextButton/TextButton.js +38 -12
- package/dist/src/desktop/components/TextField/TextField.d.ts +2 -1
- package/dist/src/desktop/components/TextField/TextField.js +43 -18
- package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +8 -5
- package/dist/src/desktop/components/TextLabel/TextLabel.js +63 -44
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +1 -1
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +131 -34
- package/dist/src/desktop/components/UploadMainButton/types.d.ts +0 -10
- package/dist/src/desktop/components/UploadMainButton/types.js +1 -11
- package/dist/src/desktop/components/UploadTextButton/UploadTextButton.d.ts +1 -1
- package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +39 -9
- package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.js +1 -1
- package/dist/src/desktop/index.d.ts +3 -2
- package/dist/src/desktop/index.js +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.d.ts +5 -3
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.js +29 -24
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +22 -10
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.d.ts +3 -2
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +34 -17
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.js +31 -8
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.js +31 -8
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.d.ts +4 -3
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +55 -34
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.js +31 -8
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.js +41 -14
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.js +31 -8
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.js +41 -14
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.js +31 -8
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.js +41 -14
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.d.ts +15 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.js +75 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/index.js +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/PageMenuContainer.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/PageMenuContainer.js +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/PageMenu.js +5 -2
- package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/WizardPageMenu.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/WizardPageMenu.js +14 -5
- package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/StepContainer.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/StepContainer.js +3 -2
- package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/variation/Step.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/variation/Step.js +14 -5
- package/dist/src/desktop/layout/LayoutWF/Containers/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/index.js +3 -1
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.d.ts +5 -2
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +44 -20
- package/dist/src/desktop/layout/LayoutWF/LayoutWF.js +1 -1
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/ContentsContainer.js +17 -17
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHA.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHA.js +31 -8
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHB.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHB.js +41 -14
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHC.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHC.js +31 -8
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHD.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHD.js +41 -14
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHE.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHE.js +31 -8
- package/dist/src/desktop/layout/LayoutWH/ContainersBox/ContainersBox.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWH/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.d.ts +5 -2
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.js +20 -19
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.js +32 -8
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.js +38 -8
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.js +31 -8
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.js +32 -8
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.js +33 -9
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.js +42 -14
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.js +42 -14
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.js +41 -14
- package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.d.ts +5 -2
- package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +45 -45
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.js +41 -14
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.js +41 -14
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.js +41 -14
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.js +17 -13
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.js +41 -14
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.js +15 -11
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.js +15 -11
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +22 -17
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.d.ts +3 -2
- package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.js +30 -17
- package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.js +9 -12
- package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/SideTab.d.ts +8 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/SideTab.js +48 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/index.d.ts +1 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/index.js +8 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/Components/index.d.ts +2 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/Components/index.js +5 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.d.ts +18 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.js +153 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/index.d.ts +3 -0
- package/dist/src/desktop/panels/DesktopTutorialModal/index.js +8 -0
- package/dist/src/desktop/panels/index.d.ts +3 -1
- package/dist/src/desktop/panels/index.js +3 -1
- package/dist/src/hybrid/components/Icon/Icon.d.ts +1 -1
- package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +6 -2
- package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.d.ts +1 -1
- package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.js +1 -1
- package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.d.ts +2 -1
- package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.js +3 -3
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.d.ts +1 -1
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.js +5 -4
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +4 -3
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.js +88 -57
- package/dist/src/mobile/components/Dropdown/Dropdown.js +18 -8
- package/dist/src/mobile/components/LottieReactionButton/LottieReactionButton.js +1 -1
- package/dist/src/mobile/components/MainButton/MainButton.d.ts +1 -1
- package/dist/src/mobile/components/MainButton/MainButton.js +114 -30
- package/dist/src/mobile/components/MobileAlertDialog/MobileAlertDialog.js +3 -3
- package/dist/src/mobile/components/Select/Select.js +15 -7
- package/dist/src/mobile/components/TextButton/TextButton.d.ts +1 -1
- package/dist/src/mobile/components/TextButton/TextButton.js +29 -7
- package/dist/src/mobile/components/TextField/TextField.d.ts +2 -1
- package/dist/src/mobile/components/TextField/TextField.js +28 -13
- package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +7 -5
- package/dist/src/mobile/components/TextLabel/TextLabel.js +57 -38
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +1 -1
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +126 -32
- package/dist/src/mobile/components/UploadMainButton/types.d.ts +0 -10
- package/dist/src/mobile/components/UploadMainButton/types.js +1 -11
- package/dist/src/mobile/components/UploadTextButton/UploadTextButton.d.ts +1 -1
- package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +30 -6
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.js +8 -8
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +31 -8
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +41 -14
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +31 -8
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +31 -8
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +41 -14
- package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.js +3 -3
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +31 -8
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +31 -8
- package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.js +9 -9
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +31 -8
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +31 -8
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +41 -14
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +31 -8
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +31 -8
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +41 -14
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.js +12 -12
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +31 -8
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +31 -8
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +41 -14
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +31 -8
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +31 -8
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +41 -14
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +31 -8
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +31 -8
- package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.js +2 -2
- package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/DynamicLayout.js +6 -94
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.d.ts +8 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +25 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/OverlayBorders.d.ts +6 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/OverlayBorders.js +49 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.d.ts +7 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +129 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/index.js +8 -0
- package/dist/src/sub/DynamicLayout/components/Section/Section.js +1 -1
- package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +48 -0
- package/dist/src/sub/DynamicLayout/components/SectionMatcher/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/components/SectionMatcher/index.js +8 -0
- package/dist/src/sub/DynamicLayout/components/YouTubeIframe/YouTubeIframe.js +30 -13
- package/dist/src/sub/DynamicLayout/hooks/index.d.ts +2 -0
- package/dist/src/sub/DynamicLayout/hooks/index.js +5 -1
- package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/index.js +8 -0
- package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/useLazyUnmount.d.ts +5 -0
- package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/useLazyUnmount.js +61 -0
- package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/index.js +8 -0
- package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/useUmountStyle.d.ts +10 -0
- package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/useUmountStyle.js +65 -0
- package/dist/src/sub/DynamicLayout/mock_samplePage.js +7 -0
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/ContentsCarouselSection.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/ContentsSection.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/FooterSection/FooterSection.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/InfoBoxSection.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/IntroSection/IntroSection.js +1 -1
- package/dist/src/sub/DynamicLayout/types.d.ts +3 -1
- package/dist/storybook-static/{0.ade47ed3.iframe.bundle.d.ts โ 0.9bb7767d.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{0.ade47ed3.iframe.bundle.js โ 0.9bb7767d.iframe.bundle.js} +8 -8
- package/dist/storybook-static/{4.93bcde3d.iframe.bundle.d.ts โ 4.ed983a0a.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{4.93bcde3d.iframe.bundle.js โ 4.ed983a0a.iframe.bundle.js} +71 -71
- package/dist/storybook-static/{5.ea6583af.iframe.bundle.d.ts โ 5.949eb428.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{5.ea6583af.iframe.bundle.js โ 5.949eb428.iframe.bundle.js} +13 -13
- package/dist/storybook-static/{6.e40cb5e6.iframe.bundle.d.ts โ 6.e34350b7.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{6.e40cb5e6.iframe.bundle.js โ 6.e34350b7.iframe.bundle.js} +6 -6
- package/dist/storybook-static/{7.a63b16b9.iframe.bundle.d.ts โ 7.f7cfb88e.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{7.a63b16b9.iframe.bundle.js โ 7.f7cfb88e.iframe.bundle.js} +3 -3
- package/dist/storybook-static/{main.997ab4f6.iframe.bundle.d.ts โ main.f16a77cc.iframe.bundle.d.ts} +1146 -1247
- package/dist/storybook-static/main.f16a77cc.iframe.bundle.js +17297 -0
- package/dist/storybook-static/{runtime~main.a437dbd3.iframe.bundle.d.ts โ runtime~main.b5a58837.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{runtime~main.a437dbd3.iframe.bundle.js โ runtime~main.b5a58837.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{vendors~main.7bb94765.iframe.bundle.d.ts โ vendors~main.ed405a26.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{vendors~main.7bb94765.iframe.bundle.js โ vendors~main.ed405a26.iframe.bundle.js} +837 -837
- package/package.json +1 -2
- package/release-note.md +6 -3
- package/dist/src/common/hooks/useAnimation.d.ts +0 -2
- package/dist/src/common/hooks/useAnimation.js +0 -19
- package/dist/src/common/services/i18n/resources/jp.json +0 -3249
- package/dist/storybook-static/main.997ab4f6.iframe.bundle.js +0 -16278
|
@@ -1,3249 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"translation": {
|
|
3
|
-
"
|
|
4
|
-
"str_user": "user",
|
|
5
|
-
"str_registered_user": "account",
|
|
6
|
-
"str_sign_up": "Sign Up",
|
|
7
|
-
"str_unique_id": "Unique Identifier",
|
|
8
|
-
"str_password": "Password",
|
|
9
|
-
"str_password_confirm": "Confirm $t(str_password)",
|
|
10
|
-
"str_id": "ID",
|
|
11
|
-
"str_email": "E-mail",
|
|
12
|
-
"str_auth": "Authentication",
|
|
13
|
-
"str_social": "Social",
|
|
14
|
-
"str_google": "Google",
|
|
15
|
-
"str_apple": "Apple",
|
|
16
|
-
"str_kakao": "Kakao",
|
|
17
|
-
"str_twitter": "Twitter",
|
|
18
|
-
"str_naver": "Naver",
|
|
19
|
-
"str_terms": "Terms of Use",
|
|
20
|
-
"str_privacy_policy": "Privacy Policy",
|
|
21
|
-
"str_marketing": "Marketing",
|
|
22
|
-
"str_gender": "Gender",
|
|
23
|
-
"str_birth_year": "Year of Birth",
|
|
24
|
-
"str_birth_month": "Month of Birth",
|
|
25
|
-
"str_birth_date": "Day of Birth",
|
|
26
|
-
"str_profile": "Profile",
|
|
27
|
-
"str_phone_number": "Phone Number",
|
|
28
|
-
"str_national_code": "Country Code",
|
|
29
|
-
"str_language": "Language",
|
|
30
|
-
"str_lang_en": "English",
|
|
31
|
-
"str_lang_kr": "Korean",
|
|
32
|
-
"str_lang_cn": "Chinese",
|
|
33
|
-
"str_profile_image": "$t(str_profile) Image",
|
|
34
|
-
"str_nickname": "Nickname",
|
|
35
|
-
"str_channel": "Channel",
|
|
36
|
-
"str_anonymous_user": "Anonymous User",
|
|
37
|
-
"str_account": "Account",
|
|
38
|
-
"str_seller": "Seller",
|
|
39
|
-
"str_business_account": "$t(str_seller) $t(str_account)",
|
|
40
|
-
"str_verification": "Verification",
|
|
41
|
-
"str_owner": "Owner",
|
|
42
|
-
"str_personal_seller": "Individual Seller",
|
|
43
|
-
"str_bank_account": "Bank Account",
|
|
44
|
-
"str_personal_id": "Personal ID Card",
|
|
45
|
-
"str_address": "Address",
|
|
46
|
-
"str_zipcode": "Zip Code",
|
|
47
|
-
"str_country": "Country",
|
|
48
|
-
"str_city": "City (Si, Gun, Gu) ",
|
|
49
|
-
"str_state": "City, Province",
|
|
50
|
-
"str_business": "Business User",
|
|
51
|
-
"str_personal": "Personal User",
|
|
52
|
-
"str_business_seller": "Business Seller",
|
|
53
|
-
"str_simple_tax_payer": "Individual Business Holder (Simplified taxpayer)",
|
|
54
|
-
"str_general_tax_player": "Individual Business Holder (General taxpayer)",
|
|
55
|
-
"str_corporation": "Corporate Business Holder",
|
|
56
|
-
"str_corp_regist_no": "Business Registration Number",
|
|
57
|
-
"str_seal_certi": "Certificate of Seal Impression",
|
|
58
|
-
"str_ecommerce_license": "Telecommunication Sales Report Card",
|
|
59
|
-
"str_business_license": "Business Registration Certificate",
|
|
60
|
-
"str_name": "Name",
|
|
61
|
-
"str_file": "File",
|
|
62
|
-
"str_upload": "Upload",
|
|
63
|
-
"str_download": "Download",
|
|
64
|
-
"str_subscriber": "Subscriber",
|
|
65
|
-
"str_unsubscriber": "Non-subscriber",
|
|
66
|
-
"str_subs_status": "Subscription Status",
|
|
67
|
-
"str_on_subscribing": "Subscribing",
|
|
68
|
-
"str_non_subscribing": "Not subscribing",
|
|
69
|
-
"str_card": "Card",
|
|
70
|
-
"str_payment": "Payment",
|
|
71
|
-
"str_history": "History",
|
|
72
|
-
"str_sign_in": "Log-in",
|
|
73
|
-
"str_sign_out": "Log-out",
|
|
74
|
-
"str_sign_in_with_email": "Log-in with an e-mail",
|
|
75
|
-
"str_sign_in_with_social": "$t(str_social) Log-in",
|
|
76
|
-
"str_error": "Error",
|
|
77
|
-
"str_email_verification": "$t(str_verification) of Possession of $t(str_email)",
|
|
78
|
-
"str_owner_info": "$t(str_owner) Information",
|
|
79
|
-
"str_seller_info": "Seller Information",
|
|
80
|
-
"str_reset_password": "Reset $t(str_password)",
|
|
81
|
-
"str_title": "Title",
|
|
82
|
-
"str_image": "Image ",
|
|
83
|
-
"str_channel_operator": "Administrator",
|
|
84
|
-
"str_additional_info": "Additional $t(str_info)",
|
|
85
|
-
"str_info": "Information",
|
|
86
|
-
"str_channel_plan": "$t(str_channel) Plan",
|
|
87
|
-
"str_channel_operator_credential": "$t(str_channel) $t(str_operator) Qualification Verification",
|
|
88
|
-
"str_link": "Link",
|
|
89
|
-
"str_subscription": "Subscription",
|
|
90
|
-
"str_product": "Product",
|
|
91
|
-
"str_subscription_product": "$t(str_subscription) $t(str_product)",
|
|
92
|
-
"str_subscription_pass": "Subscription Pass",
|
|
93
|
-
"str_contract_information_for_subscription": "$t(str_subscription) Renewal Contract $t(str_info)",
|
|
94
|
-
"str_order": "Order",
|
|
95
|
-
"str_order_sheet": "$t(str_order) Sheet",
|
|
96
|
-
"str_refund": "Refund",
|
|
97
|
-
"str_subscription_refund": "$t(str_subscription) $t(str_order) $t(str_refund)",
|
|
98
|
-
"str_meter": "Meter",
|
|
99
|
-
"str_resource": "Resource",
|
|
100
|
-
"str_resource_meter": "$t(str_resource) $t(str_meter)",
|
|
101
|
-
"str_measurement": "Measurement",
|
|
102
|
-
"str_resource_measurement": "$t(str_resource) $t(str_measurement)",
|
|
103
|
-
"str_usage": "Amount of the Use",
|
|
104
|
-
"str_resource_usage": "$t(str_resource) $t(str_usage)",
|
|
105
|
-
"str_papp": "pApp",
|
|
106
|
-
"str_papp_usage": "$t(str_papp) $t(str_usage)",
|
|
107
|
-
"str_charge": "Charge",
|
|
108
|
-
"str_ability_charge": "Ability Charge",
|
|
109
|
-
"str_cost": "Cost",
|
|
110
|
-
"str_per_cost": "Unit $t(str_cost)",
|
|
111
|
-
"str_billing": "Bill",
|
|
112
|
-
"str_papp_vod_name": "Default VOD",
|
|
113
|
-
"str_papp_vod_id": "Default VOD",
|
|
114
|
-
"str_papp_cbooking_name": "Booking",
|
|
115
|
-
"str_papp_cbooking_id": "Book a consultation",
|
|
116
|
-
"str_papp_scommunity_name": "Feed Type Community",
|
|
117
|
-
"str_papp_scommunity_id": "Feed Type Community",
|
|
118
|
-
"str_papp_crtc_name": "Video Conference for the Consultation",
|
|
119
|
-
"str_papp_crtc_id": "Video Conference for the Consultation",
|
|
120
|
-
"str_papp_notice_name": "Notice",
|
|
121
|
-
"str_papp_notice_id": "Notice",
|
|
122
|
-
"str_papp_cchat_id": "1:1 Message",
|
|
123
|
-
"str_papp_cchat_name": "1:1 Message",
|
|
124
|
-
"str_papp_cate_a": "Community",
|
|
125
|
-
"str_papp_cate_e": "Booking and Schedule",
|
|
126
|
-
"str_papp_cate_d": "Chatting",
|
|
127
|
-
"str_papp_cate_f": "Messaging",
|
|
128
|
-
"str_papp_cate_c": "Image and Video",
|
|
129
|
-
"str_papp_cate_b": "Writing and Document",
|
|
130
|
-
"str_papp_cchatroom": "Consultation Chatroom",
|
|
131
|
-
"str_papp_cchat": "1:1 Consultation Chatting",
|
|
132
|
-
"str_papp_cchat_message": "Chatting Message",
|
|
133
|
-
"str_papp_cbooking_rsv_status": "$t(str_papp_cbooking_rsv) Status",
|
|
134
|
-
"str_papp_cbooking_rsv_status_complete": "Booked",
|
|
135
|
-
"str_papp_cbooking_rsv_status_cancel_pending": "Cancelation of booking is pending",
|
|
136
|
-
"str_papp_cbooking_rsv_status_cancel_complete": "Cancelation of booking has been completed.",
|
|
137
|
-
"str_papp_cbooking_evt_status": "Schedule Status",
|
|
138
|
-
"str_memo": "Memo",
|
|
139
|
-
"str_papp_cbooking_ticket": "Booking Ticket",
|
|
140
|
-
"str_papp_item": "$t(str_papp) Item",
|
|
141
|
-
"str_response": "Response",
|
|
142
|
-
"str_request": "Request",
|
|
143
|
-
"str_accept": "Accept",
|
|
144
|
-
"str_papp_cbooking_evt": "Schedule",
|
|
145
|
-
"str_approve": "Approve",
|
|
146
|
-
"str_deny": "Deny",
|
|
147
|
-
"str_access": "Access",
|
|
148
|
-
"str_refusal": "Refuse",
|
|
149
|
-
"str_papp_cbooking_evt_status_reserved": "Booked",
|
|
150
|
-
"str_papp_cbooking_evt_status_refusal_accepted": "The progress has been refused.",
|
|
151
|
-
"str_papp_cbooking_evt_status_complete": "Completed",
|
|
152
|
-
"str_papp_cbooking": "์์ฝ ์ทจ์",
|
|
153
|
-
"str_papp_scommunity": "Community pApp",
|
|
154
|
-
"str_papp_notice": "Notice pApp",
|
|
155
|
-
"str_papp_crtc": "Video Conference pApp for a Consultation",
|
|
156
|
-
"str_console_noti": "Notification",
|
|
157
|
-
"str_console_update_log": "Change Log",
|
|
158
|
-
"str_console_noti_center": "Notification Center",
|
|
159
|
-
"str_alert_history": "Notification History",
|
|
160
|
-
"str_pg_title_dashboard": "Dashboard",
|
|
161
|
-
"str_pg_title_noti_center": "Notification Center",
|
|
162
|
-
"str_pg_title_subscribers": "List of Subscribers",
|
|
163
|
-
"str_pg_title_subs_desc": "Search subscribers in detail",
|
|
164
|
-
"str_pg_title_ban_subs": "Suspend the use of the subscriber",
|
|
165
|
-
"str_pg_title_banned_subs_list": "Manage the subscriber under a suspension",
|
|
166
|
-
"str_pg_title_subs_products": "List of Subscribed Products",
|
|
167
|
-
"str_pg_title_subs_product_desc": "Detailed Information of Subscribed Products",
|
|
168
|
-
"str_pg_title_create_subs_product": "Create a subscribed product",
|
|
169
|
-
"str_pg_title_links": "Manage the link",
|
|
170
|
-
"str_pg_title_order_lists": "Manage the subscription order",
|
|
171
|
-
"str_pg_title_order_detail": "Subscription Order Details",
|
|
172
|
-
"str_pg_title_manage_refund": "Manage the refund",
|
|
173
|
-
"str_pg_title_subscriber_reports": "Manage the report",
|
|
174
|
-
"str_pg_title_report_detial": "Report Details",
|
|
175
|
-
"str_pg_title_channel_setting": "Set up a channel",
|
|
176
|
-
"str_pg_title_default_preferences": "Set up the environment",
|
|
177
|
-
"str_pg_title_installed_papps": "Install and remove pApp",
|
|
178
|
-
"str_pg_title_papp_desc": "App Details",
|
|
179
|
-
"str_pg_title_channel_plan": "Set up a plan",
|
|
180
|
-
"str_pg_title_plan_order": "Order a plan",
|
|
181
|
-
"str_pg_title_plan_payment": "Pay for plan",
|
|
182
|
-
"str_pg_title_business_center": "Business Center",
|
|
183
|
-
"str_pg_title_help_center": "Customer Center",
|
|
184
|
-
"str_papp_cbooking_evt_start_date": "Date of the Start",
|
|
185
|
-
"str_papp_cbooking_evt_start_time": "Time of the Start",
|
|
186
|
-
"str_papp_cbooking_evt_duration": "Duration Time",
|
|
187
|
-
"str_papp_cbooking_rsv": "Book",
|
|
188
|
-
"str_papp_cbooking_evt_refusal": "Refuse the progress ",
|
|
189
|
-
"str_papp_cbooking_ticket_msg_rsv_cancel": "$t(str_papp_cbooking_rsv) has been canceled. ($t(str_papp_cbooking_ticket) has been restored.)",
|
|
190
|
-
"str_papp_cbooking_ticket_msg_get_from_seller": "$t(str_seller) has provided $t(str_papp_cbooking_ticket).",
|
|
191
|
-
"str_operator": "Operator",
|
|
192
|
-
"str_papp_cbooking_ticket_msg_get_from_op": "$t(str_papp_cbooking_ticket) has been received by the system.",
|
|
193
|
-
"str_papp_cbooking_ticket_purchase": "Pruchase",
|
|
194
|
-
"str_papp_cbooking_ticket_msg_purchased": "$t(str_papp_cbooking_ticket) has been purchased. ({{ticketAmount}}) ticket(s)",
|
|
195
|
-
"str_pg_title_papp_cbooking_ticket_purchase": "$t(str_papp_cbooking_ticket) Purchase",
|
|
196
|
-
"str_papp_cbooking_ticket_msg_used_rsv_complete": "$t(str_papp_cbooking_rsv) has been completed. (Deducted)",
|
|
197
|
-
"str_pg_title_papp_cbooking_my_booking": "My $t(str_papp_cbooking_rsv) Details",
|
|
198
|
-
"str_16": "$t(str_papp_cbooking_rsv) Details",
|
|
199
|
-
"str_19": "Refusal of the progress has been requested.",
|
|
200
|
-
"str_20": "Request to refuse the progress has been rejected.",
|
|
201
|
-
"str_21": "Request for the cancellation got rejected.",
|
|
202
|
-
"str_22": "Request for the cancellation has been rejected.",
|
|
203
|
-
"str_23": "Cancellation has been requested.",
|
|
204
|
-
"str_24": "Request to cancel the booking by the administrator exists.",
|
|
205
|
-
"str_25": "I have checked the order information, and I hereby agree. (Mandatory)",
|
|
206
|
-
"str_papp_cbooking_request_accept": "Accept the request",
|
|
207
|
-
"str_papp_cbooking_request_refuse": "Reject the request",
|
|
208
|
-
"str_fm_year": "Year",
|
|
209
|
-
"str_fm_month": "Month",
|
|
210
|
-
"str_fm_day": "Day",
|
|
211
|
-
"str_fm_hour": "Hour",
|
|
212
|
-
"str_fm_minute": "Minute",
|
|
213
|
-
"str_fm_sec": "Second",
|
|
214
|
-
"str_fm_hour_period": "Number of Hour(s)",
|
|
215
|
-
"str_fm_week": "Week",
|
|
216
|
-
"str_fm_month_2": "Number of Month(s)",
|
|
217
|
-
"str_fm_year_2": "Year",
|
|
218
|
-
"str_26": "{{startDate}} {{startTime}}",
|
|
219
|
-
"str_27": "({{duration}}$t(str_fm_minute))",
|
|
220
|
-
"str_papp_cbooking_rsv_do": "Booking",
|
|
221
|
-
"str_28": "Are you sure to cancel $t(str_papp_cbooking_rsv)?",
|
|
222
|
-
"str_ok": "OK",
|
|
223
|
-
"str_cancel": "Cancel",
|
|
224
|
-
"str_confirm": "Confirm",
|
|
225
|
-
"str_29": "Do you want to accept $t(str_papp_cbooking_rsv_cancellation) request?",
|
|
226
|
-
"str_30": "Do you want to reject $t(str_papp_cbooking_rsv_cancellation) request?",
|
|
227
|
-
"str_papp_cbooking_ticket_history": "$t(str_papp_cbooking_ticket) History",
|
|
228
|
-
"str_papp_cbooking_ticket_item_a": "One $t(str_papp_cbooking_ticket) ",
|
|
229
|
-
"str_papp_cbooking_ticket_item_b": "5 $t(str_papp_cbooking_ticket)s",
|
|
230
|
-
"str_papp_cbooking_ticket_item_c": "10 $t(str_papp_cbooking_ticket)s",
|
|
231
|
-
"str_papp_cbooking_ticket_item_d": "100 $t(str_papp_cbooking_ticket)s",
|
|
232
|
-
"str_31": "Today",
|
|
233
|
-
"str_32": "#ERROR!",
|
|
234
|
-
"str_33": "-{{number}} ticket(s)",
|
|
235
|
-
"str_34": "Select the date",
|
|
236
|
-
"str_35": "Year {{year}} Month {{month}}",
|
|
237
|
-
"str_36": "{{ticketAmount}} ticket(s)",
|
|
238
|
-
"str_37": "{{startTime}}-{{endTime}}",
|
|
239
|
-
"str_papp_cbooking_history_rsv_complete": "$t(str_papp_cbooking_rsv) has been completed.",
|
|
240
|
-
"str_papp_cbooking_subs_history_rsv_cancel_rq": "Request $t(str_papp_cbooking_rsv_cancellation) ",
|
|
241
|
-
"str_papp_cbooking_subs_history_rsv_cancel_rq_from_seller": "Request $t(str_papp_cbooking_rsv_cancellation) of $t(str_seller)",
|
|
242
|
-
"str_papp_cbooking_subs_history_rsv_cancel_acpt": "Accept $t(str_papp_cbooking_rsv_cancellation)",
|
|
243
|
-
"str_papp_cbooking_subs_history_rsv_cancel_acpt_from_seller": "Accept $t(str_papp_cbooking_rsv_cancellation) of $t(str_seller)",
|
|
244
|
-
"str_papp_cbooking_subs_history_rsv_cancel_deny": "Reject $t(str_papp_cbooking_rsv_cancellation)",
|
|
245
|
-
"str_papp_cbooking_subs_history_rsv_cancel_deny_from_seller": "Reject $t(str_papp_cbooking_rsv_cancellation) of $t(str_seller)",
|
|
246
|
-
"str_papp_cbooking_history_evt_start": "Start the consultation",
|
|
247
|
-
"str_papp_cbooking_history_evt_refusal_rq": "Request the refusal of the consultation",
|
|
248
|
-
"str_papp_cbooking_subs_history_evt_refusal_acpt": "Accept the consultation refusal of $t(str_seller)",
|
|
249
|
-
"str_papp_cbooking_subs_history_evt_refusal_deny": "Reject the consultation refusal of $t(str_seller)",
|
|
250
|
-
"str_papp_cbooking_seller_history_rsv_cancel_rq": "Request $t(str_papp_cbooking_rsv_cancellation)",
|
|
251
|
-
"str_papp_cbooking_seller_history_rsv_cancel_rq_from_subs": "Request $t(str_papp_cbooking_rsv_cancellation) of $t(str_subscriber)",
|
|
252
|
-
"str_papp_cbooking_seller_history_rsv_cancel_acpt": "Accept $t(str_papp_cbooking_rsv_cancellation)",
|
|
253
|
-
"str_papp_cbooking_seller_history_rsv_cancel_acpt_from_subs": "Accept $t(str_papp_cbooking_rsv_cancellation) of $t(str_subscriber) ",
|
|
254
|
-
"str_papp_cbooking_seller_history_rsv_cancel_deny": "Reject $t(str_papp_cbooking_rsv_cancellation)",
|
|
255
|
-
"str_papp_cbooking_seller_history_rsv_cancel_deny_from_subs": "Reject $t(str_papp_cbooking_rsv_cancellation) of $t(str_subscriber)",
|
|
256
|
-
"str_papp_cbooking_seller_history_evt_refusal_acpt": "Accept the refusal of the consultation",
|
|
257
|
-
"str_papp_cbooking_seller_history_evt_refusal_deny": "Reject the refusal of the consultation",
|
|
258
|
-
"str_papp_cbooking_history_evt_complete": "The consultation has been ended.",
|
|
259
|
-
"str_pg_title_papp_cbooking_my_booking_detail": "Booking Details",
|
|
260
|
-
"str_pg_title_papp_cbooking_booking_history": "Previous Booking History",
|
|
261
|
-
"str_papp_cbooking_cancellation": "Cancel the booking",
|
|
262
|
-
"str_39": "Revise",
|
|
263
|
-
"str_papp_cbooking_history_rsv_cancel_complete": "$t(str_papp_cbooking_rsv_cancellation) has been completed.",
|
|
264
|
-
"str_papp_scommunity_read_more": "View more",
|
|
265
|
-
"str_40": "Before {{ago}}{{sf}}",
|
|
266
|
-
"str_41": "{{startTime}} ({{duration}} minute(s))",
|
|
267
|
-
"str_42": "{{duration}} minute(s)",
|
|
268
|
-
"str_43": "Booked",
|
|
269
|
-
"str_44": "$t(str_papp_cbooking_rsv) is possible.",
|
|
270
|
-
"str_45": "The schedule has already been booked. Select some other schedule. {{errCode}}",
|
|
271
|
-
"str_46": "Consultation Time",
|
|
272
|
-
"str_47": "Requests",
|
|
273
|
-
"str_48": "Revision has been completed.",
|
|
274
|
-
"str_papp_cbooking_subs_card_status_a": "The consultation is in progress",
|
|
275
|
-
"str_papp_cbooking_subs_card_status_b": "The consultation is scheduled.",
|
|
276
|
-
"str_papp_cbooking_subs_card_status_c": "Standby for the booking cancelation",
|
|
277
|
-
"str_papp_cbooking_subs_card_status_d": "The consultation has been completed.",
|
|
278
|
-
"str_papp_cbooking_subs_card_status_e": "Cancel the booking",
|
|
279
|
-
"str_papp_cbooking_subs_card_status_f": "Refuse the consultation",
|
|
280
|
-
"str_49": "The booking has been completed.",
|
|
281
|
-
"str_papp_cbooking_item_id": "Booking Ticket",
|
|
282
|
-
"str_papp_cbooking_item_name": "Booking Ticket",
|
|
283
|
-
"str_papp_cbooking_ticket_msg_evt_cancel": "The consultation in progress has been canceled.",
|
|
284
|
-
"str_papp_vod_board": "VOD Board",
|
|
285
|
-
"str_papp_vod_board_post": "VOD Posting",
|
|
286
|
-
"str_papp_vod_playlist": "Playlist",
|
|
287
|
-
"str_status_public": "Public",
|
|
288
|
-
"str_status_private": "Private",
|
|
289
|
-
"str_50": "It is a booking history of which the schedule has been completed. \n You can see details of previous consultations by clicking each card.",
|
|
290
|
-
"str_papp_vod_video": "Video",
|
|
291
|
-
"str_51": "{{postTitle}}",
|
|
292
|
-
"str_52": "{{postDesc}}",
|
|
293
|
-
"str_53": "{{playlistTitle}}",
|
|
294
|
-
"str_54": "{{playlistVodCnt}} in Total",
|
|
295
|
-
"str_55": "{{postCreatedAt}}",
|
|
296
|
-
"str_56": "{{playTime}}",
|
|
297
|
-
"str_channel_link_custom": "Link a custome channel",
|
|
298
|
-
"str_channel_link": "_vod_",
|
|
299
|
-
"str_channel_link_default": "Link a default channel",
|
|
300
|
-
"str_pg_title_papp_vod_playlists": "Playlist",
|
|
301
|
-
"str_pg_title_papp_vod_playlistdetail": "{{playlistTitle}}",
|
|
302
|
-
"str_papp_scommunity_post_comment": "$t(str_comment)",
|
|
303
|
-
"str_papp_scommunity_createpost": "Create a post",
|
|
304
|
-
"str_57": "Picture",
|
|
305
|
-
"str_58": "Video",
|
|
306
|
-
"str_pg_title_papp_scommunity": "Community",
|
|
307
|
-
"str_papp_scommunity_board": "Bulletin Board",
|
|
308
|
-
"str_papp_scommunity_post": "Posting",
|
|
309
|
-
"str_papp_scommunity_like": "$t(str_like)",
|
|
310
|
-
"str_papp_scommunity_dislike": "$t(str_dislike)",
|
|
311
|
-
"str_pg_title_papp_vod_vodposts": "VOD List",
|
|
312
|
-
"str_pg_title_papp_vod_vodpostdetail": "VOD Details",
|
|
313
|
-
"str_pg_title_papp_scommunity_posts": "Feed Type Bulletin Board",
|
|
314
|
-
"str_pg_title_papp_scommunity_post_detail": "Posting Details",
|
|
315
|
-
"str_pg_title_papp_scommunity_create_txt_img": "Create a posting",
|
|
316
|
-
"str_73": "Enter $t(str_comment)",
|
|
317
|
-
"str_noti_title_default": "System Notification",
|
|
318
|
-
"str_console_update_log_msg": "Update the {{actionLog}} in the {{pageTitle}}",
|
|
319
|
-
"str_74": "It has been added.",
|
|
320
|
-
"str_75": "It has been revised",
|
|
321
|
-
"str_76": "It has been deleted.",
|
|
322
|
-
"str_alert": "Alert",
|
|
323
|
-
"str_77": "See detail",
|
|
324
|
-
"str_78": "View Briefly",
|
|
325
|
-
"str_79": "Posting has been completed.",
|
|
326
|
-
"str_delete": "Delete",
|
|
327
|
-
"str_edit": "edit",
|
|
328
|
-
"str_papp_scommunity_seller_option_comment_active": "Activate $t(str_comment) ",
|
|
329
|
-
"str_papp_scommunity_seller_option_comment_inactive": "Deactivate $t(str_comment)",
|
|
330
|
-
"str_papp_scommunity_label": "$t(str_label)",
|
|
331
|
-
"str_video": "Video",
|
|
332
|
-
"str_youtube": "YouTube",
|
|
333
|
-
"str_81": "Max 5 images with the max size of 3MB each can be uploaded.",
|
|
334
|
-
"str_82": "As for a video, a file that is less than 1 minute long and 30MB in size can be uploaded.",
|
|
335
|
-
"str_upload_files": "Attach data",
|
|
336
|
-
"str_papp_freeboard_name": "FreeBoard",
|
|
337
|
-
"str_papp_freeboard_id": "Free Board",
|
|
338
|
-
"str_youtube_url": "YouTube URL",
|
|
339
|
-
"str_84": "Enter the URL of the video to be attached",
|
|
340
|
-
"str_video_upload": "Attach a video",
|
|
341
|
-
"str_pg_title_papp_scommunity_create_video": "Create a posting",
|
|
342
|
-
"str_pg_title_papp_scommunity_select_video": "Select a video",
|
|
343
|
-
"str_next": "Next",
|
|
344
|
-
"str_85": "Do you want to go back to the previous screen?\n(The content that has been entered will not be saved.)",
|
|
345
|
-
"str_86": "Enter the contentโฆ",
|
|
346
|
-
"str_87": "# {{addedTag}}",
|
|
347
|
-
"str_88": "At least one video must be selected. (Direct upload/YouTube URL)",
|
|
348
|
-
"str_89": "Enter YouTube URLโฆ",
|
|
349
|
-
"str_90": "Invalid URL. Check once again.",
|
|
350
|
-
"str_pg_title_papp_scommunity_create_post": "Create a post",
|
|
351
|
-
"str_91": "Do you want to cancel the attachment of the data?\n(The data that has been uploaded will be deleted.)",
|
|
352
|
-
"str_pg_title_papp_cbooking_rsv": "Book",
|
|
353
|
-
"str_pg_title_papp_cbooking_ticket": "Booking Ticket",
|
|
354
|
-
"str_pg_title_papp_vod_board": "VOD List",
|
|
355
|
-
"str_93": "Enter a title",
|
|
356
|
-
"str_94": "$t(str_comment) {{cmtCnt}} Comments",
|
|
357
|
-
"str_register": "Register",
|
|
358
|
-
"str_request_acc_or_ref": "Accept/Reject",
|
|
359
|
-
"str_97": "Enter the mandatory information",
|
|
360
|
-
"str_98": "Enter the seller information",
|
|
361
|
-
"str_99": "Enter detailed information",
|
|
362
|
-
"str_100": "Sign-up has been completed!",
|
|
363
|
-
"str_101": "Enter the mandatory information",
|
|
364
|
-
"str_102": "The e-mail will be used as an ID during the log-in. \n Also, it will be used to find password, view the order information and guide the essential information.",
|
|
365
|
-
"str_103": "Min 8 characters and max 30 characters which contain upper and lower case English characters, numbers and special characters can be entered for password.",
|
|
366
|
-
"str_104": "Invalid e-mail",
|
|
367
|
-
"str_105": "Invalid password",
|
|
368
|
-
"str_106": "Check the password once again",
|
|
369
|
-
"str_channel_list": "Channel List",
|
|
370
|
-
"str_107": "(Mandatory) I am at least 14 years old.",
|
|
371
|
-
"str_terms_agree": "(Mandatory) Agree to $t(str_terms)",
|
|
372
|
-
"str_privacy_policy_agree": "(Mandatory) Agree to $t(str_privacy_policy)",
|
|
373
|
-
"str_marketing_terms_agree": "(Optional) Agree to $t(str_marketing)$t(str_terms)",
|
|
374
|
-
"str_page_out_of_total": "{{currPage}} / {{totalPage}}",
|
|
375
|
-
"str_is_public_status": "Whether to open to the public",
|
|
376
|
-
"str_subs_count": "Number of Subscribers",
|
|
377
|
-
"str_channel_created_at": "Date of Creation",
|
|
378
|
-
"str_108": "Agree all",
|
|
379
|
-
"str_109": "{{subsCount}}",
|
|
380
|
-
"str_create_channel": "Create a channel",
|
|
381
|
-
"str_110": "There is no channel that has been created.\nHow about creating one by pressing the 'Create a channel' button below now?",
|
|
382
|
-
"str_111": "Enter your e-mail",
|
|
383
|
-
"str_112": "Enter your password",
|
|
384
|
-
"str_113": "Confirm your password",
|
|
385
|
-
"str_114": "The information you have created until now will not be saved.\nAre you sure to exit?",
|
|
386
|
-
"str_create_channel_step_1": "Entering the channel information",
|
|
387
|
-
"str_create_channel_step_2": "Installing functions to use",
|
|
388
|
-
"str_create_channel_step_3": "Deciding the channel subscription fee",
|
|
389
|
-
"str_create_channel_step_4": "Selecting how to get the payment",
|
|
390
|
-
"str_115": "Enter information of the channel",
|
|
391
|
-
"str_channel_title": "Title of the Channel",
|
|
392
|
-
"str_116": "Min 4 characters and max 20 characters can be entered for the channel title.",
|
|
393
|
-
"str_117": "Enter a title of the channel",
|
|
394
|
-
"str_channel_icon_image": "Channel Icon Image",
|
|
395
|
-
"str_118": "The channel icon image gets uploaded in a shape of a square, which can act as an icon of the channel in the menu.\nIt shall be an image that can help users to recognize the channel. The image can be uploaded as a file that is max 512x512 and max 1MB in the format of JPG and PNG.",
|
|
396
|
-
"str_upload_image": "Upload an image",
|
|
397
|
-
"str_channel_profile_nickname": "Channel Profile $t(str_nickname)",
|
|
398
|
-
"str_119": "Enter $t(str_nickname)",
|
|
399
|
-
"str_channel_description": "Channel Introduction ",
|
|
400
|
-
"str_120": "It is a remark that introduces the channel. Maximum 4000 characters can be entered.",
|
|
401
|
-
"str_121": "Enter a remark that introduces the channel",
|
|
402
|
-
"str_122": "There is information that hasn't been entered. \nCheck once again!",
|
|
403
|
-
"str_123": "Install functions to use",
|
|
404
|
-
"str_all_papp": "All pApp",
|
|
405
|
-
"str_papp_cate_trusted": "All pApp",
|
|
406
|
-
"str_prev": "Previous",
|
|
407
|
-
"str_125": "Select how to receive the payment",
|
|
408
|
-
"str_subs_payment_option": "Payment Method",
|
|
409
|
-
"str_payment_option_one_time": "One-time Payment",
|
|
410
|
-
"str_payment_option_subs_regularly": "Regular Payment",
|
|
411
|
-
"str_126": "Phrase for Display",
|
|
412
|
-
"str_127": "It is a phrase to be displayed to users.",
|
|
413
|
-
"str_128": "Enter the phrase for display.",
|
|
414
|
-
"str_price": "Price",
|
|
415
|
-
"str_129": "It sets the price of a subscription product. It can be set from min 5000 won to the max 1 million won.",
|
|
416
|
-
"str_currency_krw": "KRW - Korean Won",
|
|
417
|
-
"str_130": "Enter the price",
|
|
418
|
-
"str_create": "Create",
|
|
419
|
-
"str_131": "Enter the seller information",
|
|
420
|
-
"str_132": "Select the seller type",
|
|
421
|
-
"str_133": "Individual Seller",
|
|
422
|
-
"str_134": "Business Seller (Individual/Corporate)",
|
|
423
|
-
"str_135": "Contact Information",
|
|
424
|
-
"str_136": "Guide of Preliminary Documents that can be selectively registered when signing up as an individual seller",
|
|
425
|
-
"str_137": "Guide of Preliminary Documents that can be selectively registered when signing up as a business seller",
|
|
426
|
-
"str_138": "In order to join the channel, the payment will be made only once at the start. The channel subscriber pays in advance, and if the payment is not made normally, the membership will be canceled from the channel.",
|
|
427
|
-
"str_139": "In order to join the channel, regular monthly payment shall be executed. The channel subscriber pays in advance, and if the payment is not made normally, the membership will be canceled from the channel.",
|
|
428
|
-
"str_preview": "Preview",
|
|
429
|
-
"str_140": "The channel has been created!",
|
|
430
|
-
"str_141": "[{{channelName}}] channel has been created. \nUpload contents now and start the business by advertising the channel!",
|
|
431
|
-
"str_go_home": "Move to Home Screen",
|
|
432
|
-
"str_channel_info": "Channel Information",
|
|
433
|
-
"str_142": "Default Channel Link",
|
|
434
|
-
"str_143": "Default channel link is a link that gets automatically created by the system.",
|
|
435
|
-
"str_qr_code": "QR Code",
|
|
436
|
-
"str_144": "It is a QR code that can move to the channel.",
|
|
437
|
-
"str_download_png": "Download (PNG)",
|
|
438
|
-
"str_download_svg": "Download (SVG)",
|
|
439
|
-
"str_145": "Enter your name",
|
|
440
|
-
"str_146": "Enter your contact information",
|
|
441
|
-
"str_sales_reports": "Sales Report",
|
|
442
|
-
"str_apply_monetize": "Apply for revenue settlement",
|
|
443
|
-
"str_monetize_history": "Revenue Settlement History",
|
|
444
|
-
"str_147": "{{year}}$t(str_fm_year) {{month}}$t(str_fm_month)",
|
|
445
|
-
"str_148": "{{year}}$t(str_fm_year) {{month}}$t(str_fm_month) {{date}}$t(str_fm_day)",
|
|
446
|
-
"str_149": "{{year}}$t(str_fm_year) {{startMonth}}$t(str_fm_month) {{startDate}}$t(str_fm_day) ~ {{endMonth}}$t(str_fm_month) {{endDate}}$t(str_fm_day)",
|
|
447
|
-
"str_150": "In case of an individual seller, a copy of Resident Registration Card is required. For quick sign-up, get it ready in advance!",
|
|
448
|
-
"str_151": "In case of a business seller, following documents are required. For quick sign-up, get them ready in advance!",
|
|
449
|
-
"str_152": "Business Registration Certificate (Mandatory, within 3 months of the issuance)",
|
|
450
|
-
"str_153": "Certificate of Seal Impression of the Representative or the Corporate (Mandatory, within 3 months of the issuance)",
|
|
451
|
-
"str_154": "Telecommunication Sales Report Card (If applicable, within 3 months of the issuance)",
|
|
452
|
-
"str_total_sales_amount": "Total Sales Amount",
|
|
453
|
-
"str_fm_price": "{{amount}} Won",
|
|
454
|
-
"str_156": "{{incOrDecPoint}} %",
|
|
455
|
-
"str_compared_to_last_month": "Compare to the Previous Month",
|
|
456
|
-
"str_compared_to_last_week": "Compare to the Previous Week",
|
|
457
|
-
"str_compared_to_last_day": "Compare to Yesterday",
|
|
458
|
-
"str_sales_top_1": "Top 1 in Sales",
|
|
459
|
-
"str_sales_top_2": "Top 2 in Sales",
|
|
460
|
-
"str_sales_top_3": "Top 3 in Sales",
|
|
461
|
-
"str_download_csv": "Download .csv",
|
|
462
|
-
"str_performance_result": "Performance Result",
|
|
463
|
-
"str_channel_name": "Channel Name",
|
|
464
|
-
"str_payment_option_papp_item": "Pay for an Item",
|
|
465
|
-
"str_sales_per_channel": "Revenue per a Channel",
|
|
466
|
-
"str_unmonetized_price": "Outstanding Amount",
|
|
467
|
-
"str_157": "Default Account Information to Get the Payment",
|
|
468
|
-
"str_158": "Enter the unique code (Swift Code) of the bank (e.g. IBKOKRSE)",
|
|
469
|
-
"str_159": "Enter the name of the bank (e.g. IBK bank)",
|
|
470
|
-
"str_160": "Enter your bank account number (e.g. 0102345678)",
|
|
471
|
-
"str_161": "{{datetime}} has been submitted.",
|
|
472
|
-
"str_162": "New Upload",
|
|
473
|
-
"str_163": "E-mail to Receive the Receipt",
|
|
474
|
-
"str_164": "Enter an additional e-mail besides the one that you have entered when signing up to contact you",
|
|
475
|
-
"str_165": "Enter your e-mail address",
|
|
476
|
-
"str_apply_automatically_monetize": "Apply for automatic settlement",
|
|
477
|
-
"str_166": "If the settlement amount exceeds 100,000 won, it will be automatically settled.",
|
|
478
|
-
"str_apply_monetize_step_1": "Starting",
|
|
479
|
-
"str_apply_monetize_step_2": "Enter the amount to apply for the settlement",
|
|
480
|
-
"str_apply_monetize_step_3": "Check the application information",
|
|
481
|
-
"str_apply_monetize_step_4": "Application for the settlement has been completed.",
|
|
482
|
-
"str_167": "Enter information of the individual seller",
|
|
483
|
-
"str_168": "Enter the address",
|
|
484
|
-
"str_169": "Street Address and House Number",
|
|
485
|
-
"str_170": "Others",
|
|
486
|
-
"str_171": "City",
|
|
487
|
-
"str_172": "State",
|
|
488
|
-
"str_173": "Zip Code",
|
|
489
|
-
"str_174": "Documents to Submit",
|
|
490
|
-
"str_175": "File of Copy of SSN",
|
|
491
|
-
"str_176": "Applying for the settlement",
|
|
492
|
-
"str_177": "Thank you for using publ service! \nIf you check the settlement information and apply, \nwe will settle the revenue to the account you have entered within 5 business days.",
|
|
493
|
-
"str_178": "Getting to know about the settlement",
|
|
494
|
-
"str_179": "Enter the amount to apply for the settlement",
|
|
495
|
-
"str_180": "Amount available for the Settlement",
|
|
496
|
-
"str_181": "Enter the settlement amount",
|
|
497
|
-
"str_182": "Check the application information",
|
|
498
|
-
"str_183": "If you have an inquiry, send a mail to help@pubi.biz.",
|
|
499
|
-
"str_business_info": "Business Owner Information",
|
|
500
|
-
"str_184": "Check the business owner information",
|
|
501
|
-
"str_185": "Check the business site address",
|
|
502
|
-
"str_bank_info": "Bank Information",
|
|
503
|
-
"str_contact_info": "Contact Information",
|
|
504
|
-
"str_186": "Information of the Person in Charge",
|
|
505
|
-
"str_187": "Enter information of the person in charge",
|
|
506
|
-
"str_country_code": "Country Code",
|
|
507
|
-
"str_188": "Enter contact telephone number without hyphen (-)",
|
|
508
|
-
"str_189": "The application has been completed.",
|
|
509
|
-
"str_190": "The application has been completed!\nWe will send you the receipt and tax invoice to {{email}} you have entered\nwithin 5 business days.",
|
|
510
|
-
"str_191": "Move to Manage the revenue",
|
|
511
|
-
"str_monetize_apply_created_at": "Date of Applying for the Settlement",
|
|
512
|
-
"str_monetize_progress_status": "Progress Status",
|
|
513
|
-
"str_monetize_completed_at": "Date of the Settlement Completion",
|
|
514
|
-
"str_monetize_amount": "Settlement Amount",
|
|
515
|
-
"str_swiftcode": "SWIFTCODE",
|
|
516
|
-
"str_bank_account_number": "Account Number",
|
|
517
|
-
"str_customer_center": "pubi Customer Center",
|
|
518
|
-
"str_delete_account": "Delete the account",
|
|
519
|
-
"str_logout": "Log-out",
|
|
520
|
-
"str_192": "E-mail address",
|
|
521
|
-
"str_193": "Invalid e-mail",
|
|
522
|
-
"str_194": "Enter your password",
|
|
523
|
-
"str_195": "Invalid password",
|
|
524
|
-
"str_sign_in_auto": "Automatic $t(str_sign_in)",
|
|
525
|
-
"str_196": "Please enter the business information",
|
|
526
|
-
"str_197": "Enter the business information",
|
|
527
|
-
"str_198": "Company Name",
|
|
528
|
-
"str_199": "Name of the Representative",
|
|
529
|
-
"str_200": "Business Registration Number (Enter only numbers)",
|
|
530
|
-
"str_201": "Business Classification",
|
|
531
|
-
"str_202": "Enter the address of the business site",
|
|
532
|
-
"str_203": "Dong, Floor, Unit Number",
|
|
533
|
-
"str_204": "Republic of Korea",
|
|
534
|
-
"str_205": "Seller Profile Information",
|
|
535
|
-
"str_206": "Seller Profile Image",
|
|
536
|
-
"str_207": "The seller profile image gets uploaded in a shape of a square, which can act as a profile of the seller in the menu.\nIt shall be an image that can help users to recognize the seller.\nThe image can be uploaded in the file format of JPG, JPEG and PNG.",
|
|
537
|
-
"str_image_update": "Update the image",
|
|
538
|
-
"str_208": "Channel Profile $t(str_nickname)",
|
|
539
|
-
"str_209": "Enter the representative $t(str_nickname) to be displayed in the channel",
|
|
540
|
-
"str_210": "Enter detailed information (Business owner)",
|
|
541
|
-
"str_211": "Enter the address of the business site",
|
|
542
|
-
"str_212": "Documents to Submit",
|
|
543
|
-
"str_213": "Upload an image file of Business Registration Certificate",
|
|
544
|
-
"str_214": "Upload an image file of the Certificate of Corporate Seal Impression ",
|
|
545
|
-
"str_215": "Upload an image file of Telecommunication Sales Report Card",
|
|
546
|
-
"str_216": "Enter the company name",
|
|
547
|
-
"str_217": "Enter the name of the representative",
|
|
548
|
-
"str_account_info": "Account Information",
|
|
549
|
-
"str_223": "Complete the e-mail authentication, and use the service now!",
|
|
550
|
-
"str_224": "Sign-up has been completed.",
|
|
551
|
-
"str_225": "We have sent you an e-mail that can complete the authentication procedure to your e-mail you have entered during the sign-up.",
|
|
552
|
-
"str_226": "E-mail link is valid for 20 minutes. Complete the authentication procedure, and use the service now!",
|
|
553
|
-
"str_227": "Move to the Homepage",
|
|
554
|
-
"str_228": "The e-mail will be used to find password, view the order information and guide the essential information.",
|
|
555
|
-
"str_set_country_lan": "Setup of Language and Country",
|
|
556
|
-
"str_229": "Compete the e-mail authorization",
|
|
557
|
-
"str_230": "Access your e-mail that you have signed up with, and check the authentication mail that publ Team has sent.",
|
|
558
|
-
"str_231": "If you didn't receive the e-mail, check your Spam mail box.",
|
|
559
|
-
"str_232": "E-mail link is valid for 20 minutes.",
|
|
560
|
-
"str_233": "If the time has expired, press a button below to resend an e-mail.",
|
|
561
|
-
"str_234": "Resend an e-mail",
|
|
562
|
-
"str_country_korea": "Republic of Korea",
|
|
563
|
-
"str_236": "Are you sure to delete your account? \nIf you delete the account, information that has been stored until now, subscribers and payment history will be deleted, and they canโt be restored.",
|
|
564
|
-
"str_developer_setting": "Developer Settings",
|
|
565
|
-
"str_dev_secret_key": "Secret Key",
|
|
566
|
-
"str_237": "It is an unique key that can allow developers to access to other sources of Open API that are offered by Publ.",
|
|
567
|
-
"str_re_issue": "Re-issue",
|
|
568
|
-
"str_238": "E-mail authorization has been completed!",
|
|
569
|
-
"str_239": "As the e-mail authorization has been completed, you now can use the publ service!",
|
|
570
|
-
"str_240": "Let's find out how to start!",
|
|
571
|
-
"str_241": "Move to Log-in Screen",
|
|
572
|
-
"str_242": "Reconfigure $t(str_password) ",
|
|
573
|
-
"str_243": "Enter $t(str_email) that you have entered when signing up.\n$t(str_reset_pw_label) mail will be sent to you through $t(str_email) you have registered.",
|
|
574
|
-
"str_245": "Enter your e-mail",
|
|
575
|
-
"str_246": "Send an e-mail",
|
|
576
|
-
"str_last_paid_at": "Date of the Last Payment",
|
|
577
|
-
"str_registered_at": "Date of the Sign-up",
|
|
578
|
-
"str_password_reset": "Reconfigure $t(str_password)",
|
|
579
|
-
"str_247": "Enter a new $t(str_password)",
|
|
580
|
-
"str_248": "Min 8 characters and maxi 30 characters can be entered for a password, and upper case letters, lower case letters and special characters can be used.",
|
|
581
|
-
"str_249": "Enter a new password",
|
|
582
|
-
"str_250": "Confirm the new password",
|
|
583
|
-
"str_subs_nick_and_email_value": "{{nickname}}({{email}})",
|
|
584
|
-
"str_ban": "Ban",
|
|
585
|
-
"str_payment_history": "Purchase History",
|
|
586
|
-
"str_251": "Ban a subscriber by force.",
|
|
587
|
-
"str_252": "Are you sure to ban by force?",
|
|
588
|
-
"str_typing_code_for_ban": "DELETE_ACCOUNT",
|
|
589
|
-
"str_253": "Enter '{{banCode}}' in an input field below",
|
|
590
|
-
"str_254": "Enter a code of banning by force",
|
|
591
|
-
"str_email_verify": "$t(str_email) Authentication",
|
|
592
|
-
"str_fm_quantity": "{{amount}} ",
|
|
593
|
-
"str_subs_product_list": "Product List",
|
|
594
|
-
"str_255": "Title of the Subscription Product",
|
|
595
|
-
"str_256": "Sales Status",
|
|
596
|
-
"str_product_type": "Product Type",
|
|
597
|
-
"str_257": "Selling Price",
|
|
598
|
-
"str_258": "Number of Links Connected",
|
|
599
|
-
"str_created_at": "Date of the Creation",
|
|
600
|
-
"str_create_subs_product": "Create a subscribed product",
|
|
601
|
-
"str_create_subs_product_step_1": "Starting",
|
|
602
|
-
"str_create_subs_product_step_2": "Enter basic information",
|
|
603
|
-
"str_create_subs_product_step_3": "Enter the price of the subscription product",
|
|
604
|
-
"str_create_subs_product_step_4": "Enter payment information",
|
|
605
|
-
"str_259": "Starting",
|
|
606
|
-
"str_260": "Create a subscription product to be sold in the channel.\nOffer discount benefits to new members by making various products,\nor try to prevent regular customers from leaving.",
|
|
607
|
-
"str_261": "Getting to Know Function of Subscription Product",
|
|
608
|
-
"str_262": "Enter basic information",
|
|
609
|
-
"str_subs_product_title": "Title of a Subscription Product",
|
|
610
|
-
"str_263": "Enter a title you want to name the subscription product with. It will not be displayed to users.",
|
|
611
|
-
"str_264": "Enter a title of the subscription product",
|
|
612
|
-
"str_create_link_step_1": "Starting",
|
|
613
|
-
"str_create_link_step_2": "Enter basic information",
|
|
614
|
-
"str_create_link_step_3": "Enter social sharing information",
|
|
615
|
-
"str_create_link_step_4": "Add a subscription product",
|
|
616
|
-
"str_create_link_step_5": "Creation of a link has been completed!",
|
|
617
|
-
"str_265": "Enter the payment information",
|
|
618
|
-
"str_266": "Creation of a subscription product has been completed.",
|
|
619
|
-
"str_267": "The subscription product has been created.\nIf you link the subscription product to the link you possess, it is possible to sell the subscription product to the users.",
|
|
620
|
-
"str_268": "Move to Manage the subscription product ",
|
|
621
|
-
"str_269": "Create a link",
|
|
622
|
-
"str_270": "Create a link that can access to the channel. You can offer discount benefits or sell some other products via multiple links.",
|
|
623
|
-
"str_271": "Getting to Know Functions of a Link",
|
|
624
|
-
"str_seller_landing_info": "Information of Seller Introduction Page",
|
|
625
|
-
"str_translation": "Translation",
|
|
626
|
-
"str_manage_translate": "Manage translation",
|
|
627
|
-
"str_272": "Advertising Phrase",
|
|
628
|
-
"str_273": "It will be displayed in the upper part of the seller introduction page.",
|
|
629
|
-
"str_274": "Enter an advertising phrase",
|
|
630
|
-
"str_website_url": "Website Address",
|
|
631
|
-
"str_275": "If an official website exists, enter the URL.",
|
|
632
|
-
"str_276": "Enter a website address",
|
|
633
|
-
"str_277": "Header Image",
|
|
634
|
-
"str_278": "It will be displayed in the upper part of the seller introduction page.\nJPEG or PNG of maximum 1MB.",
|
|
635
|
-
"str_279": "Featured Channel",
|
|
636
|
-
"str_280": "Select a featured channel to be shown in the seller introduction page",
|
|
637
|
-
"str_281": "Select a featured channel",
|
|
638
|
-
"str_282": "Enter basic information",
|
|
639
|
-
"str_283": "Link Title",
|
|
640
|
-
"str_284": "Enter a title for the link. It will not be displayed to users.",
|
|
641
|
-
"str_285": "Enter a link title",
|
|
642
|
-
"str_286": "Link Keyword",
|
|
643
|
-
"str_287": "Link keyword is an unique word that composes the address. The keyword can't be duplicated.",
|
|
644
|
-
"str_288": "publr.co/",
|
|
645
|
-
"str_289": "Enter the link keyword",
|
|
646
|
-
"str_290": "Please enter social sharing information",
|
|
647
|
-
"str_291": "Social sharing information is the information that is displayed to the users when the link is shared in SNS, messenger or search engine.",
|
|
648
|
-
"str_292": "Title for Display",
|
|
649
|
-
"str_293": "Enter the title to be displayed in the social media or the search result. Although max 70 characters can be entered, a sentence within 30 characters is recommended.",
|
|
650
|
-
"str_294": "Enter the title to be displayed",
|
|
651
|
-
"str_295": "Description for Display",
|
|
652
|
-
"str_296": "Enter the title to be displayed in the social media or the search result. Although max 160 characters can be entered, a sentence within 30 characters is recommended.",
|
|
653
|
-
"str_297": "Enter the description to be displayed",
|
|
654
|
-
"str_298": "Thumbnail Image for Display",
|
|
655
|
-
"str_299": "It is a thumbnail image to be displayed when sharing the link to a social media. It may not be displayed in all SNS. It can be uploaded in JPG and PNG format.",
|
|
656
|
-
"str_301": "Please add $t(str_subs_product)",
|
|
657
|
-
"str_302": "Please press the [$t(str_add)] button from the $t(str_subs_product) list to add $t(str_subs_product) to the link.\nThe user who visits via this link can view the $t(str_subs_product) that has been added.",
|
|
658
|
-
"str_311": "Creation of a link has been completed.",
|
|
659
|
-
"str_312": "Link has been created! Now, the users can access to your channel via publ.ch/[{{customedURL}}] link.",
|
|
660
|
-
"str_313": "Move to Manage the link ",
|
|
661
|
-
"str_314": "Link Information",
|
|
662
|
-
"str_315": "Link Address",
|
|
663
|
-
"str_payment_option_subs_temporary_free": "Free for the Period",
|
|
664
|
-
"str_currency_usd": "USD - U.S. Dollar",
|
|
665
|
-
"str_subscription_product_state_a": "On sale",
|
|
666
|
-
"str_subscription_product_state_b": "Suspend the sales",
|
|
667
|
-
"str_rows_per_page": "Number of Lists",
|
|
668
|
-
"str_payment_status": "Payment Status",
|
|
669
|
-
"str_order_number": "Order Number",
|
|
670
|
-
"str_sales_price": "Selling Price",
|
|
671
|
-
"str_buyer": "Buyer",
|
|
672
|
-
"str_order_created_at": "Date of the Order",
|
|
3
|
+
"str_rows_per_page": "Entry per page",
|
|
673
4
|
"str_n_selected": "{{itemSelected}} has been selected.",
|
|
674
|
-
"str_do_refund": "Process the refund",
|
|
675
|
-
"str_download_order_list_csv": "Download an order sheet",
|
|
676
|
-
"str_papp_installed": "pApp that is currently being used ",
|
|
677
|
-
"str_papp_installable": "Available pApp",
|
|
678
|
-
"str_install": "Install",
|
|
679
|
-
"str_uninstall": "Remove",
|
|
680
|
-
"str_install_papp": "Install pApp",
|
|
681
|
-
"str_papp_description": "pApp Description",
|
|
682
|
-
"str_318": "Link List",
|
|
683
|
-
"str_319": "Default Link",
|
|
684
|
-
"str_320": "Copy of the link has been completed.",
|
|
685
|
-
"str_321": "QR code download has been completed.",
|
|
686
|
-
"str_322": "Number of Products Connected ",
|
|
687
|
-
"str_323": "Number of Links Switched",
|
|
688
|
-
"str_fm_time": "{{amount}} Time(s)",
|
|
689
|
-
"str_324": "Preview social sharing",
|
|
690
|
-
"str_papp_cbooking_seller_alert_desc_subs_booking": "{{subsNick}} has booked a schedule.",
|
|
691
|
-
"str_papp_cbooking_seller_noti_desc_subs_booking": "A subscriber has booked a schedule.",
|
|
692
|
-
"str_papp_cbooking_seller_alert_title_subs_booking": "Notify the booking",
|
|
693
|
-
"str_papp_cbooking_seller_noti_title_subs_booking": "Notify the booking",
|
|
694
|
-
"str_325": "Channel Basic Information",
|
|
695
|
-
"str_326": "Min 4 characters and max 20 characters can be entered for the channel title.",
|
|
696
|
-
"str_327": "Channel Cover Image ",
|
|
697
|
-
"str_328": "Channel cover image is an image that is displayed horizontally and used in a mobile web and a PC web.",
|
|
698
|
-
"str_329": "We recommend using an image where the subject is located on the left.",
|
|
699
|
-
"str_330": "Max 1920x1080 and max 2MB in the format of JPG and PNG can be uploaded.",
|
|
700
|
-
"str_331": "The channel icon image gets uploaded in a shape of a square, which can act as an icon of the channel in the menu.",
|
|
701
|
-
"str_332": "It shall be an image that can help users to recognize the channel.",
|
|
702
|
-
"str_333": "Max 512x512 and max 1MB in the format of JPG and PNG can be uploaded.",
|
|
703
|
-
"str_334": "Channel Profile Information",
|
|
704
|
-
"str_335": "Channel Profile Image",
|
|
705
|
-
"str_336": "The channel profile image gets uploaded in a shape of a square, which can act as a profile of the channel in the menu.",
|
|
706
|
-
"str_337": "It shall be an image that can help users to recognize it as the channel profile.",
|
|
707
|
-
"str_338": "The image can be uploaded in the format of JPG, JPEG and PNG.",
|
|
708
|
-
"str_339": "Channel Introduction",
|
|
709
|
-
"str_340": "Channel introduction is a content that is displayed to users who haven't purchased the channel.",
|
|
710
|
-
"str_341": "It is the introduction that can advertise the channel. Max 4000 characters can be entered.",
|
|
711
|
-
"str_342": "Enter an introduction remark of the channel",
|
|
712
|
-
"str_343": "Channel Introduction Video",
|
|
713
|
-
"str_344": "Upload a video that can introduce the channel. It will be displayed to users who haven't purchase the channel.",
|
|
714
|
-
"str_345": "A file that is max 30 seconds long and max 30MB in mp4 format can be uploaded.",
|
|
715
|
-
"str_346": "Replace the video",
|
|
716
|
-
"str_347": "Delete the video",
|
|
717
|
-
"str_email_hint": "ID (e-mail)",
|
|
718
|
-
"str_invalid_email": "Invalid e-mail",
|
|
719
|
-
"str_non_exist_email": "This e-mail does not exist.",
|
|
720
|
-
"str_input_email": "Enter your e-mail",
|
|
721
|
-
"str_invalid_pw": "Invalid password",
|
|
722
|
-
"str_input_pw": "Enter your password",
|
|
723
|
-
"str_reset_pw_label": "Reset your password",
|
|
724
|
-
"str_login_with_kakao": "Log in with Kakao",
|
|
725
|
-
"str_login_with_google": "Log in with Google",
|
|
726
|
-
"str_login_with_apple": "Log in with Apple",
|
|
727
|
-
"str_signup": "Sign up as a member",
|
|
728
|
-
"str_nickname_hint": "Enter your nickname",
|
|
729
|
-
"str_invalid_nickname": "Invalid nickname",
|
|
730
|
-
"str_too_short": "Too short",
|
|
731
|
-
"str_pw_hint": "Password",
|
|
732
|
-
"str_confirm_pw_hint": "Confirm the password",
|
|
733
|
-
"str_invalid_pw_confirmed": "Check the password once again",
|
|
734
|
-
"str_agree_terms": "(Mandatory) Agreement to the Terms and Conditions",
|
|
735
|
-
"str_agree_policy": "(Mandatory) Agreement to the Privacy Policy",
|
|
736
|
-
"str_do_signup": "Signing up as a member",
|
|
737
|
-
"str_agree_terms_marketing": "(Optional) Agreement to the Reception of Marketing Materials",
|
|
738
|
-
"str_signup_add_info": "Enter additional information",
|
|
739
|
-
"str_submit": "Submitting",
|
|
740
|
-
"str_send_verify_email": "Send an authentication e-mail",
|
|
741
|
-
"str_do_purchase": "Purchasing",
|
|
742
|
-
"str_channel_payment_setting": "Channel Payment History",
|
|
743
|
-
"str_channel_seller_info": "Seller Information",
|
|
744
|
-
"str_email_inquiry": "Inquiry to the Seller via an e-mail",
|
|
745
|
-
"str_suggest_service": "Suggest a service",
|
|
746
|
-
"str_chat": "Chatting Consultation",
|
|
747
|
-
"str_348": "Disclose the channel",
|
|
748
|
-
"str_349": "Set to disclose the channel",
|
|
749
|
-
"str_350": "Delete the channel",
|
|
750
|
-
"str_free_board_post": "Posting in the free board",
|
|
751
|
-
"str_free_board": "Free Board",
|
|
752
|
-
"str_notice_board": "Notice Board",
|
|
753
|
-
"str_notice_board_post": "Posting in the notice board",
|
|
754
|
-
"str_free_board_post_comment": "$t(str_comment) on the posting in the free board",
|
|
755
|
-
"str_notice_board_post_comment": "$t(str_comment) on the posting in the notice board",
|
|
756
|
-
"str_351": "Do you want to delete the channel?",
|
|
757
|
-
"str_352": "Do you want to request $t(str_seller) to cancel the consultation that is in progress?\n(If the seller accepts it, the booking ticket that has been deducted will be returned.)",
|
|
758
|
-
"str_papp_cbooking_seller_alert_title_subs_booking_cancel_rq": "Request the cancelation of the booking",
|
|
759
|
-
"str_papp_cbooking_seller_alert_desc_subs_booking_cancel_rq": "{{subsNick}} has requested the cancelation of booking.",
|
|
760
|
-
"str_papp_cbooking_seller_alert_title_subs_booking_cancel_acpt": "Accept the cancelation of the booking",
|
|
761
|
-
"str_papp_cbooking_seller_alert_desc_subs_booking_cancel_acpt": "{{subsNick}} has accepted the cancelation of booking.",
|
|
762
|
-
"str_papp_cbooking_seller_alert_title_subs_booking_cancel_deny": "Refuse the cancelation of the booking",
|
|
763
|
-
"str_papp_cbooking_seller_alert_desc_subs_booking_cancel_deny": "{{subsNick}} has refused the cancelation of the booking.",
|
|
764
|
-
"str_papp_cbooking_seller_alert_title_booking_cancel_complete": "Cancellation of the booking has been completed.",
|
|
765
|
-
"str_papp_cbooking_seller_alert_desc_booking_cancel_complete": "The booking has been canceled",
|
|
766
|
-
"str_papp_cbooking_seller_alert_title_seller_booking_cancel_rq": "Request the cancelation of the booking",
|
|
767
|
-
"str_papp_cbooking_seller_alert_desc_seller_booking_cancel_rq": "Cancellation of the booking has been requested.",
|
|
768
|
-
"str_papp_cbooking_seller_alert_title_seller_booking_cancel_acpt": "Accept the cancelation of the booking",
|
|
769
|
-
"str_papp_cbooking_seller_alert_desc_seller_booking_cancel_acpt": "Request for the cancellation of the booking has been accepted.",
|
|
770
|
-
"str_papp_cbooking_seller_alert_title_seller_booking_cancel_acpt_auto": "Automatically accept the cancelation of the booking",
|
|
771
|
-
"str_papp_cbooking_seller_alert_desc_seller_booking_cancel_acpt_auto": "Request for the cancellation of the booking by the subscriber has been automatically accepted as the response time had been expired.",
|
|
772
|
-
"str_papp_cbooking_seller_alert_title_seller_booking_cancel_deny": "Refuse the cancelation of the booking",
|
|
773
|
-
"str_papp_cbooking_seller_alert_desc_seller_booking_cancel_deny": "Request for the cancellation of the booking has been refused.",
|
|
774
|
-
"str_papp_cbooking_seller_noti_title_subs_booking_cancel_rq": "Request the cancelation of the booking",
|
|
775
|
-
"str_papp_cbooking_seller_noti_desc_subs_booking_cancel_rq": "The subscriber has requested the cancelation of the booking.",
|
|
776
|
-
"str_papp_cbooking_seller_noti_title_subs_booking_cancel_acpt": "Accept the cancelation of the booking",
|
|
777
|
-
"str_papp_cbooking_seller_noti_desc_subs_booking_cancel_acpt": "The subscriber has confirmed the cancelation of the booking.",
|
|
778
|
-
"str_papp_cbooking_seller_noti_title_subs_booking_cancel_deny": "Refuse the cancelation of the booking",
|
|
779
|
-
"str_papp_cbooking_seller_noti_desc_subs_booking_cancel_deny": "The subscriber has refused the cancelation of booking.",
|
|
780
|
-
"str_papp_cbooking_seller_noti_title_booking_cancel_complete": "Cancellation of the booking has been completed.",
|
|
781
|
-
"str_papp_cbooking_seller_noti_desc_booking_cancel_complete": "The booking has been canceled.",
|
|
782
|
-
"str_papp_cbooking_seller_noti_title_seller_booking_cancel_rq": "Request the cancelation of the booking",
|
|
783
|
-
"str_papp_cbooking_seller_noti_desc_seller_booking_cancel_rq": "Cancellation of the booking has been requested.",
|
|
784
|
-
"str_papp_cbooking_seller_noti_title_seller_booking_cancel_acpt": "Accept the cancelation of the booking",
|
|
785
|
-
"str_papp_cbooking_seller_noti_desc_seller_booking_cancel_acpt": "Request for the cancellation of the booking has been accepted.",
|
|
786
|
-
"str_papp_cbooking_seller_noti_title_seller_booking_cancel_acpt_auto": "Accept the cancelation of the booking",
|
|
787
|
-
"str_papp_cbooking_seller_noti_desc_seller_booking_cancel_acpt_auto": "Request for the cancellation of the booking has been automatically accepted.",
|
|
788
|
-
"str_papp_cbooking_seller_noti_title_seller_booking_cancel_deny": "Refuse the cancelation of the booking",
|
|
789
|
-
"str_papp_cbooking_seller_noti_desc_seller_booking_cancel_deny": "Request for the cancellation of the booking has been refused.",
|
|
790
|
-
"str_papp_cbooking_seller_alert_title_evt_create": "Register a consultation schedule",
|
|
791
|
-
"str_papp_cbooking_seller_alert_desc_evt_create": "A new consultation schedule has been registered.",
|
|
792
|
-
"str_papp_cbooking_seller_noti_title_evt_create": "Registration has been completed.",
|
|
793
|
-
"str_papp_cbooking_seller_noti_desc_evt_create": "Registration of a consultation schedule has been completed.",
|
|
794
|
-
"str_papp_cbooking_seller_noti_title_evt_update": "Revision has been completed",
|
|
795
|
-
"str_papp_cbooking_seller_noti_desc_evt_update": "Revision of the consultation schedule has been completed.",
|
|
796
|
-
"str_papp_cbooking_seller_noti_title_evt_delete": "Deletion has been completed",
|
|
797
|
-
"str_papp_cbooking_seller_noti_desc_evt_delete": "Deletion of the consultation schedule has been completed.",
|
|
798
|
-
"str_papp_cbooking_seller_alert_title_evt_refusal_rq": "Request the refusal of the consultation",
|
|
799
|
-
"str_papp_cbooking_seller_alert_desc_evt_refusal_rq": "{{subsNick}} has requested the refusal of the consultation.",
|
|
800
|
-
"str_papp_cbooking_seller_noti_title_evt_refusal_rq": "Request the refusal of the consultation",
|
|
801
|
-
"str_papp_cbooking_seller_noti_desc_evt_refusal_rq": "{{subsNick}} has requested the refusal of the consultation.",
|
|
802
|
-
"str_papp_cbooking_seller_alert_title_evt_refusal_acpt": "Accept the refusal",
|
|
803
|
-
"str_papp_cbooking_seller_alert_desc_evt_refusal_acpt": "Refusal of the consultation has been accepted.",
|
|
804
|
-
"str_papp_cbooking_seller_noti_title_evt_refusal_acpt": "Accept the refusal",
|
|
805
|
-
"str_papp_cbooking_seller_noti_desc_evt_refusal_acpt": "Refusal of the consultation has been accepted.",
|
|
806
|
-
"str_papp_cbooking_seller_alert_title_evt_refusal_deny": "Reject the refusal",
|
|
807
|
-
"str_papp_cbooking_seller_alert_desc_evt_refusal_deny": "Refusal of the consultation has been rejected.",
|
|
808
|
-
"str_papp_cbooking_seller_noti_title_evt_refusal_deny": "Reject the refusal",
|
|
809
|
-
"str_papp_cbooking_seller_noti_desc_evt_refusal_deny": "Refusal of the consultation has been rejected.",
|
|
810
|
-
"str_papp_cbooking_seller_alert_title_evt_refusal_deny_auto": "Automatically reject the refusal",
|
|
811
|
-
"str_papp_cbooking_seller_alert_desc_evt_refusal_deny_auto": "Request for the refusal of the consultation has been automatically refused as the response time had been expired.",
|
|
812
|
-
"str_papp_cbooking_seller_noti_title_evt_refusal_deny_auto": "Automatically reject the refusal",
|
|
813
|
-
"str_papp_cbooking_seller_noti_desc_evt_refusal_deny_auto": "Refusal of the consultation has been automatically rejected.",
|
|
814
|
-
"str_papp_cbooking_seller_alert_title_evt_refusal_complete": "Refusal has been completed.",
|
|
815
|
-
"str_papp_cbooking_seller_alert_desc_evt_refusal_complete": "The consultation has been refused.",
|
|
816
|
-
"str_papp_cbooking_seller_noti_title_evt_refusal_complete": "The refusal has been completed.",
|
|
817
|
-
"str_papp_cbooking_seller_noti_desc_evt_refusal_complete": "The consultation has been refused.",
|
|
818
|
-
"str_papp_cbooking_seller_history_evt_register": "Registration of a schedule has been completed.",
|
|
819
|
-
"str_papp_cbooking_seller_history_evt_re_register": "Re-registration of the schedule has been completed. (Booking has been canceled.)",
|
|
820
|
-
"str_papp_cbooking_seller_history_evt_early_complete": "The schedule hasn't been booked. (Ended)",
|
|
821
|
-
"str_papp_cbooking_seller_list_status_a": "The booking is pending.",
|
|
822
|
-
"str_papp_cbooking_seller_list_status_b": "Booked",
|
|
823
|
-
"str_papp_cbooking_seller_list_status_c": "The cancelation is pending.",
|
|
824
|
-
"str_papp_cbooking_seller_list_status_d": "In progress",
|
|
825
|
-
"str_papp_cbooking_seller_list_status_e": "The progress has been refused.",
|
|
826
|
-
"str_papp_cbooking_seller_list_status_f": "The schedule has been ended.",
|
|
827
|
-
"str_pg_title_all_channels": "List of All Channels",
|
|
828
|
-
"str_pg_title_revenue": "Revenue",
|
|
829
|
-
"str_pg_title_landing": "Seller Introduction Page",
|
|
830
|
-
"str_pg_title_seller_info": "Seller Information",
|
|
831
|
-
"str_pg_title_account_settings": "Account Settings",
|
|
832
|
-
"str_pg_title_developer_settings": "Developer Settings",
|
|
833
|
-
"str_etc": "Others",
|
|
834
|
-
"str_invalid_ban_code": "Invalid code",
|
|
835
|
-
"str_home": "Home",
|
|
836
|
-
"str_management": "Manage",
|
|
837
|
-
"str_settings": "Setup",
|
|
838
|
-
"str_payment_option_temporary_free": "Payment for the Free Period",
|
|
839
|
-
"str_353": "Subscribers of the channel can access to the channel for free for max 30 days. Select the expiration date below.",
|
|
840
|
-
"str_354": "Select the expiration period",
|
|
841
|
-
"str_papp_vod_seller_noti_title_vod_uploading": "Upload VOD",
|
|
842
|
-
"str_papp_vod_seller_noti_desc_vod_uploading_bulk": "Uploading all files โฆ",
|
|
843
|
-
"str_papp_vod_seller_noti_content_vod_uploading": "{{uploadPercentage}}% has been uploaded.",
|
|
844
|
-
"str_papp_vod_seller_noti_desc_vod_uploading_single": "Uploading files โฆ",
|
|
845
|
-
"str_duplicated_email": "This e-mail already exists. \n Check once again.",
|
|
846
|
-
"str_papp_cbooking_seller_noti_title_evt_start_soon": "Consultation time is impending",
|
|
847
|
-
"str_papp_cbooking_seller_noti_desc_evt_start_soon": "Consultation with {{subsNick}} will be started in 5 minutes.",
|
|
848
|
-
"str_papp_cbooking_seller_noti_title_evt_start": "The consultation has been started.",
|
|
849
|
-
"str_papp_cbooking_seller_noti_desc_evt_start": "Consultation with {{subsNick}} has been started.",
|
|
850
|
-
"str_pg_title_vod_posts": "Manage video ",
|
|
851
|
-
"str_pg_title_playlists": "Manage playlists ",
|
|
852
|
-
"str_pg_title_seller_usage": "Amount of Use",
|
|
853
|
-
"str_pg_title_seller_settings": "Setup",
|
|
854
|
-
"str_pg_title_seller_theme": "Theme and Appearance",
|
|
855
|
-
"str_356": "Add playlists",
|
|
856
|
-
"str_357": "Upload a video",
|
|
857
|
-
"str_select_file": "Select a file",
|
|
858
|
-
"str_359": "Upload a video",
|
|
859
|
-
"str_thumbnail": "Thumbnail",
|
|
860
|
-
"str_thumbnail_image": "Thumbnail Image",
|
|
861
|
-
"str_description": "Description",
|
|
862
|
-
"str_apply": "Apply",
|
|
863
|
-
"str_new_playlist": "New Playlist",
|
|
864
|
-
"str_back": "Go back",
|
|
865
|
-
"str_360": "Title of pApp for Display in the Menu",
|
|
866
|
-
"str_361": "Set a title of pApp to be displayed in the website or menu.\nFor example, it can be displayed as โWatching a Videoโ or โConsultingโ.",
|
|
867
|
-
"str_view_count": "View Count",
|
|
868
|
-
"str_362": "Making a payment of {{amount}} won",
|
|
869
|
-
"str_papp_vod_seller_noti_title_post_create": "Register a posting",
|
|
870
|
-
"str_papp_vod_seller_noti_desc_post_create": "VOD posting has been registered.",
|
|
871
|
-
"str_papp_vod_seller_noti_title_post_update": "Revise the posting",
|
|
872
|
-
"str_papp_vod_seller_noti_desc_post_update": "VOD posting has been revised.",
|
|
873
|
-
"str_papp_vod_seller_noti_title_post_delete": "Delete the posting",
|
|
874
|
-
"str_papp_vod_seller_noti_desc_post_delete": "VOD posting has been deleted.",
|
|
875
|
-
"str_publ_team": "publ team",
|
|
876
|
-
"str_368": "{{date}} {{time}}",
|
|
877
|
-
"str_374": "There is no posting that has been uploaded yet.",
|
|
878
|
-
"str_fm_view_count": "{{viewCount}} Time(s)",
|
|
879
|
-
"str_delete_alert_dialog": "Are you sure to delete?\n(It can't be restored after the deletion.)",
|
|
880
|
-
"str_375": "Upload a video by drag-and-drop",
|
|
881
|
-
"str_376": "Revise the title of the link",
|
|
882
|
-
"str_modify_link_step_1": "Revise the basic information",
|
|
883
|
-
"str_modify_link_step_2": "Revise the social sharing information",
|
|
884
|
-
"str_modify_link_step_3": "Revise the subscription product that has been added.",
|
|
885
|
-
"str_modify_link_step_4": "Revision of the link has been completed!",
|
|
886
|
-
"str_377": "Revise the link",
|
|
887
|
-
"str_378": "Please revise the social sharing information",
|
|
888
|
-
"str_379": "Replace the image",
|
|
889
|
-
"str_380": "Please revise the subscription product that has been added",
|
|
890
|
-
"str_381": "Revision of the link has been completed.",
|
|
891
|
-
"str_382": "The link has been revised! Now, the users can access your channel via publr.co/[{{customedURL}}] link.",
|
|
892
|
-
"str_383": "Revise the subscription product",
|
|
893
|
-
"str_384": "Please revise the basic information",
|
|
894
|
-
"str_modify_sp_step_1": "Revise the basic information",
|
|
895
|
-
"str_modify_sp_step_2": "Revise the price of the subscription product",
|
|
896
|
-
"str_modify_sp_step_3": "Revise the phrase to be displayed",
|
|
897
|
-
"str_388": "This part can't be revised.",
|
|
898
|
-
"str_389": "Revision of subscription product has been completed.",
|
|
899
|
-
"str_390": "The subscription product has been revised.\n If you link the subscription product to the link you possess, it is possible to start to sell the subscription product to the users.",
|
|
900
|
-
"str_pg_title_cbooking_manage_event": "Manage the schedule ",
|
|
901
|
-
"str_pg_title_cbooking_list_event": "List of Schedules",
|
|
902
|
-
"str_pg_title_cbooking_manage_ticket": "Manage the booking ticket ",
|
|
903
|
-
"str_fm_monday": "Monday",
|
|
904
|
-
"str_fm_tuesday": "Tuesday",
|
|
905
|
-
"str_fm_wednesday": "Wednesday",
|
|
906
|
-
"str_fm_thursday": "Thursday",
|
|
907
|
-
"str_fm_friday": "Friday",
|
|
908
|
-
"str_fm_saturday": "Saturday",
|
|
909
|
-
"str_fm_sunday": "Sunday",
|
|
910
|
-
"str_create_event": "Add a new schedule",
|
|
911
|
-
"str_391": "{{completed}} schedule(s) has been completed.",
|
|
912
|
-
"str_392": "Booking {{reserved}} / {{registered}}",
|
|
913
|
-
"str_393": "Month {{month}} Day {{day}}",
|
|
914
|
-
"str_394": "{{startTime}} ~ {{endTime}}",
|
|
915
|
-
"str_395": "({{subsNick}})",
|
|
916
|
-
"str_398": "Booking ticket(s) {{ticketRemain}} are remaining.",
|
|
917
|
-
"str_399": "Booking Request",
|
|
918
|
-
"str_reserv_info": "Booking Information",
|
|
919
|
-
"str_history_itself": "History",
|
|
920
|
-
"str_pg_title_scommunity_posts": "List of Postings",
|
|
921
|
-
"str_pg_title_scommunity_post_theme": "Theme and Appearance",
|
|
922
|
-
"str_pg_title_scommunity_post_usage": "Amount of Use",
|
|
923
|
-
"str_pg_title_scommunity_post_settings": "Setup",
|
|
924
|
-
"str_pg_title_scommunity_manage_label": "Manage $t(str_label)",
|
|
925
|
-
"str_400": "{{startTime}} ({{duration}} minute(s))",
|
|
926
|
-
"str_papp_cbooking_calendar_status_a": "The booking is pending.",
|
|
927
|
-
"str_papp_cbooking_calendar_status_b": "A schedule of ({{subsNick}}) is booked.",
|
|
928
|
-
"str_papp_cbooking_calendar_status_c": "Schedule has been completed. ({{subsNick}})",
|
|
929
|
-
"str_401": "Create a new posting",
|
|
930
|
-
"str_all": "All",
|
|
931
|
-
"str_scommunity_post": "Posting",
|
|
932
|
-
"str_402": "Writer",
|
|
933
|
-
"str_upload_date": "Date of the Upload",
|
|
934
|
-
"str_403": "There is no schedule that has been selected.",
|
|
935
|
-
"str_404": "Do you want to reject the request for the schedule refusal?",
|
|
936
|
-
"str_405": "Create a new $t(str_comment)",
|
|
937
|
-
"str_pg_title_scommunity_post_detail_info": "Detailed Information",
|
|
938
|
-
"str_pg_title_scommunity_comment_manage": "Manage $t(str_comment) ",
|
|
939
|
-
"str_406": "Title and Main Body",
|
|
940
|
-
"str_407": "There is no social posting $t(str_comment) that has been uploaded.",
|
|
941
|
-
"str_event_status": "Status",
|
|
942
|
-
"str_event_info": "Schedule Information",
|
|
943
|
-
"str_408": "Booking Person ",
|
|
944
|
-
"str_reserv_created_at": "Booking Date",
|
|
945
|
-
"str_409": "There is no schedule to be displayed.",
|
|
946
|
-
"str_410": "Maximum 5 images can be uploaded.",
|
|
947
|
-
"str_subs_nick_email": "{{subsNick}} ({{subsEmail}})",
|
|
948
|
-
"str_pg_title_cbooking_link_subs_product": "Set the regular grant",
|
|
949
|
-
"str_pg_title_cbooking_ticket_price": "Set the price",
|
|
950
|
-
"str_pg_title_cbooking_subs_ticket_manage": "Grant and Withdrawal",
|
|
951
|
-
"str_411": "Revise the posting information",
|
|
952
|
-
"str_412": "$t(str_label)",
|
|
953
|
-
"str_413": "Attach",
|
|
954
|
-
"str_414": "An image, video or YouTube link can be inserted. Only one of 3 can be added.",
|
|
955
|
-
"str_subs_product": "Subscription Product",
|
|
956
|
-
"str_415": "Quantity of Regular Grant",
|
|
957
|
-
"str_416": "There is no subscription product that has been created yet.",
|
|
958
|
-
"str_417": "Regular Grant of the Booking Ticket",
|
|
959
|
-
"str_418": "Subscribers who use this subscription product can regulary receive booking tickets every time they subscribe the channel as much as the quantity they have set.",
|
|
960
|
-
"str_419": "Ticket(s) are granted / When it is subscribed",
|
|
961
|
-
"str_pg_title_vod_comment_manage": "Manage $t(str_comment) ",
|
|
962
|
-
"str_420": "There is no VOD posting $t(str_comment) that has been uploaded yet.",
|
|
963
|
-
"str_pg_title_vod_post_detail_info": "Detailed Information",
|
|
964
|
-
"str_set_ticket_price": "Set the price of a booking ticket",
|
|
965
|
-
"str_421": "Price per 1 Booking Ticket",
|
|
966
|
-
"str_422": "Please set purchasing price per 1 booking ticket",
|
|
967
|
-
"str_423": "Enter only numbers",
|
|
968
|
-
"str_424": "Whether to disclose",
|
|
969
|
-
"str_425": "Final Update",
|
|
970
|
-
"str_426": "Number of Videos",
|
|
971
|
-
"str_427": "There is no playlist that has been uploaded yet.",
|
|
972
|
-
"str_428": "Possessed Booking Ticket",
|
|
973
|
-
"str_429": "There is no subscriber to be displayed.",
|
|
974
|
-
"str_430": "Min 2 characters and max 30 characters can be entered.",
|
|
975
|
-
"str_grant": "Grant ",
|
|
976
|
-
"str_withdrawal": "Withdrawal",
|
|
977
|
-
"str_431": "There is no booking ticket to be withdrawn.",
|
|
978
|
-
"str_432": "Grant of Booking Ticket(s)",
|
|
979
|
-
"str_433": "Withdrawal of Booking Ticket(s)",
|
|
980
|
-
"str_grant_amount": "Grant Amount ",
|
|
981
|
-
"str_withdrawal_amount": "Withdrawal Amount ",
|
|
982
|
-
"str_434": "Maximum 99 tickets can be granted at once.",
|
|
983
|
-
"str_435": "Maximum 99 tickets can be withdrawn at once. (However, the number of tickets that are withdrawn can't exceed the number of tickets that the subscriber possesses.)",
|
|
984
|
-
"str_436": "Number of Tickets(s) currently possessed: {{currAmount}} Ticket(s)",
|
|
985
|
-
"str_437": "Number of Tickets(s) possessed after the grant: {{resultAmount}} Ticket(s)",
|
|
986
|
-
"str_438": "Number of Tickets(s) possessed after the withdrawal: {{resultAmount}} Ticket(s)",
|
|
987
|
-
"str_activate_papp": "Activate pApp",
|
|
988
|
-
"str_441": "It $t(str_activate)s pApp. In order to display it to $t(str_subscriber), it must be $t(str_activate)d as mandatory.\nIf all contents to be displayed in pApp are uploaded and all settings are completed, switch the state to the state of $t(str_activate).\npApp that is configured as a default pApp canโt be $t(str_deactivate)d.",
|
|
989
|
-
"str_442": "* Even during the $t(str_deactivate), the data will not be deleted at all, but the fee will be charged according to the amount of the use.\nIf you plan not to use later on, remove pApp from the [$t(str_pg_title_installed_papps)] menu completely.",
|
|
990
|
-
"str_443": "Create a new posting",
|
|
991
|
-
"str_papp_cbooking_seller_alert_title_evt_start_soon": "Consultation time is impending.",
|
|
992
|
-
"str_papp_cbooking_seller_alert_desc_evt_start_soon": "{{subsNick}}, consultation will be started after 5 minutes. ",
|
|
993
|
-
"str_papp_cbooking_seller_alert_title_evt_start": "Start the consultation",
|
|
994
|
-
"str_papp_cbooking_seller_alert_desc_evt_start": "Consultation with {{subsNick}} has been started.",
|
|
995
|
-
"str_fm_min_to_start_a": "Before 1 minute",
|
|
996
|
-
"str_fm_min_to_start_b": "Before 2 minutes",
|
|
997
|
-
"str_fm_min_to_start_c": "Before 3 minutes",
|
|
998
|
-
"str_fm_min_to_start_d": "Before 5 minutes",
|
|
999
|
-
"str_fm_min_to_start_e": "Before 10 minutes",
|
|
1000
|
-
"str_set_init_date_per_week": "Set the starting day of a week",
|
|
1001
|
-
"str_444": "The first day of a week can be designated in a screen that displays weekly or monthly calendar.\nWhen changing the option, the same setting will be applied to the calendar screens of subscribers.",
|
|
1002
|
-
"str_set_evt_start_soon_alert_time": "Set the Notice for Impending Consultation Time",
|
|
1003
|
-
"str_445": "The reference time which notifies that the starting time of the consultation schedule booked by a subscriber is impending can be set.\n(For example, if set to 1 minute before, it will notify 1 minute before.)",
|
|
1004
|
-
"str_set_calendar_setting": "Set a calendar",
|
|
1005
|
-
"str_set_event_setting": "Set a schedule",
|
|
1006
|
-
"str_446": "Set a default theme of the pApp",
|
|
1007
|
-
"str_447": "Set a theme that is displayed to subscribers",
|
|
1008
|
-
"str_449": "Set the external appearance of the feed-type community pApp",
|
|
1009
|
-
"str_450": "Viewing Layout of the Posting List",
|
|
1010
|
-
"str_451": "Select a layout that will display postings",
|
|
1011
|
-
"str_452": "Enter a title of the pApp to use",
|
|
1012
|
-
"str_theme_light": "Light Theme",
|
|
1013
|
-
"str_theme_dark": "Dark Theme",
|
|
1014
|
-
"str_454": "Create a schedule to get the booking",
|
|
1015
|
-
"str_papp_cbooking_evt_duration_label": "Duration of the Consultation",
|
|
1016
|
-
"str_add": "Add",
|
|
1017
|
-
"str_455": "Select a starting date",
|
|
1018
|
-
"str_456": "It overlaps with some other schedule. Select either other date or other time.",
|
|
1019
|
-
"str_457": "Schedule that is before this point can't be created.",
|
|
1020
|
-
"str_set_post_setting": "Set the posting",
|
|
1021
|
-
"str_458": "Use posting $t(str_like)",
|
|
1022
|
-
"str_459": "Use posting $t(str_dislike)",
|
|
1023
|
-
"str_460": "Use posting $t(str_comment)",
|
|
1024
|
-
"str_461": "Subscribers can press posting $t(str_like).",
|
|
1025
|
-
"str_462": "Subscribers can press posting $t(str_dislike).",
|
|
1026
|
-
"str_463": "Subscribers can leave $t(str_comment) on the posting.",
|
|
1027
|
-
"str_pg_title_scommunity_post_detail": "Posting Details",
|
|
1028
|
-
"str_detail": "Details",
|
|
1029
|
-
"str_464": "Maximum 5 images can be attached.",
|
|
1030
|
-
"str_465": "Maximum 1 video can be attached.",
|
|
1031
|
-
"str_466": "Enter the posting contents. Min 2 characters and max 1024 characters can be entered.",
|
|
1032
|
-
"str_search_placeholder": "Searchโฆ",
|
|
1033
|
-
"str_467": "The quantity of the booking tickets to be granted regularly to the subscribers who have purchased the subscription product can be managed\nwhen it is subscribed (including new subscription and renewal)",
|
|
1034
|
-
"str_468": "{{amount}} Video(s)",
|
|
1035
|
-
"str_last_updated_at": "Last Revision Date",
|
|
1036
|
-
"str_469": "$t(str_last_updated_at) : {{lastUpdatedAt}}",
|
|
1037
|
-
"str_470": "Use posting $t(str_comment) $t(str_like)",
|
|
1038
|
-
"str_471": "Use posting $t(str_comment) $t(str_dislike)",
|
|
1039
|
-
"str_472": "Use posting $t(str_label)",
|
|
1040
|
-
"str_473": "Subscribers can press posting $t(str_comment) $t(str_like).",
|
|
1041
|
-
"str_474": "Subscribers can press posting $t(str_comment) $t(str_dislike).",
|
|
1042
|
-
"str_475": "Subscribers can register $t(str_label) on the posting.",
|
|
1043
|
-
"str_playlist_info": "Playlist Information",
|
|
1044
|
-
"str_add_vod_to_playlist": "Add a video",
|
|
1045
|
-
"str_476": "Title of the Playlist โฆ",
|
|
1046
|
-
"str_477": "Description of the Playlist โฆ",
|
|
1047
|
-
"str_pg_title_vod_post_detail": "Video Details",
|
|
1048
|
-
"str_479": "Preview the video",
|
|
1049
|
-
"str_480": "Enter the description",
|
|
1050
|
-
"str_481": "Min 2 characters and max 30 characters can be entered for the title.",
|
|
1051
|
-
"str_papp_vod_board_post_comment": "VOD Posting $t(str_comment) ",
|
|
1052
|
-
"str_482": "By checking the quantity of booking tickets that subscribers possess, \nbooking tickets can be additionally granted or withdrawn.",
|
|
1053
|
-
"str_vod_list": "List of Videos",
|
|
1054
|
-
"str_vod": "Video",
|
|
1055
|
-
"str_no_content_to_display": "There is no content to be displayed.",
|
|
1056
|
-
"str_483": "It is the schedule that hasn't been booked yet.",
|
|
1057
|
-
"str_484": "Do you want to activate this pApp?\nIf you activate the pApp, the subscribers can use functions of the pApp.",
|
|
1058
|
-
"str_activate": "Activate",
|
|
1059
|
-
"str_485": "Year {{year}} Month {{month}} Day {{day}}",
|
|
1060
|
-
"str_fm_quantity_ticket": "{{amount}} Ticket(s)",
|
|
1061
|
-
"str_pg_title_notice_posts": "Notice",
|
|
1062
|
-
"str_pg_title_notice_posts_theme": "Theme and Appearance",
|
|
1063
|
-
"str_pg_title_notice_posts_usage": "Amount of the Use",
|
|
1064
|
-
"str_pg_title_notice_posts_settings": "Setup",
|
|
1065
|
-
"str_setting_complete_dialog": "Setup has been completed.",
|
|
1066
|
-
"str_pg_title_notice_post_detail_info": "Detailed Information",
|
|
1067
|
-
"str_pg_title_notice_comment_manage": "Manage comments ",
|
|
1068
|
-
"str_486": "Enter the quantity to be granted in number",
|
|
1069
|
-
"str_487": "Enter the quantity to be granted to a subscriber in number",
|
|
1070
|
-
"str_488": "Enter the quantity to be withdrawn to a subscriber in number",
|
|
1071
|
-
"str_489": "There is no comment on the notice posting that has been uploaded yet.",
|
|
1072
|
-
"str_pg_title_papp_notice_create_post": "Create a posting",
|
|
1073
|
-
"str_490": "Please check out the title or contents of the posting again!",
|
|
1074
|
-
"str_pg_title_papp_notice_post_detail": "Posting Details",
|
|
1075
|
-
"str_491": "Revise the posting information",
|
|
1076
|
-
"str_pg_title_freeboard_posts": "Free Board",
|
|
1077
|
-
"str_pg_title_freeboard_posts_theme": "Theme and Appearance",
|
|
1078
|
-
"str_pg_title_freeboard_posts_usage": "Amount of the Use",
|
|
1079
|
-
"str_pg_title_freeboard_posts_settings": "Setup",
|
|
1080
|
-
"str_pg_title_freeboard_post_detail_info": "Detailed Information",
|
|
1081
|
-
"str_pg_title_freeboard_comment_manage": "Manage $t(str_comment) ",
|
|
1082
|
-
"str_freeboard_post": "Posting",
|
|
1083
|
-
"str_notice_post": "Posting",
|
|
1084
|
-
"str_492": "There is no posting that has been uploaded in the freeboard yet.",
|
|
1085
|
-
"str_pg_title_papp_freeboard_create_post": "Create a posting",
|
|
1086
|
-
"str_pg_title_papp_freeboard_post_detail": "Posting Details",
|
|
1087
|
-
"str_493": "Select a playlist",
|
|
1088
|
-
"str_edit_thumbnail": "Delete the representative image",
|
|
1089
|
-
"str_remove": "Remove",
|
|
1090
|
-
"str_494": "Do you want to remove this video from the playlist?\n(The video will not be deleted.)",
|
|
1091
|
-
"str_no_item_selected": "There is no item that has been selected.",
|
|
1092
|
-
"str_papp_cbooking_seller_list_status_g": "Not booked (End)",
|
|
1093
|
-
"str_495": "Subscribe",
|
|
1094
|
-
"str_496": "There is no subscriber yet.",
|
|
1095
|
-
"str_search": "Search",
|
|
1096
|
-
"str_pg_title_add_event": "Create a schedule",
|
|
1097
|
-
"str_pg_title_modify_event": "Revise the schedule",
|
|
1098
|
-
"str_papp_cbooking_add_event": "Add a schedule",
|
|
1099
|
-
"str_papp_cbooking_modify_event": "Revise the schedule",
|
|
1100
|
-
"str_modify": "Revise",
|
|
1101
|
-
"str_497": "Revise the date and time of the consultation schedule. \n(However, it can't be overlapped with other consultation schedule.)",
|
|
1102
|
-
"str_498": "Consultation schedule to be revised overlaps with the other schedule.",
|
|
1103
|
-
"str_pg_title_event_desc": "Detailed Booking Information",
|
|
1104
|
-
"str_papp_cbooking_seller_alert_title_ticket_grant": "Grant of Booking Ticket(s)",
|
|
1105
|
-
"str_papp_cbooking_seller_alert_desc_ticket_grant": "{{amount}} booking ticket(s) have been granted to {{subsNick}}.",
|
|
1106
|
-
"str_papp_cbooking_seller_noti_title_ticket_grant": "Grant of Booking Ticket(s)",
|
|
1107
|
-
"str_papp_cbooking_seller_noti_desc_ticket_grant": "Booking ticket(s) have been granted to the subscriber.",
|
|
1108
|
-
"str_papp_cbooking_seller_alert_title_ticket_withdrawal": "Withdrawal of Booking Ticket(s)",
|
|
1109
|
-
"str_papp_cbooking_seller_alert_desc_ticket_withdrawal": "{{amount}} booking ticket(s) have been withdrawn from {{subsNick}}.",
|
|
1110
|
-
"str_papp_cbooking_seller_noti_title_ticket_withdrawal": "Withdrawal of Booking Ticket(s)",
|
|
1111
|
-
"str_papp_cbooking_seller_noti_desc_ticket_withdrawal": "Booking ticket(s) has been withdrawn from the subscriber.",
|
|
1112
|
-
"str_pg_title_upload_video": "Upload a video",
|
|
1113
|
-
"str_pg_title_playlist_detail": "Playlist Details",
|
|
1114
|
-
"str_pam_vods_board": "Bulletin Board",
|
|
1115
|
-
"str_pam_vods_label": "$t(str_label)",
|
|
1116
|
-
"str_pam_vods_episode": "Episode Posting",
|
|
1117
|
-
"str_new_order_created": "New order has been received.",
|
|
1118
|
-
"str_subscription_refund_created": "A refund on the subscription order has occurred.",
|
|
1119
|
-
"str_channel_plan_payment_done": "Payment for the plan has been completed.",
|
|
1120
|
-
"str_channel_plan_change_done": "Change of the plan has been completed.",
|
|
1121
|
-
"str_pam_vods_like": "$t(str_like)",
|
|
1122
|
-
"str_pam_vods_dislike": "$t(str_dislike)",
|
|
1123
|
-
"str_pam_vods_series": "Series",
|
|
1124
|
-
"str_pam_vods_comment": "$t(str_comment)",
|
|
1125
|
-
"str_like": "Like",
|
|
1126
|
-
"str_dislike": "Dislike",
|
|
1127
|
-
"str_label": "Label",
|
|
1128
|
-
"str_comment": "Comment",
|
|
1129
|
-
"str_499": "Minimum 4 characters are required for the channel title.",
|
|
1130
|
-
"str_500": "Maximum 4000 characters can be entered.",
|
|
1131
|
-
"str_501": "Maximum 50 characters can be entered.",
|
|
1132
|
-
"str_502": "/ and ? can't be used.",
|
|
1133
|
-
"str_503": "Maximum 70 characters can be entered.",
|
|
1134
|
-
"str_504": "Maximum 160 characters can be entered.",
|
|
1135
|
-
"str_505": "Min 2 characters and max 40 characters can be entered.",
|
|
1136
|
-
"str_506": "Min 8 characters and max 30 characters can be entered.",
|
|
1137
|
-
"str_507": "At least 1 special character must be included.",
|
|
1138
|
-
"str_pg_title_posts": "List of Social Postings",
|
|
1139
|
-
"str_pg_title_post_detail": "Social Posting",
|
|
1140
|
-
"str_pg_title_notice_post_detail": "Notice Posting",
|
|
1141
|
-
"str_pg_title_freeboard_post_detail": "Free Board Posting",
|
|
1142
|
-
"str_papp_vod_alert_unsupported_quality": "It is a video with the resolution that is not allowed. (Max 1080p, 60fps can be uploaded.)",
|
|
1143
|
-
"str_papp_vod_alert_unsupported_format": "It is a video in the format that is not allowed. (A video in mp4, mov, mkv, m4v format can be uploaded.)",
|
|
1144
|
-
"str_papp_vod_alert_exceeded_upload_cnt": "Maximum 10 videos can be uploaded.",
|
|
1145
|
-
"str_contents_ratings_age": "Age Restrictions for Search",
|
|
1146
|
-
"str_508": "Maximum 30 characters can be entered for the title.",
|
|
1147
|
-
"str_509": "Maximum 2048 characters can be entered for the main body.",
|
|
1148
|
-
"str_510": "Maximum 30 characters can be entered.",
|
|
1149
|
-
"str_511": "Min of 5000 won and max of 1 million won can be entered.",
|
|
1150
|
-
"str_512": "Code for Banning by Force",
|
|
1151
|
-
"str_profile_default": "Default $t(str_profile)",
|
|
1152
|
-
"str_profile_channel": "Channel $t(str_profile)",
|
|
1153
|
-
"str_gender_man": "Male",
|
|
1154
|
-
"str_gender_woman": "Female",
|
|
1155
|
-
"str_gender_others": "Not selected",
|
|
1156
|
-
"str_lang_jp": "Japanese",
|
|
1157
|
-
"str_nation_gh": "Ghana",
|
|
1158
|
-
"str_nation_ga": "Gabon",
|
|
1159
|
-
"str_nation_gy": "Guyana",
|
|
1160
|
-
"str_nation_gm": "Gambia",
|
|
1161
|
-
"str_nation_gg": "Guernsey Is.",
|
|
1162
|
-
"str_nation_gp": "Guadeloupe Is.",
|
|
1163
|
-
"str_nation_gt": "Guatemala",
|
|
1164
|
-
"str_nation_gu": "Guam",
|
|
1165
|
-
"str_nation_gd": "Grenada",
|
|
1166
|
-
"str_nation_gr": "Greece",
|
|
1167
|
-
"str_nation_gl": "Greenland",
|
|
1168
|
-
"str_nation_gn": "Guinea",
|
|
1169
|
-
"str_nation_gw": "Guinea-Bissau",
|
|
1170
|
-
"str_nation_na": "Namibia",
|
|
1171
|
-
"str_nation_nr": "Nauru",
|
|
1172
|
-
"str_nation_ng": "Nigeria",
|
|
1173
|
-
"str_nation_aq": "South Pole",
|
|
1174
|
-
"str_nation_ss": "South Sudan",
|
|
1175
|
-
"str_nation_za": "South Africa",
|
|
1176
|
-
"str_nation_nl": "Netherlands",
|
|
1177
|
-
"str_nation_an": "Netherlands Antilles",
|
|
1178
|
-
"str_nation_np": "Nepal",
|
|
1179
|
-
"str_nation_no": "Norway",
|
|
1180
|
-
"str_nation_nf": "Norfolk Is.",
|
|
1181
|
-
"str_nation_nc": "New Caledonia",
|
|
1182
|
-
"str_nation_nz": "New Zealand",
|
|
1183
|
-
"str_nation_nu": "Niue Is.",
|
|
1184
|
-
"str_nation_ne": "Niger",
|
|
1185
|
-
"str_nation_ni": "Nicaragua",
|
|
1186
|
-
"str_nation_kr": "Republic of Korea",
|
|
1187
|
-
"str_nation_dk": "Denmark",
|
|
1188
|
-
"str_nation_do": "Dominican Rep",
|
|
1189
|
-
"str_nation_dm": "Commonwealth of Dominica",
|
|
1190
|
-
"str_nation_de": "Germany",
|
|
1191
|
-
"str_nation_tl": "East Timor",
|
|
1192
|
-
"str_nation_la": "Laos",
|
|
1193
|
-
"str_nation_lr": "Liberia",
|
|
1194
|
-
"str_nation_lv": "Latvia",
|
|
1195
|
-
"str_nation_ru": "Russia",
|
|
1196
|
-
"str_nation_lb": "Lebanon",
|
|
1197
|
-
"str_nation_ls": "Lesotho",
|
|
1198
|
-
"str_nation_re": "Reunion Is.",
|
|
1199
|
-
"str_nation_ro": "Rumania",
|
|
1200
|
-
"str_nation_lu": "Luxembourg",
|
|
1201
|
-
"str_nation_rw": "Rwanda",
|
|
1202
|
-
"str_nation_ly": "Libya",
|
|
1203
|
-
"str_nation_lt": "Lithuania",
|
|
1204
|
-
"str_nation_li": "Liechtenstein",
|
|
1205
|
-
"str_nation_mg": "Madagascar",
|
|
1206
|
-
"str_nation_mq": "Martinique",
|
|
1207
|
-
"str_nation_mh": "Marshall Is.",
|
|
1208
|
-
"str_nation_yt": "Mayotte",
|
|
1209
|
-
"str_nation_mo": "Macao",
|
|
1210
|
-
"str_nation_mk": "Northern Macedonia.",
|
|
1211
|
-
"str_nation_mw": "Malawi",
|
|
1212
|
-
"str_nation_my": "Malaysia",
|
|
1213
|
-
"str_nation_ml": "Mali",
|
|
1214
|
-
"str_nation_im": "The Isle of Man",
|
|
1215
|
-
"str_nation_mx": "Mexico",
|
|
1216
|
-
"str_nation_mc": "Monaco",
|
|
1217
|
-
"str_nation_ma": "Morocco",
|
|
1218
|
-
"str_nation_mu": "Mauritius",
|
|
1219
|
-
"str_nation_mr": "Mauritania",
|
|
1220
|
-
"str_nation_mz": "Mozambique",
|
|
1221
|
-
"str_nation_me": "Montenegro",
|
|
1222
|
-
"str_nation_ms": "Montserrat",
|
|
1223
|
-
"str_nation_md": "Moldova",
|
|
1224
|
-
"str_nation_mv": "Maldives",
|
|
1225
|
-
"str_nation_mt": "Malta",
|
|
1226
|
-
"str_nation_mn": "Mongolia",
|
|
1227
|
-
"str_nation_us": "USA",
|
|
1228
|
-
"str_nation_um": "United States Minor Outlying Islands",
|
|
1229
|
-
"str_nation_vi": "Virgin Is. (U.S.A)",
|
|
1230
|
-
"str_nation_mm": "Myanmar",
|
|
1231
|
-
"str_nation_fm": "Fs. of Micronesia",
|
|
1232
|
-
"str_nation_vu": "Vanuatu",
|
|
1233
|
-
"str_nation_bh": "Bahrain",
|
|
1234
|
-
"str_nation_bb": "Barbados",
|
|
1235
|
-
"str_nation_va": "Vatican City",
|
|
1236
|
-
"str_nation_bs": "Bahamas",
|
|
1237
|
-
"str_nation_bd": "Bangladesh",
|
|
1238
|
-
"str_nation_bm": "Bermuda Islands",
|
|
1239
|
-
"str_nation_bj": "Benin",
|
|
1240
|
-
"str_nation_ve": "Venezuela",
|
|
1241
|
-
"str_nation_vn": "Vietnam",
|
|
1242
|
-
"str_nation_be": "Belgium",
|
|
1243
|
-
"str_nation_by": "Belarus",
|
|
1244
|
-
"str_nation_bz": "Belize",
|
|
1245
|
-
"str_nation_bq": "Bonaire Island",
|
|
1246
|
-
"str_nation_ba": "Bosnia & Herzegovina",
|
|
1247
|
-
"str_nation_bw": "Botswana",
|
|
1248
|
-
"str_nation_bo": "Bolivia",
|
|
1249
|
-
"str_nation_bi": "Burundi",
|
|
1250
|
-
"str_nation_bf": "Burkina Faso",
|
|
1251
|
-
"str_nation_bv": "Bouvet Island",
|
|
1252
|
-
"str_nation_bt": "Bhutan",
|
|
1253
|
-
"str_nation_mp": "Northern Mariana Is.",
|
|
1254
|
-
"str_nation_bg": "Bulgaria",
|
|
1255
|
-
"str_nation_br": "Brazil",
|
|
1256
|
-
"str_nation_bn": "Brunei",
|
|
1257
|
-
"str_nation_ws": "Samoa",
|
|
1258
|
-
"str_nation_sa": "Saudi Arabia",
|
|
1259
|
-
"str_nation_gs": "South Georgia and the South Sandwich Islands",
|
|
1260
|
-
"str_nation_sm": "San Marino",
|
|
1261
|
-
"str_nation_st": "Sao Tome ve Principe",
|
|
1262
|
-
"str_nation_mf": "Saint-Martin",
|
|
1263
|
-
"str_nation_bl": "Saint Barthรฉlemy",
|
|
1264
|
-
"str_nation_pm": "Saint Pierre and Miquelon",
|
|
1265
|
-
"str_nation_eh": "Western Sahara",
|
|
1266
|
-
"str_nation_sn": "Senegal",
|
|
1267
|
-
"str_nation_rs": "Serbia",
|
|
1268
|
-
"str_nation_sc": "Seychelles",
|
|
1269
|
-
"str_nation_lc": "St. Lucia",
|
|
1270
|
-
"str_nation_vc": "Saint Vincent and the Grenadines",
|
|
1271
|
-
"str_nation_kn": "Saint Kitts and Nevis",
|
|
1272
|
-
"str_nation_sh": "St Helena",
|
|
1273
|
-
"str_nation_so": "Somalia",
|
|
1274
|
-
"str_nation_sb": "Solomon Island",
|
|
1275
|
-
"str_nation_sd": "Sudan",
|
|
1276
|
-
"str_nation_sr": "Surinam",
|
|
1277
|
-
"str_nation_lk": "SriLanka",
|
|
1278
|
-
"str_nation_sj": "Svalbard and Jan Mayen",
|
|
1279
|
-
"str_nation_se": "Sweden",
|
|
1280
|
-
"str_nation_ch": "Switzerland",
|
|
1281
|
-
"str_nation_es": "Spain",
|
|
1282
|
-
"str_nation_sk": "Slovakia",
|
|
1283
|
-
"str_nation_si": "Slovenia",
|
|
1284
|
-
"str_nation_sy": "Syria",
|
|
1285
|
-
"str_nation_sl": "Sierra Leone",
|
|
1286
|
-
"str_nation_sx": "Sint Maarten",
|
|
1287
|
-
"str_nation_sg": "Singapore",
|
|
1288
|
-
"str_nation_ae": "United Arab Emirates",
|
|
1289
|
-
"str_nation_aw": "Aruba",
|
|
1290
|
-
"str_nation_am": "Armenia",
|
|
1291
|
-
"str_nation_ar": "Argentina",
|
|
1292
|
-
"str_nation_as": "American Samoa",
|
|
1293
|
-
"str_nation_is": "Iceland",
|
|
1294
|
-
"str_nation_ht": "Haiti",
|
|
1295
|
-
"str_nation_ie": "Ireland",
|
|
1296
|
-
"str_nation_az": "Azerbaijan",
|
|
1297
|
-
"str_nation_af": "Afghanistan",
|
|
1298
|
-
"str_nation_ad": "Andorra",
|
|
1299
|
-
"str_nation_al": "Albania",
|
|
1300
|
-
"str_nation_dz": "Algeria",
|
|
1301
|
-
"str_nation_ao": "Angola",
|
|
1302
|
-
"str_nation_ag": "Antigua and Barbuda",
|
|
1303
|
-
"str_nation_ai": "Angola",
|
|
1304
|
-
"str_nation_er": "Eritrea",
|
|
1305
|
-
"str_nation_sz": "Eswatini",
|
|
1306
|
-
"str_nation_ee": "Estonia",
|
|
1307
|
-
"str_nation_ec": "Ecuador",
|
|
1308
|
-
"str_nation_et": "Ethiopia",
|
|
1309
|
-
"str_nation_sv": "El Salvador",
|
|
1310
|
-
"str_nation_gb": "U. K.",
|
|
1311
|
-
"str_nation_vg": "British Virgin Islands",
|
|
1312
|
-
"str_nation_io": "British Indian Ocean Territory",
|
|
1313
|
-
"str_nation_ye": "Yemen",
|
|
1314
|
-
"str_nation_om": "Oman",
|
|
1315
|
-
"str_nation_au": "Australia",
|
|
1316
|
-
"str_nation_at": "Austria",
|
|
1317
|
-
"str_nation_hn": "Honduras",
|
|
1318
|
-
"str_nation_ax": "Aland Islands",
|
|
1319
|
-
"str_nation_jo": "Jordan",
|
|
1320
|
-
"str_nation_ug": "Uganda",
|
|
1321
|
-
"str_nation_uy": "Uruguay",
|
|
1322
|
-
"str_nation_uz": "Uzbekistan",
|
|
1323
|
-
"str_nation_ua": "Ukraine",
|
|
1324
|
-
"str_nation_wf": "Wallis-et-Futuna",
|
|
1325
|
-
"str_nation_iq": "Iraq",
|
|
1326
|
-
"str_nation_ir": "Iran",
|
|
1327
|
-
"str_nation_il": "Israel",
|
|
1328
|
-
"str_nation_eg": "Egypt",
|
|
1329
|
-
"str_nation_it": "Italy",
|
|
1330
|
-
"str_nation_in": "India",
|
|
1331
|
-
"str_nation_id": "Indonesia",
|
|
1332
|
-
"str_nation_jp": "Japan",
|
|
1333
|
-
"str_nation_jm": "Jamaica",
|
|
1334
|
-
"str_nation_zm": "Zambia",
|
|
1335
|
-
"str_nation_je": "Jersey Is.",
|
|
1336
|
-
"str_nation_gq": "Equatorial Guinea ",
|
|
1337
|
-
"str_nation_kp": "Democratic People's Republic of Korea",
|
|
1338
|
-
"str_nation_ge": "Georgia",
|
|
1339
|
-
"str_nation_cn": "China",
|
|
1340
|
-
"str_nation_cf": "Central African Republic",
|
|
1341
|
-
"str_nation_dj": "Djibouti",
|
|
1342
|
-
"str_nation_gi": "Gibraltar",
|
|
1343
|
-
"str_nation_zw": "Zimbabwe",
|
|
1344
|
-
"str_nation_td": "Chad",
|
|
1345
|
-
"str_nation_cz": "Czech",
|
|
1346
|
-
"str_nation_cl": "Chile",
|
|
1347
|
-
"str_nation_cm": "Cameroon",
|
|
1348
|
-
"str_nation_cv": "Cape Verde",
|
|
1349
|
-
"str_nation_kz": "Kazakhstan",
|
|
1350
|
-
"str_nation_qa": "Qatar",
|
|
1351
|
-
"str_nation_kh": "Cambodia",
|
|
1352
|
-
"str_nation_ca": "Canada",
|
|
1353
|
-
"str_nation_ke": "Kenya",
|
|
1354
|
-
"str_nation_ky": "Cayman Is.",
|
|
1355
|
-
"str_nation_km": "Comoros",
|
|
1356
|
-
"str_nation_cr": "Costa Rica",
|
|
1357
|
-
"str_nation_cc": "Cocos Islands",
|
|
1358
|
-
"str_nation_ci": "Cote D'Ivoire",
|
|
1359
|
-
"str_nation_co": "Colombia",
|
|
1360
|
-
"str_nation_cg": "Republic of the Congo",
|
|
1361
|
-
"str_nation_cd": "Democratic Republic of Congo",
|
|
1362
|
-
"str_nation_cu": "Cuba",
|
|
1363
|
-
"str_nation_kw": "Kuwait",
|
|
1364
|
-
"str_nation_ck": "Cook Island",
|
|
1365
|
-
"str_nation_cw": "Curacao",
|
|
1366
|
-
"str_nation_hr": "Croatia",
|
|
1367
|
-
"str_nation_cx": "Christmas Island",
|
|
1368
|
-
"str_nation_kg": "Kyrgyzstan",
|
|
1369
|
-
"str_nation_ki": "Kiribati",
|
|
1370
|
-
"str_nation_cy": "Cyprus",
|
|
1371
|
-
"str_nation_tw": "Taiwan",
|
|
1372
|
-
"str_nation_tj": "Tajikistan",
|
|
1373
|
-
"str_nation_tz": "Tanzania",
|
|
1374
|
-
"str_nation_th": "Thailand",
|
|
1375
|
-
"str_nation_tc": "Turks and Caicos Is.",
|
|
1376
|
-
"str_nation_tr": "Turkey",
|
|
1377
|
-
"str_nation_tg": "Togo",
|
|
1378
|
-
"str_nation_tk": "Tokelau",
|
|
1379
|
-
"str_nation_to": "Tonga",
|
|
1380
|
-
"str_nation_tm": "Turkmenistan",
|
|
1381
|
-
"str_nation_tv": "Tuvalu",
|
|
1382
|
-
"str_nation_tn": "Tunisia",
|
|
1383
|
-
"str_nation_tt": "Trinidad and Tobago",
|
|
1384
|
-
"str_nation_pa": "Panama",
|
|
1385
|
-
"str_nation_py": "Paraguay",
|
|
1386
|
-
"str_nation_pk": "Pakistan",
|
|
1387
|
-
"str_nation_pg": "Papua New Guinea",
|
|
1388
|
-
"str_nation_pw": "Palau",
|
|
1389
|
-
"str_nation_ps": "Palestine",
|
|
1390
|
-
"str_nation_fo": "Faeroe Is.",
|
|
1391
|
-
"str_nation_pe": "Peru",
|
|
1392
|
-
"str_nation_pt": "Portugal",
|
|
1393
|
-
"str_nation_fk": "Falkland Islands",
|
|
1394
|
-
"str_nation_pl": "Poland",
|
|
1395
|
-
"str_nation_pr": "Puerto Rico",
|
|
1396
|
-
"str_nation_fr": "France",
|
|
1397
|
-
"str_nation_gf": "French Guiana",
|
|
1398
|
-
"str_nation_tf": "French Austral Lands and Seas",
|
|
1399
|
-
"str_nation_pf": "French Polynesia",
|
|
1400
|
-
"str_nation_fj": "Fiji",
|
|
1401
|
-
"str_nation_fi": "Finland",
|
|
1402
|
-
"str_nation_ph": "Philippines ",
|
|
1403
|
-
"str_nation_pn": "Pitcairn Islands",
|
|
1404
|
-
"str_nation_hm": "Heard and McDonald Islands",
|
|
1405
|
-
"str_nation_hu": "Hungary",
|
|
1406
|
-
"str_nation_hk": "Hong Kong",
|
|
1407
|
-
"str_verification_identity": "Self-authentication ",
|
|
1408
|
-
"str_verification_phone": "Phone Number Authentication ",
|
|
1409
|
-
"str_need_verify_identity": "This content requires $t(str_verification_identity).",
|
|
1410
|
-
"str_pam_vods_bookmark": "Series Bookmark",
|
|
1411
|
-
"str_pam_vod_service": "VOD Service pAM",
|
|
1412
|
-
"str_papp_vodp_id": "OTT Type VOD",
|
|
1413
|
-
"str_papp_vodp_name": "OTT Type VOD",
|
|
1414
|
-
"str_papp_vodp_board": "OTT Type VOD Board",
|
|
1415
|
-
"str_pam_community_service": "Community Service pAM",
|
|
1416
|
-
"str_pam_community_board": "Bulletin Board",
|
|
1417
|
-
"str_papp_vodp_episode": "Episode",
|
|
1418
|
-
"str_subs_nick_id": "{{subsNick}} ({{subsProfileId}})",
|
|
1419
|
-
"str_513": "{{startDate}}\n{{startTime}} ({{duration}} minute(s))",
|
|
1420
|
-
"str_papp_vodp_series": "Series",
|
|
1421
|
-
"str_514": "You can't press Like and Dislike at the same time.",
|
|
1422
|
-
"str_515": "Total number of characters can't exceed 2000 characters.",
|
|
1423
|
-
"str_title_and_desc": "Title and Contents",
|
|
1424
|
-
"str_restricted_age": "It is an inappropriate age to display this content.",
|
|
1425
|
-
"str_516": "Enter the price",
|
|
1426
|
-
"str_517": "Revenue Projection",
|
|
1427
|
-
"str_papp_vodp_series_bookmark": "Bookmark",
|
|
1428
|
-
"str_dlayout_section_banner_static": "Section Banner Layout",
|
|
1429
|
-
"str_dlayout_section_content_list": "Section Content List Layout",
|
|
1430
|
-
"str_dlayout_section_content_playing": "Section Content Continuous View Layout",
|
|
1431
|
-
"str_dlayout_section_banner_slide": "Section Slide Banner Layout",
|
|
1432
5
|
"str_dlayout_section": "Section",
|
|
1433
|
-
"
|
|
1434
|
-
"
|
|
1435
|
-
"str_518": "Continue to Watch",
|
|
1436
|
-
"str_519": "Guide to the Preliminary Documents for Individual Sellers",
|
|
1437
|
-
"str_520": "Guide to the Preliminary Documents for Business Sellers",
|
|
1438
|
-
"str_papp_cbooking_seller_history_evt_edit": "Revision of the schedule has been completed.",
|
|
1439
|
-
"str_create_channel_step_5": "Creation of a channel has been completed!",
|
|
1440
|
-
"str_521": "It is a nickname that is displayed in the channel. Min 2 characters and max 12 characters in Korean and English can be entered.",
|
|
1441
|
-
"str_522": "USA (+1)",
|
|
1442
|
-
"str_523": "Canada (+1)",
|
|
1443
|
-
"str_524": "Bahamas (+1 242)",
|
|
1444
|
-
"str_525": "Barbados (+1 246)",
|
|
1445
|
-
"str_526": "Angola (+1 264)",
|
|
1446
|
-
"str_527": "Antigua and Barbuda (+1 268)",
|
|
1447
|
-
"str_528": "British Virgin Islands (+1 284)",
|
|
1448
|
-
"str_529": "Virgin Is. (U.S.A) (+1 340)",
|
|
1449
|
-
"str_530": "Cayman Is. (+1 345)",
|
|
1450
|
-
"str_531": "Bermuda Islands (+1 441)",
|
|
1451
|
-
"str_532": "Grenada (+1 473)",
|
|
1452
|
-
"str_533": "Turks and Caicos Is. (+1 649)",
|
|
1453
|
-
"str_534": "Montserrat (+1 664)",
|
|
1454
|
-
"str_535": "Northern Mariana Is. (+1 670)",
|
|
1455
|
-
"str_536": "Guam (+1 671)",
|
|
1456
|
-
"str_537": "American Samoa (+1 684)",
|
|
1457
|
-
"str_538": "Sint Maarten (+1 721)",
|
|
1458
|
-
"str_539": "St. Lucia (+1 758)",
|
|
1459
|
-
"str_540": "Commonwealth of Dominica (+1 767)",
|
|
1460
|
-
"str_541": "Saint Vincent and the Grenadines (+1 784)",
|
|
1461
|
-
"str_542": "Puerto Rico (+1 787)",
|
|
1462
|
-
"str_543": "United States Minor Outlying Islands (+1 808)",
|
|
1463
|
-
"str_544": "USA (+1 808)",
|
|
1464
|
-
"str_545": "Dominican Rep. (+1 809)",
|
|
1465
|
-
"str_546": "Dominican Rep. (+1 829)",
|
|
1466
|
-
"str_547": "Dominican Rep. (+1 849)",
|
|
1467
|
-
"str_548": "Trinidad and Tobago (+1 868)",
|
|
1468
|
-
"str_549": "Saint Kitts and Nevis (+1 869)",
|
|
1469
|
-
"str_550": "Jamaica (+1 876)",
|
|
1470
|
-
"str_551": "Puerto Rico (+1 939)",
|
|
1471
|
-
"str_552": "Egypt (+20)",
|
|
1472
|
-
"str_553": "South Sudan (+211)",
|
|
1473
|
-
"str_554": "Morocco (+212)",
|
|
1474
|
-
"str_555": "Western Sahara (+212 28)",
|
|
1475
|
-
"str_556": "Algeria (+213)",
|
|
1476
|
-
"str_557": "Tunisia (+216)",
|
|
1477
|
-
"str_558": "Libya (+218)",
|
|
1478
|
-
"str_559": "Gambia (+220)",
|
|
1479
|
-
"str_560": "Senegal (+221)",
|
|
1480
|
-
"str_561": "Mauritania (+222)",
|
|
1481
|
-
"str_562": "Mali (+223)",
|
|
1482
|
-
"str_563": "Guinea (+224)",
|
|
1483
|
-
"str_564": "Cote D'Ivoire (+225)",
|
|
1484
|
-
"str_565": "Burkina Faso (+226)",
|
|
1485
|
-
"str_566": "Niger (+227)",
|
|
1486
|
-
"str_567": "Togo (+228)",
|
|
1487
|
-
"str_568": "Benin (+229)",
|
|
1488
|
-
"str_569": "Mauritius (+230)",
|
|
1489
|
-
"str_570": "Liberia (+231)",
|
|
1490
|
-
"str_571": "Sierra Leone (+232)",
|
|
1491
|
-
"str_572": "Ghana (+233)",
|
|
1492
|
-
"str_573": "Nigeria (+234)",
|
|
1493
|
-
"str_574": "Chad (+235)",
|
|
1494
|
-
"str_575": "Central African Republic (+236)",
|
|
1495
|
-
"str_576": "Cameroon (+237)",
|
|
1496
|
-
"str_577": "Cape Verde (+238)",
|
|
1497
|
-
"str_578": "Sao Tome ve Principe (+239)",
|
|
1498
|
-
"str_579": "Equatorial Guinea (+240)",
|
|
1499
|
-
"str_580": "Gabon (+241)",
|
|
1500
|
-
"str_581": "Republic of the Congo (+242)",
|
|
1501
|
-
"str_582": "Democratic Republic of Congo (+243)",
|
|
1502
|
-
"str_583": "Angola (+244)",
|
|
1503
|
-
"str_584": "Guinea-Bissau (+245)",
|
|
1504
|
-
"str_585": "British Indian Ocean Territory (+246)",
|
|
1505
|
-
"str_587": "Ascension (+247)",
|
|
1506
|
-
"str_588": "Seychelles (+248)",
|
|
1507
|
-
"str_589": "Sudan (+249)",
|
|
1508
|
-
"str_590": "Rwanda (+250)",
|
|
1509
|
-
"str_591": "Ethiopia (+251)",
|
|
1510
|
-
"str_592": "Somalia (+252)",
|
|
1511
|
-
"str_593": "Djibouti (+253)",
|
|
1512
|
-
"str_594": "Kenya (+254)",
|
|
1513
|
-
"str_595": "Tanzania (+255)",
|
|
1514
|
-
"str_596": "Zanzibar (+255 24)",
|
|
1515
|
-
"str_597": "Uganda (+256)",
|
|
1516
|
-
"str_598": "Burundi (+257)",
|
|
1517
|
-
"str_599": "Mozambique (+258)",
|
|
1518
|
-
"str_600": "Zambia (+260)",
|
|
1519
|
-
"str_601": "Madagascar (+261)",
|
|
1520
|
-
"str_602": "Reunion Is. (+262)",
|
|
1521
|
-
"str_603": "Mayotte (+262)",
|
|
1522
|
-
"str_604": "Zimbabwe (+263)",
|
|
1523
|
-
"str_605": "Namibia (+264)",
|
|
1524
|
-
"str_606": "Malawi (+265)",
|
|
1525
|
-
"str_607": "Lesotho (+266)",
|
|
1526
|
-
"str_608": "Botswana (+267)",
|
|
1527
|
-
"str_609": "Eswatini (+268)",
|
|
1528
|
-
"str_610": "Comoros (+269)",
|
|
1529
|
-
"str_611": "South Africa (+27)",
|
|
1530
|
-
"str_612": "St Helena (+290)",
|
|
1531
|
-
"str_613": "St Helena (+290 8)",
|
|
1532
|
-
"str_614": "Eritrea (+291)",
|
|
1533
|
-
"str_615": "Aruba (+297)",
|
|
1534
|
-
"str_616": "Faeroe Is. (+298)",
|
|
1535
|
-
"str_617": "Greenland (+299)",
|
|
1536
|
-
"str_618": "Greece (+30)",
|
|
1537
|
-
"str_619": "Netherlands (+31)",
|
|
1538
|
-
"str_620": "Belgium (+32)",
|
|
1539
|
-
"str_621": "France (+33)",
|
|
1540
|
-
"str_622": "French Austral Lands and Seas (+33)",
|
|
1541
|
-
"str_623": "Spain (+34)",
|
|
1542
|
-
"str_624": "Gibraltar (+350)",
|
|
1543
|
-
"str_625": "Portugal (+351)",
|
|
1544
|
-
"str_626": "Luxembourg (+352)",
|
|
1545
|
-
"str_627": "Ireland (+353)",
|
|
1546
|
-
"str_628": "Iceland (+354)",
|
|
1547
|
-
"str_629": "Albania (+355)",
|
|
1548
|
-
"str_630": "Malta (+356)",
|
|
1549
|
-
"str_631": "Cyprus (+357)",
|
|
1550
|
-
"str_632": "Finland (+358)",
|
|
1551
|
-
"str_633": "Aland Islands (+358 18)",
|
|
1552
|
-
"str_634": "Bulgaria (+359)",
|
|
1553
|
-
"str_635": "Hungary (+36)",
|
|
1554
|
-
"str_636": "Lithuania (+370)",
|
|
1555
|
-
"str_637": "Latvia (+371)",
|
|
1556
|
-
"str_638": "Estonia (+372)",
|
|
1557
|
-
"str_639": "Moldova (+373)",
|
|
1558
|
-
"str_640": "Armenia (+374)",
|
|
1559
|
-
"str_641": "Armenia (+374 47)",
|
|
1560
|
-
"str_642": "Belarus (+375)",
|
|
1561
|
-
"str_643": "Andorra (+376)",
|
|
1562
|
-
"str_644": "Monaco (+377)",
|
|
1563
|
-
"str_645": "San Marino (+378)",
|
|
1564
|
-
"str_646": "Vatican City (+379)",
|
|
1565
|
-
"str_647": "Ukraine (+380)",
|
|
1566
|
-
"str_648": "Serbia (+381)",
|
|
1567
|
-
"str_649": "Montenegro (+382)",
|
|
1568
|
-
"str_650": "Serbia (+383)",
|
|
1569
|
-
"str_651": "Croatia (+385)",
|
|
1570
|
-
"str_652": "Slovenia (+386)",
|
|
1571
|
-
"str_653": "Bosnia & Herzegovina (+387)",
|
|
1572
|
-
"str_654": "North Macedonia (+389)",
|
|
1573
|
-
"str_655": "Italy (+39)",
|
|
1574
|
-
"str_656": "Vatican City (+39 06)",
|
|
1575
|
-
"str_657": "Rumania (+40)",
|
|
1576
|
-
"str_658": "Switzerland (+41)",
|
|
1577
|
-
"str_659": "Czech (+420)",
|
|
1578
|
-
"str_660": "Slovakia (+421)",
|
|
1579
|
-
"str_661": "Liechtenstein (+423)",
|
|
1580
|
-
"str_662": "Austria (+43)",
|
|
1581
|
-
"str_663": "U. K. (+44)",
|
|
1582
|
-
"str_664": "Guernsey Is. (+44 1481)",
|
|
1583
|
-
"str_665": "Jersey Is. (+44 1534)",
|
|
1584
|
-
"str_666": "The Isle of Man (+44 1624)",
|
|
1585
|
-
"str_667": "Denmark (+45)",
|
|
1586
|
-
"str_668": "Sweden (+46)",
|
|
1587
|
-
"str_669": "Norway (+47)",
|
|
1588
|
-
"str_670": "Bouvet Island (+47)",
|
|
1589
|
-
"str_671": "Svalbard and Jan Mayen (+47)",
|
|
1590
|
-
"str_672": "Poland (+48)",
|
|
1591
|
-
"str_673": "Germany (+49)",
|
|
1592
|
-
"str_674": "Falkland Islands (+500)",
|
|
1593
|
-
"str_675": "Belize (+501)",
|
|
1594
|
-
"str_676": "Guatemala (+502)",
|
|
1595
|
-
"str_677": "El Salvador (+503)",
|
|
1596
|
-
"str_678": "Honduras (+504)",
|
|
1597
|
-
"str_679": "Nicaragua (+505)",
|
|
1598
|
-
"str_680": "Costa Rica (+506)",
|
|
1599
|
-
"str_681": "Panama (+507)",
|
|
1600
|
-
"str_682": "Saint Pierre and Miquelon (+508)",
|
|
1601
|
-
"str_683": "Haiti (+509)",
|
|
1602
|
-
"str_684": "Peru (+51)",
|
|
1603
|
-
"str_685": "Mexico (+52)",
|
|
1604
|
-
"str_686": "Cuba (+53)",
|
|
1605
|
-
"str_687": "Argentina (+54)",
|
|
1606
|
-
"str_688": "Brazil (+55)",
|
|
1607
|
-
"str_689": "Chile (+56)",
|
|
1608
|
-
"str_690": "Chile (+56 32)",
|
|
1609
|
-
"str_691": "Colombia (+57)",
|
|
1610
|
-
"str_692": "Venezuela (+58)",
|
|
1611
|
-
"str_693": "Guadeloupe Is. (+590)",
|
|
1612
|
-
"str_694": "Bolivia (+591)",
|
|
1613
|
-
"str_695": "Guyana (+592)",
|
|
1614
|
-
"str_696": "Ecuador (+593)",
|
|
1615
|
-
"str_697": "French Guiana (+594)",
|
|
1616
|
-
"str_698": "Paraguay (+595)",
|
|
1617
|
-
"str_699": "Martinique (+596)",
|
|
1618
|
-
"str_700": "Surinam (+597)",
|
|
1619
|
-
"str_701": "Uruguay (+598)",
|
|
1620
|
-
"str_702": "Netherlands Antilles (+599)",
|
|
1621
|
-
"str_703": "Netherlands Antilles (+599 3)",
|
|
1622
|
-
"str_704": "Netherlands Antilles (+599 4)",
|
|
1623
|
-
"str_705": "Netherlands Antilles (+599 7)",
|
|
1624
|
-
"str_706": "Netherlands Antilles (+599 9)",
|
|
1625
|
-
"str_707": "Malaysia (+60)",
|
|
1626
|
-
"str_708": "Heard and McDonald Islands (+61)",
|
|
1627
|
-
"str_709": "Australia (+61)",
|
|
1628
|
-
"str_710": "Heard and McDonald Islands (+61)",
|
|
1629
|
-
"str_711": "Cocos Islands (+61 89162)",
|
|
1630
|
-
"str_712": "Christmas Island (+61 89164)",
|
|
1631
|
-
"str_713": "Indonesia (+62)",
|
|
1632
|
-
"str_714": "Philippines (+63)",
|
|
1633
|
-
"str_715": "New Zealand (+64)",
|
|
1634
|
-
"str_716": "Pitcairn Islands (+649)",
|
|
1635
|
-
"str_717": "Singapore (+65)",
|
|
1636
|
-
"str_718": "Thailand (+66)",
|
|
1637
|
-
"str_719": "East Timor (+670)",
|
|
1638
|
-
"str_720": "South Pole (+672 1)",
|
|
1639
|
-
"str_721": "South Pole (+672 1)",
|
|
1640
|
-
"str_722": "Norfolk Is. (+672 3)",
|
|
1641
|
-
"str_723": "Brunei (+673)",
|
|
1642
|
-
"str_724": "Nauru (+674)",
|
|
1643
|
-
"str_725": "Papua New Guinea (+675)",
|
|
1644
|
-
"str_726": "Tonga (+676)",
|
|
1645
|
-
"str_727": "Solomon Island (+677)",
|
|
1646
|
-
"str_728": "Vanuatu (+678)",
|
|
1647
|
-
"str_729": "Fiji (+679)",
|
|
1648
|
-
"str_730": "Palau (+680)",
|
|
1649
|
-
"str_731": "Wallis-et-Futuna (+681)",
|
|
1650
|
-
"str_732": "Cook Island (+682)",
|
|
1651
|
-
"str_733": "Niue Is. (+683)",
|
|
1652
|
-
"str_734": "Samoa (+685)",
|
|
1653
|
-
"str_735": "Kiribati (+686)",
|
|
1654
|
-
"str_736": "New Caledonia (+687)",
|
|
1655
|
-
"str_737": "Tuvalu (+688)",
|
|
1656
|
-
"str_738": "French Polynesia (+689)",
|
|
1657
|
-
"str_739": "Tokelau (+690)",
|
|
1658
|
-
"str_740": "Fs. of Micronesia (+691)",
|
|
1659
|
-
"str_741": "Marshall Is. (+692)",
|
|
1660
|
-
"str_742": "Russia (+7)",
|
|
1661
|
-
"str_743": "Georgia (+7)",
|
|
1662
|
-
"str_744": "Kazakhstan (+7)",
|
|
1663
|
-
"str_745": "Japan (+81)",
|
|
1664
|
-
"str_746": "Republic of Korea (+82)",
|
|
1665
|
-
"str_747": "Vietnam (+84)",
|
|
1666
|
-
"str_748": "Democratic People's Republic of Korea (+850)",
|
|
1667
|
-
"str_749": "Hong Kong (+852)",
|
|
1668
|
-
"str_750": "Macao (+853)",
|
|
1669
|
-
"str_751": "Cambodia (+855)",
|
|
1670
|
-
"str_752": "Laos (+856)",
|
|
1671
|
-
"str_753": "China (+86)",
|
|
1672
|
-
"str_754": "Bangladesh (+880)",
|
|
1673
|
-
"str_755": "Taiwan (+886)",
|
|
1674
|
-
"str_756": "Turkey (+90)",
|
|
1675
|
-
"str_757": "Cyprus (+90 392)",
|
|
1676
|
-
"str_758": "India (+91)",
|
|
1677
|
-
"str_759": "Pakistan (+92)",
|
|
1678
|
-
"str_760": "Afghanistan (+93)",
|
|
1679
|
-
"str_761": "SriLanka (+94)",
|
|
1680
|
-
"str_762": "Myanmar (+95)",
|
|
1681
|
-
"str_763": "Maldives (+960)",
|
|
1682
|
-
"str_764": "Lebanon (+961)",
|
|
1683
|
-
"str_765": "Jordan (+962)",
|
|
1684
|
-
"str_766": "Syria (+963)",
|
|
1685
|
-
"str_767": "Iraq (+964)",
|
|
1686
|
-
"str_768": "Kuwait (+965)",
|
|
1687
|
-
"str_769": "Saudi Arabia (+966)",
|
|
1688
|
-
"str_770": "Yemen (+967)",
|
|
1689
|
-
"str_771": "Oman (+968)",
|
|
1690
|
-
"str_772": "Palestine (+970)",
|
|
1691
|
-
"str_773": "United Arab Emirates (+971)",
|
|
1692
|
-
"str_774": "Israel (+972)",
|
|
1693
|
-
"str_775": "Bahrain (+973)",
|
|
1694
|
-
"str_776": "Qatar (+974)",
|
|
1695
|
-
"str_777": "Bhutan (+975)",
|
|
1696
|
-
"str_778": "Mongolia (+976)",
|
|
1697
|
-
"str_779": "Nepal (+977)",
|
|
1698
|
-
"str_780": "Iran (+98)",
|
|
1699
|
-
"str_781": "Tajikistan (+992)",
|
|
1700
|
-
"str_782": "Turkmenistan (+993)",
|
|
1701
|
-
"str_783": "Azerbaijan (+994)",
|
|
1702
|
-
"str_784": "Georgia (+995)",
|
|
1703
|
-
"str_785": "Kyrgyzstan (+996)",
|
|
1704
|
-
"str_786": "Uzbekistan (+998)",
|
|
1705
|
-
"str_787": "Allocated for International Phone Number",
|
|
1706
|
-
"str_788": "Allocated for International Phone Number",
|
|
1707
|
-
"str_789": "Allocated for International Phone Number",
|
|
1708
|
-
"str_790": "Allocated for International Phone Number",
|
|
1709
|
-
"str_language_settings": "$t(str_language) $t(str_settings)",
|
|
1710
|
-
"str_deactivate": "Deactivate",
|
|
1711
|
-
"str_791": "Allocated for International Phone Number",
|
|
1712
|
-
"str_update_profile_info": "Revise the profile information",
|
|
1713
|
-
"str_792": "Allocated for International Phone Number",
|
|
1714
|
-
"str_793": "Allocated for International Phone Number",
|
|
1715
|
-
"str_798": "Allocated for International Phone Number",
|
|
1716
|
-
"str_799": "Allocated for International Phone Number",
|
|
1717
|
-
"str_pam_community_post": "Posting",
|
|
1718
|
-
"str_800": "Allocated for International Phone Number",
|
|
1719
|
-
"str_801": "Allocated for International Phone Number",
|
|
1720
|
-
"str_802": "Allocated for International Phone Number",
|
|
1721
|
-
"str_803": "Allocated for International Phone Number",
|
|
1722
|
-
"str_create_subs_product_step_5": "Creation of a subscription product has been completed!",
|
|
1723
|
-
"str_modify_sp_step_4": "Revision of the subscription product has been completed!",
|
|
1724
|
-
"str_pam_community_series": "Series",
|
|
1725
|
-
"str_804": "Allocated for International Phone Number",
|
|
1726
|
-
"str_805": "Allocated for International Phone Number",
|
|
1727
|
-
"str_806": "Allocated for International Phone Number",
|
|
1728
|
-
"str_807": "Allocated for International Phone Number",
|
|
1729
|
-
"str_808": "Allocated for International Phone Number",
|
|
1730
|
-
"str_809": "Allocated for International Phone Number",
|
|
1731
|
-
"str_810": "Allocated for International Phone Number",
|
|
1732
|
-
"str_811": "Allocated for International Phone Number",
|
|
1733
|
-
"str_812": "Allocated for International Phone Number",
|
|
1734
|
-
"str_813": "Allocated for International Phone Number",
|
|
1735
|
-
"str_814": "Allocated for International Phone Number",
|
|
1736
|
-
"str_815": "Allocated for International Phone Number",
|
|
1737
|
-
"str_816": "Allocated for International Phone Number",
|
|
1738
|
-
"str_817": "Allocated for International Phone Number",
|
|
1739
|
-
"str_818": "Allocated for International Phone Number",
|
|
1740
|
-
"str_819": "Allocated for International Phone Number",
|
|
1741
|
-
"str_820": "Allocated for International Phone Number",
|
|
1742
|
-
"str_821": "Allocated for International Phone Number",
|
|
1743
|
-
"str_822": "Allocated for International Phone Number",
|
|
1744
|
-
"str_823": "Allocated for International Phone Number",
|
|
1745
|
-
"str_824": "Allocated for International Phone Number",
|
|
1746
|
-
"str_825": "Allocated for International Phone Number",
|
|
1747
|
-
"str_826": "Allocated for International Phone Number",
|
|
1748
|
-
"str_827": "Allocated for International Phone Number",
|
|
1749
|
-
"str_828": "Allocated for International Phone Number",
|
|
1750
|
-
"str_829": "Allocated for International Phone Number",
|
|
1751
|
-
"str_830": "Allocated for International Phone Number",
|
|
1752
|
-
"str_831": "Allocated for International Phone Number",
|
|
1753
|
-
"str_832": "Allocated for International Phone Number",
|
|
1754
|
-
"str_833": "Allocated for International Phone Number",
|
|
1755
|
-
"str_834": "Allocated for International Phone Number",
|
|
1756
|
-
"str_835": "Allocated for International Phone Number",
|
|
1757
|
-
"str_836": "Allocated for International Phone Number",
|
|
1758
|
-
"str_837": "Allocated for International Phone Number",
|
|
1759
|
-
"str_838": "Allocated for International Phone Number",
|
|
1760
|
-
"str_839": "Allocated for International Phone Number",
|
|
1761
|
-
"str_840": "Allocated for International Phone Number",
|
|
1762
|
-
"str_841": "Allocated for International Phone Number",
|
|
1763
|
-
"str_842": "Allocated for International Phone Number",
|
|
1764
|
-
"str_843": "Allocated for International Phone Number",
|
|
1765
|
-
"str_844": "Allocated for International Phone Number",
|
|
1766
|
-
"str_845": "Allocated for International Phone Number",
|
|
1767
|
-
"str_846": "Allocated for International Phone Number",
|
|
1768
|
-
"str_847": "Allocated for International Phone Number",
|
|
1769
|
-
"str_848": "Allocated for International Phone Number",
|
|
1770
|
-
"str_849": "Allocated for International Phone Number",
|
|
1771
|
-
"str_850": "Allocated for International Phone Number",
|
|
1772
|
-
"str_851": "When subscription fee is โฉ{{price}} \nper one subscriber",
|
|
1773
|
-
"str_852": "Expected revenue per one subscriber: โฉ{{price}}",
|
|
1774
|
-
"str_853": "Set reference currency",
|
|
1775
|
-
"str_854": "Set the currency that becomes the reference in all situations of the payment processes in the channel",
|
|
1776
|
-
"str_856": "A video that is less than 1 minute long and has the size of max 30mb can be uploaded.",
|
|
1777
|
-
"str_857": "Min 2 characters and max 800 characters can be entered for the comment.",
|
|
1778
|
-
"str_858": "Fee for Using pApp",
|
|
1779
|
-
"str_859": "View more",
|
|
1780
|
-
"str_860": "Subscription Product Information",
|
|
1781
|
-
"str_861": "Please revise the price",
|
|
1782
|
-
"str_862": "Based on the current number of subscribers which is {{quantity}}",
|
|
1783
|
-
"str_863": "Total projected revenue: โฉ{{amount}}",
|
|
1784
|
-
"str_864": "Ticket(s) has been purchased",
|
|
1785
|
-
"str_starter": "Starter",
|
|
1786
|
-
"str_basic": "Basic",
|
|
1787
|
-
"str_pro": "Pro",
|
|
1788
|
-
"str_members": "Members",
|
|
1789
|
-
"str_plus": "Plus, Plus X",
|
|
1790
|
-
"str_865": "Application that can be used simultaneously",
|
|
1791
|
-
"str_866": "Restriction on Channel Subscribers ",
|
|
1792
|
-
"str_867": "Service Charge",
|
|
1793
|
-
"str_868": "Functions",
|
|
1794
|
-
"str_869": "Optional Service (Charged)",
|
|
1795
|
-
"str_870": "Remarks",
|
|
1796
|
-
"str_871": "{{quantity}} Ticket(s)",
|
|
1797
|
-
"str_872": "Within max {{number}} persons",
|
|
1798
|
-
"str_873": "Korea: {{percentage}}% of total sales amount including PG fee\nOverseas: {{foreignPercentage}}% of total sales amount including PG fee",
|
|
1799
|
-
"str_874": "Separately charged according to the amount of the use",
|
|
1800
|
-
"str_875": "1:1 technical support ticket\nLive commerce can be used even without seller's own shopping mall (publ store).",
|
|
1801
|
-
"str_876": "1:1 technical support ticket\nLive commerce can be used even without seller's own shopping mall (publ store).\nLanding page can be established using an OpenAPI.",
|
|
1802
|
-
"str_877": "{{price}} Won per Month",
|
|
1803
|
-
"str_878": "Free Monthly Fee",
|
|
1804
|
-
"str_879": "- Charged business can be offered through a desktop, mobile web and App.\n- One-time payment and regular payment methods can be used.\n- Q&A forum can be used.\n- One default access link and one additional link can be used.\n- 95% level of reliability on the SLA operation time is guaranteed, and compensation for the failure is offered.",
|
|
1805
|
-
"str_880": "- All functions of Basic can be used.\n- Custom domain mapping can be used.\n- Qualification verification of the channel manager can be used.\n- One default access link and 5 additional links can be used.\n- OpenAPI can be used.\n- 95% level of reliability on the SLA operation time is guaranteed, and compensation for the failure is offered.",
|
|
1806
|
-
"str_881": "- Charged business can be offered through a desktop, mobile web and App.\n- One-time payment and regular payment methods can be used.\n- The business can be started immediately without a business registration.\n- Q&A forum can be used.\n- One default access link and 2 additional links can be used.\n- 95% level of reliability on the SLA operation time is guaranteed, and compensation for the failure is offered.",
|
|
1807
|
-
"str_882": "- All functions of Pro can be used.\n- 95% level of reliability on the SLA operation time is guaranteed, and compensation for the failure is offered.\n- OpenAPI limit is raised.",
|
|
1808
|
-
"str_883": "1 publ Store is a store that is operated and managed by publ Team on its own, which acts as an agent of performing the product management and the order management.",
|
|
1809
|
-
"str_884": "",
|
|
1810
|
-
"str_885": "1. Total 20 can be installed, and the limit can be cleared if it is requested to publ Team.\n2.The publ service can used with a domain that is separately purchased.\n3. An administrator account that can access to the channel can be created and managed.\n4. publ Store is a store that is operated and managed by publ Team on its own, which acts as an agent of performing the product management and the order management.",
|
|
1811
|
-
"str_886": "1. Total 20 can be installed, and the limit can be cleared if it is requested to publ Team.\n2.Payment will be settled through a service contract and a subcontract with the company, and if the business doesnโt get started within a certain period of time (14 days to 30 days), the channel may be deleted.\n3. publ Store is a store that is operated and managed by publ Team on its own, which acts as an agent of performing the product management and the order management.",
|
|
1812
|
-
"str_887": "1. Total 20 can be installed, and the limit can be cleared if it is requested to publ Team.\n2. It is a branded mobile App that can be independently introduced in the store by cloning standard publ native App.\n3. pApp that can only be used by the customer has been developed and offered. It canโt be used by the third party.",
|
|
1813
|
-
"str_papp_vodp_btn_home": "Home",
|
|
1814
|
-
"str_papp_vodp_btn_series": "Series",
|
|
1815
|
-
"str_papp_vodp_btn_series_bookmark": "List of My Bookmarks",
|
|
1816
|
-
"str_890": "Min 2 characters and max 2048 characters can be entered for the content.",
|
|
1817
|
-
"str_891": "Min 2 characters and max 8 characters can be entered for the display title. (blanks and special characters are not allowed)",
|
|
1818
|
-
"str_892": "File of 2MB or less can be uploaded for an image.",
|
|
1819
|
-
"str_893": "YouTube URL you have entered is invalid. Check the URL.",
|
|
1820
|
-
"str_894": "Select a plan",
|
|
1821
|
-
"str_895": "Inquire to Sales Team separately",
|
|
1822
|
-
"str_896": "Plan for Personal Tutoring or Simple Business",
|
|
1823
|
-
"str_897": "Plan for Small Business",
|
|
1824
|
-
"str_898": "Special Program targeting Individual/Influencer",
|
|
1825
|
-
"str_899": "Plan for Large Business",
|
|
1826
|
-
"str_900": "Buy now",
|
|
1827
|
-
"str_901": "Current Payment Plan",
|
|
1828
|
-
"str_902": "Inquire to Sales Team",
|
|
1829
|
-
"str_all_products": "All Products",
|
|
1830
|
-
"str_903": "Unlimited",
|
|
1831
|
-
"str_play": "Play",
|
|
1832
|
-
"str_904": "Enter a phrase to be displayed",
|
|
1833
|
-
"str_905": "Enter a title for the subscription product",
|
|
1834
|
-
"str_908": "Putting a bookmark",
|
|
1835
|
-
"str_909": "{{seriesVodCnt}} in Total",
|
|
1836
|
-
"str_910": "The schedule can't be deleted.\n(It is the schedule booked by other subscriber.)",
|
|
1837
|
-
"str_911": "Registration of the schedule has been completed.",
|
|
1838
|
-
"str_912": "Change of the schedule has been completed.",
|
|
1839
|
-
"str_913": "Video that is 2 hours long in maximum can be uploaded.",
|
|
1840
|
-
"str_914": "Video of maximum 5GB can be uploaded.",
|
|
1841
|
-
"str_915": "Thumbnail image of maximum 500KB can be uploaded.",
|
|
1842
|
-
"str_917": "Do you want to change your thumbnail image?\nThe thumbnail image will be immediately changed and shown to subscribers.",
|
|
1843
|
-
"str_err_920": "TEST ERROR CODE",
|
|
1844
|
-
"str_922": "{{restrictedAge}} Years Old",
|
|
1845
|
-
"str_923": "This episode can only be seen by viewers who are {{restrictedAge}} years old or older.",
|
|
1846
|
-
"str_924": "Since it includes an episode that is not appropriate for viewers under {{restrictedAge}} years old, it will skip to the next episode.",
|
|
1847
|
-
"str_ask_verify_identity": "Do you want to move to $t(str_need_verify_identity) $t(str_verfication_identity) screen?",
|
|
1848
|
-
"str_err_925": "A temporary error has occurred. Refresh or retry a moment later.",
|
|
1849
|
-
"str_err_926": "A temporary error has occurred. Check the content once again.",
|
|
1850
|
-
"str_pay_method": "Payment Method",
|
|
1851
|
-
"str_pay_payments": "Checkout",
|
|
1852
|
-
"str_pay_929": "I have checked the checkout info above",
|
|
1853
|
-
"str_pay_930": "I accept publ's Terms of Services",
|
|
1854
|
-
"str_pay_931": "I accept publ's Privacy Policy",
|
|
1855
|
-
"str_pay_discount": "Discount",
|
|
1856
|
-
"str_pay_method_credit_kr": "Credit Card (Local)",
|
|
1857
|
-
"str_pay_method_paypal": "PayPalโข๏ธ",
|
|
1858
|
-
"str_pay_pay": "Purchase",
|
|
1859
|
-
"str_pay_include_vat": "*VAT included price (including Duties)",
|
|
1860
|
-
"str_pay_type_subscription": "Regular Payment",
|
|
1861
|
-
"str_pay_type_instant": "One-time Payment",
|
|
1862
|
-
"str_pay_currency": "Payment Currency",
|
|
1863
|
-
"str_pay_method_credit_global": "Credit Card (Overseas)",
|
|
1864
|
-
"str_pay_type": "Payment Method",
|
|
1865
|
-
"str_pay_startdate": "Date that the payment starts",
|
|
1866
|
-
"str_pay_agreements": "Agree to the terms and conditions",
|
|
1867
|
-
"str_pay_view": "View",
|
|
1868
|
-
"str_pay_amount": "Payment Amount",
|
|
1869
|
-
"str_papp_vodp_category": "Category",
|
|
1870
|
-
"str_933": "Enter $t(str_papp_vodp_series) title",
|
|
1871
|
-
"str_934": "Min 2 characters and max 12 characters can be entered.",
|
|
1872
|
-
"str_935": "Account",
|
|
1873
|
-
"str_936": "Self-authentication (Adult autentication)",
|
|
1874
|
-
"str_papp_cbooking_seller_alert_desc_subs_booking_cancel_acpt_auto": "As the response time is expired, the request to cancel the booking by the seller has been automatically accepted.",
|
|
1875
|
-
"str_papp_cbooking_seller_noti_desc_subs_booking_cancel_acpt_auto": "Request to cancel the booking has been automatically accepted.",
|
|
1876
|
-
"str_937": "Putting a bookmark has been completed.",
|
|
1877
|
-
"str_938": "Select a language to use",
|
|
1878
|
-
"str_papp_vodp_subtitle": "Subtitle",
|
|
1879
|
-
"str_papp_vodp_resolution": "Resolution",
|
|
1880
|
-
"str_err_942": "It is a schedule that has already been booked by other subscriber. Select some other schedule.({{errCode}})",
|
|
1881
|
-
"str_err_943": "It is a schedule that has been deleted by the seller. Select some other schedule.({{errCode}})",
|
|
1882
|
-
"str_err_944": "It is a schedule that has been changed by the seller. Select some other schedule.({{errCode}})",
|
|
1883
|
-
"str_err_945": "You have insufficient number of booking tickets. Refill the booking tickets.({{errCode}})",
|
|
1884
|
-
"str_946": "Meet a lot more $t(str_papp_vodp_series)!",
|
|
1885
|
-
"str_papp_vodp_series_more": "View more $t(str_papp_vodp_series)",
|
|
1886
|
-
"str_err_947": "It is the $t(str_papp_vodp_series) that has been deleted by the seller. Select some other $t(str_papp_vodp_series).({{errCode}})",
|
|
1887
|
-
"str_err_948": "It is $t(str_papp_vodp_series) that has been turned private by the seller. Select some other $t(str_papp_vodp_series).({{errCode}})",
|
|
1888
|
-
"str_papp_vodp_search_no_results_found": "There is no search result.\nEnter the title of other $t(str_papp_vodp_series).",
|
|
1889
|
-
"str_949": "There is no $t(str_papp_vodp_series) to be displayed.",
|
|
1890
|
-
"str_err_950": "It is a category that has been deleted by the seller. Select some other category.({{errCode}})",
|
|
1891
|
-
"str_951": "There is no $t(str_papp_vodp_series) that hasnโt been bookmarked yet.\nTry adding $t(str_papp_vodp_series) you want to watch or your favorite $t(str_papp_vodp_series).",
|
|
1892
|
-
"str_952": "The contents can be used after the $t(str_verfication_identity).",
|
|
1893
|
-
"str_papp_vodp_episode_private": "Private Contents",
|
|
1894
|
-
"str_papp_freeboard": "Free Board",
|
|
1895
|
-
"str_papp_freeboard_board": "Free Board",
|
|
1896
|
-
"str_papp_notice_board": "Notice",
|
|
1897
|
-
"str_papp_freeboard_post": "Posting",
|
|
1898
|
-
"str_papp_notice_post": "Posting",
|
|
1899
|
-
"str_954": "There is no content to be displayed.",
|
|
1900
|
-
"str_err_955": "It is a content that has been deleted by the seller. Select some other content.({{errCode}})",
|
|
1901
|
-
"str_papp_vodp_play_setting": "Set up playing",
|
|
1902
|
-
"str_papp_vodp_subtitle_off": "None",
|
|
1903
|
-
"str_956": "{{percentage}}%",
|
|
1904
|
-
"str_957": "Browse $t(str_papp_vodp_series) ",
|
|
1905
|
-
"str_958": "The content canโt be displayed due to the age restriction. If you want to watch some other contents in the relevant $t(str_papp_vodp_series), click the Go Back button, and if you want to watch some other $t(str_papp_vodp_series), click the [$t(str_957)] button.",
|
|
1906
|
-
"str_959": "It is a content that has been undisclosed by the seller. Select some other content.",
|
|
1907
|
-
"str_960": "After performing self-authentication by clicking the [$t(str_verfication_identity)] button, refresh the page and access the page once again.",
|
|
1908
|
-
"str_961": "(Files in mp4, mov, mkv or m4v format can be uploaded.)",
|
|
1909
|
-
"str_papp_vodp_resolution_standard": "Standard Resolution",
|
|
1910
|
-
"str_papp_vodp_resolution_1080p": "1080p",
|
|
1911
|
-
"str_papp_vodp_resolution_1080p60": "1080p60",
|
|
1912
|
-
"str_papp_vodp_resolution_720p": "720p",
|
|
1913
|
-
"str_papp_vodp_resolution_720p60": "720p60",
|
|
1914
|
-
"str_help_box": "Help Window",
|
|
1915
|
-
"str_err_962": "Min 2 characters and max 200 characters can be entered for the title.",
|
|
1916
|
-
"str_err_963": "Min 2 characters and max 2048 characters can be entered for the content.",
|
|
1917
|
-
"str_err_964": "For the thumbnail image, maximum 100MB can be uploaded.({{errCode}})",
|
|
1918
|
-
"str_err_965": "A video that is at least 713x179px and 20fps can be uploaded, and max 4:1 ratio and 1080p can be uploaded.",
|
|
1919
|
-
"str_err_966": "Maximum 10 videos can be uploaded.({{errCode}})",
|
|
1920
|
-
"str_err_967": "Video that is 5 hours long in maximum can be uploaded.({{errCode}})",
|
|
1921
|
-
"str_err_968": "Video of maximum 50GB can be uploaded.",
|
|
1922
|
-
"str_err_969": "Videos in mp4, mov and mkv formats can be uploded.",
|
|
1923
|
-
"str_err_970": "Korean and English can be entered for the title.",
|
|
1924
|
-
"str_971": "Create a playlist first.",
|
|
1925
|
-
"str_err_972": "It is a playlist that has been deleted by the seller. Select some other playlist.({{errCode}})",
|
|
1926
|
-
"str_err_973": "It is a playlist that has been undisclosed by the seller. Select some other playlist.({{errCode}})",
|
|
1927
|
-
"str_err_974": "It is a posting that has been deleted by the seller. Select some other posting.({{errCode}})",
|
|
1928
|
-
"str_err_975": "It overlaps with the other schedule. Select some other date or time zone.({errCode}})",
|
|
1929
|
-
"str_err_976": "The schedule in the time before now can't be created.({errCode}})",
|
|
1930
|
-
"str_err_978": "If you want to create an additional channel, contact publ Operation Team for an inquiry. (Limited to 3 channels)",
|
|
1931
|
-
"str_err_980": "Min 2 characters and max 8 characters can be entered for the display title.",
|
|
1932
|
-
"str_err_982": "Enter the display title without special characters.",
|
|
1933
|
-
"str_983": "Do you want to deactivate this pApp?\nIf you deactivate the pApp, subscribers can't use functions of the pApp.",
|
|
1934
|
-
"str_deactivate_papp": "Deactivate pApp",
|
|
1935
|
-
"str_err_984": "Min 2 characters and max 800 characters can be entered for the comment.",
|
|
1936
|
-
"str_err_985": "It is the posting that has been undisclosed by the seller. Select some other posting. ({{errCode}})",
|
|
1937
|
-
"str_public_alert_dialog": "The posting has been disclosed.\n(The posting that has been disclosed will be displayed to subscribers.)",
|
|
1938
|
-
"str_private_alert_dialog": "The posting has been undisclosed\n(The posting that has been undisclosed will not be displayed to subscribers.)",
|
|
1939
|
-
"str_987": "The video can be uploaded with a file in mp4, mov, mkv or m4v format.",
|
|
1940
|
-
"str_err_988": "Min 2 characters and max 5000 characters can be entered for the content.",
|
|
1941
|
-
"str_err_989": "Maximum 10 images can be uploaded.({{errCode}})",
|
|
1942
|
-
"str_err_990": "Image of maximum 10MB can be uploaded.({{errCode}})",
|
|
1943
|
-
"str_err_991": "Video that is 1 minute long in maximum can be uploaded.({{errCode}})",
|
|
1944
|
-
"str_err_992": "Video of maximum 30MB can be uploaded.({{errCode}})",
|
|
1945
|
-
"str_err_993": "Invalid YouTube Address",
|
|
1946
|
-
"str_994": "It is the posting that is not disclosed by the seller. Select some other posting.",
|
|
1947
|
-
"str_995": "Private Posting",
|
|
1948
|
-
"str_err_996": "Min 2 characters and max 5000 characters can be entered for the content.",
|
|
1949
|
-
"str_pay_method_credit": "Credit Card",
|
|
1950
|
-
"str_err_997": "It is a banner that has been deleted by the seller. Select some other banner.({{errCode}})",
|
|
1951
|
-
"str_err_998": "Thumbnail image can be uploaded in the ratio of 16:9. ({{errCode}})",
|
|
1952
|
-
"str_err_999": "Check your e-mail and password once again.({{errCode}})",
|
|
1953
|
-
"str_err_1000": "Invalid e-mail",
|
|
1954
|
-
"str_err_1001": "Enter your e-mail",
|
|
1955
|
-
"str_err_1002": "The password is in an improper format.",
|
|
1956
|
-
"str_err_1003": "Enter your password",
|
|
1957
|
-
"str_err_1004": "Check your password once again",
|
|
1958
|
-
"str_err_1005": "Information that hasn't been entered exists. \nCheck once again. ({{errCode}})",
|
|
1959
|
-
"str_err_1006": "Min of 5000 won and max of 1 million won can be entered.",
|
|
1960
|
-
"str_err_1007": "Maximum 50 characters can be entered.",
|
|
1961
|
-
"str_err_1008": "Maximum 70 characters can be entered.",
|
|
1962
|
-
"str_err_1009": "It must be entered in a proper $t(str_email) format.",
|
|
1963
|
-
"str_err_1010": "The account does not exist.",
|
|
1964
|
-
"str_err_1011": "Enter $t(str_email)",
|
|
1965
|
-
"str_err_1012": "Invalid $t(str_password)",
|
|
1966
|
-
"str_err_1013": "Enter $t(str_password)",
|
|
1967
|
-
"str_err_1014": "Check your e-mail and $t(str_password) once again. ({{errCode}})",
|
|
1968
|
-
"str_err_1015": "Enter your nickname",
|
|
1969
|
-
"str_err_1016": "Enter your $t(str_nickname) without special characters.",
|
|
1970
|
-
"str_err_1017": "Too short",
|
|
1971
|
-
"str_err_1018": "Min 2 characters and max 12 characters can be entered for the $t(str_nickname).",
|
|
1972
|
-
"str_err_1019": "This ID already exists.",
|
|
1973
|
-
"str_err_1020": "$t(str_password) doesn't match.",
|
|
1974
|
-
"str_err_1021": "Sign-up has been completed!",
|
|
1975
|
-
"str_err_1022": "This account does not exist.",
|
|
1976
|
-
"str_1023": "Would you accept the request to refuse the progress?",
|
|
1977
|
-
"str_1024": "publ.ch/",
|
|
1978
|
-
"str_1025": "The link has been revised! The users now can access to your channel through publ.ch/[{{customedURL}}].",
|
|
1979
|
-
"str_err_1026": "It is an $t(str_email) that doesn't exist. Check once again. ({{errCode}})",
|
|
1980
|
-
"str_err_1027": "Maximum 160 characters can be entered.",
|
|
1981
|
-
"str_1028": "$t(str_papp_vodp_episode) Mananement",
|
|
1982
|
-
"str_1029": "$t(str_papp_vodp_series) Mananement",
|
|
1983
|
-
"str_1030": "$t(str_papp_vodp_series) $t(str_papp_vodp_label) Mananement",
|
|
1984
|
-
"str_1031": "$t(str_papp_vodp_home) Mananement",
|
|
1985
|
-
"str_1032": "$t(str_settings)",
|
|
1986
|
-
"str_papp_vodp_label": "Label",
|
|
1987
|
-
"str_papp_vodp_home": "Home Screen",
|
|
1988
|
-
"str_label_country": "$t(str_country)",
|
|
1989
|
-
"str_label_genre": "Genre",
|
|
1990
|
-
"str_label_rating": "Age Level",
|
|
1991
|
-
"str_pg_title_papp_vodp_series": "List of $t(str_papp_vodp_series) ",
|
|
1992
|
-
"str_1034": "Edit the main slide banner",
|
|
1993
|
-
"str_1035": "$t(str_label) Name",
|
|
1994
|
-
"str_1036": "$t(str_label) Type",
|
|
1995
|
-
"str_1037": "Number of Series Connected",
|
|
1996
|
-
"str_1038": "$t(str_created_at)",
|
|
1997
|
-
"str_1039": "Banner 1 is the biggest banner that covers entire screen.\nMin 1 and max 5 can be entered, and the banner 1 must be activated.",
|
|
1998
|
-
"str_1040": "$t(str_create)",
|
|
1999
|
-
"str_papp_vodp_series_label": "List of $t(str_papp_vodp_series) Labels",
|
|
2000
|
-
"str_1041": "Whether it is activated",
|
|
2001
|
-
"str_1042": "Add $t(str_papp_vodp_series)",
|
|
2002
|
-
"str_1043": "Age Restrictions",
|
|
2003
|
-
"str_1044": "Preview the video",
|
|
2004
|
-
"str_pg_title_vodp_post_detail_info": "Detailed Information",
|
|
2005
|
-
"str_1045": "Manage comments ",
|
|
2006
|
-
"str_1046": "It can't be composed of only special characters.",
|
|
2007
|
-
"str_1047": "Automatic Play of $t(str_papp_vod_video)",
|
|
2008
|
-
"str_1048": "The video gets automatically played. The sound will not be automatically played due to the policy of the browser.",
|
|
2009
|
-
"str_1049": "Slide Left & Right",
|
|
2010
|
-
"str_1050": "Animation effect gets applied when switching between banners.",
|
|
2011
|
-
"str_1051": "List of $t(str_papp_vodp_episode)",
|
|
2012
|
-
"str_1052": "Effect of Switching Animation",
|
|
2013
|
-
"str_1053": "Time of Switching Animation",
|
|
2014
|
-
"str_1054": "0.5 seconds",
|
|
2015
|
-
"str_1055": "In case switching animation is applied, it sets the playing time.",
|
|
2016
|
-
"str_1056": "Web $t(str_link)",
|
|
2017
|
-
"str_1057": "$t(str_papp_vodp_series)",
|
|
2018
|
-
"str_1058": "Add a new $t(str_papp_vodp_series)",
|
|
2019
|
-
"str_pg_title_vodp_episodes": "List of $t(str_papp_vodp_episode) ",
|
|
2020
|
-
"str_pg_title_vodp_series": "List of $t(str_papp_vodp_series) ",
|
|
2021
|
-
"str_pg_title_vodp_label": "List of $t(str_papp_vodp_series) $t(str_papp_vodp_label) ",
|
|
2022
|
-
"str_pg_title_vodp_settings": "$t(str_settings)",
|
|
2023
|
-
"str_1059": "There is no $t(str_papp_vodp_series) that has been uploaded yet.",
|
|
2024
|
-
"str_pay_actor_merchant": "Affiliated Store (Actor)",
|
|
2025
|
-
"str_pay_actor_publpay": "publPay (Actor)",
|
|
2026
|
-
"str_pay_actor_pg": "PG (Actor)",
|
|
2027
|
-
"str_view_percent": "Viewer Ratings",
|
|
2028
|
-
"str_1060": "Are you sure to delete?\nBefore deleting $t(str_papp_vodp_series), check the slide banner in the home screen and $t(str_papp_vodp_series) list. It canโt be restored once it is deleted, and in case of $t(str_papp_vodp_series) that is linked to the slide banner, the slide banner will be displayed to the subscribers even if $t(str_papp_vodp_series) is deleted.",
|
|
2029
|
-
"str_1062": "Only the $t(str_papp_vodp_series) that is in public state will be displayed to subscribers.",
|
|
2030
|
-
"str_1063": "Min 1 character and max 50 characters can be entered for the title.",
|
|
2031
|
-
"str_err_1064": "Min 1 character and max 50 characters can be entered for the title.",
|
|
2032
|
-
"str_err_1065": "It is the $t(str_papp_vodp_series) that has already been deleted. Select some other $t(str_papp_vodp_series).({{errCode}})",
|
|
2033
|
-
"str_1067": "Enter a title of $t(str_papp_vodp_series)",
|
|
2034
|
-
"str_err_1068": "Min 2 characters and max 50 characters can be entered for the title.",
|
|
2035
|
-
"str_series_info": "$t(str_papp_vodp_series) Information",
|
|
2036
|
-
"str_1069": "Select $t(str_country)",
|
|
2037
|
-
"str_1070": "Select $t(str_label_genre)",
|
|
2038
|
-
"str_1071": "Select $t(str_label_rating)",
|
|
2039
|
-
"str_1072": "Enter the date of the production (YYYY)",
|
|
2040
|
-
"str_1073": "Enter the synopsis",
|
|
2041
|
-
"str_err_1074": "Min 2 characters and max 200 characters can be entered for the synopsis.",
|
|
2042
|
-
"str_1075": "*It is a simple display regarding the age level of the series. The actual setting of the restriction can be done in the episode.",
|
|
2043
|
-
"str_1076": "Create a new $t(str_papp_vodp_series) $t(str_label)",
|
|
2044
|
-
"str_1077": "$t(str_papp_vodp_series) $t(str_label) Name",
|
|
2045
|
-
"str_1078": "$t(str_label) Type",
|
|
2046
|
-
"str_1079": "Enter a label name of the series",
|
|
2047
|
-
"str_1080": "Display Name of pApp that will be displayed in the menu",
|
|
2048
|
-
"str_1081": "It is a title of pApp to be displayed in the website or menu.\nFor example, it can be displayed as โWatch a Videoโ or โWatching'.",
|
|
2049
|
-
"str_1082": "Enter the name of pApp that you want to use",
|
|
2050
|
-
"str_1083": "In order to display pApp to subscribers, it must be in activated state.\nIf the upload of the content to be displayed in pApp and all settings have been completed, switch it to the activated state.",
|
|
2051
|
-
"str_1084": "* Even when it becomes deactivated, the data will not be deleted at all, but the fee according to the amount of the use will be charged.\nIf you plan not to use from now on, remove pApp completely from the [Install and remove pApp] screen.",
|
|
2052
|
-
"str_1085": "Set up the video",
|
|
2053
|
-
"str_1086": "Set the best resolution of the video to be provided to subscribers.\nAlthough the video quality gets better as the resolution gets higher, the amount of use that gets billed to subscribers may increase as well.\nAlso, if the resolution of the original video is lower than the resolution of the video to be provided, the video quality may not be enhanced.",
|
|
2054
|
-
"str_1087": "$t(str_papp_vodp_series) $t(str_settings)",
|
|
2055
|
-
"str_1088": "Set for subscribers to put bookmarks on the series they want",
|
|
2056
|
-
"str_1089": "Use $t(str_papp_vodp_series) bookmark runction ",
|
|
2057
|
-
"str_1090": "Manage the home screen ",
|
|
2058
|
-
"str_1091": "It executes an editor that can edit the home screen.",
|
|
2059
|
-
"str_1092": "Execute a home screen editor",
|
|
2060
|
-
"str_exit": "Exit",
|
|
2061
|
-
"str_1093": "It is an editor that can edit the home screen.\nSelect a section to revise",
|
|
2062
|
-
"str_info_setting": "Set up information",
|
|
2063
|
-
"str_edit_element": "Edit the element",
|
|
2064
|
-
"str_1094": "Banner 1 is the biggest banner that covers entire screen.\nMin 1 and max 5 can be entered, and the banner 1 must be activated.",
|
|
2065
|
-
"str_active_status": "Whether it is activated",
|
|
2066
|
-
"str_1096": "Main Slide Banner",
|
|
2067
|
-
"str_1097": "Edit the slide banner element",
|
|
2068
|
-
"str_1098": "Edit the list of $t(str_papp_vodp_series)",
|
|
2069
|
-
"str_1099": "Title of the List of $t(str_papp_vodp_series)*",
|
|
2070
|
-
"str_1100": "Enter a title to be displayed on the upper part of the list of $t(str_papp_vodp_series). Maximum 40 characters can be entered.",
|
|
2071
|
-
"str_1101": "Title of the List of $t(str_papp_vodp_series)",
|
|
2072
|
-
"str_1102": "Add an element",
|
|
2073
|
-
"str_series_list": "List of $t(str_papp_vodp_series)",
|
|
2074
|
-
"str_1103": "Enter an age in numbers that can watch an episode. If the number is entered, it will be determined whether a subscriber can watch the content depending on the age of the subscriber which has completed the self-authentication. If 0 or nothing is entered, anyone can watch it.",
|
|
2075
|
-
"str_none": "None",
|
|
2076
|
-
"str_1104": "{{amount}} of $t(str_papp_vodp_episode)",
|
|
2077
|
-
"str_1105": "Final Update: {{date}}",
|
|
2078
|
-
"str_1106": "Year of the Production",
|
|
2079
|
-
"str_1107": "Synopsis",
|
|
2080
|
-
"str_1108": "Add $t(str_papp_vodp_episode) ",
|
|
2081
|
-
"str_1109": "There is no episode that has been added yet.\nTry adding an episode by moving to [Manage an episode].",
|
|
2082
|
-
"str_err_1110": "Only numbers in YYYY format can be entered for the year of the production.",
|
|
2083
|
-
"str_1112": "Do you want to change your thumbnail image?\nThe thumbnail image will be immediately changed and shown to subscribers.",
|
|
2084
|
-
"str_1113": "Do you want to delete the label? If the label is deleted, the label that is assigned to the series will be automatically removed.",
|
|
2085
|
-
"str_1114": "It is an inappropriate age to display this content.",
|
|
2086
|
-
"str_err_1115": "It is an account that is already signed up or pending for the sign-up.\nCheck once again.",
|
|
2087
|
-
"str_seller_regist_type_1": "General Taxation",
|
|
2088
|
-
"str_seller_regist_type_2": "Simplified Taxation",
|
|
2089
|
-
"str_seller_regist_type_3": "Corporate Business User",
|
|
2090
|
-
"str_seller_regist_type_4": "Others",
|
|
2091
|
-
"str_err_1116": "Enter mandatory information",
|
|
2092
|
-
"str_err_1117": "Enter numbers only",
|
|
2093
|
-
"str_err_1118": "It is an e-mail that is already sign-up.\nEnter a new e-mail account.",
|
|
2094
|
-
"str_1119": "An authentication e-mail has been sent to your e-mail ({{email}}) you have entered. Reset your $t(str_password) according to the guide that is included in the e-mail. The $t(str_reset_pw_label) link in the e-mail is valid for 20 minutes.",
|
|
2095
|
-
"str_1120": "Terms and Conditions for Receiving $t(str_marketing)",
|
|
2096
|
-
"str_err_1121": "Min 4 characters and max 20 characters can be entered for the channel title.",
|
|
2097
|
-
"str_err_1122": "It is a business registration number that has already been signed up or that is standing by for the sign-up.",
|
|
2098
|
-
"str_err_1123": "Enter the $t(str_password), including upper and lower case English characters, numbers and special characters.",
|
|
2099
|
-
"str_err_1127": "Maximum 30 characters of Korean and English can be entered.",
|
|
2100
|
-
"str_1128": "Enter detailed information (Business owner)",
|
|
2101
|
-
"str_1129": "Address of the Seller",
|
|
2102
|
-
"str_err_1130": "JPG and PNG files can be uploaded. ({{errCode}})",
|
|
2103
|
-
"str_tone_dark": "Dark Tone",
|
|
2104
|
-
"str_tone_light": "Bright Tone",
|
|
2105
|
-
"str_1132": "Try adding a banner element by pressing the [Add an element] button.",
|
|
2106
|
-
"str_1133": "Add a banner element",
|
|
2107
|
-
"str_email_readonly": "({{email}})",
|
|
2108
|
-
"str_1134": "You can select and add a banner type you want.",
|
|
2109
|
-
"str_series_banner": "Series Banner",
|
|
2110
|
-
"str_weblink_banner": "Web Link",
|
|
2111
|
-
"str_1135": "It is a banner to move to series. If a subscriber clicks it, it will show the information of the series that has been set.",
|
|
2112
|
-
"str_1136": "It is a banner to move to the external web. If a subscriber clicks it, it will show the external web link that has been set.",
|
|
2113
|
-
"str_err_1137": "The maximum number of pApp that can be installed has exceeded. If you want to install additional pApp, please change to the superior plan in the [$t(str_pg_title_channel_plan)] menu. ({{errCode}})",
|
|
2114
|
-
"str_1138": "Select $t(str_papp_vodp_series)",
|
|
2115
|
-
"str_1139": "Select $t(str_papp_vodp_series)",
|
|
2116
|
-
"str_1140": "Title for Display",
|
|
2117
|
-
"str_1141": "Maximum 30 characters can be entered.",
|
|
2118
|
-
"str_1142": "One Line Introduction",
|
|
2119
|
-
"str_1143": "It is an introductory phrase that is shown under the display title.",
|
|
2120
|
-
"str_1144": "Maximum 40 characters can be entered.",
|
|
2121
|
-
"str_1145": "It is a logo image of the series that gets shown instead of the display title. \nMaximum 10MB can be uploaded as a file.",
|
|
2122
|
-
"str_1146": "Logo Image for Display",
|
|
2123
|
-
"str_1147": "Background Image (Desktop)",
|
|
2124
|
-
"str_1148": "It is a background image of the series banner element that is displayed in a desktop screen.\nMaximum 10MB can be uploaded as a file in the JPG or PNG format.",
|
|
2125
|
-
"str_1149": "Background Image (Mobile)",
|
|
2126
|
-
"str_1150": "It is a background image of the series banner element that is displayed in a mobile screen.\nMaximum 10MB can be uploaded as a file in the JPG or PNG format.",
|
|
2127
|
-
"str_1151": "Background Video",
|
|
2128
|
-
"str_1152": "It is a background video of the series banner element that is displayed in a desktop screen.\nMaximum 1280x720px, 25MB, 30 second video can be uploaded in the mp4 or mov format.",
|
|
2129
|
-
"str_1153": "Switching URL",
|
|
2130
|
-
"str_1154": "Enter URL",
|
|
2131
|
-
"str_1155": "Title for Display",
|
|
2132
|
-
"str_1156": "Maximum 30 characters can be entered.",
|
|
2133
|
-
"str_1157": "One Line Introduction",
|
|
2134
|
-
"str_1158": "Maximum 40 characters can be entered.",
|
|
2135
|
-
"str_1159": "Logo Image for Display",
|
|
2136
|
-
"str_1160": "It is a logo image of the series that gets shown instead of the display title. \nMaximum 10MB can be uploaded as a file.",
|
|
2137
|
-
"str_1161": "Background Image (Desktop)",
|
|
2138
|
-
"str_1162": "It is a background image of the series banner element that is displayed in a desktop screen.\nMaximum 10MB can be uploaded as a file in the JPG or PNG format.",
|
|
2139
|
-
"str_1163": "Background Image (Mobile)",
|
|
2140
|
-
"str_1164": "It is a background image of the series banner element that is displayed in a mobile screen.\nMaximum 10MB can be uploaded as a file in the JPG or PNG format.",
|
|
2141
|
-
"str_1165": "Background Video",
|
|
2142
|
-
"str_1166": "It is a background video of the series banner element that is displayed in a desktop screen.\n Maximum 1280x720px, 25MB, 30 second video can be uploaded in the mp4 or mov format.",
|
|
2143
|
-
"str_select": "Select",
|
|
2144
|
-
"str_err_1168": "In the $t(str_create_channel) stage, maximum 3 pApp can be installed.\nIf you want to install additional pApp, purchase a plan in the [$t(str_pg_title_channel_plan)] menu after completing $t(str_create_channel). After purchasing the plan, pApp can be installed in the [$t(str_pg_title_installed_papps)] menu.({{errCode}})",
|
|
2145
|
-
"str_err_1169": "Maximum 3 pApp can be installed as a default.\nIf you want to install additional pApp, purchase a plan in the [$t(str_pg_title_channel_plan)] menu. After purchasing the plan, pApp can be installed in the [$t(str_pg_title_installed_papps)] menu. ({{errCode}})",
|
|
2146
|
-
"str_update_date": "Final Update",
|
|
2147
|
-
"str_err_1170": "pApp that is provided free as a default can't be deleted. ({{errCode}})",
|
|
2148
|
-
"str_1171": "Number of Videos",
|
|
2149
|
-
"str_1172": "Once it is deleted, it canโt be restored and previous data will not be preserved. Subscribers can no longer use functions provided by pApp. In order to delete pApp, enter โDELETE_PAPPโ in the input field below.",
|
|
2150
|
-
"str_1173": "Add an element",
|
|
2151
|
-
"str_1174": "Add an element",
|
|
2152
|
-
"str_err_1175": "JPG, JPEG, PNG files can be uploaded. ({{errCode}})",
|
|
2153
|
-
"str_1176": "Maximum 5 banner elements can be added.",
|
|
2154
|
-
"str_1177": "It is a $t(str_papp_vodp_series) list that can bind $t(str_papp_vodp_series)s into a group you want and show them.",
|
|
2155
|
-
"str_1178": "Min 1 and max 5 series elements can be added, and the order can be changed.\nSince the changes are applied immediately, please make changes in deactivated state. ",
|
|
2156
|
-
"str_episode_count": "Number of $t(str_papp_vodp_series)",
|
|
2157
|
-
"str_1179": "Set the resolution that is offered for the video",
|
|
2158
|
-
"str_err_1180": "Min 2 characters and max 8 characters can be entered for the display title.",
|
|
2159
|
-
"str_err_1181": "Enter the display title without blanks",
|
|
2160
|
-
"str_err_1182": "Enter the display title without special characters",
|
|
2161
|
-
"str_1185": "Do you want to deactivate this pApp?\nIf you deactivate the pApp, subscribers can't use functions of the pApp.",
|
|
2162
|
-
"str_1186": "Do you want to activate this pApp?\nIf you activate the pApp, subscribers can use functions of the pApp.",
|
|
2163
|
-
"str_err_1187": "Min 1 character and max 30 characters can be entered for the title.",
|
|
2164
|
-
"str_err_1188": "Min 1 character and max 200 characters can be entered for the main body.",
|
|
2165
|
-
"str_err_1189": "The thumbnail image of maximum 10MB can be uploaded.({{errCode}})",
|
|
2166
|
-
"str_err_1190": "It is an episode that has been deleted by the seller. Select some other episode.({{errCode}})",
|
|
2167
|
-
"str_1191": "CYCLOPS Co., Ltd. | CEO: In-sik Bae \n 317 Ttukseom-ro, Seongdong-gu, Seoul, Republic of Korea\n Business Registration No.: 115-87-00415\nTelecommunication Sales Report No.: 2017-SeongdongSeoul-0680",
|
|
2168
|
-
"str_err_1192": "The nickname can't end with a blank.",
|
|
2169
|
-
"str_err_1193": "The channel title can't end with a blank.",
|
|
2170
|
-
"str_err_1194": "Maximum 4000 characters can be entered.",
|
|
2171
|
-
"str_err_1195": "Channel introduction can't end with a blank.",
|
|
2172
|
-
"str_err_1196": "MP4 file can be uploaded. ({{errCode}})",
|
|
2173
|
-
"str_1197": "Enter $t(str_channel_title)",
|
|
2174
|
-
"str_pg_title_episode_subtitle": "Set a subtitle",
|
|
2175
|
-
"str_1198": "Age Level Label",
|
|
2176
|
-
"str_1200": "It is an inappropriate age to display this content.",
|
|
2177
|
-
"str_1201": "It is an inappropriate age to display this information and content.\nIf you want to execute self-authentication, press the [Self-authentication] button in the lower part.",
|
|
2178
|
-
"str_1202": "It is an age restriction display that will be shown to subscribers.\nSelect an age restriction label that you have added in the Manage the product label.",
|
|
2179
|
-
"str_1203": "Select an age level label",
|
|
2180
|
-
"str_1204": "Maximum 3 labels can be selected.",
|
|
2181
|
-
"str_1205": "Select an age level label",
|
|
2182
|
-
"str_1206": "Select a country label",
|
|
2183
|
-
"str_1207": "Set a subtitle",
|
|
2184
|
-
"str_1208": "Add a subtitle",
|
|
2185
|
-
"str_1209": "There is no subtitle that has been added.",
|
|
2186
|
-
"str_1210": "Select a language of the subtitle.",
|
|
2187
|
-
"str_1211": "Select a language",
|
|
2188
|
-
"str_1212": "Subtitle File",
|
|
2189
|
-
"str_err_1214": "Do you want to $t(str_delete) the subtitle? The subtitle that has been $t(str_delete)d will not be shown to subscribers.",
|
|
2190
|
-
"str_1217": "It has been added to {{date}}.",
|
|
2191
|
-
"str_footer_info_mobile": "publ\nCEO: In-sik Bae\nCompany Name: CYCLOPS Co., Ltd. | Business Site: 317 Ttukseom-ro, Seongdong-gu, Seoul, Republic of Korea\nBusiness Registration No.: 115-87-00415\nTelecommunication Sales Report No.: 2017-SeongdongSeoul-01388\nPhone No.: +82-2-6463-0777",
|
|
2192
|
-
"str_footer_info_web": "CEO: In-sik Bae | Company Name: CYCLOPS Co., Ltd. | Business Site: 317 Ttukseom-ro, Seongdong-gu, Seoul, Republic of Korea | Business Registration No.: 115-87-00415 | Telecommunication Sales Report No.: 2017-SeongdongSeoul-01388 | Phone No.: +82-2-6463-0777",
|
|
2193
|
-
"str_1218": "It is a page to add a subtitle to the episode.\nThe subtitle can be added one at a time, and a file in VTT or SRT format can be uploaded.",
|
|
2194
|
-
"str_1219": "Set default pApp",
|
|
2195
|
-
"str_1220": "It sets pApp that a $t(str_subscriber) can check first when accessing the channel.\n Check whether the pApp is in $t(str_activate) state. If it is in $t(str_deactivate) state, the $t(str_subscriber) canโt use the service.",
|
|
2196
|
-
"str_time_kst": "KST - Korean Standard Time",
|
|
2197
|
-
"str_1221": "Set the standard time",
|
|
2198
|
-
"str_1222": "It sets the time that becomes the reference in the channel.",
|
|
2199
|
-
"str_1223": "Set a screen tone",
|
|
2200
|
-
"str_1224": "It sets the tone of the screen that is shown to subscribers.",
|
|
2201
|
-
"str_err_1225": "It is the pApp that has already been deleted. Select some other pApp. ({{errCode}})",
|
|
2202
|
-
"str_1226": "Labels can be added up to maximum 100, and labels that have been added can no longer changed.",
|
|
2203
|
-
"str_err_1227": "Same type of labels can be created up to maximum 100. \n Delete the existing label.",
|
|
2204
|
-
"str_textfield_temp_title": "Enter the title of the banner",
|
|
2205
|
-
"str_textfield_temp_body": "Enter the phrase of the banner",
|
|
2206
|
-
"str_1228": "Upload a video by drag-and-drop",
|
|
2207
|
-
"str_1229": "Only mp4, mov and mkv files can be uploaded.",
|
|
2208
|
-
"str_err_1231": "Maximum 30 characters are allowed for the display title.",
|
|
2209
|
-
"str_err_1232": "Maximum 40 characters are allowed for one-line introduction.",
|
|
2210
|
-
"str_err_1233": "pApp that you have selected is currently in $t(str_deactivate) state.\nEither select pApp that is $t(str_activate)d, or change the pApp to the $t(str_activate) state in the setup screen. $t(str_subscriber) canโt use the service in the $t(str_deactivate) state. ({{errCode}})",
|
|
2211
|
-
"str_err_1234": "pApp that has been selected is currently in $t(str_deactivate) state.",
|
|
2212
|
-
"str_1235": "Profile ID: {{profileId}}",
|
|
2213
|
-
"str_err_1236": "This service is unavailable. The access has been denied by the seller. ({{errCode}})",
|
|
2214
|
-
"str_pam_ls": "Live Service pAM",
|
|
2215
|
-
"str_pam_ls_live_event_board": "Live Event Board",
|
|
2216
|
-
"str_pam_ls_live_event": "Live Event Posting",
|
|
2217
|
-
"str_pg_title_papp_vodp_bookmark": "List of My Bookmarks",
|
|
2218
|
-
"str_1238": "There is no $t(str_papp_vodp_series) that hasnโt been bookmarked yet.\nTry adding $t(str_papp_vodp_series) you want to watch or your favorite $t(str_papp_vodp_series).",
|
|
2219
|
-
"str_err_1239": "Error: Unknown error has occurred. Contact the manager for an inquiry. (500)",
|
|
2220
|
-
"str_view_more": "View more",
|
|
2221
|
-
"str_1241": "Add $t(str_subs_product)",
|
|
2222
|
-
"str_1242": "Enter the age for age restrictions",
|
|
2223
|
-
"str_1243": "Clear",
|
|
2224
|
-
"str_err_1244": "The $t(str_subs_product) canโt be disconnected. At least one $t(str_subs_product) must be connected to the $t(str_link).",
|
|
2225
|
-
"str_1245": "Episode Details",
|
|
2226
|
-
"str_1246": "Connect $t(str_subs_product)",
|
|
2227
|
-
"str_pam_sls": "SLS pAM",
|
|
2228
|
-
"str_pam_sls_live_event": "Live Event",
|
|
2229
|
-
"str_1247": "Connect",
|
|
2230
|
-
"str_pam_live_event_no_scheduled": "There is no planned event.",
|
|
2231
|
-
"str_err_1248": "This is a subtitle file format that is not supported. Upload a file in VTT, SMI or SRT format.",
|
|
2232
|
-
"str_err_1249": "More than 3 genres can't be added.",
|
|
2233
|
-
"str_err_1250": "Thumbnail image of maximum 10MB can be uploaded.({{errCode}})",
|
|
2234
|
-
"str_err_1251": "Min 1 character and max 30 characters can be entered for the title.",
|
|
2235
|
-
"str_err_1252": "Min 1 character and max 200 characters can be entered for the main body.",
|
|
2236
|
-
"str_err_1253": "It is a playlist that has been deleted by the seller. Select some other video.({{errCode}})",
|
|
2237
|
-
"str_err_gen_400": "Invalid input value exists. (400)",
|
|
2238
|
-
"str_err_gen_401": "It is an unauthorized user. (401)",
|
|
2239
|
-
"str_err_gen_403": "The access has been denied. (403)",
|
|
2240
|
-
"str_err_gen_404": "The target does not exist. (404)",
|
|
2241
|
-
"str_err_gen_406": "It is a request that is not allowed. (406)",
|
|
2242
|
-
"str_err_gen_409": "It is a redundant request. (409)",
|
|
2243
|
-
"str_err_gen_422": "It is a request that can't be processed. (422)",
|
|
2244
|
-
"str_err_gen_429": "Retry again later (429)",
|
|
2245
|
-
"str_err_gen_431": "It is a request that can't be processed. (431)",
|
|
2246
|
-
"str_err_gen_451": "The access has been denied by the relevant law. (451)",
|
|
2247
|
-
"str_err_gen_500": "Unknown error has occurred. Contact the manager for an inquiry. (500)",
|
|
2248
|
-
"str_err_gen_502": "Invalid response exists. (502)",
|
|
2249
|
-
"str_err_gen_503": "The server is under maintenance. Contact the manager for an inquiry. (503)",
|
|
2250
|
-
"str_err_gen_504": "Response time has been expired. Try again a bit later. (504)",
|
|
2251
|
-
"str_err_gen_511": "Authentication of the network that you tried to access is required. (511)",
|
|
2252
|
-
"str_err_gen_599": "Connection time has exceeded. Try again a bit later. (599)",
|
|
2253
|
-
"str_1254": "List of Subscription Orders",
|
|
2254
|
-
"str_1255": "$t(str_product) Name",
|
|
2255
|
-
"str_1256": "$t(str_buyer) Name",
|
|
2256
|
-
"str_1257": "Date of $t(str_payment)",
|
|
2257
|
-
"str_1258": "$t(str_buyer) ID",
|
|
2258
|
-
"str_1259": "Select $t(str_country) information",
|
|
2259
|
-
"str_1260": "$t(str_country) Information",
|
|
2260
|
-
"str_1261": "Select $t(str_country) to use the service",
|
|
2261
|
-
"str_1262": "Agreement to Provide Mandatory Personal Information (Seller)\npubl provides the minimum personal information that is required to perform the business such as proper communication and consultation between business counterparts as stated below.\n1. A party that gets personal information provided: Product and service seller (The service seller is {{seller}}.)\n2. Personal information items to be provided: Name, member ID (e-mail), product purchase history, payment method.\n3. The purpose of using the personal information by the party that receives it: Execution of business transactions between a seller and a buyer, confirmation of own intention, customer management such as customer consultation, handling of complaints and prevention of unauthorized use, informing the new product/service and notification, and offering benefits according to the purchase of the product/service.\n4. The retention and use period of the personal information by the party that receives it: It shall be preserved until the purpose of using the personal information is achieved. However, if it needs to be preserved for a certain period of time due to the related provision of the law, it will be deleted after storing for the relevant period.\nAlthough the user has the right to refuse the provision of the personal information, the user may not purchase the products and digital contents by using the publ in case of such refusal. As for the other details, {{seller}}โs own terms and conditions and the privacy policy shall be applied.",
|
|
2262
|
-
"str_1263": "Order a product",
|
|
2263
|
-
"str_1264": "$t(str_product) Name",
|
|
2264
|
-
"str_1265": "$t(str_product) Price",
|
|
2265
|
-
"str_1266": "Order sheet window will be displayed a bit later.\nIf it is not displayed, press the button below.",
|
|
2266
|
-
"str_1267": "$t(str_order)",
|
|
2267
|
-
"str_1268": "$t(str_order) is being processed.",
|
|
2268
|
-
"str_1269": "If it doesn't work normally,\nplease proceed with the order from the beginning.",
|
|
2269
|
-
"str_1270": "Enter $t(str_account_info)",
|
|
2270
|
-
"str_1271": "$t(str_order) has been completed.",
|
|
2271
|
-
"str_1272": "$t(str_nickname) is a name which can let other users become aware of me.\nMin 2 characters and max 12 characters without any blank or special character can be entered.",
|
|
2272
|
-
"str_1273": "Go back",
|
|
2273
|
-
"str_1274": "Start over from the beginning",
|
|
2274
|
-
"str_1275": "$t(str_order) has been failed.",
|
|
2275
|
-
"str_papp_event_live_name": "Event Live",
|
|
2276
|
-
"str_papp_event_live_id": "Event Live",
|
|
2277
|
-
"str_err_1276": "It is an account that has already been signed up. Either $t(str_sign_in) with the account you have signed up previously or reset $t(str_password) if you donโt remember the $t(str_password). ({{errCode}})",
|
|
2278
|
-
"str_err_1277": "Min 8 characters and max 30 characters can be entered for $t(str_password).",
|
|
2279
|
-
"str_1278": "$t(str_sign_up)์ด ์๋ฃ๋์์ต๋๋ค!\n์ง๊ธ ๋ฐ๋ก ๊ตฌ๋
ํ์ฌ ์๋น์ค๋ฅผ ์ด์ฉํ์ธ์.",
|
|
2280
|
-
"str_1279": "$t(str_sign_up) has been completed.",
|
|
2281
|
-
"str_err_1280": "Logo image of maximum 10MB can be uploaded.({{errCode}})",
|
|
2282
|
-
"str_err_1281": "Maximum 10MB can be uploaded for the background image of the banner to be shown in a desktop screen. ({{errCode}})",
|
|
2283
|
-
"str_err_1282": "Maximum 10MB can be uploaded for the background image of the banner to be shown in a mobile screen. ({{errCode}})",
|
|
2284
|
-
"str_err_1283": "Maximum 10MB can be uploaded for the background video of the banner to be shown in a desktop screen. ({{errCode}})",
|
|
2285
|
-
"str_err_1284": "Enter the title to be displayed",
|
|
2286
|
-
"str_err_1285": "Enter the one-line introduction",
|
|
2287
|
-
"str_err_1290": "Do you want to change the disclosure state of the series list?",
|
|
2288
|
-
"str_err_1291": "Do you want to change the disclosure state of the banner element?",
|
|
2289
|
-
"str_change": "Change",
|
|
2290
|
-
"str_err_1292": "Do you want to delete series element?",
|
|
2291
|
-
"str_1293": "Thank you for your purchase",
|
|
2292
|
-
"str_1294": "Purchase has been failed",
|
|
2293
|
-
"str_1295": "Please close the browser to complete your order.",
|
|
2294
|
-
"str_1296": "Please close the browser and place order again",
|
|
2295
|
-
"str_1297": "CLOSE",
|
|
2296
|
-
"str_1298": "Purchaser Info",
|
|
2297
|
-
"str_1299": "ID",
|
|
2298
|
-
"str_1300": "E-mail",
|
|
2299
|
-
"str_1301": "Payment detail will be received via the E-mail.",
|
|
2300
|
-
"str_1303": "Item Info",
|
|
2301
|
-
"str_1304": "Item",
|
|
2302
|
-
"str_1305": "TOTAL",
|
|
2303
|
-
"str_1306": "Currency",
|
|
2304
|
-
"str_1307": "Duties",
|
|
2305
|
-
"str_err_1308": "pApp that is set as a default pApp of the channel canโt be deleted. If you want to delete, change the default pApp in the [$t(str_pg_title_default_preferences)] menu first. ({{errCode}})",
|
|
2306
|
-
"str_1310": "",
|
|
2307
|
-
"str_err_1311": "The time that the $t(str_password) can be reconfigured has been expired. If you want to change $t(str_password), please start over from the beginning. ({{errCode}})",
|
|
2308
|
-
"str_1312": "Valid date has been expired.",
|
|
2309
|
-
"str_1314": "Profile $t(str_nickname)",
|
|
2310
|
-
"str_1315": "Enter the representative $t(str_nickname)",
|
|
2311
|
-
"str_pam_sls_broadcast_live": "Real-time Transmitting Broadcating",
|
|
2312
|
-
"str_pam_sls_broadcast_file": "File Transmitting Broadcasting",
|
|
2313
|
-
"str_pam_sls_broadcast": "Broadcasting",
|
|
2314
|
-
"str_1316": "Default",
|
|
2315
|
-
"str_1317": "Add a subtitle",
|
|
2316
|
-
"str_verify_user": "Self-authentication ",
|
|
2317
|
-
"str_1318": "Name (Real name)",
|
|
2318
|
-
"str_request_verify": "Authenticating",
|
|
2319
|
-
"str_1319": "Account, payment and IT system of this site are managed by\npubl Team.",
|
|
2320
|
-
"str_1320": "Self-authentication has succeeded.",
|
|
2321
|
-
"str_1321": "Self-authentication has failed.",
|
|
2322
|
-
"str_1322": "The authentication has failed.\nTry agin from the beginning.",
|
|
2323
|
-
"str_1323": "It is being prepared.",
|
|
2324
|
-
"str_1324": "$t(str_sign_up) must be performed in the website. Do you want to move to the website for the $t(str_sign_up)?",
|
|
2325
|
-
"str_1325": "$t(str_reset_pw_label) must be performed in the website. Do you want to move to the website to perform the $t(str_reset_pw_label)?",
|
|
2326
|
-
"str_1326": "Only $t(str_subscriber) can use the service.",
|
|
2327
|
-
"str_1327": "There is no $t(str_channel) under $t(str_subscription). Please register for the $t(str_subscription) of $t(str_channel) in the website first.",
|
|
2328
|
-
"str_1328": "Edit $t(str_profile)",
|
|
2329
|
-
"str_vodp_section_mainslidebanner": "Main Slide Banner",
|
|
2330
|
-
"str_vodp_section_serieslist": "Series List",
|
|
2331
|
-
"str_vodp_section_continuewatching": "Continue to watch",
|
|
2332
|
-
"str_vodp_section_standardbanner": "Strip Banner",
|
|
2333
|
-
"str_verified": "The authentication has been completed.",
|
|
2334
|
-
"str_not_verified": "Not authenticated",
|
|
2335
|
-
"str_fm_birth_year": "Year {{year}}",
|
|
2336
|
-
"str_fm_birth_month": "Month {{month}}",
|
|
2337
|
-
"str_fm_birth_date": "Day {{date}}",
|
|
2338
|
-
"str_err_1330": "5 series elements already exist. If you want to add new series, delete an element and add again.",
|
|
2339
|
-
"str_1331": "$t(str_papp_vodp_subtitle_off) (Configured)",
|
|
2340
|
-
"str_1332": "{{subtitleLanguage}} (Configured)",
|
|
2341
|
-
"str_1333": "{{resolution}} (Configured)",
|
|
2342
|
-
"str_1334": "The authentication has succeeded.\nClose the window and complete the authentication.",
|
|
2343
|
-
"str_err_1335": "The video is being prepared. Try again when the preparation of the video is completed..\n\n{{value}}",
|
|
2344
|
-
"str_err_1336": "The episode has failed to be uploaded.\nTry again. ({{errCode}})",
|
|
2345
|
-
"str_1337": "Min 1 character and max 30 characters can be entered for the title.",
|
|
2346
|
-
"str_1338": "Min 1 character and max 200 characters can be entered for the main body.",
|
|
2347
|
-
"str_1340": "Main Body*",
|
|
2348
|
-
"str_1342": "Add an episode to the series by pressing the [Add an episode] button.",
|
|
2349
|
-
"str_err_1343": "The label name can't be duplicated in one label type. Enter a new label name.",
|
|
2350
|
-
"str_err_1344": "Min 1 character and max 30 characters can be entered for the label name.",
|
|
2351
|
-
"str_1345": "When receiving an authentication text message, the text message will be sent in the name of CYCLOPS Co., Ltd.",
|
|
2352
|
-
"str_1346": "$t(str_papp_notice) can't be $t(str_deactivate)d or deleted, and it will not be charged according to the amount of the use.",
|
|
2353
|
-
"str_err_1347": "pApp that is set as a default pApp canโt be $t(str_deactivate)d. Change the default pApp in the [$t(str_pg_title_default_preferences)] menu first. ({{errCode}})",
|
|
2354
|
-
"str_err_1348": "5 banner elements already exist. If you want to add a new element, delete an element and add once again.",
|
|
2355
|
-
"str_1349": "There isn't an episode that has been added yet.\nTry adding an episode by pressing the [Upload] button.",
|
|
2356
|
-
"str_err_1351": "Maximum 100 episodes can be added per series. You can add episodes continuously by creating new series.",
|
|
2357
|
-
"str_err_1352": "It is a banner element that has already been deleted. Either select some other element or add a new banner element. ({{errCode}})",
|
|
2358
|
-
"str_err_1353": "Do you want to change the disclosure status of the banner element?",
|
|
2359
|
-
"str_1354": "There is no $t(str_subs_product) that is currently connected.\nConnect $t(str_subs_product) by pressing the [$t(str_1241)] button.",
|
|
2360
|
-
"str_1355": "Are you sure to delete?",
|
|
2361
|
-
"str_1356": "Enter pApp deletion code",
|
|
2362
|
-
"str_err_1357": "The pApp deletion code (DELETE_PAPP) does not match.",
|
|
2363
|
-
"str_err_1358": "Enter DELETE_PAPP in the input field. ",
|
|
2364
|
-
"str_1359": "There is no label that has been created yet. Try creating a label by pressing the [Create] button.",
|
|
2365
|
-
"str_1360": "Invalid Link",
|
|
2366
|
-
"str_1361": "Either $t(str_reset_pw_label) link has been expired or it is an invalid access. If you want to do $t(str_reset_pw_label), start over from the beginning.",
|
|
2367
|
-
"str_channel_status": "State of the Channel",
|
|
2368
|
-
"str_1362": "There is no $t(str_papp_vodp_series) element that has been added yet. Please add $t(str_papp_vodp_series) element by pressing the [Add an element] button.",
|
|
2369
|
-
"str_1363": "There is no element that has been added yet. Please add an episode by pressing the [Add an element] button.",
|
|
2370
|
-
"str_err_1364": "Maximum 40 characters can be entered.",
|
|
2371
|
-
"str_1365": "There is no series that has been added yet. Please add new series in the [Manage Series] page.",
|
|
2372
|
-
"str_1367": "Subscribing Channel",
|
|
2373
|
-
"str_1368": "Subscription-expired Channel",
|
|
2374
|
-
"str_1369": "There is no channel that you are subscribing.",
|
|
2375
|
-
"str_1370": "There is no channel of which the subscription has been expired.",
|
|
2376
|
-
"str_1371": "It is planned to be renewed in {{expirationDate}}.",
|
|
2377
|
-
"str_1372": "It is planned to be expired in {{expirationDate}}.",
|
|
2378
|
-
"str_1373": "It has been expired in {{expirationDate}}.",
|
|
2379
|
-
"str_err_1374": "/ and ? can't be used. ",
|
|
2380
|
-
"str_err_1375": "Min 3 characters and max 30 characters can be entered.",
|
|
2381
|
-
"str_err_1376": "A keyword can't be duplicated.",
|
|
2382
|
-
"str_err_1377": "If you want to disclose the list of series, you must enter the title to be displayed. Maximum 40 characters can be entered.",
|
|
2383
|
-
"str_1378": "Agreement to provide mandatory personal information (Seller)",
|
|
2384
|
-
"str_1379": "Terms and Conditions between Seller Account/Subscribing Members",
|
|
2385
|
-
"str_1380": "Either $t(str_email_verify) link has been expired or it is an invalid access.\nTry again.",
|
|
2386
|
-
"str_1381": "There is no series that has been added yet.\nTry adding series by pressing the [Add new $t(str_papp_vodp_series)] button.",
|
|
2387
|
-
"str_channel_payment_info": "Channel Payment Information",
|
|
2388
|
-
"str_pay_product": "Paid Product",
|
|
2389
|
-
"str_unsubscribe": "Cancel the subscription",
|
|
2390
|
-
"str_refund_request": "Request a refund",
|
|
2391
|
-
"str_1382": "Payment will be made in {{expirationDate}}.",
|
|
2392
|
-
"str_1383": "Payment History (Last 1 year)",
|
|
2393
|
-
"str_1384": "If you want to $t(str_unsubscribe), contact the seller for the inquiry.",
|
|
2394
|
-
"str_1385": "If you want the $t(str_refund), contact the seller for the inquiry.",
|
|
2395
|
-
"str_service_event": "Service Event",
|
|
2396
|
-
"str_activity_log": "Activity Log",
|
|
2397
|
-
"str_1386": "If contents harmful to youth are included in the service, the relevant contents will only be shown to users of which the age has been verified through the mobile phone self-authentication procedure.",
|
|
2398
|
-
"str_1387": "When receiving an authentication text message during self-authentication procedure, the authentication text message will be sent in the name of CYCLOPS Co., Ltd. which is an agent to process the personal information.",
|
|
2399
|
-
"str_1388": "* When the self-authentication is completed, the age information in the profile information (year of the birth, month of the birth and day of the birth) will be updated with the verified information, and it canโt be arbitrarily revised.",
|
|
2400
|
-
"str_1389": "* The personal information that has been verified through the self-authentication is valid for maximum 1 year, and the personal information can be updated by performing the self-authentication procedure once again.",
|
|
2401
|
-
"str_1390": "Representative",
|
|
2402
|
-
"str_1391": "publ $t(str_privacy_policy)",
|
|
2403
|
-
"str_1392": "publ $t(str_terms)",
|
|
2404
|
-
"str_1393": "publ will not be directly involved in the product and services. publ will only manage the minimum personal information that is required to perform the communication and consultation between business counterparts.",
|
|
2405
|
-
"str_pam_vods_cc_ar": "Arabic",
|
|
2406
|
-
"str_pam_vods_cc_be": "Belorussian",
|
|
2407
|
-
"str_pam_vods_cc_bn": "Bangla",
|
|
2408
|
-
"str_pam_vods_cc_bg": "Bulgarian",
|
|
2409
|
-
"str_pam_vods_cc_ca": "Catalan",
|
|
2410
|
-
"str_pam_vods_cc_zh": "Chinese",
|
|
2411
|
-
"str_pam_vods_cc_zh_cn": "Chinese (Simplified Chinese, China)",
|
|
2412
|
-
"str_pam_vods_cc_zh_hk": "Chinese (Traditional Chinese, Hong Kong)",
|
|
2413
|
-
"str_pam_vods_cc_zh_tw": "Chinese (Traditional Chinese, Taiwan)",
|
|
2414
|
-
"str_pam_vods_cc_hr": "Croatian",
|
|
2415
|
-
"str_pam_vods_cc_cs": "Czech",
|
|
2416
|
-
"str_pam_vods_cc_da": "Danish",
|
|
2417
|
-
"str_pam_vods_cc_nl": "Dutch",
|
|
2418
|
-
"str_pam_vods_cc_en": "English",
|
|
2419
|
-
"str_pam_vods_cc_en_au": "English (Australia)",
|
|
2420
|
-
"str_pam_vods_cc_en_ca": "English (Canada)",
|
|
2421
|
-
"str_pam_vods_cc_en_gb": "English (U. K.)",
|
|
2422
|
-
"str_pam_vods_cc_en_ie": "English (Ireland)",
|
|
2423
|
-
"str_pam_vods_cc_en_in": "English (India)",
|
|
2424
|
-
"str_pam_vods_cc_en_sg": "English (Singapore)",
|
|
2425
|
-
"str_pam_vods_cc_en_za": "English (South Africa)",
|
|
2426
|
-
"str_pam_vods_cc_et": "Estonian",
|
|
2427
|
-
"str_pam_vods_cc_fa": "Persian",
|
|
2428
|
-
"str_pam_vods_cc_fil": "Filipino",
|
|
2429
|
-
"str_pam_vods_cc_fi": "Finnish",
|
|
2430
|
-
"str_pam_vods_cc_fr": "French",
|
|
2431
|
-
"str_pam_vods_cc_fr_ca": "French (Canada)",
|
|
2432
|
-
"str_pam_vods_cc_fr_ch": "French (Switzerland)",
|
|
2433
|
-
"str_pam_vods_cc_de": "German",
|
|
2434
|
-
"str_pam_vods_cc_el": "Greek",
|
|
2435
|
-
"str_pam_vods_cc_gu": "Gujarati",
|
|
2436
|
-
"str_pam_vods_cc_he": "Hebrew",
|
|
2437
|
-
"str_pam_vods_cc_hi": "Hindi",
|
|
2438
|
-
"str_pam_vods_cc_hu": "Hungarian",
|
|
2439
|
-
"str_pam_vods_cc_is": "Icelandic",
|
|
2440
|
-
"str_pam_vods_cc_id": "Indonesian",
|
|
2441
|
-
"str_pam_vods_cc_it": "Italian",
|
|
2442
|
-
"str_pam_vods_cc_ja": "Japanese",
|
|
2443
|
-
"str_pam_vods_cc_ko": "Korean",
|
|
2444
|
-
"str_pam_vods_cc_lo": "Lao",
|
|
2445
|
-
"str_pam_vods_cc_lv": "Latvian",
|
|
2446
|
-
"str_pam_vods_cc_lt": "Lithuanian",
|
|
2447
|
-
"str_pam_vods_cc_ms": "Malay",
|
|
2448
|
-
"str_pam_vods_cc_no": "Norse",
|
|
2449
|
-
"str_pam_vods_cc_pl": "Polish",
|
|
2450
|
-
"str_pam_vods_cc_pt": "Portuguese",
|
|
2451
|
-
"str_pam_vods_cc_pt_br": "Portuguese (Brazil)",
|
|
2452
|
-
"str_pam_vods_cc_ro": "Rumanian",
|
|
2453
|
-
"str_pam_vods_cc_ru": "Russian",
|
|
2454
|
-
"str_pam_vods_cc_sr": "Serbian",
|
|
2455
|
-
"str_pam_vods_cc_sk": "Slovak",
|
|
2456
|
-
"str_pam_vods_cc_sl": "Slovene",
|
|
2457
|
-
"str_pam_vods_cc_es": "Spanish",
|
|
2458
|
-
"str_pam_vods_cc_es_419": "Spanish (Latin America)",
|
|
2459
|
-
"str_pam_vods_cc_es_us": "Spanish (USA)",
|
|
2460
|
-
"str_pam_vods_cc_sw": "Swahili",
|
|
2461
|
-
"str_pam_vods_cc_sv": "Swedish",
|
|
2462
|
-
"str_pam_vods_cc_tl": "Tagalog",
|
|
2463
|
-
"str_pam_vods_cc_th": "Thai",
|
|
2464
|
-
"str_pam_vods_cc_tr": "Turkish",
|
|
2465
|
-
"str_pam_vods_cc_uk": "Ukrainian",
|
|
2466
|
-
"str_pam_vods_cc_ur": "Urdu",
|
|
2467
|
-
"str_pam_vods_cc_vi": "Vietnamese",
|
|
2468
|
-
"str_1394": "It is planned to be paid in {{paymentDate}}.",
|
|
2469
|
-
"str_1395": "Credit Card ({{creditCardNo}})",
|
|
2470
|
-
"str_1396": "Payment History",
|
|
2471
|
-
"str_my_subscriptions": "My Subscription History",
|
|
2472
|
-
"str_all_channel_subscriptions": "History of Subscription of All Channels",
|
|
2473
|
-
"str_1397": "Profile ID has been copied.",
|
|
2474
|
-
"str_1398": "The video will be set to the highest resolution that can be offered.",
|
|
2475
|
-
"str_err_1399": "An error has occurred during processing the video file.\nAfter deleting the relevant video, upload it once again.",
|
|
2476
|
-
"str_1400": "1. A party that gets personal information provided: Product and service seller\n2. Personal information items to be provided: Name, member ID (e-mail), product purchase history and payment method",
|
|
2477
|
-
"str_1401": "Channel Introduction",
|
|
2478
|
-
"str_1402": "$t(str_order) Name",
|
|
2479
|
-
"str_event_location_general": "Channel",
|
|
2480
|
-
"str_event_location_papp": "pApp",
|
|
2481
|
-
"str_event_location_detail_a1": "$t(str_papp_scommunity_id)",
|
|
2482
|
-
"str_event_location_detail_a2": "$t(str_papp_notice_id)",
|
|
2483
|
-
"str_event_location_detail_a3": "$t(str_papp_freeboard_id)",
|
|
2484
|
-
"str_event_location_detail_c1": "$t(str_papp_vod_id)",
|
|
2485
|
-
"str_event_location_detail_c2": "$t(str_papp_vodp_id)",
|
|
2486
|
-
"str_event_location_detail_e1": "$t(str_papp_cbooking_id)",
|
|
2487
|
-
"str_msg_type_system_subs_prod_create": "{{performer}} ({{performer_name}}) took {{action}} of {{resource_name}}({{resource_title}}) in the {{location}}.",
|
|
2488
|
-
"str_err_1403": "At least one $t(str_subs_product) must be connected to the $t(str_link). ({{errCode}})",
|
|
2489
|
-
"str_event_action_create": "Create",
|
|
2490
|
-
"str_event_action_update": "Change",
|
|
2491
|
-
"str_event_action_read": "Search",
|
|
2492
|
-
"str_event_action_delete": "Delete",
|
|
2493
|
-
"str_event_action_deactivate": "Deactivate",
|
|
2494
|
-
"str_event_action_activate": "Activate",
|
|
2495
|
-
"str_event_action_cancel": "Cancel",
|
|
2496
|
-
"str_event_action_revoke": "Refuse",
|
|
2497
|
-
"str_event_action_approve": "Approve",
|
|
2498
|
-
"str_event_action_buy": "Purchase",
|
|
2499
|
-
"str_event_performer_system": "System",
|
|
2500
|
-
"str_event_performer_seller": "Seller",
|
|
2501
|
-
"str_event_performer_user": "User",
|
|
2502
|
-
"str_footer_info_uw": "publ\nCEO: In-sik Bae | Company Name: CYCLOPS Co., Ltd. | Business Site: 317 Ttukseom-ro, Seongdong-gu, Seoul, Republic of Korea\nBusiness Registration No.: 115-87-00415 | Telecommunication Sales Report No.: 2017-SeongdongSeoul-01388\nPhone No.: +82-2-6463-0777",
|
|
2503
|
-
"str_err_1404": "A video that is at least 713x179px and 20fps can be uploaded, and max 4:1 ratio and 1080p can be uploaded.",
|
|
2504
|
-
"str_1405": "Enter the name of the representative",
|
|
2505
|
-
"str_1406": "Contents ",
|
|
2506
|
-
"str_1407": "Select a period that will be offered for free",
|
|
2507
|
-
"str_1408": "{{day}} Day(s)",
|
|
2508
|
-
"str_1409": "Suspend the creation of a channel",
|
|
2509
|
-
"str_pg_title_papp_scommunity_post_update": "Revise the posting",
|
|
2510
|
-
"str_pg_title_papp_freeboard_post_update": "Revise the posting",
|
|
2511
|
-
"str_resolution_auto": "Automatic",
|
|
2512
|
-
"str_1412": "Revise the phrase to be displayed",
|
|
2513
|
-
"str_1413": "Suspend the creation of a subscription product",
|
|
2514
|
-
"str_papp_vodp_episode_list": "List of Episodes",
|
|
2515
|
-
"str_pam_sls_live_chat_msg": "Live Chatting Message",
|
|
2516
|
-
"str_pam_sls_broadcast_recording": "Record the live broadcasting",
|
|
2517
|
-
"str_pam_sls_broadcast_history": "History of the Live Broadcasting",
|
|
2518
|
-
"str_pam_sls_live_chat_room": "Live Chatroom",
|
|
2519
|
-
"str_pam_sls_live_chat_banned_user": "Subscriber who has been blocked from the live chatroom",
|
|
2520
|
-
"str_err_1414": "Only English characters can be entered for the link keyword.",
|
|
2521
|
-
"str_pam_sls_live_status_create": "Book the broadcasting",
|
|
2522
|
-
"str_pam_sls_live_status_standby": "Standby for the broadcasting",
|
|
2523
|
-
"str_pam_sls_live_status_onair": "On air",
|
|
2524
|
-
"str_pam_sls_live_status_end": "The broadcasting has been completed.",
|
|
2525
|
-
"str_pam_sls_live_status_canceled": "The broadcasting has been canceled.",
|
|
2526
|
-
"str_1415": "Processing โฆ",
|
|
2527
|
-
"str_1416": "The subtitle has been successfully uploaded.\nOnce the processing is completed, it will be displayed on the video.",
|
|
2528
|
-
"str_event_resource_general_ch_profile": "Channel Profile",
|
|
2529
|
-
"str_event_resource_general_ch_profile_nick": "Profile Nickname",
|
|
2530
|
-
"str_event_resource_general_ch_profile_img": "Profile Image",
|
|
2531
|
-
"str_event_resource_general_ch_info": "Channel Information",
|
|
2532
|
-
"str_event_resource_general_ch_setting": "Channel Setup",
|
|
2533
|
-
"str_event_resource_general_ch_plan": "Channel Plan",
|
|
2534
|
-
"str_event_resource_general_ch_link": "Channel Link",
|
|
2535
|
-
"str_event_resource_general_subs_prod": "Subscription Product",
|
|
2536
|
-
"str_event_resource_papp_post": "Posting",
|
|
2537
|
-
"str_event_resource_papp_comment": "Comments",
|
|
2538
|
-
"str_event_resource_papp_series": "Series",
|
|
2539
|
-
"str_event_resource_papp_episode": "Episode",
|
|
2540
|
-
"str_msg_type_seller_subs_prod_create": "{{resource_name}}({{resource_title}}) has taken {{action}}.",
|
|
2541
|
-
"str_1417": "List of subscription orders doesn't exist.",
|
|
2542
|
-
"str_1418": "Self-authentication Introduction",
|
|
2543
|
-
"str_err_1420": "There is an error in the subtitle file.",
|
|
2544
|
-
"str_err_1422": "An error has occurred during processing the subtitle file. \nAfter deleting the relevant file, upload a file once again. ({{errCode}})",
|
|
2545
|
-
"str_1423": "Date of Birth",
|
|
2546
|
-
"str_1424": "0 won",
|
|
2547
|
-
"str_1425": "Nickname of $t(str_buyer)",
|
|
2548
|
-
"str_1426": "Maximum Available $t(str_refund) Amount",
|
|
2549
|
-
"str_1427": "$t(str_refund) Amount",
|
|
2550
|
-
"str_1428": "Video processing will be started.",
|
|
2551
|
-
"str_1429": "The processing process will start after the video gets uploaded.\nOnce the processing process is completed, you can see the completed video in the list of the episodes.\n\nIf you refresh the screen or move to some other site before the upload is completed, the upload will be stopped.\nOnce the upload is completed and it moves into the processing stage, you may move to other screen.",
|
|
2552
|
-
"str_1430": "Remaining Amount after the $t(str_refund)",
|
|
2553
|
-
"str_1431": "$t(str_refund) Method",
|
|
2554
|
-
"str_1432": "Enter $t(str_refund) amount",
|
|
2555
|
-
"str_papp_scommunity_level": "Level",
|
|
2556
|
-
"str_1433": "All $t(str_refund) ",
|
|
2557
|
-
"str_1434": "Credit Card Company $t(str_refund) ",
|
|
2558
|
-
"str_1435": "Direct $t(str_refund)",
|
|
2559
|
-
"str_1436": "Do you want to continue as is?",
|
|
2560
|
-
"str_1437": "In case of the credit card company $t(str_refund), the $t(str_refund) may not be proceeded due to the settlement cycle of the credit card company. ",
|
|
2561
|
-
"str_1438": "$t(str_refund) processing has been completed.",
|
|
2562
|
-
"str_1439": "If you $t(str_unsubscribe), the next payment will not be made in {{expirationDate}}.",
|
|
2563
|
-
"str_1440": "$t(str_unsubscribe) has been completed.",
|
|
2564
|
-
"str_err_1441": "It is a content that has been undisclosed by the seller. Select some other content.",
|
|
2565
|
-
"str_err_1442": "It is an inappropriate age to display this information and content.\nIf you want to execute self-authentication again, press the [Self-authentication] button in the lower part.",
|
|
2566
|
-
"str_all_channel_payment_record": "Payment Records of All Channels",
|
|
2567
|
-
"str_err_1443": "Enter your nickname without blanks",
|
|
2568
|
-
"str_1444": "$t(str_subscription) Information",
|
|
2569
|
-
"str_1445": "$t(str_refund) Processing Details",
|
|
2570
|
-
"str_1446": "Start Date of the $t(str_subscription)",
|
|
2571
|
-
"str_1447": "Due Date for the Next $t(str_payment)",
|
|
2572
|
-
"str_1448": "Date of $t(str_subscription) Cancelation",
|
|
2573
|
-
"str_1449": "Direct $t(str_refund) has been processed.",
|
|
2574
|
-
"str_1450": "Credit Card Company $t(str_refund) has been processed.",
|
|
2575
|
-
"str_1451": "Credit Card Company $t(str_refund) has failed.",
|
|
2576
|
-
"str_1452": "{{refundHistoryDate}}",
|
|
2577
|
-
"str_1453": "Amount: {{amount}} won",
|
|
2578
|
-
"str_1454": "Credit Card Company $t(str_refund) has succeeded.",
|
|
2579
|
-
"str_pam_sls_live_event_default": "New Live Event",
|
|
2580
|
-
"str_pam_sls_live_realtime_user": "Concurrently Connected Users",
|
|
2581
|
-
"str_pam_sls_live_chat_hidden_user": "User who is processed to be hidden",
|
|
2582
|
-
"str_papp_event_live_event": "Live Event",
|
|
2583
|
-
"str_papp_event_live_default": "$t(str_pam_sls_live_event_default)",
|
|
2584
|
-
"str_papp_event_live_no_scheduled": "$t(str_pam_live_event_no_scheduled)",
|
|
2585
|
-
"str_papp_event_live_broadcast": "Live Broadcasting",
|
|
2586
|
-
"str_papp_event_live_status_create": "Book the live broadcasting",
|
|
2587
|
-
"str_papp_event_live_status_standby": "Standby for the live broadcasting",
|
|
2588
|
-
"str_papp_event_live_status_onair": "On air",
|
|
2589
|
-
"str_papp_event_live_status_end": "End the live broadcasting",
|
|
2590
|
-
"str_papp_event_live_status_canceled": "Cancle the live broadcasting",
|
|
2591
|
-
"str_papp_event_live_realtime_user": "Concurrently Connected Users",
|
|
2592
|
-
"str_papp_event_live_broadcast_live": "Live Broadcasting (Real-time)",
|
|
2593
|
-
"str_papp_event_live_broadcast_file": "Live Broadcasting (VOD)",
|
|
2594
|
-
"str_papp_event_live_broadcast_history": "Record the live broadcasting",
|
|
2595
|
-
"str_papp_event_live_broadcast_recording": "History of the Live Broadcasting",
|
|
2596
|
-
"str_papp_event_live_chat_room": "Live Chatroom",
|
|
2597
|
-
"str_papp_event_live_chat_msg": "Chatting Message",
|
|
2598
|
-
"str_papp_event_live_chat_banned_user": "Blocked User",
|
|
2599
|
-
"str_papp_event_live_chat_hidden_user": "User who is processed to be hidden",
|
|
2600
|
-
"str_1455": "$t(str_refund) processing record does not exist.",
|
|
2601
|
-
"str_papp_event_live_chat": "Live Chat",
|
|
2602
|
-
"str_1456": "Please enter the content",
|
|
2603
|
-
"str_papp_event_live_chat_room_enter": "Entering",
|
|
2604
|
-
"str_papp_event_live_event_upcoming": "Upcoming Event",
|
|
2605
|
-
"str_papp_promotion_page_id": "Outlink pApp",
|
|
2606
|
-
"str_papp_promotion_page_name": "Outlink pApp",
|
|
2607
|
-
"str_pam_lpc": "LPC pAM",
|
|
2608
|
-
"str_pam_lpc_post_landing": "Landing Posting",
|
|
2609
|
-
"str_pam_lpc_comment": "Comments",
|
|
2610
|
-
"str_pam_lpc_label": "Label",
|
|
2611
|
-
"str_1457": "If you press the payment button, it may not be possible to get the $t(str_refund) later on.",
|
|
2612
|
-
"str_1458": "Logo Image for Channel Desktop",
|
|
2613
|
-
"str_1459": "Logo image for channel desktop is an image that can be displayed in horizontal mode and used in the PC website.\nIt is used as a logo that can express the brand or image of the channel.\nPNG and SVG file format of maximum 1MB can be uploaded, and 540x144 size on the transparent background is recommended.",
|
|
2614
|
-
"str_1460": "Starting for Free",
|
|
2615
|
-
"str_1461": "Added $t(str_subs_product)",
|
|
2616
|
-
"str_1462": "There is no $t(str_subs_product) that has been added.",
|
|
2617
|
-
"str_1463": "Whether it is added",
|
|
2618
|
-
"str_1464": "It has been added.",
|
|
2619
|
-
"str_1465": "It hasn't been added.",
|
|
2620
|
-
"str_1466": "Sales State: {{salesState}}\n Selling Price: {{salesPrice}} won",
|
|
2621
|
-
"str_err_1468": "Maximum 10 $t(str_subs_product) can be added to the link. ({{errCode}})",
|
|
2622
|
-
"str_1469": "Change your password",
|
|
2623
|
-
"str_1470": "Title*",
|
|
2624
|
-
"str_1471": "Main Body*",
|
|
2625
|
-
"str_1472": "Inquire to Operation Team",
|
|
2626
|
-
"str_1473": "Processing of video postings will be started.",
|
|
2627
|
-
"str_1474": "The processing procedure will be started after the video posting is uploaded. \nIt may consume a little bit of time in the process, and if the processing procedure is completed, you can check the posting that has been competed in the bulletin board.",
|
|
2628
|
-
"str_1475": "app.publr.co/",
|
|
2629
|
-
"str_err_1476": "It can't be started or ended with a blank.",
|
|
2630
|
-
"str_1477": "It is a product of which the $t(str_payment) is not possible.",
|
|
2631
|
-
"str_1478": "$t(str_payment) has been made.",
|
|
2632
|
-
"str_1479": "Clear the pop-up blocker for the $t(str_payment)",
|
|
2633
|
-
"str_1480": "It is $t(str_product) that you have already possessed.",
|
|
2634
|
-
"str_1481": "It is being applied.",
|
|
2635
|
-
"str_1482": "Expired",
|
|
2636
|
-
"str_err_1484": "Min 1 character and max 50 characters can be entered for the title.",
|
|
2637
|
-
"str_pay_merchant": "Affiliated Store Owner",
|
|
2638
|
-
"str_dynamic_layout_editor": "Edit the home screen",
|
|
2639
|
-
"str_papp_scommunity_level_up": "Level-up",
|
|
2640
|
-
"str_announcement": "Announcement",
|
|
2641
|
-
"str_pam_scommunity_featured_user": "Featured User",
|
|
2642
|
-
"str_pg_title_scommunity_post_featured_user": "Manage authentication of subscribers",
|
|
2643
|
-
"str_1485": "Title*",
|
|
2644
|
-
"str_1486": "Detailed Information",
|
|
2645
|
-
"str_1487": "Promotion Image",
|
|
2646
|
-
"str_1488": "Viewing Age Level Information",
|
|
2647
|
-
"str_1489": "Whether to disclose detailed information",
|
|
2648
|
-
"str_1490": "Whether to use the live chatting",
|
|
2649
|
-
"str_1491": "Preview the promotion image",
|
|
2650
|
-
"str_1492": "Enter an age in numbers that can watch a live event.\nIt will determine whether a subscriber can watch the relevant live event.",
|
|
2651
|
-
"str_1493": "Enter a title of the live event",
|
|
2652
|
-
"str_1494": "Enter detailed information of the live event",
|
|
2653
|
-
"str_1495": "It is an image to describe the live event, and the width of the image is recommended to be at least 768px.\nThis image will be displayed in the front of the main screen of the live event.",
|
|
2654
|
-
"str_1496": "Enter viewing age level information",
|
|
2655
|
-
"str_1497": "Do you want to activate detailed information?\nIf detailed information is activated, detailed information will be shown.",
|
|
2656
|
-
"str_1498": "Do you want to deactivate detailed information?\nIf detailed information is deactivated, detailed information will be hidden.",
|
|
2657
|
-
"str_1499": "Do you want to activate chatting?\nIf the chatting is activated, subscribers can use the chatting function.",
|
|
2658
|
-
"str_1500": "Do you want to deactivate chatting?\nIf the chatting is deactivated, subscribers canโt use the chatting function.",
|
|
2659
|
-
"str_activate_papp_event_live_detail": "Activate the detailed information",
|
|
2660
|
-
"str_deactivate_papp_event_live_detail": "Deactivate the detailed information",
|
|
2661
|
-
"str_activate_papp_event_live_chat": "Activate the chatting",
|
|
2662
|
-
"str_deactivate_papp_event_live_chat": "Deactivate the chatting",
|
|
2663
|
-
"str_err_1501": "Min 1 character and max 100 characters can be entered for the title.",
|
|
2664
|
-
"str_err_1502": "Min 0 character and max 20000 characters can be entered for the detailed information.",
|
|
2665
|
-
"str_pg_title_event_live_event_manage": "Manage an event",
|
|
2666
|
-
"str_pg_title_event_live_broadcast_manage": "Live Broadcasting Control Room",
|
|
2667
|
-
"str_pg_title_event_live_broadcast_history": "Search $t(str_papp_event_live_broadcast_history) ",
|
|
2668
|
-
"str_pg_title_event_live_settings": "Setup",
|
|
2669
|
-
"str_comments_amount": "({{Amount comments}}) Comments",
|
|
2670
|
-
"str_pay_orderer_name": "Name",
|
|
2671
|
-
"str_1503": "First / Last name",
|
|
2672
|
-
"str_pay_amount_free": "Free",
|
|
2673
|
-
"str_err_1504": "Live broadcasting has been cancelled.",
|
|
2674
|
-
"str_err_1505": "Connection is currently unstable. Please wait a moment.",
|
|
2675
|
-
"str_err_1506": "Since this account is currently used in other device at the same time, the live broadcasting will be ended by force.\n If you want to continue to watch, be sure not to access simultaneously. ",
|
|
2676
|
-
"str_err_1507": "Live broadcasting has been ended.",
|
|
2677
|
-
"str_err_1508": "Do you want to activate detailed information?\nIf detailed information is activated, detailed information will be shown.",
|
|
2678
|
-
"str_err_1509": "Do you want to deactivate detailed information?\nIf detailed information is deactivated, detailed information will be hidden.",
|
|
2679
|
-
"str_err_1510": "Do you want to activate chatting?\nIf the chatting is activated, subscribers can use the chatting function.",
|
|
2680
|
-
"str_err_1511": "Do you want to deactivate chatting? \n If the chatting is deactivated, subscribers canโt use the chatting function.",
|
|
2681
|
-
"str_1512": "$t(str_papp_event_live_broadcast_history) List",
|
|
2682
|
-
"str_1513": "$t(str_papp_event_live_event) Event Title",
|
|
2683
|
-
"str_1514": "Date and Time of the Start",
|
|
2684
|
-
"str_1515": "Date and Time of the End",
|
|
2685
|
-
"str_1516": "There is no live broadcasting record that has been added.\nIf you proceed with the live broadcasting, the live broadcasting record will be automatically created.",
|
|
2686
|
-
"str_pg_title_event_live_detail_info": "Detailed Information",
|
|
2687
|
-
"str_1517": "$t(str_papp_event_live_broadcast_history) Details",
|
|
2688
|
-
"str_1518": "Title",
|
|
2689
|
-
"str_1519": "Starting Date and Time",
|
|
2690
|
-
"str_1520": "Ending Date and Time",
|
|
2691
|
-
"str_1521": "Viewer Count Information",
|
|
2692
|
-
"str_1522": "Status",
|
|
2693
|
-
"str_1523": "Play the recorded $t(str_papp_event_live_broadcast)",
|
|
2694
|
-
"str_1524": "Accumulated Viewers",
|
|
2695
|
-
"str_1525": "Peak Concurrent Viewers",
|
|
2696
|
-
"str_pay_own_defined_products": "Affiliated Store Management Products",
|
|
2697
|
-
"str_pay_line_item": "Individual Order Item",
|
|
2698
|
-
"str_1526": "Private Contents",
|
|
2699
|
-
"str_1527": "Start $t(str_papp_event_live_broadcast)",
|
|
2700
|
-
"str_1528": "{{quantity}} watching now",
|
|
2701
|
-
"str_1529": "Enter $t(str_papp_event_live_broadcast)",
|
|
2702
|
-
"str_1530": "Set up standby screen",
|
|
2703
|
-
"str_1531": "Change standby screen",
|
|
2704
|
-
"str_1532": "Change starting date and time",
|
|
2705
|
-
"str_1533": "$t(str_papp_event_live_broadcast) has been created.",
|
|
2706
|
-
"str_1534": "Current Viewers",
|
|
2707
|
-
"str_1535": "On-Air Time",
|
|
2708
|
-
"str_1536": "Preview $t(str_papp_event_live_broadcast)",
|
|
2709
|
-
"str_1537": "Cancel $t(str_papp_event_live_broadcast)",
|
|
2710
|
-
"str_1538": "Live Broadcasting Details",
|
|
2711
|
-
"str_1539": "Standby",
|
|
2712
|
-
"str_1540": "End $t(str_papp_event_live_broadcast)",
|
|
2713
|
-
"str_1541": "On-Air",
|
|
2714
|
-
"str_1542": "Accumulated Number of Accessing Users",
|
|
2715
|
-
"str_1543": "Live Broadcasting Details",
|
|
2716
|
-
"str_1544": "Set the time zone",
|
|
2717
|
-
"str_1545": "Date",
|
|
2718
|
-
"str_1546": "Time",
|
|
2719
|
-
"str_1547": "Select a date",
|
|
2720
|
-
"str_1548": "Hour (hh)",
|
|
2721
|
-
"str_1549": "Minute (mm)",
|
|
2722
|
-
"str_1550": "Close",
|
|
2723
|
-
"str_1551": "Transmission Address",
|
|
2724
|
-
"str_1552": "Stream Key",
|
|
2725
|
-
"str_1553": "If the stream key is exposed, the third party can transmit a live broadcasting on air, suspend it or steal it, and therefore, be sure not to expose or send the stream key.\nIf the stream key has been exposed, cancel the live broadcasting and create a new one. The stream key gets updated each time a live broadcasting gets created.",
|
|
2726
|
-
"str_1554": "Are you sure to cancel?\nIf you cancel the live broadcasting, you have to create one from the beginning once again.\nIf you want to cancel the broadcasting, enter CANCELED in the input field.",
|
|
2727
|
-
"str_1555": "Are you sure to end?\nIf you end the live broadcasting, you have to create one from the beginning once again, and subscribers can no longer watch the live broadcasting.\nIf you want to end the broadcasting, enter CONFIRMED in the input field.",
|
|
2728
|
-
"str_err_1556": "Invalid value. Check once again.",
|
|
2729
|
-
"str_1557": "Read a new message",
|
|
2730
|
-
"str_pam_cps": "Contents Publishing pAM",
|
|
2731
|
-
"str_papp_vods_id": "Serialized VOD pApp",
|
|
2732
|
-
"str_papp_vods_name": "Serialized VOD pApp",
|
|
2733
|
-
"str_papp_vods_board": "Bulletin Board",
|
|
2734
|
-
"str_papp_vods_episode": "Episode",
|
|
2735
|
-
"str_papp_vods_series": "Series",
|
|
2736
|
-
"str_pg_title_papp_vods_recent_episodes": "Recent $t(str_papp_vods_episode)",
|
|
2737
|
-
"str_pg_title_papp_vods_series": "$t(str_papp_vods_series)",
|
|
2738
|
-
"str_pay_issuer": "Issuer",
|
|
2739
|
-
"str_pay_recipient": "Issuance Target",
|
|
2740
|
-
"str_pay_namespace": "Namespace",
|
|
2741
|
-
"str_1558": "Try to create a posting",
|
|
2742
|
-
"str_1559": "(Sales has been suspended.) {{subsProdName}}",
|
|
2743
|
-
"str_1560": "Manage $t(str_papp_vods_episode)",
|
|
2744
|
-
"str_1561": "Manage $t(str_papp_vods_series)",
|
|
2745
|
-
"str_1562": "$t(str_settings)",
|
|
2746
|
-
"str_pg_title_vods_post_detail_info": "Setup details",
|
|
2747
|
-
"str_pg_title_vods_episode_subtitle": "Setup a subtitle",
|
|
2748
|
-
"str_papp_freeboardp_id": "Community Plus",
|
|
2749
|
-
"str_papp_blog_id": "Blog",
|
|
2750
|
-
"str_papp_magazine_id": "Magazine",
|
|
2751
|
-
"str_papp_promotion_page_p_id": "Promotion Page Plus",
|
|
2752
|
-
"str_pam_cps_post": "Posting",
|
|
2753
|
-
"str_pam_cps_board": "Bulletin Board",
|
|
2754
|
-
"str_pam_cps_comment": "Comments",
|
|
2755
|
-
"str_pam_cps_label": "Label",
|
|
2756
|
-
"str_pam_cps_series": "Series",
|
|
2757
|
-
"str_pam_cps_like": "Like",
|
|
2758
|
-
"str_pam_cps_dislike": "Dislike",
|
|
2759
|
-
"str_pam_cps_contents_ratings_age": "Age Restrictions for Search",
|
|
2760
|
-
"str_pam_cps_bookmark": "Bookmark",
|
|
2761
|
-
"str_pam_cps_featured_user": "Featured User",
|
|
2762
|
-
"str_pam_cps_level": "Level",
|
|
2763
|
-
"str_pam_cps_level_up": "Level-up",
|
|
2764
|
-
"str_papp_clive_id": "Live for Concert",
|
|
2765
|
-
"str_papp_clive_name": "Live for Concert",
|
|
2766
|
-
"str_papp_freeboardp_name": "Community Plus",
|
|
2767
|
-
"str_papp_blog_name": "Blog",
|
|
2768
|
-
"str_papp_magazine_name": "Magazine",
|
|
2769
|
-
"str_papp_promotion_page_p_name": "Promotion Page Plus",
|
|
2770
|
-
"str_pam_scommunity_level": "Level",
|
|
2771
|
-
"str_pam_scommunity_level_up": "Level-up",
|
|
2772
|
-
"str_set_board_setting": "Setup a posting list",
|
|
2773
|
-
"str_1563": "If the separation of the posting list is activated, postings that are created by subscribers can be separated.",
|
|
2774
|
-
"str_1564": "If the limitation of the posting is activated, subscribers can't create a posting.",
|
|
2775
|
-
"str_1565": "Use the separation of the posting list",
|
|
2776
|
-
"str_1566": "Limit the posting",
|
|
2777
|
-
"str_1567": "Enter a message",
|
|
2778
|
-
"str_1568": "Feed",
|
|
2779
|
-
"str_1569": "Tap Menu Title for Display in the Separated List ",
|
|
2780
|
-
"str_1570": "Set the tap menu title that is separated from postings that have been created by subscribers.\nIt gets applied when the Use the separation of the posting list is activated.",
|
|
2781
|
-
"str_err_1571": "Min 2 characters and max 12 characters can be entered for the display title.",
|
|
2782
|
-
"str_1572": "Posting that I have created",
|
|
2783
|
-
"str_socialaccount_linkage": "Link the social account",
|
|
2784
|
-
"str_socail_account_unlinkage": "Clear the linkage",
|
|
2785
|
-
"str_1573": "There is a member information which has been signed up with ({{email}}). Do you want to link it?",
|
|
2786
|
-
"str_err_1574": "Since this account is currently used in other device at the same time, the live broadcasting will be ended by force.\nIf you want to continue to watch, be sure not to access simultaneously.",
|
|
2787
|
-
"str_err_1575": "Set to the point of time which is 5 minutes after the current time.",
|
|
2788
|
-
"str_err_1576": "Set to the point of time which is 5 minutes after the current time.",
|
|
2789
|
-
"str_papp_live_status_end": "End",
|
|
2790
|
-
"str_papp_live_status_canceled": "Cancel",
|
|
2791
|
-
"str_1577": "Apply for $t(str_refund)",
|
|
2792
|
-
"str_1578": "Enter the license key",
|
|
2793
|
-
"str_1579": "Enter the license key and complete the sign-up",
|
|
2794
|
-
"str_papp_magazine_board": "Bulletin Board",
|
|
2795
|
-
"str_papp_magazine_post": "Posting",
|
|
2796
|
-
"str_1580": "License Key Authentication",
|
|
2797
|
-
"str_1581": "Perform the $t(str_sign_up) once again.",
|
|
2798
|
-
"str_1582": "License key is not valid.\nIf you want to perform $t(str_sign_up) once again, contact publ Operation Team for an inquiry.",
|
|
2799
|
-
"str_papp_magazine_series": "Series",
|
|
2800
|
-
"str_papp_magazine_like": "Like",
|
|
2801
|
-
"str_papp_magazine_dislike": "Dislike",
|
|
2802
|
-
"str_papp_magazine_comment": "Comments",
|
|
2803
|
-
"str_papp_magazine_label": "Label",
|
|
2804
|
-
"str_papp_magazine_contents_ratings_age": "Age Restrictions for Search",
|
|
2805
|
-
"str_papp_magazine_bookmark": "Bookmark",
|
|
2806
|
-
"str_papp_magazine_featured_user": "Featured User",
|
|
2807
|
-
"str_papp_magazine_level": "Level",
|
|
2808
|
-
"str_papp_magazine_level_up": "Level-up",
|
|
2809
|
-
"str_1583": "It is planned to be renewed or expired in {{expirationDate}}.",
|
|
2810
|
-
"str_channel_operator_account": "Channel Administrator Account",
|
|
2811
|
-
"str_profile_channel_operator": "Administrator Profile",
|
|
2812
|
-
"str_1584": "It is an inappropriate age to display this information and content.\nIf you want to execute self-authentication, press the [Self-authentication] button in the lower part.",
|
|
2813
|
-
"str_1585": "Enter the display title of the menu to use.",
|
|
2814
|
-
"str_1586": "If you want to continue the order, \nclick the [$t(str_1267)] button.",
|
|
2815
|
-
"str_papp_photobook": "Photobook pApp",
|
|
2816
|
-
"str_papp_photobook_name": "Photobook",
|
|
2817
|
-
"str_papp_photobook_id": "Photobook",
|
|
2818
|
-
"str_papp_photobook_board": "Bulletin Board",
|
|
2819
|
-
"str_papp_photobook_post": "Posting",
|
|
2820
|
-
"str_papp_photobook_comment": "Comments",
|
|
2821
|
-
"str_post_title": "Posting Title",
|
|
2822
|
-
"str_1587": "Min 1 character and max 200 characters can be entered for the posting title.",
|
|
2823
|
-
"str_1588": "Enter the posting title",
|
|
2824
|
-
"str_1589": "Upload an image",
|
|
2825
|
-
"str_1590": "Enter the link to connect",
|
|
2826
|
-
"str_1591": "Button Phrase 1",
|
|
2827
|
-
"str_1592": "Maximum 20 characters can be entered.",
|
|
2828
|
-
"str_err_1593": "Maximum 1 image can be uploaded.({{errCode}})",
|
|
2829
|
-
"str_err_1594": "Min 1 character and max 200 characters can be entered for the content.",
|
|
2830
|
-
"str_err_1595": "Invalid URL Address",
|
|
2831
|
-
"str_1596": "Like",
|
|
2832
|
-
"str_1597": "Comments",
|
|
2833
|
-
"str_1598": "{{appropriateAge}} |",
|
|
2834
|
-
"str_pg_title_papp_photobook_posts": "Photobook",
|
|
2835
|
-
"str_1599": "Like",
|
|
2836
|
-
"str_1600": "Comments",
|
|
2837
|
-
"str_pg_title_photobook_posts": "List of Postings",
|
|
2838
|
-
"str_photobook_post": "Posting",
|
|
2839
|
-
"str_papp_photobook_like": "Like",
|
|
2840
|
-
"str_papp_photobook_dislike": "Dislike",
|
|
2841
|
-
"str_pg_title_managers": "Manage $t(str_manager) account",
|
|
2842
|
-
"str_pg_title_managers_list": "List of $t(str_manager) Account",
|
|
2843
|
-
"str_1601": "Type",
|
|
2844
|
-
"str_1602": "Content $t(str_manager)",
|
|
2845
|
-
"str_1603": "Channel $t(str_manager)",
|
|
2846
|
-
"str_1604": "There is no $t(str_manager) account that has been created.",
|
|
2847
|
-
"str_pg_title_papp_photobook_create_post": "Create a posting",
|
|
2848
|
-
"str_1605": "Enter a title of the banner",
|
|
2849
|
-
"str_err_1606": "Min 1 character and max 50 characters can be entered for the title.",
|
|
2850
|
-
"str_err_1607": "Maximum 120 characters can be entered for the content.",
|
|
2851
|
-
"str_1608": "Attach an image",
|
|
2852
|
-
"str_1609": "Max 10 images can be uploaded, and max 10MB is allowed per an image file.",
|
|
2853
|
-
"str_pg_title_photobook_post_settings": "Setup",
|
|
2854
|
-
"str_1610": "Delete $t(str_manager) account",
|
|
2855
|
-
"str_1611": "Do you really want to delete $t(str_manager) account?\nThe account that has been deleted can't be restored.",
|
|
2856
|
-
"str_pg_title_photobook_post_detail_info": "Detailed Information",
|
|
2857
|
-
"str_pg_title_photobook_comment_manage": "Manage $t(str_comment)",
|
|
2858
|
-
"str_pg_title_papp_photobook_post_update": "Revise the posting",
|
|
2859
|
-
"str_pg_title_papp_photobook_post_detail": "Posting Details",
|
|
2860
|
-
"str_create_manager_account": "Create $t(str_manager) account",
|
|
2861
|
-
"str_create_manager_account_step_1": "Starting",
|
|
2862
|
-
"str_create_manager_account_step_2": "Select $t(str_manager) type",
|
|
2863
|
-
"str_create_manager_account_step_3": "Enter basic information",
|
|
2864
|
-
"str_create_manager_account_step_4": "Assign an administration authority",
|
|
2865
|
-
"str_1612": "Select $t(str_manager) type",
|
|
2866
|
-
"str_manager_type": "$t(str_manager) Types",
|
|
2867
|
-
"str_1613": "The range of the management authority varies according to the $t(str_manager) type.\nSelect $t(str_manager) type to be appropriate for the role. The $t(str_manager) type that has been set canโt be changed afterword. ",
|
|
2868
|
-
"str_1614": "Comprehensive management of the channel can be done within the range which the seller has allowed.",
|
|
2869
|
-
"str_1615": "The management authority can be exercised in the area related to the pApp contents of the channel. The authority, which is limited compared to the channel $t(str_manager), is granted.",
|
|
2870
|
-
"str_outlink_papp_title_outlink": "Outlink",
|
|
2871
|
-
"str_outlink_papp_modification_record": "Revision History",
|
|
2872
|
-
"str_outlink_papp_setting": "Setup",
|
|
2873
|
-
"str_outlink_papp_settingposts": "$t(str_pg_title_papp_outlink) Setup",
|
|
2874
|
-
"str_management_title_require": "Title for Managing the Outlink*",
|
|
2875
|
-
"str_1617": "New Outlink 1",
|
|
2876
|
-
"str_switch_button_phrase": "Switching Button Phrase 1",
|
|
2877
|
-
"str_1618": "Button Phrase 1",
|
|
2878
|
-
"str_url_to_switch_to": "Outlink URL to be switched",
|
|
2879
|
-
"str_1619": "https://",
|
|
2880
|
-
"str_image_preview": "Preview the outlink image",
|
|
2881
|
-
"str_1620": "An image of any ratio can be uploaded for the outlink image.\nThe width of the image is recommended to be at least 768px.\nThe file will be saved as 30MB in maximum.",
|
|
2882
|
-
"str_1621": "Min 4 characters and max 20 characters in the combination of English characters, numbers and underscore (_) can be entered.\nThe ID canโt be changed once it is created.",
|
|
2883
|
-
"str_1622": "Min 8 characters and max 30 characters can be entered for the password.\nUpper and lower case English characters, numbers and at least one special character must be included.",
|
|
2884
|
-
"str_1623": "Enter a title for managing the outlink",
|
|
2885
|
-
"str_1624": "It is a phrase that gets inserted on the button for moving to the external screen. Maximum 20 characters can be entered.",
|
|
2886
|
-
"str_1625": "Enter a phrase to be inserted on the button",
|
|
2887
|
-
"str_1626": "It is a field to input the external URL address to be switched.",
|
|
2888
|
-
"str_1627": "Enter the URL address",
|
|
2889
|
-
"str_err_1628": "Invalid Address",
|
|
2890
|
-
"str_err_1629": "Min 4 characters and max 20 characters can be entered for the ID.",
|
|
2891
|
-
"str_err_1630": "English characters, numbers and underscore (_) can be entered for the ID",
|
|
2892
|
-
"str_1631": "Min 8 characters and max 30 characters can be entered for the password.\nThe password must contain upper and lower case English characters, numbers and at least one special character.",
|
|
2893
|
-
"str_1632": "Enter your ID",
|
|
2894
|
-
"str_1633": "Profile Information",
|
|
2895
|
-
"str_1634": "The profile image gets uploaded in a shape of a square, which can act as a profile of the channel in the menu.\nIt shall be an image that can help users to recognize it as the profile of the channel.\nThe image can be uploaded in the file format of JPG, JPEG and PNG.",
|
|
2896
|
-
"str_1635": "A nickname is a name that is displayed in the channel. \nMin 2 characters and max 12 characters without a blank or a special character can be entered for the nickname.",
|
|
2897
|
-
"str_1636": "It is an inappropriate age to display this content.",
|
|
2898
|
-
"str_papp_promotion_history": "History",
|
|
2899
|
-
"str_management_title": "Title for Managing the Outlink",
|
|
2900
|
-
"str_edit_date": "Date of the Revision",
|
|
2901
|
-
"str_switched_counts": "Link Switching Count",
|
|
2902
|
-
"str_link_url": "Outlink Address",
|
|
2903
|
-
"str_err_1637": "This ID is already in use. Enter a new ID. ({{errCode}})",
|
|
2904
|
-
"str_1638": "Assign an administration authority",
|
|
2905
|
-
"str_1639": "Add a new $t(str_papp_vods_series)",
|
|
2906
|
-
"str_1640": "Add $t(str_papp_vods_series)",
|
|
2907
|
-
"str_1641": "Only $t(str_papp_vods_series) that is set as public will be shown to subscribers.",
|
|
2908
|
-
"str_1642": "$t(str_papp_vods_series) Information",
|
|
2909
|
-
"str_1643": "Description",
|
|
2910
|
-
"str_1644": "Enter the description",
|
|
2911
|
-
"str_1645": "Min 2 characters and max 5000 characters can be entered for the description.",
|
|
2912
|
-
"str_1646": "There is no $t(str_papp_vods_series) that has been added yet.\nAdd new series by pressing the [Add new $t(str_papp_vods_series)] button.",
|
|
2913
|
-
"str_1647": "Add an episode to $t(str_papp_vods_series) by pressing [Add an episode].",
|
|
2914
|
-
"str_err_1648": "Min 2 characters and max 5000 characters can be entered for the description.",
|
|
2915
|
-
"str_pg_title_promotion_post": "Outlink",
|
|
2916
|
-
"str_pg_title_promotion_post_settings": "Setup",
|
|
2917
|
-
"str_pg_title_promotion_post_history": "Record",
|
|
2918
|
-
"str_papp_promotion_post_setting": "Setup an outlink",
|
|
2919
|
-
"str_1649": "There is no episode that has been added yet.",
|
|
2920
|
-
"str_1650": "There is no series that has been added yet.",
|
|
2921
|
-
"str_err_1651": "Enter time between 00 to 23",
|
|
2922
|
-
"str_err_1652": "Enter time between 00 to 59",
|
|
2923
|
-
"str_1653": "Make a payment of USD$ {{amount}}",
|
|
2924
|
-
"str_fm_price_usd": "{{amount}} USD",
|
|
2925
|
-
"str_1654": "USD$ {{price}} per Month",
|
|
2926
|
-
"str_manager": "Manager",
|
|
2927
|
-
"str_1655": "Authority to Manage the Channel",
|
|
2928
|
-
"str_1656": "Manage $t(str_pg_title_channel_setting)",
|
|
2929
|
-
"str_1657": "It is an authority to manage the channel information. If this authority is assigned, the channel $t(str_manager) can search and revise the title of the channel, introduction information, cover image, icon image and logo image for desktops.",
|
|
2930
|
-
"str_1658": "Manage $t(str_event_resource_general_ch_profile)",
|
|
2931
|
-
"str_1659": "It is an authority to manage $t(str_event_resource_general_ch_profile). If this authority is assigned, the channel $t(str_manager) can search and revise $t(str_event_resource_general_ch_profile) image of the seller and the nickname.",
|
|
2932
|
-
"str_1660": "Manage $t(str_event_resource_general_ch_link)",
|
|
2933
|
-
"str_1661": "It is an authority to manage $t(str_event_resource_general_ch_link). If this authority is assigned, the channel $t(str_manager) can search and revise $t(str_channel_link_default), and create, search, revise and delete $t(str_channel_link_custom).",
|
|
2934
|
-
"str_1662": "Manage $t(str_subs_product)",
|
|
2935
|
-
"str_1663": "It is an authority to manage $t(str_subs_product). If this authority is assigned, the channel $t(str_manager) can create, search and revise $t(str_subs_product).",
|
|
2936
|
-
"str_1664": "Manage $t(str_subscriber)",
|
|
2937
|
-
"str_1665": "It is an authority to manage $t(str_subscriber). If this authority is assigned, the channel $t(str_manager) can search and ban $t(str_subscriber) who is subscribing the channel.",
|
|
2938
|
-
"str_1666": "Manage pApp settings",
|
|
2939
|
-
"str_1667": "It is an authority to manage settings of pApp. If this authority is assigned, the channel $t(str_manager) can search and revise the title of the pApp to be displayed and the environment setting policy. Also, pApp can be set to be activated or deactivated.",
|
|
2940
|
-
"str_1668": "Manage content $t(str_manager) account",
|
|
2941
|
-
"str_1669": "If this authority is assigned, the channel $t(str_manager) can create content $t(str_manager) type account. Although the content $t(str_manager) list can be searched and deleted, channel $t(str_manager) account which is the same type canโt be created.",
|
|
2942
|
-
"str_1670": "Authority to Manage pApp Content",
|
|
2943
|
-
"str_1671": "Channel $t(str_manager) can manage all contents of pApp that is installed in the channel. All pApp contents can be created, searched, revised and deleted.",
|
|
2944
|
-
"str_1672": "If the pApp content management authority is assigned, the pApp contents can be created, searched, revised and deleted.\nHowever, the content manager canโt revise the display title of pApp or change to activation/deactivation.",
|
|
2945
|
-
"str_1673": "์ด๋ฏธ์ง ์
๋ก๋",
|
|
2946
|
-
"str_err_1674": "๊ด๋ฆฌ ๊ถํ์ ๋ฌธ์ ๊ฐ ๋ฐ์ํ์ต๋๋ค. ์ฒ์๋ถํฐ ๋ค์ ์งํํด ์ฃผ์ธ์. ({{errCode}})",
|
|
2947
|
-
"str_1675": "$t(str_manager) ๊ณ์ ์์ฑ ์๋ฃ",
|
|
2948
|
-
"str_1676": "์ด์ ๊ฐ ์์ญ์ ๋ด๋น์์๊ฒ ๊ณ์ ์ ๋ณด๋ฅผ ์๋ ค์ฃผ์ธ์!\n$t(str_manager) ๊ณ์ ์ [$t(str_manager) ๋ก๊ทธ์ธ] ํ๋ฉด์์ ๋ก๊ทธ์ธํ ์ ์์ต๋๋ค.",
|
|
2949
|
-
"str_1677": "$t(str_manager) ๋ก๊ทธ์ธ ๋งํฌ",
|
|
2950
|
-
"str_1678": "https://console.publ.biz/mng-sign-in",
|
|
2951
|
-
"str_papp_cate_g": "์ค๋์ค, ์์ฑ",
|
|
2952
|
-
"str_1679": "๊ฐ์์ฉ VOD",
|
|
2953
|
-
"str_1680": "๊ฐ์์ฉ VOD",
|
|
2954
|
-
"str_1681": "๋ฎค์ง ํ๋ ์ด์ด",
|
|
2955
|
-
"str_1682": "๋ฎค์ง ํ๋ ์ด์ด",
|
|
2956
|
-
"str_1683": "์ดํ์ฉ ์ค๋์ค ํ๋ ์ด์ด",
|
|
2957
|
-
"str_1684": "์ดํ์ฉ ์ค๋์ค ํ๋ ์ด์ด",
|
|
2958
|
-
"str_1685": "์บ์คํธ (์ค๋์ค ๋ผ์ด๋ธ)",
|
|
2959
|
-
"str_1686": "์บ์คํธ (์ค๋์ค ๋ผ์ด๋ธ)",
|
|
2960
|
-
"str_1687": "๊ฐ์์ฉ VOD+",
|
|
2961
|
-
"str_1688": "๊ฐ์์ฉ VOD+",
|
|
2962
|
-
"str_1689": "์ปค๋จธ์ค์ฉ ๋ผ์ด๋ธ",
|
|
2963
|
-
"str_1690": "์ปค๋จธ์ค์ฉ ๋ผ์ด๋ธ",
|
|
2964
|
-
"str_1691": "์๋ฆผ ๋ฉ์ธ์ง ๋ฐ์ก",
|
|
2965
|
-
"str_1692": "์๋ฆผ ๋ฉ์์ง ๋ฐ์ก",
|
|
2966
|
-
"str_1693": "๋ด์ค๋ ํฐ ๋ฐ์ก",
|
|
2967
|
-
"str_1694": "๋ด์ค๋ ํฐ ๋ฐ์ก",
|
|
2968
|
-
"str_1695": "์ด๋ฉ์ผ ๋ฐ์ก",
|
|
2969
|
-
"str_1696": "์ด๋ฉ์ผ ๋ฐ์ก",
|
|
2970
|
-
"str_1697": "๋ฌธ์๋ฉ์ธ์ง ๋ฐ์ก",
|
|
2971
|
-
"str_1698": "๋ฌธ์๋ฉ์ธ์ง ๋ฐ์ก",
|
|
2972
|
-
"str_1699": "1:1 ๋ฌธ์",
|
|
2973
|
-
"str_1700": "1:1 ๋ฌธ์",
|
|
2974
|
-
"str_1701": "์ฐ์ปด ํ์ด์ง",
|
|
2975
|
-
"str_1702": "์ฐ์ปด ํ์ด์ง",
|
|
2976
|
-
"str_1703": "ํ๋ก๋ชจ์
๊ฒ์ํ",
|
|
2977
|
-
"str_1704": "ํ๋ก๋ชจ์
๊ฒ์ํ",
|
|
2978
|
-
"str_1705": "์
๋ฝ ๋ฉ์ ์ ",
|
|
2979
|
-
"str_1706": "์
๋ฝ ๋ฉ์ ์ ",
|
|
2980
|
-
"str_1707": "์นด๋ ๋ด์ค",
|
|
2981
|
-
"str_1708": "์นด๋ ๋ด์ค",
|
|
2982
|
-
"str_1709": "e-book",
|
|
2983
|
-
"str_1710": "e-book",
|
|
2984
|
-
"str_1711": "ํฌํ",
|
|
2985
|
-
"str_1712": "ํฌํ",
|
|
2986
|
-
"str_1713": "์คํ ์ดํ๋ก ํธ",
|
|
2987
|
-
"str_1714": "์คํ ์ดํ๋ก ํธ",
|
|
2988
|
-
"str_1715": "ํฌ๋ผ (์ค๋ ๋ํ ๊ฒ์ํ)",
|
|
2989
|
-
"str_1716": "ํฌ๋ผ (์ค๋ ๋ํ ๊ฒ์ํ)",
|
|
2990
|
-
"str_1717": "์ง๋ฌธ ๋ต๋ณ ๊ฒ์ํ",
|
|
2991
|
-
"str_1718": "์ง๋ฌธ ๋ต๋ณ ๊ฒ์ํ",
|
|
2992
|
-
"str_1719": "์นํฐ",
|
|
2993
|
-
"str_1720": "์นํฐ",
|
|
2994
|
-
"str_1721": "๋ฉ์ ์ ",
|
|
2995
|
-
"str_1722": "๋ฉ์ ์ ",
|
|
2996
|
-
"str_1723": "์คํ์ฑ",
|
|
2997
|
-
"str_1724": "์คํ์ฑ",
|
|
2998
|
-
"str_1725": "์๋ด์ฉ ์ฑํ
",
|
|
2999
|
-
"str_1726": "์๋ด์ฉ ์ฑํ
",
|
|
3000
|
-
"str_1727": "ํผํธ๋์ค์ฉ ํ์์ฝ์นญ",
|
|
3001
|
-
"str_1728": "ํผํธ๋์ค์ฉ ํ์์ฝ์นญ",
|
|
3002
|
-
"str_1729": "๊ต์ก์ฉ ํ์๊ณผ์ธ",
|
|
3003
|
-
"str_1730": "๊ต์ก์ฉ ํ์๊ณผ์ธ",
|
|
3004
|
-
"str_1731": "์บ์ฅฌ์ผ ํ์ํตํ",
|
|
3005
|
-
"str_1732": "์บ์ฅฌ์ผ ํ์ํตํ",
|
|
3006
|
-
"str_1733": "๊ถํ ์ ๋ณด",
|
|
3007
|
-
"str_1734": "$t(str_manager) ์ ํ",
|
|
3008
|
-
"str_1735": "๊ณ์ ์ญ์ ",
|
|
3009
|
-
"str_pg_title_sign_in_key_for_manager": "๋ก๊ทธ์ธ ํค",
|
|
3010
|
-
"str_1736": "๋ก๊ทธ์ธ ํค๋ฅผ ๋จผ์ ์์ฑํ๋ฌ ์ด๋ํ ๊น์?",
|
|
3011
|
-
"str_1737": "๋ก๊ทธ์ธ ํค๋ ๊ด๋ฆฌ์ ๊ณ์ ์ผ๋ก ๋ก๊ทธ์ธ ์์ ์ฌ์ฉ๋ฉ๋๋ค. ์์ง ์์ฑ๋ ์ ๋ณด๊ฐ ์์ผ๋ ๋จผ์ ๋ก๊ทธ์ธ ํค๋ฅผ ๋ง๋ค์ด ๋ณผ๊น์? ๋ก๊ทธ์ธ ํค๋ ์ต์ด ํ ๋ฒ๋ง ์
๋ ฅํ๋ฉด ๋ฉ๋๋ค.",
|
|
3012
|
-
"str_go": "์ด๋",
|
|
3013
|
-
"str_1738": "$t(str_manager) ๊ณ์ ๋ก๊ทธ์ธ ํค",
|
|
3014
|
-
"str_1739": "๋ก๊ทธ์ธ ํค๋ ๊ด๋ฆฌ์ ๊ณ์ ์ผ๋ก ๋ก๊ทธ์ธ ์ ์ธ์ฆ ๋ชฉ์ ์ผ๋ก ์ฌ์ฉ๋ฉ๋๋ค.\n์๋ฌธ, ์ซ์, ์ธ๋ ์ค์ฝ์ด(_)๋ฅผ ์กฐํฉํ์ฌ ์
๋ ฅํ ์ ์์ผ๋ฉฐ, ํ ๋ฒ ์์ฑํ ํ ๋ณ๊ฒฝํ ์ ์์ต๋๋ค.",
|
|
3015
|
-
"str_1740": "๋ก๊ทธ์ธ ํค๋ ์๋ฌธ, ์ซ์, ์ธ๋ ์ค์ฝ์ด(_)๋ฅผ ์กฐํฉํ์ฌ ์
๋ ฅํ ์ ์์ผ๋ฉฐ, ํ ๋ฒ ์์ฑํ ํ ๋ณ๊ฒฝํ ์ ์์ต๋๋ค.",
|
|
3016
|
-
"str_1741": "๋ก๊ทธ์ธ ํค ์์ฑ",
|
|
3017
|
-
"str_papp_inquiry_board": "1:1 ๋ฌธ์ pApp",
|
|
3018
|
-
"str_papp_inquiry_board_name": "๋ฌธ์ ๊ฒ์ํ",
|
|
3019
|
-
"str_papp_inquiry_board_id": "๋ฌธ์ ๊ฒ์ํ",
|
|
3020
|
-
"str_1742": "๋ก๊ทธ์ธ ํค ์
๋ ฅ",
|
|
3021
|
-
"str_err_1743": "์ฌ์ฉํ ์ ์๋ ๋ฌธ์๊ฐ ํฌํจ๋์ด ์์ต๋๋ค.",
|
|
3022
|
-
"str_err_1744": "์ด๋ฏธ ์ฌ์ฉ ์ค์ธ ๋ก๊ทธ์ธ ํค์
๋๋ค.",
|
|
3023
|
-
"str_1745": "$t(str_1738)๊ฐ ๋ณต์ฌ๋์์ต๋๋ค.",
|
|
3024
|
-
"str_1746": "์ฑ๋์ ์ค์น๋ pApp",
|
|
3025
|
-
"str_1747": "$t(str_manager) ํ๋กํ ์ด๋ฏธ์ง",
|
|
3026
|
-
"str_1748": "$t(str_manager) ํ๋กํ ๋๋ค์",
|
|
3027
|
-
"str_papp_inquiry_board_board": "๊ฒ์ํ",
|
|
3028
|
-
"str_papp_inquiry_board_post": "๊ฒ์๊ธ",
|
|
3029
|
-
"str_papp_inquiry_board_comment": "๋๊ธ",
|
|
3030
|
-
"str_papp_inquiry_board_like": "์ข์์",
|
|
3031
|
-
"str_papp_inquiry_board_dislike": "์ซ์ด์",
|
|
3032
|
-
"str_err_1749": "์ต์ $5.00 ์ด์ ์ต๋ $1,000.00 ๊น์ง ์ค์ ๊ฐ๋ฅํฉ๋๋ค.",
|
|
3033
|
-
"str_1750": "$t(str_fm_price_usd) ๊ฒฐ์ ํ๊ธฐ",
|
|
3034
|
-
"str_1751": "$t(str_manager) ๋ก๊ทธ์ธ",
|
|
3035
|
-
"str_err_1752": "$t(str_manager) ๊ณ์ ๋ก๊ทธ์ธ ํค๊ฐ ์ ํจํ์ง ์์ต๋๋ค. ๋ค์ ํ๋ฒ ํ์ธํด ์ฃผ์ธ์. ({{errCode}})",
|
|
3036
|
-
"str_err_1753": "์์ด๋์ ๋น๋ฐ๋ฒํธ๋ฅผ ๋ค์ ํ์ธํด ์ฃผ์ธ์. ({{errCode}})",
|
|
3037
|
-
"str_pg_title_invalid_access": "์ ๊ทผ ๋ถ๊ฐ",
|
|
3038
|
-
"str_1754": "์ ๊ทผ ๊ถํ์ด ์์ต๋๋ค.",
|
|
3039
|
-
"str_1755": "ํด๋น ๋ฉ๋ด์ ๊ด๋ฆฌ ๊ถํ์ด ์์ด ์ ๊ทผ์ด ์ฐจ๋จ๋์์ต๋๋ค.",
|
|
3040
|
-
"str_1757": "24์๊ฐ ํ๊ธฐ๋ฒ์ผ๋ก ์
๋ ฅํด์ฃผ์ธ์.",
|
|
3041
|
-
"str_pg_title_channel_profile": "$t(str_profile) ์ค์ ",
|
|
3042
|
-
"str_1758": "์ฑ๋ ํ๋กํ ์ด๋ฏธ์ง๋ ์ ์ฌ๊ฐํ์ผ๋ก ์
๋ก๋๋์ด, ์ฑ๋์์ ํ๋กํ ์ญํ ์ ํฉ๋๋ค.\n์ฑ๋ ๊ด๋ฆฌ์ ์ ํ์ ๊ด๋ฆฌ์ ๊ณ์ ์ ๋ชจ๋ ๊ฐ์ ํ๋กํ ์ด๋ฏธ์ง๋ฅผ ๊ณต์ ํ๋ ๋ณ๊ฒฝ ์์ ์ ์ํด ์ฃผ์ธ์.\n์ด๋ฏธ์ง๋ JPG, JPEG ๋ฐ PNG ํ์์ผ๋ก ์
๋ก๋ํ ์ ์์ต๋๋ค.",
|
|
3043
|
-
"str_1759": "์ฑ๋ ํ๋กํ ๋๋ค์์ ์ฑ๋์์ ํ์๋๋ ๋๋ค์์
๋๋ค.\n์ฑ๋ ๊ด๋ฆฌ์ ์ ํ์ ๊ด๋ฆฌ์ ๊ณ์ ์ ๋ชจ๋ ๊ฐ์ ๋๋ค์์ ๊ณต์ ํ๋ ๋ณ๊ฒฝ ์์ ์ ์ํด ์ฃผ์ธ์.\n๋๋ค์์ ๊ตญ๋ฌธ๊ณผ ์๋ฌธ์ผ๋ก ๊ณต๋ฐฑ ๋ฐ ํน์๋ฌธ์ ์์ด ์ต์ 2์๋ถํฐ ์ต๋ 12์๊น์ง ์
๋ ฅํ ์ ์์ต๋๋ค.",
|
|
3044
|
-
"str_1761": "์ ๋์์ ์
๋ก๋",
|
|
3045
|
-
"str_1762": "์์ ์ ๋ณด",
|
|
3046
|
-
"str_1763": "์ฌ์ด์ฆ",
|
|
3047
|
-
"str_1764": "์ฒ๋ฆฌ ํํฉ",
|
|
3048
|
-
"str_erase": "์ง์ฐ๊ธฐ",
|
|
3049
|
-
"str_papp_promotion_page_board": "๊ฒ์ํ",
|
|
3050
|
-
"str_papp_promotion_page_landing_post": "๋๋ฉ ๊ฒ์๊ธ",
|
|
3051
|
-
"str_papp_promotion_page_comment": "๋๊ธ",
|
|
3052
|
-
"str_papp_promotion_page_label": "๋ผ๋ฒจ",
|
|
3053
|
-
"str_1766": "๊ตฌ๋
์ํ์ ๊ฐ๊ฒฉ์ ์ค์ ํฉ๋๋ค. ์ต์ 5.00 USD๋ถํฐ 1,000.00 USD๊น์ง ์ค์ ํ ์ ์์ต๋๋ค.",
|
|
3054
|
-
"str_vod_size_mb": "$t(vodSize)MB",
|
|
3055
|
-
"str_1768": "์ธ์ฝ๋ฉ ๋๊ธฐ",
|
|
3056
|
-
"str_1769": "์ธ์ฝ๋ฉ ์์",
|
|
3057
|
-
"str_1770": "์๋ฃ",
|
|
3058
|
-
"str_1771": "์ธ์ฝ๋ฉ ๋๊ธฐ์ค์
๋๋ค.",
|
|
3059
|
-
"str_1772": "์์์ ์ธ์ฝ๋ฉ์ด ์งํ๋๊ณ ์์ต๋๋ค.",
|
|
3060
|
-
"str_1773": "์์์ด ์ฑ๊ณต์ ์ผ๋ก ์
๋ก๋๋์์ต๋๋ค. ์ํผ์๋ ๋ชฉ๋ก์์ ํ์ธํ์ค ์ ์์ต๋๋ค.",
|
|
3061
|
-
"str_err_1774": "์ธ์ฝ๋ฉํ๋ ๋์ค ์๋ฌ๊ฐ ๋ฐ์ํ์ต๋๋ค. ์์์ ๋ค์ ์
๋ก๋ํด ์ฃผ์ธ์.",
|
|
3062
|
-
"str_vod_size_gb": "$t(vodSize)GB",
|
|
3063
|
-
"str_1778": "์์ ์ฒ๋ฆฌ๊ฐ ์์๋ ์์ ์
๋๋ค.",
|
|
3064
|
-
"str_1779": "์์์ด ์
๋ก๋๋ ์ดํ, ์ฒ๋ฆฌ ๊ณผ์ ์ด ์์๋ฉ๋๋ค.\n์ฒ๋ฆฌ ๊ณผ์ ์ด ๋๋๋ฉด, ์๋ฃ๋ ์์์ ์ํผ์๋ ๋ชฉ๋ก์์ ํ์ธํ์ค ์ ์์ต๋๋ค.\n\n์
๋ก๋๊ฐ ๋๋๊ธฐ ์ ์ ํ๋ฉด์ ์ ๊ณ ์นจ ํ์๊ฑฐ๋ ๋ค๋ฅธ ์ฌ์ดํธ๋ก ์ด๋ํ๋ฉด,\n์
๋ก๋๊ฐ ์ค๋จ๋ฉ๋๋ค.\n์
๋ก๋๊ฐ ์๋ฃ๋๊ณ ์ฒ๋ฆฌ๋จ๊ณ๋ก ๋์ด๊ฐ๋ฉด ํ๋ฉด ์ด๋์ ํ์
๋ ๊ด์ฐฎ์ต๋๋ค.",
|
|
3065
|
-
"str_papp_welcome_page_id": "์ฐ์ปด ํ์ด์ง",
|
|
3066
|
-
"str_papp_welcome_page_name": "์ฐ์ปด ํ์ด์ง",
|
|
3067
|
-
"str_papp_welcome_page_board": "๊ฒ์ํ",
|
|
3068
|
-
"str_papp_welcome_page_post": "๊ฒ์๊ธ",
|
|
3069
|
-
"str_1780": "์
๋ก๋ ์ค...",
|
|
3070
|
-
"str_1781": "์
๋ก๋ ์๋ฃ",
|
|
3071
|
-
"str_err_1782": "๋ก๊ทธ์ธ ํค๋ ์ต์ 2์, ์ต๋ 20์๊น์ง ์
๋ ฅํ ์ ์์ต๋๋ค.",
|
|
3072
|
-
"str_1783": "์๋ ์์ ๋ก๊ทธ๋ 10์ผ ํ์ ์๋์ญ์ ๋ฉ๋๋ค.",
|
|
3073
|
-
"str_pg_title_inquiry_board_posts": "1:1 ๋ฌธ์ ๋ชฉ๋ก",
|
|
3074
|
-
"str_pg_title_inquiry_board_post_settings": "์ค์ ",
|
|
3075
|
-
"str_err_1784": "์์์ ์ต๋ 10๊ฐ๊น์ง ์
๋ก๋ ๋๊ธฐ์ด์ ์ถ๊ฐํ ์ ์์ต๋๋ค.",
|
|
3076
|
-
"str_pg_title_inquiry_board_post_detail_info": "์ธ๋ถ ์ ๋ณด",
|
|
3077
|
-
"str_1785": "๋ต๋ณ ๋๊ธฐ",
|
|
3078
|
-
"str_1786": "๋ต๋ณ ์๋ฃ",
|
|
3079
|
-
"str_1787": "์ ๋ชฉ",
|
|
3080
|
-
"str_1788": "์์ฑ์",
|
|
3081
|
-
"str_1789": "๋ต๋ณ ์ํ",
|
|
3082
|
-
"str_pg_title_papp_inquiry_board_post_detail": "1:1 ๋ฌธ์ ์์ธ",
|
|
3083
|
-
"str_pg_title_papp_inquiry_board_post_comment": "๋ต๋ณ",
|
|
3084
|
-
"str_request_history": "Request History",
|
|
3085
|
-
"str_1790": "All requests for refund will be responded to through email within 3 business days by the publ operation team.",
|
|
3086
|
-
"str_1791": "your request for refund has been submitted successfully",
|
|
3087
|
-
"str_status_waiting": "Pending",
|
|
3088
|
-
"str_status_in_progress": "In progress",
|
|
3089
|
-
"str_status_answered": "Responded",
|
|
3090
|
-
"str_pay_price_info": "Price Info",
|
|
3091
|
-
"str_1792": "๋ด์ฉ์ ์
๋ ฅํด์ฃผ์ธ์.",
|
|
3092
|
-
"str_1793": "๋ต๋ณ ๋ฑ๋ก",
|
|
3093
|
-
"str_err_1794": "๊ตฌ๋
์์ ์ํด ์ญ์ ๋ ๊ฒ์๊ธ์
๋๋ค. ๋ค๋ฅธ ๊ฒ์๊ธ์ ์ ํํด ์ฃผ์ธ์.({{errCode}})",
|
|
3094
|
-
"str_1795": "๋ต๋ณ ๋๊ธฐ",
|
|
3095
|
-
"str_1796": "๋ต๋ณ ์๋ฃ",
|
|
3096
|
-
"str_1797": "๋ถ๋ฆฌ๋ ๋ชฉ๋ก์์ ํ์๋ ์
๋ฌ ์์ญ ํญ๋ฉ๋ด์ ์ ๋ชฉ",
|
|
3097
|
-
"str_1798": "๋ถ๋ฆฌ๋ ๋ชฉ๋ก์์ ํ์๋ ๊ตฌ๋
์ ์์ญ ํญ๋ฉ๋ด์ ์ ๋ชฉ",
|
|
3098
|
-
"str_1799": "๊ตฌ๋
์๋ค์ด ์์ฑํ ํฌ์คํธ์ ํญ๋ฉ๋ด ์ ๋ชฉ์ ์ค์ ํฉ๋๋ค.\nํฌ์คํธ ๋ชฉ๋ก ๋ถ๋ฆฌ ์ฌ์ฉ์ ํ์ฑํํด์ผ ์ ์ฉ๋ฉ๋๋ค.",
|
|
3099
|
-
"str_1800": "๋ฌธ์๊ธ ์์ธ",
|
|
3100
|
-
"str_1801": "1:1 ๋ฌธ์ ์์ฑ",
|
|
3101
|
-
"str_1802": "ํ ๋ฒ ๋ฑ๋กํ ๋ฌธ์ ๋ด์ฉ์ ์์ ์ด ๋ถ๊ฐ๋ฅํฉ๋๋ค.",
|
|
3102
|
-
"str_err_1803": "์ ๋ชฉ์ ์ต์ 1์, ์ต๋ 200์๊น์ง ์
๋ ฅํ ์ ์์ต๋๋ค.",
|
|
3103
|
-
"str_err_1804": "๋ด์ฉ์ ์ต์ 2์, ์ต๋ 2000์๊น์ง ์
๋ ฅํ ์ ์์ต๋๋ค.",
|
|
3104
|
-
"str_err_1805": "๋น๋ฐ๋ฒํธ๋ ํน์๋ฌธ์๋ง์ผ๋ก ๊ตฌ์ฑ๋ ์ ์์ต๋๋ค.",
|
|
3105
|
-
"str_err_1806": "๋น๋ฐ๋ฒํธ๋ ๋ฐ๋์ 1๊ฐ ์ด์์ ํน์ ๋ฌธ์๋ฅผ ํฌํจํด์ผ ํฉ๋๋ค.",
|
|
3106
|
-
"str_papp_welcome_page_settings": "์ค์ ",
|
|
3107
|
-
"str_papp_welcome_page_setting": "์ฐ์ปด ํ์ด์ง ์ค์ ",
|
|
3108
|
-
"str_papp_welcome_page_title": "์ฐ์ปด ํ์ด์ง ์ ๋ชฉ*",
|
|
3109
|
-
"str_papp_welcome_page_untitled": "Untitled",
|
|
3110
|
-
"str_papp_welcome_page_explain": "์ค๋ช
*",
|
|
3111
|
-
"str_papp_welcome_page_welcome": "Welcome!",
|
|
3112
|
-
"str_papp_welcome_page_media_preview": "์ฐ์ปด ํ์ด์ง ๋ฏธ๋์ด ๋ฏธ๋ฆฌ๋ณด๊ธฐ",
|
|
3113
|
-
"str_1807": "์ด๋ฏธ์ง ๋๋ 1๋ถ ์ด๋ด์ 30MB ๋์์ ์ค 1๊ฐ๋ฅผ ์
๋ก๋ ํ ์ ์์ต๋๋ค.\n์ด๋ฏธ์ง๋ ๋ชจ๋ ๋น์จ์ JPG,PNG ํ์์ ์ด๋ฏธ์ง๋ฅผ ์
๋ก๋ ํ ์ ์์ต๋๋ค.",
|
|
3114
|
-
"str_1808": "์ฐ์ปด ํ์ด์ง์ ํ์๋ ์ ๋ชฉ์ ์
๋ ฅํด์ฃผ์ธ์.",
|
|
3115
|
-
"str_1809": "๋ณธ๋ฌธ์ ๊ตญ๋ฌธ ๋ฐ ์๋ฌธ์ผ๋ก ์ต๋ 5,000์ ์ด๋ด๋ก ์
๋ ฅ์ด ๊ฐ๋ฅํฉ๋๋ค.",
|
|
3116
|
-
"str_1810": "๋ณธ๋ฌธ์ ๋ค์ด๊ฐ ๋ฌธ๊ตฌ๋ฅผ ์
๋ ฅํด์ฃผ์ธ์.",
|
|
3117
|
-
"str_1811": "URL ์ฃผ์ ๋๋ E-mail์ ์
๋ ฅํด์ฃผ์ธ์.",
|
|
3118
|
-
"str_err_1812": "๊ด๋ จ๋ ๋งํฌ๋ฅผ ์
๋ ฅํ๋ ๋์
๋๋ค.",
|
|
3119
|
-
"str_1813": "์ค๋ช
",
|
|
3120
|
-
"str_err_1814": "์ต๊ณ $t(str_manager)์ ์ํด ๋น๋ฐ๋ฒํธ๊ฐ ๋ณ๊ฒฝ๋์์ต๋๋ค. ๋ณ๊ฒฝ๋ ๋น๋ฐ๋ฒํธ๋ก ๋ค์ ๋ก๊ทธ์ธํด ์ฃผ์ธ์. ({{errCode}})",
|
|
3121
|
-
"str_err_1815": "์ต๊ณ $t(str_manager)์ ์ํด ์ญ์ ๋ ๊ณ์ ์
๋๋ค. ๋ค๋ฅธ ๊ณ์ ์ผ๋ก ์ ์ํ๊ฑฐ๋ ์ต๊ณ $t(str_manager)์๊ฒ ๋ฌธ์ํ์ธ์. ({{errCode}})",
|
|
3122
|
-
"str_1816": "๊ตฌ๋
์ 1๋ช
๋น ๊ตฌ๋
๋ฃ\n{{price}} USD์ผ ๋,",
|
|
3123
|
-
"str_1817": "1๋ช
๋น ๊ธฐ๋ ์์ต",
|
|
3124
|
-
"str_1818": "๋น์ฆ๋์ค๋ฅผ ์์ํ๋ ค๋ ๊ตญ๊ฐ",
|
|
3125
|
-
"str_1819": "๋น์ฆ๋์ค์ ๋์์ด ๋๋ ๊ตญ๊ฐ๋ฅผ ์ ํํ์ธ์. ์ ํ ๊ฐ์ ๋ฐ๋ผ ์ฑ๋ ๋ด์์ ๊ฒฐ์ ์์ ๊ธฐ์ค์ด ๋๋ ํตํ๊ฐ ๋ฌ๋ผ์ง๋๋ค. ๋ํ๋ฏผ๊ตญ์ ์ ํํ๋ฉด ๊ธฐ์ค ํตํ๋ฅผ ๋ํ๋ฏผ๊ตญ ์์ผ๋ก ์ค์ ํฉ๋๋ค. ๊ธ๋ก๋ฒ์ ์ ํํ๋ฉด ๊ธฐ์คํตํ๋ฅผ ๋ฏธ๊ตญ ๋ฌ๋ฌ๋ก ์ค์ ํฉ๋๋ค.",
|
|
3126
|
-
"str_1820": "Global - U.S. Dollar (USD)",
|
|
3127
|
-
"str_fm_price_kr": "โฉ{{amount}}",
|
|
3128
|
-
"str_1821": "Revenue",
|
|
3129
|
-
"str_1822": "*Except $t(str_867)",
|
|
3130
|
-
"str_1823": "๋ต๋ณ ์ญ์ ",
|
|
3131
|
-
"str_1824": "์ง๊ธ ๊ตฌ๋
์ ํด์งํ์ฌ๋ {{expiredDate}}๊น์ง ๊ณ์ ๊ตฌ๋
ํญ๋ชฉ์ ์ด์ฉํ ์ ์์ต๋๋ค.",
|
|
3132
|
-
"str_not_now": "Not Now",
|
|
3133
|
-
"str_1825": "์ด์ฉ ๋ฐฉ๋ฒ",
|
|
3134
|
-
"str_1826": "๋ณธ ์๋น์ค๋ ์๋์ ๋ฐฉ๋ฒ์ผ๋ก ์ด์ฉํ ์ ์์ต๋๋ค.",
|
|
3135
|
-
"str_1827": "ํ๋ซํผ๋ณ ์ด์ฉ ์๋ด",
|
|
3136
|
-
"str_1828": "iOS ์ฑ/์๋๋ก์ด๋ ์ฑ/๋ชจ๋ฐ์ผ ์น๋ธ๋ผ์ฐ์ /PC ์น๋ธ๋ผ์ฐ์ ์์ ์ด์ฉํ ์ ์์ต๋๋ค.\nPC ์น๋ธ๋ผ์ฐ์ ๊ธฐ์ค Chrome 91 ์ด์/Safari 13 ์ด์, ๋ชจ๋ฐ์ผ ์น๋ธ๋ผ์ฐ์ ๊ธฐ์ค Chrome(for Android) 94 ์ด์/Safari(on iOS) 13.1 ์ด์์ ๋ฒ์ ์์ ์๋น์ค๋ฅผ ์ด์ฉํ ์ ์์ต๋๋ค.",
|
|
3137
|
-
"str_1829": "ํ๋ถ ์๋ด",
|
|
3138
|
-
"str_1830": "๋ณธ ์๋น์ค๋ ๋ค์์ ๊ฒฝ์ฐ ํ๋ถ์ด ๋ถ๊ฐํ๋ ๊ตฌ๋งค ์ ํ์ธ ๋ถํ๋๋ฆฝ๋๋ค.\n1. ์ํ์ ๊ตฌ๋งคํ์ง 7์ผ(์ฒญ์ฝ์ฒ ํ ๊ธฐ๊ฐ)์ด ์ง๋ ๊ฒฝ์ฐ\n2. ์ํ์ ๊ตฌ๋งคํ์ง 7์ผ(์ฒญ์ฝ์ฒ ํ ๊ธฐ๊ฐ)์ด ์ง๋์ง ์์์ง๋ง, ์๋น์ค๋ฅผ ์ด์ฉํ ๊ฒฝ์ฐ\n3. ์ฑ๋์ด ๋ฐํํ ์ฟ ํฐ์ด๋, ์ด๋ฒคํธ ๋ฑ์ ํตํด ๋ฌด์์ผ๋ก ์ ๋ฃ ์๋น์ค ์ด์ฉ๊ถ์ ๋ฐ์ ๊ฒฝ์ฐ\n4. ํ์์ด ์๋น์ค ์ด์ฉ์ผ๋ก๋ถํฐ ์ป์ ์ด์ต์ ํด๋นํ๋ ๊ณต์ ๋์ ๊ธ์ก์ด ํ์์ด ์ค์ ๋ก ๊ฒฐ์ ํ ๊ธ์ก์ ์ด๊ณผํ ๊ฒฝ์ฐ\n5. ํ์์ด ์ง์ ๊ฒฐ์ ํ์ง ์์ ๊ฒฝ์ฐ",
|
|
3139
|
-
"str_1831": "๊ธฐํ ์๋ด",
|
|
3140
|
-
"str_1832": "๋ฏธ์ฑ๋
์์ ๊ฒฝ์ฐ, ๋ฒ์ ๋๋ฆฌ์ธ์ด ๊ตฌ๋งค์ ๋์ํ์ง ์์ ๊ฒฝ์ฐ ๋ณธ์ธ ๋๋ ๋ฒ์ ๋๋ฆฌ์ธ์ด ๊ตฌ๋งค๋ฅผ ์ทจ์ํ ์ ์์ต๋๋ค.",
|
|
3141
|
-
"str_1833": "์๋น์ค ์ ๊ณต์ ์ ๋ณด",
|
|
3142
|
-
"str_1834": "์ํธ๋ช
: {{companyName}}\n๋ํ์ : {{businessRepresentativeName}}\n์ฐ๋ฝ์ฒ : {{email}}",
|
|
3143
|
-
"str_1835": "๋ํ์ : {{businessRepresentativeName}}\n์ฐ๋ฝ์ฒ : {{email}}",
|
|
3144
|
-
"str_1836": "๊ฒฐ์ ๋ถ๊ฐ",
|
|
3145
|
-
"str_pg_title_papp_inquiry_board_posts": "๋ฌธ์ ๊ฒ์ํ",
|
|
3146
|
-
"str_papp_card_news_id": "์นด๋ ๋ด์ค",
|
|
3147
|
-
"str_papp_card_news_name": "์นด๋ ๋ด์ค",
|
|
3148
|
-
"str_papp_card_news_board": "๊ฒ์ํ",
|
|
3149
|
-
"str_papp_card_news_post": "๊ฒ์๊ธ",
|
|
3150
|
-
"str_papp_card_news_comment": "๋๊ธ",
|
|
3151
|
-
"str_papp_card_news_like": "์ข์์",
|
|
3152
|
-
"str_1837": "์ด pApp์ ๋ชจ๋ฐ์ผ์์ ์ง์ํ์ง ์์ต๋๋ค.\n๋ฐ์คํฌํ์ผ๋ก ์ ์ํด์ฃผ์ธ์.",
|
|
3153
|
-
"str_papp_card_news_dislike": "์ซ์ด์",
|
|
3154
|
-
"str_err_1838": "์ ๋ชฉ์ ์ต์ 1์, ์ต๋ 100์๊น์ง ์
๋ ฅํ ์ ์์ต๋๋ค.",
|
|
3155
|
-
"str_err_1839": "์ ํ ๋ฒํผ ๋ฌธ๊ตฌ๋ ์ต๋ 20์๊น์ง ์
๋ ฅํ ์ ์์ต๋๋ค.",
|
|
3156
|
-
"str_pam_community_post_qna": "์ง์์๋ต ๊ฒ์๊ธ",
|
|
3157
|
-
"str_err_1840": "์ด๋ฏธ์ง๋ ์ต๋ 30MB๊น์ง ์
๋ก๋ ํ ์ ์์ต๋๋ค.({{errCode}})",
|
|
3158
|
-
"str_papp_vod_vr_id": "OTTํ VR VOD",
|
|
3159
|
-
"str_papp_vod_vr_name": "OTTํ VR VOD",
|
|
3160
|
-
"str_1841": "์์๋งํฌ์ ์์ ๊ธฐ๋ก ๋ด์ญ์ด ์์ต๋๋ค.",
|
|
3161
|
-
"str_err_1842": "ํ์์ ๋ง์ง ์๋ URL ์ฃผ์์
๋๋ค.",
|
|
3162
|
-
"str_pam_community_post_story": "ํผ๋ํ ๊ฒ์๊ธ",
|
|
3163
|
-
"str_pam_community_post_plain": "๊ธฐ๋ณธ ๊ฒ์๊ธ",
|
|
3164
|
-
"str_1843": "*์ด pApp์ ๊ฐ๋ฐ ์ค์ผ๋ก, ์์ง ์ด์ฉํ ์ ์์ต๋๋ค.",
|
|
3165
|
-
"str_1844": "์ด์ฉ ๋ถ๊ฐ",
|
|
3166
|
-
"str_1845": "๊ฐ๊ฒฉ ๋ฏธ์ ",
|
|
3167
|
-
"str_pam_lpc_post_welcome": "์ฐ์ปด ๊ฒ์๊ธ",
|
|
3168
|
-
"str_1846": "์์ง ์์ฑ๋ ๋ฌธ์ ๊ฒ์๊ธ์ด ์์ต๋๋ค.",
|
|
3169
|
-
"str_1847": "์ ๋์์ ์
๋ก๋",
|
|
3170
|
-
"str_papp_vod_vr_episode": "์ํผ์๋",
|
|
3171
|
-
"str_papp_vod_vr_series": "์๋ฆฌ์ฆ ",
|
|
3172
|
-
"str_papp_vod_vr_label": "๋ผ๋ฒจ",
|
|
3173
|
-
"str_papp_vod_vr_home": "ํ ํ๋ฉด",
|
|
3174
|
-
"str_1848": "$t(str_papp_vod_vr_episode) ๊ด๋ฆฌ",
|
|
3175
|
-
"str_1849": "$t(str_papp_vod_vr_series) ๊ด๋ฆฌ",
|
|
3176
|
-
"str_1850": "$t(str_papp_vod_vr_series) $t(str_papp_vod_vr_label) ๊ด๋ฆฌ",
|
|
3177
|
-
"str_1851": "$t(str_papp_vod_vr_home) ๊ด๋ฆฌ",
|
|
3178
|
-
"str_1852": "$t(str_settings)",
|
|
3179
|
-
"str_1853": "์์ ์ ๋ณด",
|
|
3180
|
-
"str_1854": "์ฌ์ด์ฆ",
|
|
3181
|
-
"str_1855": "์ฒ๋ฆฌ ํํฉ",
|
|
3182
|
-
"str_1856": "์ธ์ฝ๋ฉ ๋๊ธฐ",
|
|
3183
|
-
"str_1857": "์ธ์ฝ๋ฉ ์์",
|
|
3184
|
-
"str_1858": "์๋ฃ",
|
|
3185
|
-
"str_1859": "์ธ์ฝ๋ฉ ๋๊ธฐ์ค์
๋๋ค.",
|
|
3186
|
-
"str_1860": "์์์ ์ธ์ฝ๋ฉ์ด ์งํ๋๊ณ ์์ต๋๋ค.",
|
|
3187
|
-
"str_1861": "์์์ด ์ฑ๊ณต์ ์ผ๋ก ์
๋ก๋๋์์ต๋๋ค. ์ํผ์๋ ๋ชฉ๋ก์์ ํ์ธํ์ค ์ ์์ต๋๋ค.",
|
|
3188
|
-
"str_err_1862": "์ธ์ฝ๋ฉํ๋ ๋์ค ์๋ฌ๊ฐ ๋ฐ์ํ์ต๋๋ค. ์์์ ๋ค์ ์
๋ก๋ํด ์ฃผ์ธ์.",
|
|
3189
|
-
"str_1863": "์๋ ์์ ๋ก๊ทธ๋ 10์ผ ํ์ ์๋์ญ์ ๋ฉ๋๋ค.",
|
|
3190
|
-
"str_1864": "๋๋๊ทธ ์ค ๋๋กญํ์ฌ ๋์์ ์
๋ก๋",
|
|
3191
|
-
"str_1865": "mp4, mov์ mkv ํ์ผ๋ง ์
๋ก๋ ๊ฐ๋ฅํฉ๋๋ค.",
|
|
3192
|
-
"str_1866": "์์ ์ฒ๋ฆฌ๊ฐ ์์๋ ์์ ์
๋๋ค.",
|
|
3193
|
-
"str_1867": "์์์ด ์
๋ก๋๋ ์ดํ, ์ฒ๋ฆฌ ๊ณผ์ ์ด ์์๋ฉ๋๋ค.\n์ฒ๋ฆฌ ๊ณผ์ ์ด ๋๋๋ฉด, ์๋ฃ๋ ์์์ ์ํผ์๋ ๋ชฉ๋ก์์ ํ์ธํ์ค ์ ์์ต๋๋ค.\n\n์
๋ก๋๊ฐ ๋๋๊ธฐ ์ ์ ํ๋ฉด์ ์ ๊ณ ์นจ ํ์๊ฑฐ๋ ๋ค๋ฅธ ์ฌ์ดํธ๋ก ์ด๋ํ๋ฉด,\n์
๋ก๋๊ฐ ์ค๋จ๋ฉ๋๋ค.\n์
๋ก๋๊ฐ ์๋ฃ๋๊ณ ์ฒ๋ฆฌ๋จ๊ณ๋ก ๋์ด๊ฐ๋ฉด ํ๋ฉด ์ด๋์ ํ์
๋ ๊ด์ฐฎ์ต๋๋ค.",
|
|
3194
|
-
"str_err_1868": "$t(str_papp_vod_vr_episode)๊ฐ ์
๋ก๋๋์ง ๋ชปํ์ต๋๋ค.\n๋ค์ ์๋ํด์ฃผ์ธ์. ({{errCode}})",
|
|
3195
|
-
"str_err_1869": "์์์ ์ต์ 713x179px์ 20fps์ธ ์์์ ์
๋ก๋ํ ์ ์๊ณ , ์ต๋ 4:1 ๋น์จ์ 1080p๊น์ง ์
๋ก๋ํ ์ ์์ต๋๋ค.",
|
|
3196
|
-
"str_err_1870": "์์์ ์ต๋ 5์๊ฐ ๋ถ๋๊น์ง ์
๋ก๋ํ ์ ์์ต๋๋ค.",
|
|
3197
|
-
"str_publ_papp_unlock_product": "pApp ์ ๊ทผ ํ์ฉ ์ํ",
|
|
3198
|
-
"str_err_1871": "์์์ ์ต๋ 50GB๊น์ง ์
๋ก๋ํ ์ ์์ต๋๋ค.",
|
|
3199
|
-
"str_err_1872": "์์์ ์ต๋ 10๊ฐ๊น์ง ์
๋ก๋ ๋๊ธฐ์ด์ ์ถ๊ฐํ ์ ์์ต๋๋ค.",
|
|
3200
|
-
"str_1873": "์์ ์
๋ก๋ ์ค...",
|
|
3201
|
-
"str_1874": "์
๋ก๋๊ฐ ์๋ฃ ๋์์ต๋๋ค.",
|
|
3202
|
-
"str_err_1875": "์
๋ก๋ ๋์ค ์๋ฌ๊ฐ ๋ฐ์ํ์ต๋๋ค.",
|
|
3203
|
-
"str_1876": "๋๊ธฐ ์ค...",
|
|
3204
|
-
"str_1877": "์๋ฃ",
|
|
3205
|
-
"str_1878": "์์์ด ์ฒ๋ฆฌ๋๋ ๊ณผ์ ์ด ํ์๋๋ ํ๋ฉด์
๋๋ค.",
|
|
3206
|
-
"str_1881": "์ํผ์๋ ์์ธ",
|
|
3207
|
-
"str_1882": "์ ๋ชฉ ๋ฐ ๋ณธ๋ฌธ",
|
|
3208
|
-
"str_1883": "์ฐ๋ น ์ ํ",
|
|
3209
|
-
"str_1884": "์์ ๋ฏธ๋ฆฌ๋ณด๊ธฐ",
|
|
3210
|
-
"str_1885": "์ ๋ชฉ*",
|
|
3211
|
-
"str_1886": "์ ๋ชฉ์ ์ต์ 1์, ์ต๋ 60์๊น์ง ์
๋ ฅํ ์ ์์ต๋๋ค.",
|
|
3212
|
-
"str_1887": "๋ณธ๋ฌธ*",
|
|
3213
|
-
"str_1888": "๋ณธ๋ฌธ์ ์ต์ 1์, ์ต๋ 5000์๊น์ง ์
๋ ฅํ ์ ์์ต๋๋ค.",
|
|
3214
|
-
"str_1889": "์ฐ๋ น ์ ํ",
|
|
3215
|
-
"str_1890": "์ํผ์๋์ ์์ฒญ์ด ๊ฐ๋ฅํ ๋ง ๋์ด๋ฅผ ์ซ์๋ก ์
๋ ฅํด์ฃผ์ธ์. ์ซ์๊ฐ ์
๋ ฅ๋ ๊ฒฝ์ฐ ๋ณธ์ธ์ธ์ฆ์ ๋ฐ์ ๊ตฌ๋
์์ ๋์ด๋ฅผ ๊ธฐ์ค์ผ๋ก ์ฝํ
์ธ ๋ฅผ ์์ฒญํ ์ ์๋์ง๋ฅผ ๊ฒฐ์ ํฉ๋๋ค. 0 ๋๋ ์
๋ ฅํ์ง ์์ผ๋ฉด ์๋ฌด๋ ๋ณผ ์ ์์ต๋๋ค.",
|
|
3216
|
-
"str_1891": "์ฐ๋ น๊ธฐ์ค ์กฐํ ์ ํ ๋์ด๋ฅผ ์
๋ ฅํด์ฃผ์ธ์.",
|
|
3217
|
-
"str_err_1892": "์ ๋ชฉ์ ์ต์ 1์, ์ต๋ 60์๊น์ง ์
๋ ฅํ ์ ์์ต๋๋ค.",
|
|
3218
|
-
"str_err_1893": "๋ณธ๋ฌธ์ ์ต์ 1์, ์ต๋ 5000์๊น์ง ์
๋ ฅํ ์ ์์ต๋๋ค.",
|
|
3219
|
-
"str_err_1894": "์ธ๋ค์ผ ์ด๋ฏธ์ง๋ ์ต๋ 10MB๊น์ง ์
๋ก๋ ํ ์ ์์ต๋๋ค.({{errCode}})",
|
|
3220
|
-
"str_err_1895": "์
๋ฌ์ ์ํด ์ญ์ ๋ ์ํผ์๋์
๋๋ค. ๋ค๋ฅธ ์ํผ์๋๋ฅผ ์ ํํด ์ฃผ์ธ์.({{errCode}})",
|
|
3221
|
-
"str_pg_title_vod_vr_post_detail_info": "์ธ๋ถ ์ ๋ณด",
|
|
3222
|
-
"str_err_1896": "๋ด์ฉ์ ์ต์ 2์, ์ต๋ 1000์๊น์ง ์
๋ ฅํ ์ ์์ต๋๋ค.",
|
|
3223
|
-
"str_1897": "์๋ง ์ค์ ",
|
|
3224
|
-
"str_1898": "์๋ง ์ถ๊ฐ",
|
|
3225
|
-
"str_1899": "์ถ๊ฐ๋ ์๋ง์ด ์์ต๋๋ค.",
|
|
3226
|
-
"str_1900": "์๋ง์ ์ธ์ด๋ฅผ ์ ํํด์ฃผ์ธ์.",
|
|
3227
|
-
"str_1901": "์ธ์ด ์ ํ",
|
|
3228
|
-
"str_1902": "์๋ง ํ์ผ",
|
|
3229
|
-
"str_err_1903": "์๋ง์ $t(str_delete)ํ์๊ฒ ์ต๋๊น? $t(str_delete)๋ ์๋ง์ ๋ ์ด์ ๊ตฌ๋
์์๊ฒ ํ์๋์ง ์์ต๋๋ค.",
|
|
3230
|
-
"str_1904": "{{date}}์ ์ถ๊ฐ๋จ",
|
|
3231
|
-
"str_1905": "์ํผ์๋์ ์๋ง์ ์ถ๊ฐํ๋ ํ์ด์ง์
๋๋ค.\n ์๋ง์ ํ ๋ฒ์ ํ ๊ฐ์ฉ ์ถ๊ฐ ๊ฐ๋ฅํ๋ฉฐ, VTT, SRT ํ์์ ํ์ผ์ ์
๋ก๋ํ์ค ์ ์์ต๋๋ค.",
|
|
3232
|
-
"str_1906": "์ฒ๋ฆฌ ์ค...",
|
|
3233
|
-
"str_err_1907": "์๋ง ํ์ผ์ ์ค๋ฅ๊ฐ ์์ต๋๋ค.",
|
|
3234
|
-
"str_1908": "์๋ง ์ถ๊ฐ",
|
|
3235
|
-
"str_pam_cps_post_plain": "๊ธฐ๋ณธ ๊ฒ์๊ธ",
|
|
3236
|
-
"str_pam_cps_post_story": "์คํ ๋ฆฌ ํ์
๊ฒ์๊ธ",
|
|
3237
|
-
"str_papp_freeboard_comment": "๋๊ธ",
|
|
3238
|
-
"str_unlocked_tables": "Unlocked Tables",
|
|
3239
|
-
"str_fm_price_dollar": "${{amount}}",
|
|
3240
|
-
"str_1911": "๋ํ๋ฏผ๊ตญ - ๋ํ๋ฏผ๊ตญ ์ (KRW)",
|
|
3241
|
-
"str_1912": "๊ด๋ฆฌ์ฉ ์ํ๋ช
",
|
|
3242
|
-
"str_1913": "๋ฏธ์ ",
|
|
3243
|
-
"str_err_1915": "์ง์ํ์ง ์๋ ์ฝ๋ฑ์
๋๋ค.",
|
|
3244
|
-
"str_1916": "๋ฒ์ ์ ๋ณด",
|
|
3245
|
-
"str_1917": "ํด๋น pApp ๊ด๋ จ ๋ฌธ์ ์, ๋ฒ์ ์ ๋ณด๋ฅผ ํจ๊ป ์๋ ค์ฃผ์๋ฉด ๋ ๋น ๋ฅธ ๋์์ ๋๋ฆด ์ ์์ต๋๋ค.",
|
|
3246
|
-
"str_1918": "ํด๋น ํฌ๋งท์ ๋ฏธ๋ฆฌ๋ณด๊ธฐ๊ฐ ๋์ง ์์ต๋๋ค.",
|
|
3247
|
-
"str_1919": "ํด๋น ์์์ ์ฌ์์ด ๋์ง ์์ต๋๋ค."
|
|
6
|
+
"str_4653": "Edit $t(str_dlayout_section)",
|
|
7
|
+
"str_4657": "Currently editing"
|
|
3248
8
|
}
|
|
3249
9
|
}
|