pds-dev-kit-web 0.3.38 → 0.3.42
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/dist/index.d.ts +7 -4
- package/dist/index.js +14 -3
- package/dist/src/GlobalStyle.js +1 -1
- package/dist/src/common/assets/icons/IconType.d.ts +5 -0
- package/dist/src/common/assets/icons/IconType.js +2 -0
- package/dist/src/common/assets/icons/fill/Bell.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Bell.js +34 -0
- package/dist/src/common/assets/icons/fill/Call.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Call.js +34 -0
- package/dist/src/common/assets/icons/fill/CallEnd.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/CallEnd.js +34 -0
- package/dist/src/common/assets/icons/fill/Camera.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Camera.js +34 -0
- package/dist/src/common/assets/icons/fill/Chat.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Chat.js +34 -0
- package/dist/src/common/assets/icons/fill/ChatCounseling.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ChatCounseling.js +36 -0
- package/dist/src/common/assets/icons/fill/ChatCrm.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ChatCrm.js +36 -0
- package/dist/src/common/assets/icons/fill/CheckboxIndeterminate.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/CheckboxIndeterminate.js +36 -0
- package/dist/src/common/assets/icons/fill/CheckboxOn.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/CheckboxOn.js +14 -0
- package/dist/src/common/assets/icons/fill/CloudDownload.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/CloudDownload.js +36 -0
- package/dist/src/common/assets/icons/fill/Delete.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Delete.js +34 -0
- package/dist/src/common/assets/icons/fill/Downloaded.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Downloaded.js +36 -0
- package/dist/src/common/assets/icons/fill/Edit.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Edit.js +34 -0
- package/dist/src/common/assets/icons/fill/Eye.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Eye.js +34 -0
- package/dist/src/common/assets/icons/fill/EyeClose.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/EyeClose.js +34 -0
- package/dist/src/common/assets/icons/fill/Face.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Face.js +34 -0
- package/dist/src/common/assets/icons/fill/Heart.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Heart.js +34 -0
- package/dist/src/common/assets/icons/fill/HelpWindow.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/HelpWindow.js +34 -0
- package/dist/src/common/assets/icons/fill/Live.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Live.js +34 -0
- package/dist/src/common/assets/icons/fill/Login.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Login.js +34 -0
- package/dist/src/common/assets/icons/fill/MicOn.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/MicOn.js +34 -0
- package/dist/src/common/assets/icons/fill/More.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/More.js +34 -0
- package/dist/src/common/assets/icons/fill/PaperPlane.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/PaperPlane.js +34 -0
- package/dist/src/common/assets/icons/fill/Photo.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Photo.js +34 -0
- package/dist/src/common/assets/icons/fill/Pin.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Pin.js +34 -0
- package/dist/src/common/assets/icons/fill/PostFree.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/PostFree.js +34 -0
- package/dist/src/common/assets/icons/fill/PostNotice.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/PostNotice.js +34 -0
- package/dist/src/common/assets/icons/fill/PostSocial.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/PostSocial.js +34 -0
- package/dist/src/common/assets/icons/fill/Reply.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Reply.js +34 -0
- package/dist/src/common/assets/icons/fill/Setting.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Setting.js +34 -0
- package/dist/src/common/assets/icons/fill/SpeakerOff.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/SpeakerOff.js +34 -0
- package/dist/src/common/assets/icons/fill/SpeakerWave1.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/SpeakerWave1.js +34 -0
- package/dist/src/common/assets/icons/fill/SpeakerWave2.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/SpeakerWave2.js +34 -0
- package/dist/src/common/assets/icons/fill/SplitScreen.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/SplitScreen.js +34 -0
- package/dist/src/common/assets/icons/fill/Star.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Star.js +34 -0
- package/dist/src/common/assets/icons/fill/ThumbDown.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ThumbDown.js +34 -0
- package/dist/src/common/assets/icons/fill/ThumbUp.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ThumbUp.js +34 -0
- package/dist/src/common/assets/icons/fill/Verified.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Verified.js +34 -0
- package/dist/src/common/assets/icons/fill/Video.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Video.js +34 -0
- package/dist/src/common/assets/icons/fill/VideoEpisodes.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/VideoEpisodes.js +34 -0
- package/dist/src/common/assets/icons/fill/VideoOff.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/VideoOff.js +34 -0
- package/dist/src/common/assets/icons/fill/VideoPause.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/VideoPause.js +34 -0
- package/dist/src/common/assets/icons/fill/VideoPlay.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/VideoPlay.js +34 -0
- package/dist/src/common/assets/icons/fill/VideoPlayCircle.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/VideoPlayCircle.js +34 -0
- package/dist/src/common/assets/icons/fill/VideoResolution.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/VideoResolution.js +34 -0
- package/dist/src/common/assets/icons/fill/VideoSubtitle.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/VideoSubtitle.js +34 -0
- package/dist/src/common/assets/icons/fill/Videocall.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Videocall.js +34 -0
- package/dist/src/common/assets/icons/fill/VideocallPro.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/VideocallPro.js +35 -0
- package/dist/src/common/assets/icons/fill/Vodplus.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Vodplus.js +37 -0
- package/dist/src/common/assets/icons/fill/index.d.ts +53 -0
- package/dist/src/common/assets/icons/fill/index.js +106 -0
- package/dist/src/common/assets/icons/line/ArrowDown.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ArrowDown.js +34 -0
- package/dist/src/common/assets/icons/line/ArrowDownBold.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ArrowDownBold.js +34 -0
- package/dist/src/common/assets/icons/line/ArrowLeft.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ArrowLeft.js +34 -0
- package/dist/src/common/assets/icons/line/ArrowLeft2.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ArrowLeft2.js +34 -0
- package/dist/src/common/assets/icons/line/ArrowLeftBold.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ArrowLeftBold.js +34 -0
- package/dist/src/common/assets/icons/line/ArrowRight.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ArrowRight.js +34 -0
- package/dist/src/common/assets/icons/line/ArrowRight2.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ArrowRight2.js +34 -0
- package/dist/src/common/assets/icons/line/ArrowRightBold.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ArrowRightBold.js +34 -0
- package/dist/src/common/assets/icons/line/ArrowUp.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ArrowUp.js +34 -0
- package/dist/src/common/assets/icons/line/ArrowUpBold.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ArrowUpBold.js +34 -0
- package/dist/src/common/assets/icons/line/Bell.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Bell.js +34 -0
- package/dist/src/common/assets/icons/line/BellNotification.d.ts +4 -0
- package/dist/src/common/assets/icons/line/BellNotification.js +36 -0
- package/dist/src/common/assets/icons/line/Booking.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Booking.js +34 -0
- package/dist/src/common/assets/icons/line/BookingCompleted.d.ts +4 -0
- package/dist/src/common/assets/icons/line/BookingCompleted.js +35 -0
- package/dist/src/common/assets/icons/line/BookingHistory.d.ts +4 -0
- package/dist/src/common/assets/icons/line/BookingHistory.js +34 -0
- package/dist/src/common/assets/icons/line/BookingPapp.d.ts +4 -0
- package/dist/src/common/assets/icons/line/BookingPapp.js +34 -0
- package/dist/src/common/assets/icons/line/BookingTicket.d.ts +4 -0
- package/dist/src/common/assets/icons/line/BookingTicket.js +34 -0
- package/dist/src/common/assets/icons/line/Business.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Business.js +34 -0
- package/dist/src/common/assets/icons/line/Call.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Call.js +34 -0
- package/dist/src/common/assets/icons/line/Camera.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Camera.js +36 -0
- package/dist/src/common/assets/icons/line/Channel.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Channel.js +34 -0
- package/dist/src/common/assets/icons/line/ChannelSetting.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ChannelSetting.js +34 -0
- package/dist/src/common/assets/icons/line/Chat.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Chat.js +34 -0
- package/dist/src/common/assets/icons/line/ChatCounseling.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ChatCounseling.js +36 -0
- package/dist/src/common/assets/icons/line/ChatCrm.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ChatCrm.js +36 -0
- package/dist/src/common/assets/icons/line/Check.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Check.js +34 -0
- package/dist/src/common/assets/icons/line/CheckboxOff.d.ts +4 -0
- package/dist/src/common/assets/icons/line/CheckboxOff.js +34 -0
- package/dist/src/common/assets/icons/line/ContWatching.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ContWatching.js +34 -0
- package/dist/src/common/assets/icons/line/Copy.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Copy.js +34 -0
- package/dist/src/common/assets/icons/line/Cs.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Cs.js +34 -0
- package/dist/src/common/assets/icons/line/Dashboard.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Dashboard.js +36 -0
- package/dist/src/common/assets/icons/line/Developer.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Developer.js +34 -0
- package/dist/src/common/assets/icons/line/Edit.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Edit.js +34 -0
- package/dist/src/common/assets/icons/line/Editor.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Editor.js +34 -0
- package/dist/src/common/assets/icons/line/End.d.ts +4 -0
- package/dist/src/common/assets/icons/line/End.js +35 -0
- package/dist/src/common/assets/icons/line/Error.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Error.js +36 -0
- package/dist/src/common/assets/icons/line/Eye.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Eye.js +34 -0
- package/dist/src/common/assets/icons/line/EyeClose.d.ts +4 -0
- package/dist/src/common/assets/icons/line/EyeClose.js +34 -0
- package/dist/src/common/assets/icons/line/Filter.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Filter.js +34 -0
- package/dist/src/common/assets/icons/line/Information.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Information.js +34 -0
- package/dist/src/common/assets/icons/line/Language.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Language.js +34 -0
- package/dist/src/common/assets/icons/line/Links.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Links.js +34 -0
- package/dist/src/common/assets/icons/line/Live.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Live.js +34 -0
- package/dist/src/common/assets/icons/line/LiveBroadcast.d.ts +4 -0
- package/dist/src/common/assets/icons/line/LiveBroadcast.js +36 -0
- package/dist/src/common/assets/icons/line/LiveCommerce.d.ts +4 -0
- package/dist/src/common/assets/icons/line/LiveCommerce.js +36 -0
- package/dist/src/common/assets/icons/line/LiveConcert.d.ts +4 -0
- package/dist/src/common/assets/icons/line/LiveConcert.js +36 -0
- package/dist/src/common/assets/icons/line/LiveEvent.d.ts +4 -0
- package/dist/src/common/assets/icons/line/LiveEvent.js +36 -0
- package/dist/src/common/assets/icons/line/LivePersonal.d.ts +4 -0
- package/dist/src/common/assets/icons/line/LivePersonal.js +36 -0
- package/dist/src/common/assets/icons/line/Menu.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Menu.js +34 -0
- package/dist/src/common/assets/icons/line/MicOff.d.ts +4 -0
- package/dist/src/common/assets/icons/line/MicOff.js +34 -0
- package/dist/src/common/assets/icons/line/MicOn.d.ts +4 -0
- package/dist/src/common/assets/icons/line/MicOn.js +34 -0
- package/dist/src/common/assets/icons/line/OpenPage.d.ts +4 -0
- package/dist/src/common/assets/icons/line/OpenPage.js +34 -0
- package/dist/src/common/assets/icons/line/PageSizeExpand.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PageSizeExpand.js +34 -0
- package/dist/src/common/assets/icons/line/PageSizeReduce.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PageSizeReduce.js +34 -0
- package/dist/src/common/assets/icons/line/Papp.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Papp.js +36 -0
- package/dist/src/common/assets/icons/line/Payment.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Payment.js +34 -0
- package/dist/src/common/assets/icons/line/PaymentGift.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PaymentGift.js +34 -0
- package/dist/src/common/assets/icons/line/PaymentOnetime.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PaymentOnetime.js +34 -0
- package/dist/src/common/assets/icons/line/PaymentRegularly.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PaymentRegularly.js +34 -0
- package/dist/src/common/assets/icons/line/PaymentSetting.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PaymentSetting.js +34 -0
- package/dist/src/common/assets/icons/line/Photo.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Photo.js +36 -0
- package/dist/src/common/assets/icons/line/Plan.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Plan.js +34 -0
- package/dist/src/common/assets/icons/line/Plus.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Plus.js +34 -0
- package/dist/src/common/assets/icons/line/PlusCircle.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PlusCircle.js +36 -0
- package/dist/src/common/assets/icons/line/PostBlog.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PostBlog.js +34 -0
- package/dist/src/common/assets/icons/line/PostCommunityP.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PostCommunityP.js +36 -0
- package/dist/src/common/assets/icons/line/PostFree.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PostFree.js +36 -0
- package/dist/src/common/assets/icons/line/PostMagazine.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PostMagazine.js +36 -0
- package/dist/src/common/assets/icons/line/PostNotice.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PostNotice.js +36 -0
- package/dist/src/common/assets/icons/line/PostPromotion.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PostPromotion.js +34 -0
- package/dist/src/common/assets/icons/line/PostPromotionP.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PostPromotionP.js +36 -0
- package/dist/src/common/assets/icons/line/PostSocial.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PostSocial.js +34 -0
- package/dist/src/common/assets/icons/line/Profit.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Profit.js +34 -0
- package/dist/src/common/assets/icons/line/Qr.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Qr.js +34 -0
- package/dist/src/common/assets/icons/line/RadioOff.d.ts +4 -0
- package/dist/src/common/assets/icons/line/RadioOff.js +34 -0
- package/dist/src/common/assets/icons/line/RadioOn.d.ts +4 -0
- package/dist/src/common/assets/icons/line/RadioOn.js +34 -0
- package/dist/src/common/assets/icons/line/Report.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Report.js +34 -0
- package/dist/src/common/assets/icons/line/Search.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Search.js +34 -0
- package/dist/src/common/assets/icons/line/SellerInfo.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SellerInfo.js +34 -0
- package/dist/src/common/assets/icons/line/SellerIntro.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SellerIntro.js +34 -0
- package/dist/src/common/assets/icons/line/SellerPage.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SellerPage.js +34 -0
- package/dist/src/common/assets/icons/line/Series.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Series.js +34 -0
- package/dist/src/common/assets/icons/line/SeriesList.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SeriesList.js +34 -0
- package/dist/src/common/assets/icons/line/Setting.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Setting.js +34 -0
- package/dist/src/common/assets/icons/line/Share.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Share.js +34 -0
- package/dist/src/common/assets/icons/line/SlideBanner.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SlideBanner.js +34 -0
- package/dist/src/common/assets/icons/line/Sort.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Sort.js +34 -0
- package/dist/src/common/assets/icons/line/SpeakerOff.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SpeakerOff.js +34 -0
- package/dist/src/common/assets/icons/line/SpeakerWave1.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SpeakerWave1.js +34 -0
- package/dist/src/common/assets/icons/line/SpeakerWave2.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SpeakerWave2.js +34 -0
- package/dist/src/common/assets/icons/line/StandardBanner.d.ts +4 -0
- package/dist/src/common/assets/icons/line/StandardBanner.js +34 -0
- package/dist/src/common/assets/icons/line/Subscribers.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Subscribers.js +34 -0
- package/dist/src/common/assets/icons/line/Success.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Success.js +34 -0
- package/dist/src/common/assets/icons/line/Time.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Time.js +34 -0
- package/dist/src/common/assets/icons/line/ToggleDown.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ToggleDown.js +34 -0
- package/dist/src/common/assets/icons/line/ToggleUp.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ToggleUp.js +34 -0
- package/dist/src/common/assets/icons/line/Trashcan.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Trashcan.js +36 -0
- package/dist/src/common/assets/icons/line/Unavailable.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Unavailable.js +34 -0
- package/dist/src/common/assets/icons/line/Upload.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Upload.js +34 -0
- package/dist/src/common/assets/icons/line/Video.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Video.js +36 -0
- package/dist/src/common/assets/icons/line/VideoOff.d.ts +4 -0
- package/dist/src/common/assets/icons/line/VideoOff.js +34 -0
- package/dist/src/common/assets/icons/line/VideoPip.d.ts +4 -0
- package/dist/src/common/assets/icons/line/VideoPip.js +34 -0
- package/dist/src/common/assets/icons/line/VideoPlay.d.ts +4 -0
- package/dist/src/common/assets/icons/line/VideoPlay.js +34 -0
- package/dist/src/common/assets/icons/line/VideoPlayCircle.d.ts +4 -0
- package/dist/src/common/assets/icons/line/VideoPlayCircle.js +34 -0
- package/dist/src/common/assets/icons/line/VideoPlaybackSpeed.d.ts +4 -0
- package/dist/src/common/assets/icons/line/VideoPlaybackSpeed.js +37 -0
- package/dist/src/common/assets/icons/line/VideoPlaylist.d.ts +4 -0
- package/dist/src/common/assets/icons/line/VideoPlaylist.js +34 -0
- package/dist/src/common/assets/icons/line/Videocall.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Videocall.js +34 -0
- package/dist/src/common/assets/icons/line/VideocallPro.d.ts +4 -0
- package/dist/src/common/assets/icons/line/VideocallPro.js +34 -0
- package/dist/src/common/assets/icons/line/Vod.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Vod.js +36 -0
- package/dist/src/common/assets/icons/line/VodClass.d.ts +4 -0
- package/dist/src/common/assets/icons/line/VodClass.js +36 -0
- package/dist/src/common/assets/icons/line/Vodplus.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Vodplus.js +36 -0
- package/dist/src/common/assets/icons/line/Vods.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Vods.js +36 -0
- package/dist/src/common/assets/icons/line/Warning.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Warning.js +34 -0
- package/dist/src/common/assets/icons/line/Weblink.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Weblink.js +34 -0
- package/dist/src/common/assets/icons/line/Xmark.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Xmark.js +34 -0
- package/dist/src/common/assets/icons/line/index.d.ts +119 -0
- package/dist/src/common/assets/icons/line/index.js +238 -0
- package/dist/src/common/index.d.ts +0 -2
- package/dist/src/common/index.js +1 -4
- package/dist/src/common/services/i18n/resources/en.json +588 -531
- package/dist/src/common/services/i18n/resources/es.json +588 -531
- package/dist/src/common/services/i18n/resources/index.d.ts +240 -12
- package/dist/src/common/services/i18n/resources/jp.json +588 -531
- package/dist/src/common/services/i18n/resources/ko.json +73 -16
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +6 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +6 -1
- package/dist/src/common/styles/colorSet/UIColor.json +32 -1
- package/dist/src/common/styles/colorSet/index.d.ts +497 -456
- package/dist/src/common/styles/colorSet/index.js +5 -5
- package/dist/src/common/styles/colorSet/ui-type.d.ts +31 -0
- package/dist/src/desktop/components/TextLabel/TextLabel.js +2 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/PageMenuContainer/variation/TopPageMenu.js +1 -1
- package/dist/src/hybrid/components/Icon/Icon.d.ts +15 -0
- package/dist/src/hybrid/components/Icon/Icon.js +39 -0
- package/dist/src/hybrid/components/Icon/index.d.ts +1 -0
- package/dist/src/hybrid/components/Icon/index.js +8 -0
- package/dist/src/hybrid/components/ImageView/ImageView.d.ts +14 -0
- package/dist/src/hybrid/components/ImageView/ImageView.js +75 -0
- package/dist/src/hybrid/components/ImageView/index.d.ts +1 -0
- package/dist/src/hybrid/components/ImageView/index.js +8 -0
- package/dist/src/{common → hybrid}/components/Spacing/Spacing.d.ts +0 -0
- package/dist/src/{common → hybrid}/components/Spacing/Spacing.js +0 -0
- package/dist/src/{common → hybrid}/components/Spacing/index.d.ts +0 -0
- package/dist/src/{common → hybrid}/components/Spacing/index.js +0 -0
- package/dist/src/hybrid/components/index.d.ts +4 -0
- package/dist/src/hybrid/components/index.js +9 -0
- package/dist/src/hybrid/index.d.ts +2 -0
- package/dist/src/hybrid/index.js +10 -0
- package/dist/src/mobile/components/TextLabel/TextLabel.js +2 -2
- package/dist/src/mobile/index.d.ts +10 -2
- package/dist/src/mobile/index.js +20 -5
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.js +7 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.d.ts +8 -0
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +31 -0
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.d.ts +1 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +7 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.d.ts +8 -0
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +31 -0
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.d.ts +8 -0
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +31 -0
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.d.ts +10 -0
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +54 -0
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/index.d.ts +4 -0
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/index.js +9 -1
- package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.d.ts +1 -2
- package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.js +0 -3
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.d.ts +10 -0
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.js +15 -0
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.d.ts +8 -0
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +31 -0
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.d.ts +8 -0
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +31 -0
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/index.d.ts +2 -0
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/index.js +10 -0
- package/dist/src/mobile/layout/LayoutMM/Containers/NavigationContainer/NavigationContainer.d.ts +7 -0
- package/dist/src/mobile/layout/LayoutMM/Containers/NavigationContainer/NavigationContainer.js +14 -0
- package/dist/src/mobile/layout/LayoutMM/Containers/NavigationContainer/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMM/Containers/NavigationContainer/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMM/Containers/NavigationContainer/variation/Navigation.d.ts +6 -0
- package/dist/src/mobile/layout/LayoutMM/Containers/NavigationContainer/variation/Navigation.js +25 -0
- package/dist/src/mobile/layout/LayoutMM/Containers/NavigationContainer/variation/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMM/Containers/NavigationContainer/variation/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMM/Containers/index.d.ts +2 -0
- package/dist/src/mobile/layout/LayoutMM/Containers/index.js +7 -0
- package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.d.ts +10 -0
- package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.js +22 -0
- package/dist/src/mobile/layout/LayoutMM/ContainersBox/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMM/ContainersBox/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMM/LayoutMM.d.ts +7 -0
- package/dist/src/mobile/layout/LayoutMM/LayoutMM.js +24 -0
- package/dist/src/mobile/layout/LayoutMM/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMM/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.d.ts +2 -2
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.js +9 -2
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.d.ts +8 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +31 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.d.ts +10 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +54 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.d.ts +8 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +31 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.d.ts +8 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +31 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.d.ts +10 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +54 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/index.d.ts +5 -0
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/index.js +11 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/TabContainer.d.ts +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/TabContainer/TabContainer.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/ContainersBox/ContainersBox.d.ts +2 -2
- package/dist/src/mobile/layout/LayoutMP/ContainersBox/ContainersBox.js +9 -2
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.d.ts +10 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.js +21 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.d.ts +8 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +31 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.d.ts +8 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +31 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.d.ts +10 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +54 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.d.ts +8 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +31 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.d.ts +8 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +31 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.d.ts +10 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +54 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/index.d.ts +6 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/index.js +18 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/NavigationContainer/NavigationContainer.d.ts +7 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/NavigationContainer/NavigationContainer.js +14 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/NavigationContainer/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/NavigationContainer/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/NavigationContainer/variation/Navigation.d.ts +6 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/NavigationContainer/variation/Navigation.js +25 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/NavigationContainer/variation/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/NavigationContainer/variation/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/index.d.ts +2 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/index.js +7 -0
- package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.d.ts +11 -0
- package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.js +22 -0
- package/dist/src/mobile/layout/LayoutMS/ContainersBox/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMS/ContainersBox/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMS/LayoutMS.d.ts +7 -0
- package/dist/src/mobile/layout/LayoutMS/LayoutMS.js +24 -0
- package/dist/src/mobile/layout/LayoutMS/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMS/index.js +8 -0
- package/package.json +1 -1
- package/dist/src/common/components/index.d.ts +0 -2
- package/dist/src/common/components/index.js +0 -5
|
@@ -119,12 +119,12 @@
|
|
|
119
119
|
"str_papp_crtc_id": "상담용 화상통화 ",
|
|
120
120
|
"str_papp_notice_name": "공지사항",
|
|
121
121
|
"str_papp_notice_id": "공지사항",
|
|
122
|
-
"str_papp_cchat_id": "1:1
|
|
123
|
-
"str_papp_cchat_name": "1:1
|
|
122
|
+
"str_papp_cchat_id": "1:1 메시지",
|
|
123
|
+
"str_papp_cchat_name": "1:1 메시지",
|
|
124
124
|
"str_papp_cate_a": "커뮤니티",
|
|
125
125
|
"str_papp_cate_e": "예약 및 일정",
|
|
126
126
|
"str_papp_cate_d": "채팅",
|
|
127
|
-
"str_papp_cate_f": "
|
|
127
|
+
"str_papp_cate_f": "메시징",
|
|
128
128
|
"str_papp_cate_c": "영상 및 화상",
|
|
129
129
|
"str_papp_cate_b": "글, 문서",
|
|
130
130
|
"str_papp_cchatroom": "상담 채팅방",
|
|
@@ -1005,7 +1005,7 @@
|
|
|
1005
1005
|
"str_set_event_setting": "일정 설정",
|
|
1006
1006
|
"str_446": "pApp의 기본 테마 설정",
|
|
1007
1007
|
"str_447": "구독자에게 표시되는 테마를 설정해 주세요.",
|
|
1008
|
-
"str_449": "
|
|
1008
|
+
"str_449": "피드형 커뮤니티 pApp 외관 설정",
|
|
1009
1009
|
"str_450": "포스트 목록의 보기 레이아웃",
|
|
1010
1010
|
"str_451": "포스트를 표시할 레이아웃을 선택해 주세요.",
|
|
1011
1011
|
"str_452": "사용하고자 하는 pApp의 제목을 입력해 주세요.",
|
|
@@ -1153,257 +1153,257 @@
|
|
|
1153
1153
|
"str_gender_man": "남성",
|
|
1154
1154
|
"str_gender_woman": "여성",
|
|
1155
1155
|
"str_gender_others": "선택하지 않음",
|
|
1156
|
-
"str_lang_jp": "
|
|
1157
|
-
"str_nation_gh": "
|
|
1158
|
-
"str_nation_ga": "
|
|
1159
|
-
"str_nation_gy": "
|
|
1160
|
-
"str_nation_gm": "
|
|
1161
|
-
"str_nation_gg": "
|
|
1162
|
-
"str_nation_gp": "
|
|
1163
|
-
"str_nation_gt": "
|
|
1164
|
-
"str_nation_gu": "
|
|
1165
|
-
"str_nation_gd": "
|
|
1166
|
-
"str_nation_gr": "
|
|
1167
|
-
"str_nation_gl": "
|
|
1168
|
-
"str_nation_gn": "
|
|
1169
|
-
"str_nation_gw": "
|
|
1170
|
-
"str_nation_na": "
|
|
1171
|
-
"str_nation_nr": "
|
|
1172
|
-
"str_nation_ng": "
|
|
1173
|
-
"str_nation_aq": "
|
|
1174
|
-
"str_nation_ss": "
|
|
1175
|
-
"str_nation_za": "
|
|
1176
|
-
"str_nation_nl": "
|
|
1177
|
-
"str_nation_an": "
|
|
1178
|
-
"str_nation_np": "
|
|
1179
|
-
"str_nation_no": "
|
|
1180
|
-
"str_nation_nf": "
|
|
1181
|
-
"str_nation_nc": "
|
|
1182
|
-
"str_nation_nz": "
|
|
1183
|
-
"str_nation_nu": "
|
|
1184
|
-
"str_nation_ne": "
|
|
1185
|
-
"str_nation_ni": "
|
|
1186
|
-
"str_nation_kr": "
|
|
1187
|
-
"str_nation_dk": "
|
|
1188
|
-
"str_nation_do": "
|
|
1189
|
-
"str_nation_dm": "
|
|
1190
|
-
"str_nation_de": "
|
|
1191
|
-
"str_nation_tl": "
|
|
1192
|
-
"str_nation_la": "
|
|
1193
|
-
"str_nation_lr": "
|
|
1194
|
-
"str_nation_lv": "
|
|
1195
|
-
"str_nation_ru": "
|
|
1196
|
-
"str_nation_lb": "
|
|
1197
|
-
"str_nation_ls": "
|
|
1198
|
-
"str_nation_re": "
|
|
1199
|
-
"str_nation_ro": "
|
|
1200
|
-
"str_nation_lu": "
|
|
1201
|
-
"str_nation_rw": "
|
|
1202
|
-
"str_nation_ly": "
|
|
1203
|
-
"str_nation_lt": "
|
|
1204
|
-
"str_nation_li": "
|
|
1205
|
-
"str_nation_mg": "
|
|
1206
|
-
"str_nation_mq": "
|
|
1207
|
-
"str_nation_mh": "
|
|
1208
|
-
"str_nation_yt": "
|
|
1209
|
-
"str_nation_mo": "
|
|
1210
|
-
"str_nation_mk": "
|
|
1211
|
-
"str_nation_mw": "
|
|
1212
|
-
"str_nation_my": "
|
|
1213
|
-
"str_nation_ml": "
|
|
1214
|
-
"str_nation_im": "
|
|
1215
|
-
"str_nation_mx": "
|
|
1216
|
-
"str_nation_mc": "
|
|
1217
|
-
"str_nation_ma": "
|
|
1218
|
-
"str_nation_mu": "
|
|
1219
|
-
"str_nation_mr": "
|
|
1220
|
-
"str_nation_mz": "
|
|
1221
|
-
"str_nation_me": "
|
|
1222
|
-
"str_nation_ms": "
|
|
1223
|
-
"str_nation_md": "
|
|
1224
|
-
"str_nation_mv": "
|
|
1225
|
-
"str_nation_mt": "
|
|
1226
|
-
"str_nation_mn": "
|
|
1227
|
-
"str_nation_us": "
|
|
1228
|
-
"str_nation_um": "
|
|
1229
|
-
"str_nation_vi": "
|
|
1230
|
-
"str_nation_mm": "
|
|
1231
|
-
"str_nation_fm": "
|
|
1232
|
-
"str_nation_vu": "
|
|
1233
|
-
"str_nation_bh": "
|
|
1234
|
-
"str_nation_bb": "
|
|
1235
|
-
"str_nation_va": "
|
|
1236
|
-
"str_nation_bs": "
|
|
1237
|
-
"str_nation_bd": "
|
|
1238
|
-
"str_nation_bm": "
|
|
1239
|
-
"str_nation_bj": "
|
|
1240
|
-
"str_nation_ve": "
|
|
1241
|
-
"str_nation_vn": "
|
|
1242
|
-
"str_nation_be": "
|
|
1243
|
-
"str_nation_by": "
|
|
1244
|
-
"str_nation_bz": "
|
|
1245
|
-
"str_nation_bq": "
|
|
1246
|
-
"str_nation_ba": "
|
|
1247
|
-
"str_nation_bw": "
|
|
1248
|
-
"str_nation_bo": "
|
|
1249
|
-
"str_nation_bi": "
|
|
1250
|
-
"str_nation_bf": "
|
|
1251
|
-
"str_nation_bv": "
|
|
1252
|
-
"str_nation_bt": "
|
|
1253
|
-
"str_nation_mp": "
|
|
1254
|
-
"str_nation_bg": "
|
|
1255
|
-
"str_nation_br": "
|
|
1256
|
-
"str_nation_bn": "
|
|
1257
|
-
"str_nation_ws": "
|
|
1258
|
-
"str_nation_sa": "
|
|
1259
|
-
"str_nation_gs": "
|
|
1260
|
-
"str_nation_sm": "
|
|
1261
|
-
"str_nation_st": "
|
|
1262
|
-
"str_nation_mf": "
|
|
1263
|
-
"str_nation_bl": "
|
|
1264
|
-
"str_nation_pm": "
|
|
1265
|
-
"str_nation_eh": "
|
|
1266
|
-
"str_nation_sn": "
|
|
1267
|
-
"str_nation_rs": "
|
|
1268
|
-
"str_nation_sc": "
|
|
1269
|
-
"str_nation_lc": "
|
|
1270
|
-
"str_nation_vc": "
|
|
1271
|
-
"str_nation_kn": "
|
|
1272
|
-
"str_nation_sh": "
|
|
1273
|
-
"str_nation_so": "
|
|
1274
|
-
"str_nation_sb": "
|
|
1275
|
-
"str_nation_sd": "
|
|
1276
|
-
"str_nation_sr": "
|
|
1277
|
-
"str_nation_lk": "
|
|
1278
|
-
"str_nation_sj": "
|
|
1279
|
-
"str_nation_se": "
|
|
1280
|
-
"str_nation_ch": "
|
|
1281
|
-
"str_nation_es": "
|
|
1282
|
-
"str_nation_sk": "
|
|
1283
|
-
"str_nation_si": "
|
|
1284
|
-
"str_nation_sy": "
|
|
1285
|
-
"str_nation_sl": "
|
|
1286
|
-
"str_nation_sx": "
|
|
1287
|
-
"str_nation_sg": "
|
|
1288
|
-
"str_nation_ae": "
|
|
1289
|
-
"str_nation_aw": "
|
|
1290
|
-
"str_nation_am": "
|
|
1291
|
-
"str_nation_ar": "
|
|
1292
|
-
"str_nation_as": "
|
|
1293
|
-
"str_nation_is": "
|
|
1294
|
-
"str_nation_ht": "
|
|
1295
|
-
"str_nation_ie": "
|
|
1296
|
-
"str_nation_az": "
|
|
1297
|
-
"str_nation_af": "
|
|
1298
|
-
"str_nation_ad": "
|
|
1299
|
-
"str_nation_al": "
|
|
1300
|
-
"str_nation_dz": "
|
|
1301
|
-
"str_nation_ao": "
|
|
1302
|
-
"str_nation_ag": "
|
|
1303
|
-
"str_nation_ai": "
|
|
1304
|
-
"str_nation_er": "
|
|
1305
|
-
"str_nation_sz": "
|
|
1306
|
-
"str_nation_ee": "
|
|
1307
|
-
"str_nation_ec": "
|
|
1308
|
-
"str_nation_et": "
|
|
1309
|
-
"str_nation_sv": "
|
|
1310
|
-
"str_nation_gb": "
|
|
1311
|
-
"str_nation_vg": "
|
|
1312
|
-
"str_nation_io": "
|
|
1313
|
-
"str_nation_ye": "
|
|
1314
|
-
"str_nation_om": "
|
|
1315
|
-
"str_nation_au": "
|
|
1316
|
-
"str_nation_at": "
|
|
1317
|
-
"str_nation_hn": "
|
|
1318
|
-
"str_nation_ax": "
|
|
1319
|
-
"str_nation_jo": "
|
|
1320
|
-
"str_nation_ug": "
|
|
1321
|
-
"str_nation_uy": "
|
|
1322
|
-
"str_nation_uz": "
|
|
1323
|
-
"str_nation_ua": "
|
|
1324
|
-
"str_nation_wf": "
|
|
1325
|
-
"str_nation_iq": "
|
|
1326
|
-
"str_nation_ir": "
|
|
1327
|
-
"str_nation_il": "
|
|
1328
|
-
"str_nation_eg": "
|
|
1329
|
-
"str_nation_it": "
|
|
1330
|
-
"str_nation_in": "
|
|
1331
|
-
"str_nation_id": "
|
|
1332
|
-
"str_nation_jp": "
|
|
1333
|
-
"str_nation_jm": "
|
|
1334
|
-
"str_nation_zm": "
|
|
1335
|
-
"str_nation_je": "
|
|
1336
|
-
"str_nation_gq": "
|
|
1337
|
-
"str_nation_kp": "
|
|
1338
|
-
"str_nation_ge": "
|
|
1339
|
-
"str_nation_cn": "
|
|
1340
|
-
"str_nation_cf": "
|
|
1341
|
-
"str_nation_dj": "
|
|
1342
|
-
"str_nation_gi": "
|
|
1343
|
-
"str_nation_zw": "
|
|
1344
|
-
"str_nation_td": "
|
|
1345
|
-
"str_nation_cz": "
|
|
1346
|
-
"str_nation_cl": "
|
|
1347
|
-
"str_nation_cm": "
|
|
1348
|
-
"str_nation_cv": "
|
|
1349
|
-
"str_nation_kz": "
|
|
1350
|
-
"str_nation_qa": "
|
|
1351
|
-
"str_nation_kh": "
|
|
1352
|
-
"str_nation_ca": "
|
|
1353
|
-
"str_nation_ke": "
|
|
1354
|
-
"str_nation_ky": "
|
|
1355
|
-
"str_nation_km": "
|
|
1356
|
-
"str_nation_cr": "
|
|
1357
|
-
"str_nation_cc": "
|
|
1358
|
-
"str_nation_ci": "
|
|
1359
|
-
"str_nation_co": "
|
|
1360
|
-
"str_nation_cg": "
|
|
1361
|
-
"str_nation_cd": "
|
|
1362
|
-
"str_nation_cu": "
|
|
1363
|
-
"str_nation_kw": "
|
|
1364
|
-
"str_nation_ck": "
|
|
1365
|
-
"str_nation_cw": "
|
|
1366
|
-
"str_nation_hr": "
|
|
1367
|
-
"str_nation_cx": "
|
|
1368
|
-
"str_nation_kg": "
|
|
1369
|
-
"str_nation_ki": "
|
|
1370
|
-
"str_nation_cy": "
|
|
1371
|
-
"str_nation_tw": "
|
|
1372
|
-
"str_nation_tj": "
|
|
1373
|
-
"str_nation_tz": "
|
|
1374
|
-
"str_nation_th": "
|
|
1375
|
-
"str_nation_tc": "
|
|
1376
|
-
"str_nation_tr": "
|
|
1377
|
-
"str_nation_tg": "
|
|
1378
|
-
"str_nation_tk": "
|
|
1379
|
-
"str_nation_to": "
|
|
1380
|
-
"str_nation_tm": "
|
|
1381
|
-
"str_nation_tv": "
|
|
1382
|
-
"str_nation_tn": "
|
|
1383
|
-
"str_nation_tt": "
|
|
1384
|
-
"str_nation_pa": "
|
|
1385
|
-
"str_nation_py": "
|
|
1386
|
-
"str_nation_pk": "
|
|
1387
|
-
"str_nation_pg": "
|
|
1388
|
-
"str_nation_pw": "
|
|
1389
|
-
"str_nation_ps": "
|
|
1390
|
-
"str_nation_fo": "
|
|
1391
|
-
"str_nation_pe": "
|
|
1392
|
-
"str_nation_pt": "
|
|
1393
|
-
"str_nation_fk": "
|
|
1394
|
-
"str_nation_pl": "
|
|
1395
|
-
"str_nation_pr": "
|
|
1396
|
-
"str_nation_fr": "
|
|
1397
|
-
"str_nation_gf": "
|
|
1398
|
-
"str_nation_tf": "
|
|
1399
|
-
"str_nation_pf": "
|
|
1400
|
-
"str_nation_fj": "
|
|
1401
|
-
"str_nation_fi": "
|
|
1402
|
-
"str_nation_ph": "
|
|
1403
|
-
"str_nation_pn": "
|
|
1404
|
-
"str_nation_hm": "
|
|
1405
|
-
"str_nation_hu": "
|
|
1406
|
-
"str_nation_hk": "
|
|
1156
|
+
"str_lang_jp": "일본어",
|
|
1157
|
+
"str_nation_gh": "ガーナ",
|
|
1158
|
+
"str_nation_ga": "ガボン",
|
|
1159
|
+
"str_nation_gy": "ガイアナ",
|
|
1160
|
+
"str_nation_gm": "ガンビア",
|
|
1161
|
+
"str_nation_gg": "ガーンジー",
|
|
1162
|
+
"str_nation_gp": "グアドループ",
|
|
1163
|
+
"str_nation_gt": "グアテマラ",
|
|
1164
|
+
"str_nation_gu": "グアム",
|
|
1165
|
+
"str_nation_gd": "グレナダ",
|
|
1166
|
+
"str_nation_gr": "ギリシャ",
|
|
1167
|
+
"str_nation_gl": "グリーンランド",
|
|
1168
|
+
"str_nation_gn": "ギニア",
|
|
1169
|
+
"str_nation_gw": "ギニアビサウ",
|
|
1170
|
+
"str_nation_na": "ナミビア",
|
|
1171
|
+
"str_nation_nr": "ナウル",
|
|
1172
|
+
"str_nation_ng": "ナイジェリア",
|
|
1173
|
+
"str_nation_aq": "南極",
|
|
1174
|
+
"str_nation_ss": "南スーダン",
|
|
1175
|
+
"str_nation_za": "南アフリカ",
|
|
1176
|
+
"str_nation_nl": "オランダ",
|
|
1177
|
+
"str_nation_an": "Netherlands Antilles",
|
|
1178
|
+
"str_nation_np": "ネパール",
|
|
1179
|
+
"str_nation_no": "ノルウェー",
|
|
1180
|
+
"str_nation_nf": "ノーフォーク島",
|
|
1181
|
+
"str_nation_nc": "ニューカレドニア",
|
|
1182
|
+
"str_nation_nz": "ニュージーランド",
|
|
1183
|
+
"str_nation_nu": "ニウエ",
|
|
1184
|
+
"str_nation_ne": "ニジェール",
|
|
1185
|
+
"str_nation_ni": "ニカラグア",
|
|
1186
|
+
"str_nation_kr": "大韓民国",
|
|
1187
|
+
"str_nation_dk": "デンマーク",
|
|
1188
|
+
"str_nation_do": "ドミニカ共和国",
|
|
1189
|
+
"str_nation_dm": "ドミニカ国",
|
|
1190
|
+
"str_nation_de": "ドイツ",
|
|
1191
|
+
"str_nation_tl": "東ティモール",
|
|
1192
|
+
"str_nation_la": "ラオス人民民主共和国",
|
|
1193
|
+
"str_nation_lr": "リベリア",
|
|
1194
|
+
"str_nation_lv": "ラトビア",
|
|
1195
|
+
"str_nation_ru": "ロシア連邦",
|
|
1196
|
+
"str_nation_lb": "レバノン",
|
|
1197
|
+
"str_nation_ls": "レソト",
|
|
1198
|
+
"str_nation_re": "レユニオン",
|
|
1199
|
+
"str_nation_ro": "ルーマニア",
|
|
1200
|
+
"str_nation_lu": "ルクセンブルク",
|
|
1201
|
+
"str_nation_rw": "ルワンダ",
|
|
1202
|
+
"str_nation_ly": "リビア",
|
|
1203
|
+
"str_nation_lt": "リトアニア",
|
|
1204
|
+
"str_nation_li": "リヒテンシュタイン",
|
|
1205
|
+
"str_nation_mg": "マダガスカル",
|
|
1206
|
+
"str_nation_mq": "マルティニーク",
|
|
1207
|
+
"str_nation_mh": "マーシャル諸島",
|
|
1208
|
+
"str_nation_yt": "マヨット",
|
|
1209
|
+
"str_nation_mo": "マカオ",
|
|
1210
|
+
"str_nation_mk": "北マケドニア",
|
|
1211
|
+
"str_nation_mw": "マラウイ",
|
|
1212
|
+
"str_nation_my": "マレーシア",
|
|
1213
|
+
"str_nation_ml": "マリ",
|
|
1214
|
+
"str_nation_im": "マン島",
|
|
1215
|
+
"str_nation_mx": "メキシコ",
|
|
1216
|
+
"str_nation_mc": "モナコ",
|
|
1217
|
+
"str_nation_ma": "モロッコ",
|
|
1218
|
+
"str_nation_mu": "モーリシャス",
|
|
1219
|
+
"str_nation_mr": "モーリタニア",
|
|
1220
|
+
"str_nation_mz": "モザンビーク",
|
|
1221
|
+
"str_nation_me": "モンテネグロ",
|
|
1222
|
+
"str_nation_ms": "モントセラト",
|
|
1223
|
+
"str_nation_md": "モルドバ共和国",
|
|
1224
|
+
"str_nation_mv": "モルディブ",
|
|
1225
|
+
"str_nation_mt": "マルタ",
|
|
1226
|
+
"str_nation_mn": "モンゴル",
|
|
1227
|
+
"str_nation_us": "アメリカ合衆国",
|
|
1228
|
+
"str_nation_um": "合衆国領有小離島",
|
|
1229
|
+
"str_nation_vi": "アメリカ領ヴァージン諸島",
|
|
1230
|
+
"str_nation_mm": "ミャンマー",
|
|
1231
|
+
"str_nation_fm": "ミクロネシア連邦",
|
|
1232
|
+
"str_nation_vu": "バヌアツ",
|
|
1233
|
+
"str_nation_bh": "バーレーン",
|
|
1234
|
+
"str_nation_bb": "バルバドス",
|
|
1235
|
+
"str_nation_va": "バチカン市国",
|
|
1236
|
+
"str_nation_bs": "バハマ",
|
|
1237
|
+
"str_nation_bd": "バングラデシュ",
|
|
1238
|
+
"str_nation_bm": "バミューダ",
|
|
1239
|
+
"str_nation_bj": "ベナン",
|
|
1240
|
+
"str_nation_ve": "ベネズエラ・ボリバル共和国",
|
|
1241
|
+
"str_nation_vn": "ベトナム",
|
|
1242
|
+
"str_nation_be": "ベルギー",
|
|
1243
|
+
"str_nation_by": "ベラルーシ",
|
|
1244
|
+
"str_nation_bz": "ベリーズ",
|
|
1245
|
+
"str_nation_bq": "ボネール、シント・ユースタティウスおよびサバ",
|
|
1246
|
+
"str_nation_ba": "ボスニア・ヘルツェゴビナ",
|
|
1247
|
+
"str_nation_bw": "ボツワナ",
|
|
1248
|
+
"str_nation_bo": "ボリビア多民族国",
|
|
1249
|
+
"str_nation_bi": "ブルンジ",
|
|
1250
|
+
"str_nation_bf": "ブルキナファソ",
|
|
1251
|
+
"str_nation_bv": "ブーベ島",
|
|
1252
|
+
"str_nation_bt": "ブータン",
|
|
1253
|
+
"str_nation_mp": "北マリアナ諸島",
|
|
1254
|
+
"str_nation_bg": "ブルガリア",
|
|
1255
|
+
"str_nation_br": "ブラジル",
|
|
1256
|
+
"str_nation_bn": "ブルネイ・ダルサラーム",
|
|
1257
|
+
"str_nation_ws": "サモア",
|
|
1258
|
+
"str_nation_sa": "サウジアラビア",
|
|
1259
|
+
"str_nation_gs": "サウスジョージア・サウスサンドウィッチ諸島",
|
|
1260
|
+
"str_nation_sm": "サンマリノ",
|
|
1261
|
+
"str_nation_st": "サントメ・プリンシペ",
|
|
1262
|
+
"str_nation_mf": "サン・マルタン(フランス領)",
|
|
1263
|
+
"str_nation_bl": "サン・バルテルミー",
|
|
1264
|
+
"str_nation_pm": "サンピエール島・ミクロン島",
|
|
1265
|
+
"str_nation_eh": "西サハラ",
|
|
1266
|
+
"str_nation_sn": "セネガル",
|
|
1267
|
+
"str_nation_rs": "セルビア",
|
|
1268
|
+
"str_nation_sc": "セーシェル",
|
|
1269
|
+
"str_nation_lc": "セントルシア",
|
|
1270
|
+
"str_nation_vc": "セントビンセントおよびグレナディーン諸島",
|
|
1271
|
+
"str_nation_kn": "セントクリストファー・ネイビス",
|
|
1272
|
+
"str_nation_sh": "セントヘレナ・アセンションおよびトリスタンダクーニャ",
|
|
1273
|
+
"str_nation_so": "ソマリア",
|
|
1274
|
+
"str_nation_sb": "ソロモン諸島",
|
|
1275
|
+
"str_nation_sd": "スーダン",
|
|
1276
|
+
"str_nation_sr": "スリナム",
|
|
1277
|
+
"str_nation_lk": "スリランカ",
|
|
1278
|
+
"str_nation_sj": "スヴァールバル諸島およびヤンマイエン島",
|
|
1279
|
+
"str_nation_se": "スウェーデン",
|
|
1280
|
+
"str_nation_ch": "スイス",
|
|
1281
|
+
"str_nation_es": "スペイン",
|
|
1282
|
+
"str_nation_sk": "スロバキア",
|
|
1283
|
+
"str_nation_si": "スロベニア",
|
|
1284
|
+
"str_nation_sy": "シリア・アラブ共和国",
|
|
1285
|
+
"str_nation_sl": "シエラレオネ",
|
|
1286
|
+
"str_nation_sx": "シント・マールテン(オランダ領)",
|
|
1287
|
+
"str_nation_sg": "シンガポール",
|
|
1288
|
+
"str_nation_ae": "アラブ首長国連邦",
|
|
1289
|
+
"str_nation_aw": "アルバ",
|
|
1290
|
+
"str_nation_am": "アルメニア",
|
|
1291
|
+
"str_nation_ar": "アルゼンチン",
|
|
1292
|
+
"str_nation_as": "アメリカ領サモア",
|
|
1293
|
+
"str_nation_is": "アイスランド",
|
|
1294
|
+
"str_nation_ht": "ハイチ",
|
|
1295
|
+
"str_nation_ie": "アイルランド",
|
|
1296
|
+
"str_nation_az": "アゼルバイジャン",
|
|
1297
|
+
"str_nation_af": "アフガニスタン",
|
|
1298
|
+
"str_nation_ad": "アンドラ",
|
|
1299
|
+
"str_nation_al": "アルバニア",
|
|
1300
|
+
"str_nation_dz": "アルジェリア",
|
|
1301
|
+
"str_nation_ao": "アンゴラ",
|
|
1302
|
+
"str_nation_ag": "アンティグア・バーブーダ",
|
|
1303
|
+
"str_nation_ai": "アンギラ",
|
|
1304
|
+
"str_nation_er": "エリトリア",
|
|
1305
|
+
"str_nation_sz": "エスワティニ",
|
|
1306
|
+
"str_nation_ee": "エストニア",
|
|
1307
|
+
"str_nation_ec": "エクアドル",
|
|
1308
|
+
"str_nation_et": "エチオピア",
|
|
1309
|
+
"str_nation_sv": "エルサルバドル",
|
|
1310
|
+
"str_nation_gb": "イギリス",
|
|
1311
|
+
"str_nation_vg": "イギリス領ヴァージン諸島",
|
|
1312
|
+
"str_nation_io": "イギリス領インド洋地域",
|
|
1313
|
+
"str_nation_ye": "イエメン",
|
|
1314
|
+
"str_nation_om": "オマーン",
|
|
1315
|
+
"str_nation_au": "オーストラリア",
|
|
1316
|
+
"str_nation_at": "オーストリア",
|
|
1317
|
+
"str_nation_hn": "ホンジュラス",
|
|
1318
|
+
"str_nation_ax": "オーランド諸島",
|
|
1319
|
+
"str_nation_jo": "ヨルダン",
|
|
1320
|
+
"str_nation_ug": "ウガンダ",
|
|
1321
|
+
"str_nation_uy": "ウルグアイ",
|
|
1322
|
+
"str_nation_uz": "ウズベキスタン",
|
|
1323
|
+
"str_nation_ua": "ウクライナ",
|
|
1324
|
+
"str_nation_wf": "ウォリス・フツナ",
|
|
1325
|
+
"str_nation_iq": "イラク",
|
|
1326
|
+
"str_nation_ir": "イラン・イスラム共和国",
|
|
1327
|
+
"str_nation_il": "イスラエル",
|
|
1328
|
+
"str_nation_eg": "エジプト",
|
|
1329
|
+
"str_nation_it": "イタリア",
|
|
1330
|
+
"str_nation_in": "インド",
|
|
1331
|
+
"str_nation_id": "インドネシア",
|
|
1332
|
+
"str_nation_jp": "日本",
|
|
1333
|
+
"str_nation_jm": "ジャマイカ",
|
|
1334
|
+
"str_nation_zm": "ザンビア",
|
|
1335
|
+
"str_nation_je": "ジャージー",
|
|
1336
|
+
"str_nation_gq": "赤道ギニア",
|
|
1337
|
+
"str_nation_kp": "朝鮮民主主義人民共和国",
|
|
1338
|
+
"str_nation_ge": "ジョージア",
|
|
1339
|
+
"str_nation_cn": "中華人民共和国",
|
|
1340
|
+
"str_nation_cf": "中央アフリカ共和国",
|
|
1341
|
+
"str_nation_dj": "ジブチ",
|
|
1342
|
+
"str_nation_gi": "ジブラルタル",
|
|
1343
|
+
"str_nation_zw": "ジンバブエ",
|
|
1344
|
+
"str_nation_td": "チャド",
|
|
1345
|
+
"str_nation_cz": "チェコ",
|
|
1346
|
+
"str_nation_cl": "チリ",
|
|
1347
|
+
"str_nation_cm": "カメルーン",
|
|
1348
|
+
"str_nation_cv": "カーボベルデ",
|
|
1349
|
+
"str_nation_kz": "カザフスタン",
|
|
1350
|
+
"str_nation_qa": "カタール",
|
|
1351
|
+
"str_nation_kh": "カンボジア",
|
|
1352
|
+
"str_nation_ca": "カナダ",
|
|
1353
|
+
"str_nation_ke": "ケニア",
|
|
1354
|
+
"str_nation_ky": "ケイマン諸島",
|
|
1355
|
+
"str_nation_km": "コモロ",
|
|
1356
|
+
"str_nation_cr": "コスタリカ",
|
|
1357
|
+
"str_nation_cc": "ココス(キーリング)諸島",
|
|
1358
|
+
"str_nation_ci": "コートジボワール",
|
|
1359
|
+
"str_nation_co": "コロンビア",
|
|
1360
|
+
"str_nation_cg": "コンゴ共和国",
|
|
1361
|
+
"str_nation_cd": "コンゴ民主共和国",
|
|
1362
|
+
"str_nation_cu": "キューバ",
|
|
1363
|
+
"str_nation_kw": "クウェート",
|
|
1364
|
+
"str_nation_ck": "クック諸島",
|
|
1365
|
+
"str_nation_cw": "キュラソー",
|
|
1366
|
+
"str_nation_hr": "クロアチア",
|
|
1367
|
+
"str_nation_cx": "クリスマス島",
|
|
1368
|
+
"str_nation_kg": "キルギス",
|
|
1369
|
+
"str_nation_ki": "キリバス",
|
|
1370
|
+
"str_nation_cy": "キプロス",
|
|
1371
|
+
"str_nation_tw": "台湾(中華民国)",
|
|
1372
|
+
"str_nation_tj": "タジキスタン",
|
|
1373
|
+
"str_nation_tz": "タンザニア",
|
|
1374
|
+
"str_nation_th": "タイ",
|
|
1375
|
+
"str_nation_tc": "タークス・カイコス諸島",
|
|
1376
|
+
"str_nation_tr": "トルコ",
|
|
1377
|
+
"str_nation_tg": "トーゴ",
|
|
1378
|
+
"str_nation_tk": "トケラウ",
|
|
1379
|
+
"str_nation_to": "トンガ",
|
|
1380
|
+
"str_nation_tm": "トルクメニスタン",
|
|
1381
|
+
"str_nation_tv": "ツバル",
|
|
1382
|
+
"str_nation_tn": "チュニジア",
|
|
1383
|
+
"str_nation_tt": "トリニダード・トバゴ",
|
|
1384
|
+
"str_nation_pa": "パナマ",
|
|
1385
|
+
"str_nation_py": "パラグアイ",
|
|
1386
|
+
"str_nation_pk": "パキスタン",
|
|
1387
|
+
"str_nation_pg": "パプアニューギニア",
|
|
1388
|
+
"str_nation_pw": "パラオ",
|
|
1389
|
+
"str_nation_ps": "パレスチナ",
|
|
1390
|
+
"str_nation_fo": "フェロー諸島",
|
|
1391
|
+
"str_nation_pe": "ペルー",
|
|
1392
|
+
"str_nation_pt": "ポルトガル",
|
|
1393
|
+
"str_nation_fk": "フォークランド(マルビナス)諸島",
|
|
1394
|
+
"str_nation_pl": "ポーランド",
|
|
1395
|
+
"str_nation_pr": "プエルトリコ",
|
|
1396
|
+
"str_nation_fr": "フランス",
|
|
1397
|
+
"str_nation_gf": "フランス領ギアナ",
|
|
1398
|
+
"str_nation_tf": "フランス領南方・南極地域",
|
|
1399
|
+
"str_nation_pf": "フランス領ポリネシア",
|
|
1400
|
+
"str_nation_fj": "フィジー",
|
|
1401
|
+
"str_nation_fi": "フィンランド",
|
|
1402
|
+
"str_nation_ph": "フィリピン",
|
|
1403
|
+
"str_nation_pn": "ピトケアン",
|
|
1404
|
+
"str_nation_hm": "ハード島とマクドナルド諸島",
|
|
1405
|
+
"str_nation_hu": "ハンガリー",
|
|
1406
|
+
"str_nation_hk": "香港",
|
|
1407
1407
|
"str_verification_identity": "본인 인증",
|
|
1408
1408
|
"str_verification_phone": "전화번호 인증",
|
|
1409
1409
|
"str_need_verify_identity": "이 콘텐츠는 $t(str_verification_identity)이 필요합니다.",
|
|
@@ -1437,271 +1437,271 @@
|
|
|
1437
1437
|
"str_520": "사업자 판매자 사전 서류 안내",
|
|
1438
1438
|
"str_papp_cbooking_seller_history_evt_edit": "일정 수정 완료",
|
|
1439
1439
|
"str_create_channel_step_5": "채널 생성 완료!",
|
|
1440
|
-
"str_521": "
|
|
1441
|
-
"str_522": "
|
|
1442
|
-
"str_523": "
|
|
1443
|
-
"str_524": "
|
|
1444
|
-
"str_525": "
|
|
1445
|
-
"str_526": "
|
|
1446
|
-
"str_527": "
|
|
1447
|
-
"str_528": "
|
|
1448
|
-
"str_529": "
|
|
1449
|
-
"str_530": "
|
|
1450
|
-
"str_531": "
|
|
1451
|
-
"str_532": "
|
|
1452
|
-
"str_533": "
|
|
1453
|
-
"str_534": "
|
|
1454
|
-
"str_535": "
|
|
1455
|
-
"str_536": "
|
|
1456
|
-
"str_537": "
|
|
1457
|
-
"str_538": "
|
|
1458
|
-
"str_539": "
|
|
1459
|
-
"str_540": "
|
|
1460
|
-
"str_541": "
|
|
1461
|
-
"str_542": "
|
|
1462
|
-
"str_543": "
|
|
1463
|
-
"str_544": "
|
|
1464
|
-
"str_545": "ドミニカ共和国(+1
|
|
1465
|
-
"str_546": "ドミニカ共和国(+1
|
|
1466
|
-
"str_547": "
|
|
1467
|
-
"str_548": "
|
|
1468
|
-
"str_549": "
|
|
1469
|
-
"str_550": "
|
|
1470
|
-
"str_551": "
|
|
1471
|
-
"str_552": "
|
|
1472
|
-
"str_553": "
|
|
1473
|
-
"str_554": "
|
|
1474
|
-
"str_555": "
|
|
1475
|
-
"str_556": "
|
|
1476
|
-
"str_557": "
|
|
1477
|
-
"str_558": "
|
|
1478
|
-
"str_559": "
|
|
1479
|
-
"str_560": "
|
|
1480
|
-
"str_561": "
|
|
1481
|
-
"str_562": "
|
|
1482
|
-
"str_563": "
|
|
1483
|
-
"str_564": "
|
|
1484
|
-
"str_565": "
|
|
1485
|
-
"str_566": "
|
|
1486
|
-
"str_567": "
|
|
1487
|
-
"str_568": "
|
|
1488
|
-
"str_569": "
|
|
1489
|
-
"str_570": "
|
|
1490
|
-
"str_571": "
|
|
1491
|
-
"str_572": "
|
|
1492
|
-
"str_573": "
|
|
1493
|
-
"str_574": "
|
|
1494
|
-
"str_575": "
|
|
1495
|
-
"str_576": "
|
|
1496
|
-
"str_577": "
|
|
1497
|
-
"str_578": "
|
|
1498
|
-
"str_579": "
|
|
1499
|
-
"str_580": "
|
|
1500
|
-
"str_581": "
|
|
1501
|
-
"str_582": "
|
|
1502
|
-
"str_583": "
|
|
1503
|
-
"str_584": "
|
|
1504
|
-
"str_585": "
|
|
1505
|
-
"str_587": "
|
|
1506
|
-
"str_588": "
|
|
1507
|
-
"str_589": "
|
|
1508
|
-
"str_590": "
|
|
1509
|
-
"str_591": "
|
|
1510
|
-
"str_592": "
|
|
1511
|
-
"str_593": "
|
|
1512
|
-
"str_594": "
|
|
1513
|
-
"str_595": "
|
|
1514
|
-
"str_596": "
|
|
1515
|
-
"str_597": "
|
|
1516
|
-
"str_598": "
|
|
1517
|
-
"str_599": "
|
|
1518
|
-
"str_600": "
|
|
1519
|
-
"str_601": "
|
|
1520
|
-
"str_602": "
|
|
1521
|
-
"str_603": "
|
|
1522
|
-
"str_604": "
|
|
1523
|
-
"str_605": "
|
|
1524
|
-
"str_606": "
|
|
1525
|
-
"str_607": "
|
|
1526
|
-
"str_608": "
|
|
1527
|
-
"str_609": "
|
|
1528
|
-
"str_610": "
|
|
1529
|
-
"str_611": "
|
|
1530
|
-
"str_612": "セントヘレナ・アセンションおよびトリスタンダクーニャ(+290
|
|
1531
|
-
"str_613": "
|
|
1532
|
-
"str_614": "
|
|
1533
|
-
"str_615": "
|
|
1534
|
-
"str_616": "
|
|
1535
|
-
"str_617": "
|
|
1536
|
-
"str_618": "
|
|
1537
|
-
"str_619": "
|
|
1538
|
-
"str_620": "
|
|
1539
|
-
"str_621": "
|
|
1540
|
-
"str_622": "
|
|
1541
|
-
"str_623": "
|
|
1542
|
-
"str_624": "
|
|
1543
|
-
"str_625": "
|
|
1544
|
-
"str_626": "
|
|
1545
|
-
"str_627": "
|
|
1546
|
-
"str_628": "
|
|
1547
|
-
"str_629": "
|
|
1548
|
-
"str_630": "
|
|
1549
|
-
"str_631": "
|
|
1550
|
-
"str_632": "
|
|
1551
|
-
"str_633": "
|
|
1552
|
-
"str_634": "
|
|
1553
|
-
"str_635": "
|
|
1554
|
-
"str_636": "
|
|
1555
|
-
"str_637": "
|
|
1556
|
-
"str_638": "
|
|
1557
|
-
"str_639": "
|
|
1558
|
-
"str_640": "アルメニア(+374
|
|
1559
|
-
"str_641": "
|
|
1560
|
-
"str_642": "
|
|
1561
|
-
"str_643": "
|
|
1562
|
-
"str_644": "
|
|
1563
|
-
"str_645": "
|
|
1564
|
-
"str_646": "
|
|
1565
|
-
"str_647": "
|
|
1566
|
-
"str_648": "
|
|
1567
|
-
"str_649": "
|
|
1568
|
-
"str_650": "
|
|
1569
|
-
"str_651": "
|
|
1570
|
-
"str_652": "
|
|
1571
|
-
"str_653": "
|
|
1572
|
-
"str_654": "
|
|
1573
|
-
"str_655": "
|
|
1574
|
-
"str_656": "
|
|
1575
|
-
"str_657": "
|
|
1576
|
-
"str_658": "
|
|
1577
|
-
"str_659": "
|
|
1578
|
-
"str_660": "
|
|
1579
|
-
"str_661": "
|
|
1580
|
-
"str_662": "
|
|
1581
|
-
"str_663": "
|
|
1582
|
-
"str_664": "
|
|
1583
|
-
"str_665": "
|
|
1584
|
-
"str_666": "
|
|
1585
|
-
"str_667": "
|
|
1586
|
-
"str_668": "
|
|
1587
|
-
"str_669": "
|
|
1588
|
-
"str_670": "
|
|
1589
|
-
"str_671": "
|
|
1590
|
-
"str_672": "
|
|
1591
|
-
"str_673": "
|
|
1592
|
-
"str_674": "
|
|
1593
|
-
"str_675": "
|
|
1594
|
-
"str_676": "
|
|
1595
|
-
"str_677": "
|
|
1596
|
-
"str_678": "
|
|
1597
|
-
"str_679": "
|
|
1598
|
-
"str_680": "
|
|
1599
|
-
"str_681": "
|
|
1600
|
-
"str_682": "
|
|
1601
|
-
"str_683": "
|
|
1602
|
-
"str_684": "
|
|
1603
|
-
"str_685": "
|
|
1604
|
-
"str_686": "
|
|
1605
|
-
"str_687": "
|
|
1606
|
-
"str_688": "
|
|
1607
|
-
"str_689": "チリ(+56
|
|
1608
|
-
"str_690": "
|
|
1609
|
-
"str_691": "
|
|
1610
|
-
"str_692": "
|
|
1611
|
-
"str_693": "
|
|
1612
|
-
"str_694": "
|
|
1613
|
-
"str_695": "
|
|
1614
|
-
"str_696": "
|
|
1615
|
-
"str_697": "
|
|
1616
|
-
"str_698": "
|
|
1617
|
-
"str_699": "
|
|
1618
|
-
"str_700": "
|
|
1619
|
-
"str_701": "
|
|
1620
|
-
"str_702": "Netherlands Antilles(+599
|
|
1621
|
-
"str_703": "Netherlands Antilles(+599
|
|
1622
|
-
"str_704": "Netherlands Antilles(+599
|
|
1623
|
-
"str_705": "Netherlands Antilles(+599
|
|
1624
|
-
"str_706": "
|
|
1625
|
-
"str_707": "
|
|
1626
|
-
"str_708": "
|
|
1627
|
-
"str_709": "
|
|
1628
|
-
"str_710": "
|
|
1629
|
-
"str_711": "
|
|
1630
|
-
"str_712": "
|
|
1631
|
-
"str_713": "
|
|
1632
|
-
"str_714": "
|
|
1633
|
-
"str_715": "
|
|
1634
|
-
"str_716": "
|
|
1635
|
-
"str_717": "
|
|
1636
|
-
"str_718": "
|
|
1637
|
-
"str_719": "
|
|
1440
|
+
"str_521": "채널에서 표시되는 닉네임입니다. 국문 및 영문으로 최소 2자, 최대 12자까지 입력 가능합니다.",
|
|
1441
|
+
"str_522": "アメリカ合衆国(+1)",
|
|
1442
|
+
"str_523": "カナダ(+1)",
|
|
1443
|
+
"str_524": "バハマ(+1 242)",
|
|
1444
|
+
"str_525": "バルバドス(+1 246)",
|
|
1445
|
+
"str_526": "アンギラ(+1 264)",
|
|
1446
|
+
"str_527": "アンティグア・バーブーダ(+1 268)",
|
|
1447
|
+
"str_528": "イギリス領ヴァージン諸島(+1 284)",
|
|
1448
|
+
"str_529": "アメリカ領ヴァージン諸島(+1 340)",
|
|
1449
|
+
"str_530": "ケイマン諸島(+1 345)",
|
|
1450
|
+
"str_531": "バミューダ(+1 441)",
|
|
1451
|
+
"str_532": "グレナダ(+1 473)",
|
|
1452
|
+
"str_533": "タークス・カイコス諸島(+1 649)",
|
|
1453
|
+
"str_534": "モントセラト(+1 664)",
|
|
1454
|
+
"str_535": "北マリアナ諸島(+1 670)",
|
|
1455
|
+
"str_536": "グアム(+1 671)",
|
|
1456
|
+
"str_537": "アメリカ領サモア(+1 684)",
|
|
1457
|
+
"str_538": "シント・マールテン(オランダ領)(+1 721)",
|
|
1458
|
+
"str_539": "セントルシア(+1 758)",
|
|
1459
|
+
"str_540": "ドミニカ国(+1 767)",
|
|
1460
|
+
"str_541": "セントビンセントおよびグレナディーン諸島(+1 784)",
|
|
1461
|
+
"str_542": "プエルトリコ(+1 787)",
|
|
1462
|
+
"str_543": "合衆国領有小離島(+1 808)",
|
|
1463
|
+
"str_544": "アメリカ合衆国(+1 808)",
|
|
1464
|
+
"str_545": "ドミニカ共和国(+1 809)",
|
|
1465
|
+
"str_546": "ドミニカ共和国(+1 829)",
|
|
1466
|
+
"str_547": "ドミニカ共和国(+1 849)",
|
|
1467
|
+
"str_548": "トリニダード・トバゴ(+1 868)",
|
|
1468
|
+
"str_549": "セントクリストファー・ネイビス(+1 869)",
|
|
1469
|
+
"str_550": "ジャマイカ(+1 876)",
|
|
1470
|
+
"str_551": "プエルトリコ(+1 939)",
|
|
1471
|
+
"str_552": "エジプト(+20)",
|
|
1472
|
+
"str_553": "南スーダン(+211)",
|
|
1473
|
+
"str_554": "モロッコ(+212)",
|
|
1474
|
+
"str_555": "西サハラ(+212 28)",
|
|
1475
|
+
"str_556": "アルジェリア(+213)",
|
|
1476
|
+
"str_557": "チュニジア(+216)",
|
|
1477
|
+
"str_558": "リビア(+218)",
|
|
1478
|
+
"str_559": "ガンビア(+220)",
|
|
1479
|
+
"str_560": "セネガル(+221)",
|
|
1480
|
+
"str_561": "モーリタニア(+222)",
|
|
1481
|
+
"str_562": "マリ(+223)",
|
|
1482
|
+
"str_563": "ギニア(+224)",
|
|
1483
|
+
"str_564": "コートジボワール(+225)",
|
|
1484
|
+
"str_565": "ブルキナファソ(+226)",
|
|
1485
|
+
"str_566": "ニジェール(+227)",
|
|
1486
|
+
"str_567": "トーゴ(+228)",
|
|
1487
|
+
"str_568": "ベナン(+229)",
|
|
1488
|
+
"str_569": "モーリシャス(+230)",
|
|
1489
|
+
"str_570": "リベリア(+231)",
|
|
1490
|
+
"str_571": "シエラレオネ(+232)",
|
|
1491
|
+
"str_572": "ガーナ(+233)",
|
|
1492
|
+
"str_573": "ナイジェリア(+234)",
|
|
1493
|
+
"str_574": "チャド(+235)",
|
|
1494
|
+
"str_575": "中央アフリカ共和国(+236)",
|
|
1495
|
+
"str_576": "カメルーン(+237)",
|
|
1496
|
+
"str_577": "カーボベルデ(+238)",
|
|
1497
|
+
"str_578": "サントメ・プリンシペ(+239)",
|
|
1498
|
+
"str_579": "赤道ギニア(+240)",
|
|
1499
|
+
"str_580": "ガボン(+241)",
|
|
1500
|
+
"str_581": "コンゴ共和国(+242)",
|
|
1501
|
+
"str_582": "コンゴ民主共和国(+243)",
|
|
1502
|
+
"str_583": "アンゴラ(+244)",
|
|
1503
|
+
"str_584": "ギニアビサウ(+245)",
|
|
1504
|
+
"str_585": "イギリス領インド洋地域(+246)",
|
|
1505
|
+
"str_587": "Ascension(+247)",
|
|
1506
|
+
"str_588": "セーシェル(+248)",
|
|
1507
|
+
"str_589": "スーダン(+249)",
|
|
1508
|
+
"str_590": "ルワンダ(+250)",
|
|
1509
|
+
"str_591": "エチオピア(+251)",
|
|
1510
|
+
"str_592": "ソマリア(+252)",
|
|
1511
|
+
"str_593": "ジブチ(+253)",
|
|
1512
|
+
"str_594": "ケニア(+254)",
|
|
1513
|
+
"str_595": "タンザニア(+255)",
|
|
1514
|
+
"str_596": "Zanzibar(+255 24)",
|
|
1515
|
+
"str_597": "ウガンダ(+256)",
|
|
1516
|
+
"str_598": "ブルンジ(+257)",
|
|
1517
|
+
"str_599": "モザンビーク(+258)",
|
|
1518
|
+
"str_600": "ザンビア(+260)",
|
|
1519
|
+
"str_601": "マダガスカル(+261)",
|
|
1520
|
+
"str_602": "レユニオン(+262)",
|
|
1521
|
+
"str_603": "マヨット(+262)",
|
|
1522
|
+
"str_604": "ジンバブエ(+263)",
|
|
1523
|
+
"str_605": "ナミビア(+264)",
|
|
1524
|
+
"str_606": "マラウイ(+265)",
|
|
1525
|
+
"str_607": "レソト(+266)",
|
|
1526
|
+
"str_608": "ボツワナ(+267)",
|
|
1527
|
+
"str_609": "エスワティニ(+268)",
|
|
1528
|
+
"str_610": "コモロ(+269)",
|
|
1529
|
+
"str_611": "南アフリカ(+27)",
|
|
1530
|
+
"str_612": "セントヘレナ・アセンションおよびトリスタンダクーニャ(+290)",
|
|
1531
|
+
"str_613": "セントヘレナ・アセンションおよびトリスタンダクーニャ(+290 8)",
|
|
1532
|
+
"str_614": "エリトリア(+291)",
|
|
1533
|
+
"str_615": "アルバ(+297)",
|
|
1534
|
+
"str_616": "フェロー諸島(+298)",
|
|
1535
|
+
"str_617": "グリーンランド(+299)",
|
|
1536
|
+
"str_618": "ギリシャ(+30)",
|
|
1537
|
+
"str_619": "オランダ(+31)",
|
|
1538
|
+
"str_620": "ベルギー(+32)",
|
|
1539
|
+
"str_621": "フランス(+33)",
|
|
1540
|
+
"str_622": "フランス領南方・南極地域(+33)",
|
|
1541
|
+
"str_623": "スペイン(+34)",
|
|
1542
|
+
"str_624": "ジブラルタル(+350)",
|
|
1543
|
+
"str_625": "ポルトガル(+351)",
|
|
1544
|
+
"str_626": "ルクセンブルク(+352)",
|
|
1545
|
+
"str_627": "アイルランド(+353)",
|
|
1546
|
+
"str_628": "アイスランド(+354)",
|
|
1547
|
+
"str_629": "アルバニア(+355)",
|
|
1548
|
+
"str_630": "マルタ(+356)",
|
|
1549
|
+
"str_631": "キプロス(+357)",
|
|
1550
|
+
"str_632": "フィンランド(+358)",
|
|
1551
|
+
"str_633": "オーランド諸島(+358 18)",
|
|
1552
|
+
"str_634": "ブルガリア(+359)",
|
|
1553
|
+
"str_635": "ハンガリー(+36)",
|
|
1554
|
+
"str_636": "リトアニア(+370)",
|
|
1555
|
+
"str_637": "ラトビア(+371)",
|
|
1556
|
+
"str_638": "エストニア(+372)",
|
|
1557
|
+
"str_639": "モルドバ共和国(+373)",
|
|
1558
|
+
"str_640": "アルメニア(+374)",
|
|
1559
|
+
"str_641": "アルメニア(+374 47)",
|
|
1560
|
+
"str_642": "ベラルーシ(+375)",
|
|
1561
|
+
"str_643": "アンドラ(+376)",
|
|
1562
|
+
"str_644": "モナコ(+377)",
|
|
1563
|
+
"str_645": "サンマリノ(+378)",
|
|
1564
|
+
"str_646": "バチカン市国(+379)",
|
|
1565
|
+
"str_647": "ウクライナ(+380)",
|
|
1566
|
+
"str_648": "セルビア(+381)",
|
|
1567
|
+
"str_649": "モンテネグロ(+382)",
|
|
1568
|
+
"str_650": "セルビア(+383)",
|
|
1569
|
+
"str_651": "クロアチア(+385)",
|
|
1570
|
+
"str_652": "スロベニア(+386)",
|
|
1571
|
+
"str_653": "ボスニア・ヘルツェゴビナ(+387)",
|
|
1572
|
+
"str_654": "北マケドニア(+389)",
|
|
1573
|
+
"str_655": "イタリア(+39)",
|
|
1574
|
+
"str_656": "バチカン市国(+39 06)",
|
|
1575
|
+
"str_657": "ルーマニア(+40)",
|
|
1576
|
+
"str_658": "スイス(+41)",
|
|
1577
|
+
"str_659": "チェコ(+420)",
|
|
1578
|
+
"str_660": "スロバキア(+421)",
|
|
1579
|
+
"str_661": "リヒテンシュタイン(+423)",
|
|
1580
|
+
"str_662": "オーストリア(+43)",
|
|
1581
|
+
"str_663": "イギリス(+44)",
|
|
1582
|
+
"str_664": "ガーンジー(+44 1481)",
|
|
1583
|
+
"str_665": "ジャージー(+44 1534)",
|
|
1584
|
+
"str_666": "マン島(+44 1624)",
|
|
1585
|
+
"str_667": "デンマーク(+45)",
|
|
1586
|
+
"str_668": "スウェーデン(+46)",
|
|
1587
|
+
"str_669": "ノルウェー(+47)",
|
|
1588
|
+
"str_670": "ブーベ島(+47)",
|
|
1589
|
+
"str_671": "スヴァールバル諸島およびヤンマイエン島(+47)",
|
|
1590
|
+
"str_672": "ポーランド(+48)",
|
|
1591
|
+
"str_673": "ドイツ(+49)",
|
|
1592
|
+
"str_674": "フォークランド(マルビナス)諸島(+500)",
|
|
1593
|
+
"str_675": "ベリーズ(+501)",
|
|
1594
|
+
"str_676": "グアテマラ(+502)",
|
|
1595
|
+
"str_677": "エルサルバドル(+503)",
|
|
1596
|
+
"str_678": "ホンジュラス(+504)",
|
|
1597
|
+
"str_679": "ニカラグア(+505)",
|
|
1598
|
+
"str_680": "コスタリカ(+506)",
|
|
1599
|
+
"str_681": "パナマ(+507)",
|
|
1600
|
+
"str_682": "サンピエール島・ミクロン島(+508)",
|
|
1601
|
+
"str_683": "ハイチ(+509)",
|
|
1602
|
+
"str_684": "ペルー(+51)",
|
|
1603
|
+
"str_685": "メキシコ(+52)",
|
|
1604
|
+
"str_686": "キューバ(+53)",
|
|
1605
|
+
"str_687": "アルゼンチン(+54)",
|
|
1606
|
+
"str_688": "ブラジル(+55)",
|
|
1607
|
+
"str_689": "チリ(+56)",
|
|
1608
|
+
"str_690": "チリ(+56 32)",
|
|
1609
|
+
"str_691": "コロンビア(+57)",
|
|
1610
|
+
"str_692": "ベネズエラ・ボリバル共和国(+58)",
|
|
1611
|
+
"str_693": "グアドループ(+590)",
|
|
1612
|
+
"str_694": "ボリビア多民族国(+591)",
|
|
1613
|
+
"str_695": "ガイアナ(+592)",
|
|
1614
|
+
"str_696": "エクアドル(+593)",
|
|
1615
|
+
"str_697": "フランス領ギアナ(+594)",
|
|
1616
|
+
"str_698": "パラグアイ(+595)",
|
|
1617
|
+
"str_699": "マルティニーク(+596)",
|
|
1618
|
+
"str_700": "スリナム(+597)",
|
|
1619
|
+
"str_701": "ウルグアイ(+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": "マレーシア(+60)",
|
|
1626
|
+
"str_708": "ハード島とマクドナルド諸島(+61)",
|
|
1627
|
+
"str_709": "オーストラリア(+61)",
|
|
1628
|
+
"str_710": "ハード島とマクドナルド諸島(+61)",
|
|
1629
|
+
"str_711": "ココス(キーリング)諸島(+61 89162)",
|
|
1630
|
+
"str_712": "クリスマス島(+61 89164)",
|
|
1631
|
+
"str_713": "インドネシア(+62)",
|
|
1632
|
+
"str_714": "フィリピン(+63)",
|
|
1633
|
+
"str_715": "ニュージーランド(+64)",
|
|
1634
|
+
"str_716": "ピトケアン(+649)",
|
|
1635
|
+
"str_717": "シンガポール(+65)",
|
|
1636
|
+
"str_718": "タイ(+66)",
|
|
1637
|
+
"str_719": "東ティモール(+670)",
|
|
1638
1638
|
"str_720": "南極(+672 1)",
|
|
1639
|
-
"str_721": "
|
|
1640
|
-
"str_722": "
|
|
1641
|
-
"str_723": "
|
|
1642
|
-
"str_724": "
|
|
1643
|
-
"str_725": "
|
|
1644
|
-
"str_726": "
|
|
1645
|
-
"str_727": "
|
|
1646
|
-
"str_728": "
|
|
1647
|
-
"str_729": "
|
|
1648
|
-
"str_730": "
|
|
1649
|
-
"str_731": "
|
|
1650
|
-
"str_732": "
|
|
1651
|
-
"str_733": "
|
|
1652
|
-
"str_734": "
|
|
1653
|
-
"str_735": "
|
|
1654
|
-
"str_736": "
|
|
1655
|
-
"str_737": "
|
|
1656
|
-
"str_738": "
|
|
1657
|
-
"str_739": "
|
|
1658
|
-
"str_740": "
|
|
1659
|
-
"str_741": "
|
|
1660
|
-
"str_742": "
|
|
1661
|
-
"str_743": "
|
|
1662
|
-
"str_744": "
|
|
1663
|
-
"str_745": "
|
|
1664
|
-
"str_746": "
|
|
1665
|
-
"str_747": "
|
|
1666
|
-
"str_748": "
|
|
1667
|
-
"str_749": "
|
|
1668
|
-
"str_750": "
|
|
1669
|
-
"str_751": "
|
|
1670
|
-
"str_752": "
|
|
1671
|
-
"str_753": "
|
|
1672
|
-
"str_754": "
|
|
1673
|
-
"str_755": "
|
|
1674
|
-
"str_756": "
|
|
1675
|
-
"str_757": "
|
|
1676
|
-
"str_758": "
|
|
1677
|
-
"str_759": "
|
|
1678
|
-
"str_760": "
|
|
1679
|
-
"str_761": "
|
|
1680
|
-
"str_762": "
|
|
1681
|
-
"str_763": "
|
|
1682
|
-
"str_764": "
|
|
1683
|
-
"str_765": "
|
|
1684
|
-
"str_766": "
|
|
1685
|
-
"str_767": "
|
|
1686
|
-
"str_768": "
|
|
1687
|
-
"str_769": "
|
|
1688
|
-
"str_770": "
|
|
1689
|
-
"str_771": "
|
|
1690
|
-
"str_772": "
|
|
1691
|
-
"str_773": "
|
|
1692
|
-
"str_774": "
|
|
1693
|
-
"str_775": "
|
|
1694
|
-
"str_776": "
|
|
1695
|
-
"str_777": "
|
|
1696
|
-
"str_778": "
|
|
1697
|
-
"str_779": "
|
|
1698
|
-
"str_780": "
|
|
1699
|
-
"str_781": "
|
|
1700
|
-
"str_782": "
|
|
1701
|
-
"str_783": "
|
|
1702
|
-
"str_784": "
|
|
1703
|
-
"str_785": "
|
|
1704
|
-
"str_786": "
|
|
1639
|
+
"str_721": "南極(+672 1)",
|
|
1640
|
+
"str_722": "ノーフォーク島(+672 3)",
|
|
1641
|
+
"str_723": "ブルネイ・ダルサラーム(+673)",
|
|
1642
|
+
"str_724": "ナウル(+674)",
|
|
1643
|
+
"str_725": "パプアニューギニア(+675)",
|
|
1644
|
+
"str_726": "トンガ(+676)",
|
|
1645
|
+
"str_727": "ソロモン諸島(+677)",
|
|
1646
|
+
"str_728": "バヌアツ(+678)",
|
|
1647
|
+
"str_729": "フィジー(+679)",
|
|
1648
|
+
"str_730": "パラオ(+680)",
|
|
1649
|
+
"str_731": "ウォリス・フツナ(+681)",
|
|
1650
|
+
"str_732": "クック諸島(+682)",
|
|
1651
|
+
"str_733": "ニウエ(+683)",
|
|
1652
|
+
"str_734": "サモア(+685)",
|
|
1653
|
+
"str_735": "キリバス(+686)",
|
|
1654
|
+
"str_736": "ニューカレドニア(+687)",
|
|
1655
|
+
"str_737": "ツバル(+688)",
|
|
1656
|
+
"str_738": "フランス領ポリネシア(+689)",
|
|
1657
|
+
"str_739": "トケラウ(+690)",
|
|
1658
|
+
"str_740": "ミクロネシア連邦(+691)",
|
|
1659
|
+
"str_741": "マーシャル諸島(+692)",
|
|
1660
|
+
"str_742": "ロシア連邦(+7)",
|
|
1661
|
+
"str_743": "ジョージア(+7)",
|
|
1662
|
+
"str_744": "カザフスタン(+7)",
|
|
1663
|
+
"str_745": "日本(+81)",
|
|
1664
|
+
"str_746": "大韓民国(+82)",
|
|
1665
|
+
"str_747": "ベトナム(+84)",
|
|
1666
|
+
"str_748": "朝鮮民主主義人民共和国(+850)",
|
|
1667
|
+
"str_749": "香港(+852)",
|
|
1668
|
+
"str_750": "マカオ(+853)",
|
|
1669
|
+
"str_751": "カンボジア(+855)",
|
|
1670
|
+
"str_752": "ラオス人民民主共和国(+856)",
|
|
1671
|
+
"str_753": "中華人民共和国(+86)",
|
|
1672
|
+
"str_754": "バングラデシュ(+880)",
|
|
1673
|
+
"str_755": "台湾(中華民国)(+886)",
|
|
1674
|
+
"str_756": "トルコ(+90)",
|
|
1675
|
+
"str_757": "キプロス(+90 392)",
|
|
1676
|
+
"str_758": "インド(+91)",
|
|
1677
|
+
"str_759": "パキスタン(+92)",
|
|
1678
|
+
"str_760": "アフガニスタン(+93)",
|
|
1679
|
+
"str_761": "スリランカ(+94)",
|
|
1680
|
+
"str_762": "ミャンマー(+95)",
|
|
1681
|
+
"str_763": "モルディブ(+960)",
|
|
1682
|
+
"str_764": "レバノン(+961)",
|
|
1683
|
+
"str_765": "ヨルダン(+962)",
|
|
1684
|
+
"str_766": "シリア・アラブ共和国(+963)",
|
|
1685
|
+
"str_767": "イラク(+964)",
|
|
1686
|
+
"str_768": "クウェート(+965)",
|
|
1687
|
+
"str_769": "サウジアラビア(+966)",
|
|
1688
|
+
"str_770": "イエメン(+967)",
|
|
1689
|
+
"str_771": "オマーン(+968)",
|
|
1690
|
+
"str_772": "パレスチナ(+970)",
|
|
1691
|
+
"str_773": "アラブ首長国連邦(+971)",
|
|
1692
|
+
"str_774": "イスラエル(+972)",
|
|
1693
|
+
"str_775": "バーレーン(+973)",
|
|
1694
|
+
"str_776": "カタール(+974)",
|
|
1695
|
+
"str_777": "ブータン(+975)",
|
|
1696
|
+
"str_778": "モンゴル(+976)",
|
|
1697
|
+
"str_779": "ネパール(+977)",
|
|
1698
|
+
"str_780": "イラン・イスラム共和国(+98)",
|
|
1699
|
+
"str_781": "タジキスタン(+992)",
|
|
1700
|
+
"str_782": "トルクメニスタン(+993)",
|
|
1701
|
+
"str_783": "アゼルバイジャン(+994)",
|
|
1702
|
+
"str_784": "ジョージア(+995)",
|
|
1703
|
+
"str_785": "キルギス(+996)",
|
|
1704
|
+
"str_786": "ウズベキスタン(+998)",
|
|
1705
1705
|
"str_787": "국제 전화번호용 할당",
|
|
1706
1706
|
"str_788": "국제 전화번호용 할당",
|
|
1707
1707
|
"str_789": "국제 전화번호용 할당",
|
|
@@ -2478,7 +2478,7 @@
|
|
|
2478
2478
|
"str_1412": "표시용 문구를 수정해 주세요.",
|
|
2479
2479
|
"str_1413": "구독상품 작성 중단",
|
|
2480
2480
|
"str_papp_vodp_episode_list": "에피소드 목록",
|
|
2481
|
-
"str_pam_sls_live_chat_msg": "라이브 채팅
|
|
2481
|
+
"str_pam_sls_live_chat_msg": "라이브 채팅 메시지",
|
|
2482
2482
|
"str_pam_sls_broadcast_recording": "방송 녹화",
|
|
2483
2483
|
"str_pam_sls_broadcast_history": "방송 기록",
|
|
2484
2484
|
"str_pam_sls_live_chat_room": "라이브 채팅방",
|
|
@@ -2560,7 +2560,7 @@
|
|
|
2560
2560
|
"str_papp_event_live_broadcast_history": "라이브 기록",
|
|
2561
2561
|
"str_papp_event_live_broadcast_recording": "라이브 녹화",
|
|
2562
2562
|
"str_papp_event_live_chat_room": "라이브 채팅방",
|
|
2563
|
-
"str_papp_event_live_chat_msg": "채팅
|
|
2563
|
+
"str_papp_event_live_chat_msg": "채팅 메시지",
|
|
2564
2564
|
"str_papp_event_live_chat_banned_user": "차단된 구독자",
|
|
2565
2565
|
"str_papp_event_live_chat_hidden_user": "숨김 처리된 구독자",
|
|
2566
2566
|
"str_1455": "$t(str_refund) 처리 내역이 존재하지 않습니다.",
|
|
@@ -2568,8 +2568,8 @@
|
|
|
2568
2568
|
"str_1456": "내용을 입력하세요.",
|
|
2569
2569
|
"str_papp_event_live_chat_room_enter": "입장하기",
|
|
2570
2570
|
"str_papp_event_live_event_upcoming": "예정된 이벤트",
|
|
2571
|
-
"
|
|
2572
|
-
"
|
|
2571
|
+
"str_papp_promotion_page_id": "프로모션 페이지 pApp",
|
|
2572
|
+
"str_papp_promotion_page_name": "프로모션 페이지 pApp",
|
|
2573
2573
|
"str_pam_lpc": "LPC pAM",
|
|
2574
2574
|
"str_pam_lpc_landing_post": "랜딩 게시글",
|
|
2575
2575
|
"str_pam_lpc_comment": "댓글",
|
|
@@ -2619,7 +2619,7 @@
|
|
|
2619
2619
|
"str_deactivate_papp_event_live_detail": "상세 정보 비활성화",
|
|
2620
2620
|
"str_activate_papp_event_live_chat": "채팅 활성화",
|
|
2621
2621
|
"str_deactivate_papp_event_live_chat": "채팅 비활성화",
|
|
2622
|
-
"str_err_1501": "제목은 최소 1자, 최대
|
|
2622
|
+
"str_err_1501": "제목은 최소 1자, 최대 100자까지 입력할 수 있습니다.",
|
|
2623
2623
|
"str_err_1502": "상세 정보는 최소 0자, 최대 20000자까지 입력할 수 있습니다.",
|
|
2624
2624
|
"str_pg_title_event_live_event_manage": "이벤트 관리",
|
|
2625
2625
|
"str_pg_title_event_live_broadcast_manage": "라이브 컨트롤룸",
|
|
@@ -2673,8 +2673,8 @@
|
|
|
2673
2673
|
"str_1542": "누적 접속자 수",
|
|
2674
2674
|
"str_1543": "$t(str_papp_event_live_broadcast) 송출 정보",
|
|
2675
2675
|
"str_1544": "시간대 설정",
|
|
2676
|
-
"str_1545": "날짜",
|
|
2677
|
-
"str_1546": "시간",
|
|
2676
|
+
"str_1545": "날짜(YYYY-MM-DD)",
|
|
2677
|
+
"str_1546": "시간(HH:MM:SS)",
|
|
2678
2678
|
"str_1547": "날짜 선택",
|
|
2679
2679
|
"str_1548": "시",
|
|
2680
2680
|
"str_1549": "분",
|
|
@@ -2685,15 +2685,15 @@
|
|
|
2685
2685
|
"str_1554": "정말 취소하시겠습니까?\n라이브를 취소하면 처음부터 라이브를 다시 생성해야합니다.\n라이브 취소를 진행하려면 입력란에 CANCELED를 입력해주세요.",
|
|
2686
2686
|
"str_1555": "정말 종료하시겠습니까?\n라이브를 종료하면 처음부터 라이브를 다시 생성해야하고 구독자가 더이상 라이브를 시청할 수 없게 됩니다.\n라이브 종료를 진행하려면 입력란에 CONFIRMED를 입력해주세요.",
|
|
2687
2687
|
"str_err_1556": "잘못된 값입니다. 다시 한번 확인해주세요.",
|
|
2688
|
-
"str_1557": "새
|
|
2688
|
+
"str_1557": "새 메시지 읽기",
|
|
2689
2689
|
"str_pam_cps": "Contents Publishing pAM",
|
|
2690
2690
|
"str_papp_vods_id": "연재형 VOD pApp",
|
|
2691
2691
|
"str_papp_vods_name": "연재형 VOD pApp",
|
|
2692
2692
|
"str_papp_vods_board": "게시판",
|
|
2693
2693
|
"str_papp_vods_episode": "에피소드",
|
|
2694
2694
|
"str_papp_vods_series": "시리즈",
|
|
2695
|
-
"str_pg_title_papp_vods_recent_episodes": "최근
|
|
2696
|
-
"str_pg_title_papp_vods_series": "
|
|
2695
|
+
"str_pg_title_papp_vods_recent_episodes": "최근 $t(str_papp_vods_episode)",
|
|
2696
|
+
"str_pg_title_papp_vods_series": "$t(str_papp_vods_series)",
|
|
2697
2697
|
"str_pay_issuer": "발행인",
|
|
2698
2698
|
"str_pay_recipient": "발행대상",
|
|
2699
2699
|
"str_pay_namespace": "네임스페이스",
|
|
@@ -2707,7 +2707,7 @@
|
|
|
2707
2707
|
"str_papp_freeboardp_id": "커뮤니티 플러스",
|
|
2708
2708
|
"str_papp_blog_id": "블로그",
|
|
2709
2709
|
"str_papp_magazine_id": "매거진",
|
|
2710
|
-
"
|
|
2710
|
+
"str_papp_promotion_page_p_id": "프로모션 페이지 플러스",
|
|
2711
2711
|
"str_pam_cps_post": "게시글",
|
|
2712
2712
|
"str_pam_cps_board": "게시판",
|
|
2713
2713
|
"str_pam_cps_comment": "댓글",
|
|
@@ -2719,6 +2719,63 @@
|
|
|
2719
2719
|
"str_pam_cps_bookmark": "북마크",
|
|
2720
2720
|
"str_pam_cps_featured_user": "피쳐드 유저",
|
|
2721
2721
|
"str_pam_cps_level": "등급",
|
|
2722
|
-
"str_pam_cps_level_up": "등업"
|
|
2722
|
+
"str_pam_cps_level_up": "등업",
|
|
2723
|
+
"str_papp_clive_id": "콘서트용 라이브",
|
|
2724
|
+
"str_papp_clive_name": "콘서트용 라이브",
|
|
2725
|
+
"str_papp_freeboardp_name": "커뮤니티 플러스",
|
|
2726
|
+
"str_papp_blog_name": "블로그",
|
|
2727
|
+
"str_papp_magazine_name": "매거진",
|
|
2728
|
+
"str_papp_promotion_page_p_name": "프로모션 페이지 플러스",
|
|
2729
|
+
"str_pam_scommunity_level": "등급",
|
|
2730
|
+
"str_pam_scommunity_level_up": "등업",
|
|
2731
|
+
"str_set_board_setting": "포스트 목록 설정",
|
|
2732
|
+
"str_1563": "포스트 목록 분리를 활성화 하면 구독자들이 작성한 포스트와 따로 분리 할 수 있습니다.",
|
|
2733
|
+
"str_1564": "포스트 게시 제한을 활성화 하면 구독자들이 포스트 작성을 할 수 없게 됩니다.",
|
|
2734
|
+
"str_1565": "포스트 목록 분리 사용",
|
|
2735
|
+
"str_1566": "포스트 게시 제한",
|
|
2736
|
+
"str_1567": "메시지를 입력해 주세요.",
|
|
2737
|
+
"str_1568": "피드",
|
|
2738
|
+
"str_1569": "분리된 목록에서 표시될 탭메뉴의 제목",
|
|
2739
|
+
"str_1570": "구독자들이 작성한 포스트와 따로 분리된 탭메뉴 제목을 설정합니다.\n포스트 목록 분리 사용을 활성화해야 적용됩니다.",
|
|
2740
|
+
"str_err_1571": "표시 제목은 최소 2자, 최대 12자까지 입력할 수 있습니다.",
|
|
2741
|
+
"str_1572": "내가 작성한 게시글",
|
|
2742
|
+
"str_socialaccount_linkage": "소셜 계정 연동",
|
|
2743
|
+
"str_socail_account_unlinkage": "연동 해제",
|
|
2744
|
+
"str_1573": "({{email}})으로 가입한 회원정보가 있습니다. 연동하시겠습니까?",
|
|
2745
|
+
"str_err_1574": "현재 이 계정은 다른 디바이스에서 동시에 사용 중이므로 라이브가 강제로 종료될 예정입니다.\n계속 시청하시려면 동시 접속이 되지 않도록 해주세요.",
|
|
2746
|
+
"str_err_1575": "현재 시간에서 15분 이후 시점으로 설정해주세요.",
|
|
2747
|
+
"str_err_1576": "현재 시간에서 15분 이후 시점으로 설정해주세요.",
|
|
2748
|
+
"str_papp_live_status_end": "종료",
|
|
2749
|
+
"str_papp_live_status_canceled": "취소",
|
|
2750
|
+
"str_1577": "$t(str_refund) 신청",
|
|
2751
|
+
"str_1578": "라이센스 키 입력",
|
|
2752
|
+
"str_1579": "라이센스 키를 입력하고 회원가입을 완료하세요.",
|
|
2753
|
+
"str_papp_magazine_board": "게시판",
|
|
2754
|
+
"str_papp_magazine_post": "게시글",
|
|
2755
|
+
"str_1580": "라이센스 키 인증",
|
|
2756
|
+
"str_1581": "$t(str_sign_up)을 다시 진행해 주세요.",
|
|
2757
|
+
"str_1582": "라이센스 키가 유효하지 않습니다.\n$t(str_sign_up)을 다시 진행하시려면 publ 운영팀에 문의해 주세요.",
|
|
2758
|
+
"str_papp_magazine_series": "시리즈",
|
|
2759
|
+
"str_papp_magazine_like": "좋아요",
|
|
2760
|
+
"str_papp_magazine_dislike": "싫어요",
|
|
2761
|
+
"str_papp_magazine_comment": "댓글",
|
|
2762
|
+
"str_papp_magazine_label": "라벨",
|
|
2763
|
+
"str_papp_magazine_contents_ratings_age": "연령기준 조회 제한",
|
|
2764
|
+
"str_papp_magazine_bookmark": "북마크",
|
|
2765
|
+
"str_papp_magazine_featured_user": "피쳐드 유저",
|
|
2766
|
+
"str_papp_magazine_level": "등급",
|
|
2767
|
+
"str_papp_magazine_level_up": "등업",
|
|
2768
|
+
"str_1583": "{{expirationDate}}에 갱신 또는 만료 예정",
|
|
2769
|
+
"str_channel_operator_account": "채널 관리자 계정",
|
|
2770
|
+
"str_profile_channel_operator": "관리자 프로필",
|
|
2771
|
+
"str_1584": "라이브 이벤트 정보를 표시하기에 적합한 나이가 아닙니다.\n본인 인증을 수행하고 싶으시다면, [본인 인증] 버튼을 눌러주세요.",
|
|
2772
|
+
"str_1585": "사용하고자 하는 메뉴의 표시 제목을 입력해 주세요.",
|
|
2773
|
+
"str_1586": "이어서 주문을 진행하려면\n[$t(str_1267)] 버튼을 클릭하세요.",
|
|
2774
|
+
"str_papp_photobook": "포토북 pApp",
|
|
2775
|
+
"str_papp_photobook_name": "포토북",
|
|
2776
|
+
"str_papp_photobook_id": "포토북",
|
|
2777
|
+
"str_papp_photobook_board": "게시판",
|
|
2778
|
+
"str_papp_photobook_post": "게시글",
|
|
2779
|
+
"str_papp_photobook_comment": "댓글"
|
|
2723
2780
|
}
|
|
2724
2781
|
}
|