pds-dev-kit-web 0.5.13 → 0.5.14

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.
Files changed (92) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/dist/src/common/index.d.ts +2 -5
  3. package/dist/src/common/services/i18n/resources/en.json +83 -27
  4. package/dist/src/common/services/i18n/resources/es.json +69 -13
  5. package/dist/src/common/services/i18n/resources/index.d.ts +228 -4
  6. package/dist/src/common/services/i18n/resources/jp.json +69 -13
  7. package/dist/src/common/services/i18n/resources/ko.json +69 -13
  8. package/dist/src/common/styles/colorSet/UIColor.json +1 -1
  9. package/dist/src/common/styles/colorSet/index.d.ts +55 -55
  10. package/dist/src/common/styles/colorSet/index.js +2 -2
  11. package/dist/src/common/styles/ui-colors.js +1 -1
  12. package/dist/src/common/types/index.d.ts +5 -0
  13. package/dist/src/common/types/index.js +17 -0
  14. package/dist/src/common/types/styled-components.d.ts +3 -0
  15. package/dist/src/common/types/text.d.ts +2 -0
  16. package/dist/src/common/types/text.js +2 -0
  17. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.d.ts +3 -9
  18. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +10 -9
  19. package/dist/src/desktop/components/Card/Card.d.ts +3 -2
  20. package/dist/src/desktop/components/Card/Card.js +1 -7
  21. package/dist/src/desktop/components/Checkbox/Checkbox.d.ts +2 -2
  22. package/dist/src/desktop/components/Chip/Chip.d.ts +2 -5
  23. package/dist/src/desktop/components/Chip/Chip.js +6 -1
  24. package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.d.ts +2 -1
  25. package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.d.ts +5 -5
  26. package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.js +13 -3
  27. package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.d.ts +3 -2
  28. package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.js +2 -2
  29. package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.d.ts +3 -7
  30. package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +8 -7
  31. package/dist/src/desktop/components/FilterBar/FilterBar.d.ts +2 -5
  32. package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.d.ts +2 -5
  33. package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.js +12 -2
  34. package/dist/src/desktop/components/Hero/Hero.d.ts +3 -2
  35. package/dist/src/desktop/components/IconButton/IconButton.d.ts +1 -6
  36. package/dist/src/desktop/components/IconButton/IconButton.js +14 -4
  37. package/dist/src/desktop/components/MainButton/MainButton.d.ts +2 -5
  38. package/dist/src/desktop/components/MainButton/MainButton.js +11 -1
  39. package/dist/src/desktop/components/Radio/Radio.d.ts +2 -1
  40. package/dist/src/desktop/components/Radio/Radio.js +6 -1
  41. package/dist/src/desktop/components/ReactionButton/ReactionButton.d.ts +2 -1
  42. package/dist/src/desktop/components/Select/Select.d.ts +2 -1
  43. package/dist/src/desktop/components/StatusBlock/StatusBlock.d.ts +2 -1
  44. package/dist/src/desktop/components/TextButton/TextButton.d.ts +2 -1
  45. package/dist/src/desktop/components/TextButton/TextButton.js +6 -1
  46. package/dist/src/desktop/components/TextField/TextField.d.ts +3 -8
  47. package/dist/src/desktop/components/TextField/TextField.js +13 -2
  48. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +2 -4
  49. package/dist/src/desktop/components/UploadIconButton/UploadIconButton.js +6 -1
  50. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +2 -2
  51. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +6 -1
  52. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.d.ts +2 -1
  53. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +6 -1
  54. package/dist/src/desktop/components/UserDesktopNavBar/UserDesktopNavBar.d.ts +4 -3
  55. package/dist/src/desktop/components/UserDesktopNavBar/UserDesktopNavBar.js +23 -14
  56. package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.d.ts +2 -1
  57. package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.js +2 -2
  58. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.d.ts +3 -9
  59. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +10 -9
  60. package/dist/src/mobile/components/BlogTextField/BlogTextField.d.ts +3 -8
  61. package/dist/src/mobile/components/BlogTextField/BlogTextField.js +1 -0
  62. package/dist/src/mobile/components/Card/Card.d.ts +3 -2
  63. package/dist/src/mobile/components/Card/Card.js +1 -7
  64. package/dist/src/mobile/components/Checkbox/Checkbox.d.ts +2 -2
  65. package/dist/src/mobile/components/Chip/Chip.d.ts +2 -5
  66. package/dist/src/mobile/components/Chip/Chip.js +11 -6
  67. package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.d.ts +2 -1
  68. package/dist/src/mobile/components/IconButton/IconButton.d.ts +2 -2
  69. package/dist/src/mobile/components/IconButton/IconButton.js +12 -2
  70. package/dist/src/mobile/components/MainButton/MainButton.d.ts +4 -7
  71. package/dist/src/mobile/components/MainButton/MainButton.js +12 -2
  72. package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.d.ts +2 -2
  73. package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.js +18 -3
  74. package/dist/src/mobile/components/MobileTabBar/MobileTabBar.d.ts +2 -1
  75. package/dist/src/mobile/components/MobileTabBar/MobileTabBar.js +3 -3
  76. package/dist/src/mobile/components/Radio/Radio.d.ts +2 -1
  77. package/dist/src/mobile/components/Radio/Radio.js +6 -1
  78. package/dist/src/mobile/components/ReactionButton/ReactionButton.d.ts +4 -3
  79. package/dist/src/mobile/components/ReactionButton/ReactionButton.js +5 -5
  80. package/dist/src/mobile/components/Select/Select.d.ts +2 -1
  81. package/dist/src/mobile/components/StatusBlock/StatusBlock.d.ts +2 -1
  82. package/dist/src/mobile/components/TextButton/TextButton.d.ts +2 -1
  83. package/dist/src/mobile/components/TextButton/TextButton.js +6 -1
  84. package/dist/src/mobile/components/TextField/TextField.d.ts +3 -8
  85. package/dist/src/mobile/components/TextField/TextField.js +13 -2
  86. package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +2 -4
  87. package/dist/src/mobile/components/UploadIconButton/UploadIconButton.js +6 -1
  88. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +2 -2
  89. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +6 -1
  90. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.d.ts +2 -1
  91. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +6 -1
  92. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { UITheme, PdsDevKitTheme, FillIconNameKeys, LineIconNameKeys, UiColors, fontWeight, desktopFontSize, desktopLineHeight, mobileFontSize, mobileLineHeight, boxShadow, spacing, uiColors, theme, IFormValues, Form } from './src/common';
2
- export { UITheme, PdsDevKitTheme, FillIconNameKeys, LineIconNameKeys, UiColors, IFormValues };
1
+ import { UITheme, IFormValues, FillIconNameKeys, LineIconNameKeys, DesktopFontSize, FontWeight, PDSTextType, UiColors, PdsDevKitTheme, fontWeight, desktopFontSize, desktopLineHeight, mobileFontSize, mobileLineHeight, boxShadow, spacing, uiColors, theme, Form } from './src/common';
2
+ export { UITheme, IFormValues, FillIconNameKeys, LineIconNameKeys, PdsDevKitTheme, DesktopFontSize, FontWeight, PDSTextType, UiColors };
3
3
  export { fontWeight, desktopFontSize, desktopLineHeight, mobileFontSize, mobileLineHeight, boxShadow, spacing, uiColors };
4
4
  export { theme };
5
5
  export { Form };
@@ -1,9 +1,6 @@
1
1
  import { UITheme } from './styles/colorSet/ui-type';
2
- import { PdsDevKitTheme } from './types/styled-components';
3
- import { FillIconNameKeys, LineIconNameKeys } from './types/icon';
4
- import { UiColors } from './types/uiColors';
5
- import { IFormValues } from './types/form';
6
- export { UITheme, PdsDevKitTheme, FillIconNameKeys, LineIconNameKeys, UiColors, IFormValues };
2
+ import { IFormValues, FillIconNameKeys, LineIconNameKeys, PdsDevKitTheme, DesktopFontSize, FontWeight, PDSTextType, UiColors } from './types';
3
+ export { UITheme, IFormValues, FillIconNameKeys, LineIconNameKeys, PdsDevKitTheme, DesktopFontSize, FontWeight, PDSTextType, UiColors };
7
4
  import { fontWeight, desktopFontSize, desktopLineHeight, mobileFontSize, mobileLineHeight, boxShadow, spacing } from './styles/theme';
8
5
  import { uiColors } from './styles/ui-colors';
9
6
  export { fontWeight, desktopFontSize, desktopLineHeight, mobileFontSize, mobileLineHeight, boxShadow, spacing, uiColors };
@@ -11,8 +11,7 @@
11
11
  "str_email": "E-mail",
12
12
  "str_auth": "Authentication",
13
13
  "str_social": "Social",
14
- "str_google": "Google",
15
- "str_apple": "Apple",
14
+ "str_google": "Apple",
16
15
  "str_kakao": "Kakao",
17
16
  "str_twitter": "Twitter",
18
17
  "str_naver": "Naver",
@@ -376,7 +375,7 @@
376
375
  "str_subs_count": "Number of Subscribers",
377
376
  "str_channel_created_at": "Date of Creation",
378
377
  "str_108": "Agree all",
379
- "str_109": "{{subsCount}} Name",
378
+ "str_109": "{{subsCount}}",
380
379
  "str_create_channel": "Create a channel",
381
380
  "str_110": "There is no channel that has been created.\nHow about creating one by pressing the 'Create a channel' button below now?",
382
381
  "str_111": "Enter your e-mail",
@@ -2276,7 +2275,7 @@
2276
2275
  "str_papp_event_live_id": "Event Live",
2277
2276
  "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
2277
  "str_err_1277": "Min 8 characters and max 30 characters can be entered for $t(str_password).",
2279
- "str_1278": "As the $t(str_sign_up) is completed, now the service can be used.\nLet’s find out how we can get started!",
2278
+ "str_1278": "$t(str_sign_up) 완료되었습니다!\n지금 바로 구독하여 서비스를 이용하세요.",
2280
2279
  "str_1279": "$t(str_sign_up) has been completed.",
2281
2280
  "str_err_1280": "Logo image of maximum 10MB can be uploaded.({{errCode}})",
2282
2281
  "str_err_1281": "Maximum 10MB can be uploaded for the background image of the banner to be shown in a desktop screen. ({{errCode}})",
@@ -2598,7 +2597,7 @@
2598
2597
  "str_papp_event_live_chat_banned_user": "Blocked User",
2599
2598
  "str_papp_event_live_chat_hidden_user": "User who is processed to be hidden",
2600
2599
  "str_1455": "$t(str_refund) processing record does not exist.",
2601
- "str_papp_event_live_chat": "Chatting",
2600
+ "str_papp_event_live_chat": "Live Chat",
2602
2601
  "str_1456": "Please enter the content",
2603
2602
  "str_papp_event_live_chat_room_enter": "Entering",
2604
2603
  "str_papp_event_live_event_upcoming": "Upcoming Event",
@@ -2617,7 +2616,7 @@
2617
2616
  "str_1463": "Whether it is added",
2618
2617
  "str_1464": "It has been added.",
2619
2618
  "str_1465": "It hasn't been added.",
2620
- "str_1466": "Salse State: {{salesState}}\n Selling Price: {{salesPrice}} won",
2619
+ "str_1466": "Sales State: {{salesState}}\n Selling Price: {{salesPrice}} won",
2621
2620
  "str_err_1468": "Maximum 10 $t(str_subs_product) can be added to the link. ({{errCode}})",
2622
2621
  "str_1469": "Change your password",
2623
2622
  "str_1470": "Title*",
@@ -2685,34 +2684,34 @@
2685
2684
  "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
2685
  "str_pg_title_event_live_detail_info": "Detailed Information",
2687
2686
  "str_1517": "$t(str_papp_event_live_broadcast_history) Details",
2688
- "str_1518": "$t(str_papp_event_live_event) Title",
2689
- "str_1519": "Starting Date and Time of $t(str_papp_event_live_broadcast)",
2690
- "str_1520": "Ending Date and Time of $t(str_papp_event_live_broadcast)",
2687
+ "str_1518": "Title",
2688
+ "str_1519": "Starting Date and Time",
2689
+ "str_1520": "Ending Date and Time",
2691
2690
  "str_1521": "Viewer Count Information",
2692
- "str_1522": "$t(str_papp_event_live_broadcast) Status",
2691
+ "str_1522": "Status",
2693
2692
  "str_1523": "Play the recorded $t(str_papp_event_live_broadcast)",
2694
2693
  "str_1524": "Number of Accumulated Viewers",
2695
2694
  "str_1525": "Number of Concurrent Viewers",
2696
2695
  "str_pay_own_defined_products": "Affiliated Store Management Products",
2697
2696
  "str_pay_line_item": "Individual Order Item",
2698
2697
  "str_1526": "Private Contents",
2699
- "str_1527": "Create $t(str_papp_event_live_broadcast)",
2700
- "str_1528": "Number of Currently Accessing Users: {{quantity}}",
2698
+ "str_1527": "Start $t(str_papp_event_live_broadcast)",
2699
+ "str_1528": "{{quantity}} watching now",
2701
2700
  "str_1529": "Enter $t(str_papp_event_live_broadcast)",
2702
- "str_1530": "Set up a standby screen",
2703
- "str_1531": "Change the standby screen",
2704
- "str_1532": "Change the starting date and time of the $t(str_papp_event_live_broadcast)",
2701
+ "str_1530": "Set up standby screen",
2702
+ "str_1531": "Change standby screen",
2703
+ "str_1532": "Change starting date and time",
2705
2704
  "str_1533": "$t(str_papp_event_live_broadcast) has been created.",
2706
- "str_1534": "Number of Currently Accessing Users",
2707
- "str_1535": "$t(str_papp_event_live_broadcast) Transmission Time",
2705
+ "str_1534": "Current Viewers",
2706
+ "str_1535": "On-Air Time",
2708
2707
  "str_1536": "Preview $t(str_papp_event_live_broadcast)",
2709
2708
  "str_1537": "Cancel $t(str_papp_event_live_broadcast)",
2710
- "str_1538": "Transmission Information",
2711
- "str_1539": "Standby for the transmission",
2709
+ "str_1538": "Live Broadcasting Details",
2710
+ "str_1539": "Standby",
2712
2711
  "str_1540": "End $t(str_papp_event_live_broadcast)",
2713
- "str_1541": "Transmitting",
2712
+ "str_1541": "On-Air",
2714
2713
  "str_1542": "Accumulated Number of Accessing Users",
2715
- "str_1543": "$t(str_papp_event_live_broadcast) Transmission Information",
2714
+ "str_1543": "Live Broadcasting Details",
2716
2715
  "str_1544": "Set the time zone",
2717
2716
  "str_1545": "Date",
2718
2717
  "str_1546": "Time",
@@ -2728,8 +2727,8 @@
2728
2727
  "str_err_1556": "Invalid value. Check once again.",
2729
2728
  "str_1557": "Read a new message",
2730
2729
  "str_pam_cps": "Contents Publishing pAM",
2731
- "str_papp_vods_id": "Serialized Type VOD pApp",
2732
- "str_papp_vods_name": "Serialized Type VOD pApp",
2730
+ "str_papp_vods_id": "Serialized VOD pApp",
2731
+ "str_papp_vods_name": "Serialized VOD pApp",
2733
2732
  "str_papp_vods_board": "Bulletin Board",
2734
2733
  "str_papp_vods_episode": "Episode",
2735
2734
  "str_papp_vods_series": "Series",
@@ -3015,8 +3014,8 @@
3015
3014
  "str_1740": "로그인 키는 영문, 숫자, 언더 스코어(_)를 조합하여 입력할 수 있으며, 한 번 생성한 후 변경할 수 없습니다.",
3016
3015
  "str_1741": "로그인 키 생성",
3017
3016
  "str_papp_inquiry_board": "1:1 문의 pApp",
3018
- "str_papp_inquiry_board_name": "1:1 문의 게시판",
3019
- "str_papp_inquiry_board_id": "1:1 문의 게시판",
3017
+ "str_papp_inquiry_board_name": "문의 게시판",
3018
+ "str_papp_inquiry_board_id": "문의 게시판",
3020
3019
  "str_1742": "로그인 키 입력",
3021
3020
  "str_err_1743": "사용할 수 없는 문자가 포함되어 있습니다.",
3022
3021
  "str_err_1744": "이미 사용 중인 로그인 키입니다.",
@@ -3142,7 +3141,7 @@
3142
3141
  "str_1834": "상호명 : {{companyName}}\n대표자 : {{businessRepresentativeName}}\n연락처 : {{email}}",
3143
3142
  "str_1835": "대표자 : {{businessRepresentativeName}}\n연락처 : {{email}}",
3144
3143
  "str_1836": "결제 불가",
3145
- "str_pg_title_papp_inquiry_board_posts": "1:1 문의 게시판",
3144
+ "str_pg_title_papp_inquiry_board_posts": "문의 게시판",
3146
3145
  "str_papp_card_news_id": "카드 뉴스",
3147
3146
  "str_papp_card_news_name": "카드 뉴스",
3148
3147
  "str_papp_card_news_board": "게시판",
@@ -3160,6 +3159,63 @@
3160
3159
  "str_1841": "아웃링크의 수정 기록 내역이 없습니다.",
3161
3160
  "str_err_1842": "형식에 맞지 않는 URL 주소입니다.",
3162
3161
  "str_str_pam_community_post_story": "피드형 게시글",
3163
- "str_str_pam_community_post_plain": "기본 게시글"
3162
+ "str_str_pam_community_post_plain": "기본 게시글",
3163
+ "str_1843": "*이 pApp은 개발 중으로, 아직 이용할 수 없습니다.",
3164
+ "str_1844": "이용 불가",
3165
+ "str_1845": "가격 미정",
3166
+ "str_pam_lpc_post_welcome": "웰컴 게시글",
3167
+ "str_1846": "아직 작성된 문의 게시글이 없습니다.",
3168
+ "str_1847": "새 동영상 업로드",
3169
+ "str_papp_vod_vr_episode": "에피소드",
3170
+ "str_papp_vod_vr_series": "시리즈 ",
3171
+ "str_papp_vod_vr_label": "라벨",
3172
+ "str_papp_vod_vr_home": "홈 화면",
3173
+ "str_1848": "$t(str_papp_vod_vr_episode) 관리",
3174
+ "str_1849": "$t(str_papp_vod_vr_series) 관리",
3175
+ "str_1850": "$t(str_papp_vod_vr_series) $t(str_papp_vod_vr_label) 관리",
3176
+ "str_1851": "$t(str_papp_vod_vr_home) 관리",
3177
+ "str_1852": "$t(str_settings)",
3178
+ "str_1853": "영상 정보",
3179
+ "str_1854": "사이즈",
3180
+ "str_1855": "처리 현황",
3181
+ "str_1856": "인코딩 대기",
3182
+ "str_1857": "인코딩 시작",
3183
+ "str_1858": "완료",
3184
+ "str_1859": "인코딩 대기중입니다.",
3185
+ "str_1860": "영상의 인코딩이 진행되고 있습니다.",
3186
+ "str_1861": "영상이 성공적으로 업로드되었습니다. 에피소드 목록에서 확인하실 수 있습니다.",
3187
+ "str_err_1862": "인코딩하는 도중 에러가 발생했습니다. 영상을 다시 업로드해 주세요.",
3188
+ "str_1863": "아래 영상 로그는 10일 후에 자동삭제 됩니다.",
3189
+ "str_1864": "드래그 앤 드롭하여 동영상 업로드",
3190
+ "str_1865": "mp4, mov와 mkv 파일만 업로드 가능합니다.",
3191
+ "str_1866": "영상 처리가 시작될 예정입니다.",
3192
+ "str_1867": "영상이 업로드된 이후, 처리 과정이 시작됩니다.\n처리 과정이 끝나면, 완료된 영상을 에피소드 목록에서 확인하실 수 있습니다.\n\n업로드가 끝나기 전에 화면을 새 고침 하시거나 다른 사이트로 이동하면,\n업로드가 중단됩니다.\n업로드가 완료되고 처리단계로 넘어가면 화면 이동을 하셔도 괜찮습니다.",
3193
+ "str_err_1868": "$t(str_papp_vod_vr_episode)가 업로드되지 못했습니다.\n다시 시도해주세요. ({{errCode}})",
3194
+ "str_err_1869": "영상은 최소 713x179px에 20fps인 영상을 업로드할 수 있고, 최대 4:1 비율에 1080p까지 업로드할 수 있습니다.",
3195
+ "str_err_1870": "영상은 최대 5시간 분량까지 업로드할 수 있습니다.",
3196
+ "str_publ_papp_item_product": "pApp Item Product",
3197
+ "str_err_1871": "영상은 최대 50GB까지 업로드할 수 있습니다.",
3198
+ "str_err_1872": "영상은 최대 10개까지 업로드 대기열에 추가할 수 있습니다.",
3199
+ "str_1873": "영상 업로드 중...",
3200
+ "str_1874": "업로드가 완료 되었습니다.",
3201
+ "str_err_1875": "업로드 도중 에러가 발생했습니다.",
3202
+ "str_1876": "대기 중...",
3203
+ "str_1877": "완료",
3204
+ "str_1878": "영상이 처리되는 과정이 표시되는 화면입니다.",
3205
+ "str_1881": "에피소드 상세",
3206
+ "str_1882": "제목 및 본문",
3207
+ "str_1883": "연령 제한",
3208
+ "str_1884": "영상 미리보기",
3209
+ "str_1885": "제목*",
3210
+ "str_1886": "제목은 최소 1자, 최대 60자까지 입력할 수 있습니다.",
3211
+ "str_1887": "본문*",
3212
+ "str_1888": "본문은 최소 1자, 최대 5000자까지 입력할 수 있습니다.",
3213
+ "str_1889": "연령 제한",
3214
+ "str_1890": "에피소드의 시청이 가능한 만 나이를 숫자로 입력해주세요. 숫자가 입력된 경우 본인인증을 받은 구독자의 나이를 기준으로 콘텐츠를 시청할 수 있는지를 결정합니다. 0 또는 입력하지 않으면 아무나 볼 수 있습니다.",
3215
+ "str_1891": "연령기준 조회 제한 나이를 입력해주세요.",
3216
+ "str_err_1892": "제목은 최소 1자, 최대 60자까지 입력할 수 있습니다.",
3217
+ "str_err_1893": "본문은 최소 1자, 최대 5000자까지 입력할 수 있습니다.",
3218
+ "str_err_1894": "썸네일 이미지는 최대 10MB까지 업로드 할 수 있습니다.({{errCode}})",
3219
+ "str_err_1895": "셀러에 의해 삭제된 에피소드입니다. 다른 에피소드를 선택해 주세요.({{errCode}})"
3164
3220
  }
3165
3221
  }
@@ -11,8 +11,7 @@
11
11
  "str_email": "이메일",
12
12
  "str_auth": "인증",
13
13
  "str_social": "소셜",
14
- "str_google": "구글",
15
- "str_apple": "애플",
14
+ "str_google": "애플",
16
15
  "str_kakao": "카카오",
17
16
  "str_twitter": "트위터",
18
17
  "str_naver": "네이버",
@@ -937,7 +936,7 @@
937
936
  "str_pg_title_scommunity_post_detail_info": "세부 정보",
938
937
  "str_pg_title_scommunity_comment_manage": "$t(str_comment) 관리",
939
938
  "str_406": "제목 및 본문",
940
- "str_407": "아직 업로드한 소셜 게시글 $t(str_comment)이 없습니다.",
939
+ "str_407": "아직 업로드한 커뮤니티 게시글 $t(str_comment)이 없습니다.",
941
940
  "str_event_status": "상태",
942
941
  "str_event_info": "일정 정보",
943
942
  "str_408": "예약자",
@@ -1423,7 +1422,7 @@
1423
1422
  "str_title_and_desc": "제목 및 내용",
1424
1423
  "str_restricted_age": "이 콘텐츠를 표시하기에 적합한 나이가 아닙니다.",
1425
1424
  "str_516": "가격을 입력해 주세요.",
1426
- "str_517": "수익 예측",
1425
+ "str_517": "수익 미리보기",
1427
1426
  "str_papp_vodp_series_bookmark": "북마크",
1428
1427
  "str_dlayout_section_banner_static": "섹션 배너 레이아웃",
1429
1428
  "str_dlayout_section_content_list": "섹션 콘텐츠 리스트 레이아웃",
@@ -1927,7 +1926,7 @@
1927
1926
  "str_err_974": "셀러에 의해 삭제된 게시글입니다. 다른 게시글을 선택해 주세요.({{errCode}})",
1928
1927
  "str_err_975": "다른 일정과 겹칩니다. 다른 날짜 혹은 시간대를 선택해주세요. ({errCode}})",
1929
1928
  "str_err_976": "현재보다 이전 시점의 일정은 생성할 수 없습니다. ({{errCode}})",
1930
- "str_err_978": "채널을 추가로 생성 하시려면 publ 운영팀에 문의해주세요. ({{errCode}})",
1929
+ "str_err_978": "채널을 추가로 생성 하시려면 publ 운영팀에 문의해주세요. (채널 개수 제한 3개)",
1931
1930
  "str_err_980": "표시 제목은 최소 2자, 최대 8자까지 입력할 수 있습니다.",
1932
1931
  "str_err_982": "표시 제목은 특수문자를 제외하고 입력해 주세요.",
1933
1932
  "str_983": "이 pApp을 비활성화 하겠습니까?\npApp을 비활성화하면 구독자가 pApp의 기능을 사용할 수 없습니다.",
@@ -2276,7 +2275,7 @@
2276
2275
  "str_papp_event_live_id": "이벤트 라이브",
2277
2276
  "str_err_1276": "이미 가입된 계정입니다. 이전에 가입하신 계정으로 $t(str_sign_in)하시거나, $t(str_password)가 기억나지 않을 경우 $t(str_password)를 재설정하세요. ({{errCode}})",
2278
2277
  "str_err_1277": "$t(str_password)는 최소 8자, 최대 30자까지 입력할 수 있습니다.",
2279
- "str_1278": "$t(str_sign_up)이 완료되어, 이제 서비스를 이용할 수 있습니다.\n어떻게 시작할 있는지 한번 알아볼까요?",
2278
+ "str_1278": "$t(str_sign_up)이 완료되었습니다!\n지금 바로 구독하여 서비스를 이용하세요.",
2280
2279
  "str_1279": "$t(str_sign_up) 완료",
2281
2280
  "str_err_1280": "로고 이미지는 최대 10MB까지 업로드 할 수 있습니다.({{errCode}})",
2282
2281
  "str_err_1281": "데스크톱 화면에서 보일 배너의 배경 이미지는 최대 10MB까지 업로드할 수 있습니다.({{errCode}})",
@@ -2341,7 +2340,7 @@
2341
2340
  "str_1333": "{{resolution}} (설정됨)",
2342
2341
  "str_1334": "인증에 성공하였습니다.\n창을 닫고 인증을 마무리해주세요.",
2343
2342
  "str_err_1335": "영상이 아직 준비 중입니다. 영상 준비가 완료되었을 때 다시 시도해 주세요.\n\n{{value}}",
2344
- "str_err_1336": "에피소드가 업로드되지 못했습니다.\n다시 시도해주세요. ({{errCode}})",
2343
+ "str_err_1336": "$t(str_papp_vodp_episode)가 업로드되지 못했습니다.\n다시 시도해주세요. ({{errCode}})",
2345
2344
  "str_1337": "제목은 최소 1자, 최대 60자까지 입력할 수 있습니다.",
2346
2345
  "str_1338": "본문은 최소 1자, 최대 5000자까지 입력할 수 있습니다.",
2347
2346
  "str_1340": "본문*",
@@ -2679,13 +2678,13 @@
2679
2678
  "str_err_1510": "채팅을 활성화 하겠습니까?\n채팅을 활성화 하면 구독자가 채팅 기능을 사용할 수 있습니다.",
2680
2679
  "str_err_1511": "채팅을 비활성화 하겠습니까?\n채팅을 비활성화 하면 구독자가 채팅 기능을 사용할 수 없습니다.",
2681
2680
  "str_1512": "$t(str_papp_event_live_broadcast_history) 목록",
2682
- "str_1513": "$t(str_papp_event_live_event) 이벤트 제목",
2681
+ "str_1513": "$t(str_papp_event_live_event) 제목",
2683
2682
  "str_1514": "시작일시",
2684
2683
  "str_1515": "종료일시",
2685
2684
  "str_1516": "아직 추가된 라이브 기록이 없습니다.\n라이브를 진행하시면 자동으로 라이브 기록이 생성됩니다.",
2686
2685
  "str_pg_title_event_live_detail_info": "세부 정보",
2687
2686
  "str_1517": "$t(str_papp_event_live_broadcast_history) 상세",
2688
- "str_1518": "$t(str_papp_event_live_event) 제목",
2687
+ "str_1518": "$t(str_papp_event_live_event)",
2689
2688
  "str_1519": "$t(str_papp_event_live_broadcast) 시작일시",
2690
2689
  "str_1520": "$t(str_papp_event_live_broadcast) 종료일시",
2691
2690
  "str_1521": "시청자 수 집계 정보",
@@ -3015,8 +3014,8 @@
3015
3014
  "str_1740": "로그인 키는 영문, 숫자, 언더 스코어(_)를 조합하여 입력할 수 있으며, 한 번 생성한 후 변경할 수 없습니다.",
3016
3015
  "str_1741": "로그인 키 생성",
3017
3016
  "str_papp_inquiry_board": "1:1 문의 pApp",
3018
- "str_papp_inquiry_board_name": "1:1 문의 게시판",
3019
- "str_papp_inquiry_board_id": "1:1 문의 게시판",
3017
+ "str_papp_inquiry_board_name": "문의 게시판",
3018
+ "str_papp_inquiry_board_id": "문의 게시판",
3020
3019
  "str_1742": "로그인 키 입력",
3021
3020
  "str_err_1743": "사용할 수 없는 문자가 포함되어 있습니다.",
3022
3021
  "str_err_1744": "이미 사용 중인 로그인 키입니다.",
@@ -3142,7 +3141,7 @@
3142
3141
  "str_1834": "상호명 : {{companyName}}\n대표자 : {{businessRepresentativeName}}\n연락처 : {{email}}",
3143
3142
  "str_1835": "대표자 : {{businessRepresentativeName}}\n연락처 : {{email}}",
3144
3143
  "str_1836": "결제 불가",
3145
- "str_pg_title_papp_inquiry_board_posts": "1:1 문의 게시판",
3144
+ "str_pg_title_papp_inquiry_board_posts": "문의 게시판",
3146
3145
  "str_papp_card_news_id": "카드 뉴스",
3147
3146
  "str_papp_card_news_name": "카드 뉴스",
3148
3147
  "str_papp_card_news_board": "게시판",
@@ -3160,6 +3159,63 @@
3160
3159
  "str_1841": "아웃링크의 수정 기록 내역이 없습니다.",
3161
3160
  "str_err_1842": "형식에 맞지 않는 URL 주소입니다.",
3162
3161
  "str_str_pam_community_post_story": "피드형 게시글",
3163
- "str_str_pam_community_post_plain": "기본 게시글"
3162
+ "str_str_pam_community_post_plain": "기본 게시글",
3163
+ "str_1843": "*이 pApp은 개발 중으로, 아직 이용할 수 없습니다.",
3164
+ "str_1844": "이용 불가",
3165
+ "str_1845": "가격 미정",
3166
+ "str_pam_lpc_post_welcome": "웰컴 게시글",
3167
+ "str_1846": "아직 작성된 문의 게시글이 없습니다.",
3168
+ "str_1847": "새 동영상 업로드",
3169
+ "str_papp_vod_vr_episode": "에피소드",
3170
+ "str_papp_vod_vr_series": "시리즈 ",
3171
+ "str_papp_vod_vr_label": "라벨",
3172
+ "str_papp_vod_vr_home": "홈 화면",
3173
+ "str_1848": "$t(str_papp_vod_vr_episode) 관리",
3174
+ "str_1849": "$t(str_papp_vod_vr_series) 관리",
3175
+ "str_1850": "$t(str_papp_vod_vr_series) $t(str_papp_vod_vr_label) 관리",
3176
+ "str_1851": "$t(str_papp_vod_vr_home) 관리",
3177
+ "str_1852": "$t(str_settings)",
3178
+ "str_1853": "영상 정보",
3179
+ "str_1854": "사이즈",
3180
+ "str_1855": "처리 현황",
3181
+ "str_1856": "인코딩 대기",
3182
+ "str_1857": "인코딩 시작",
3183
+ "str_1858": "완료",
3184
+ "str_1859": "인코딩 대기중입니다.",
3185
+ "str_1860": "영상의 인코딩이 진행되고 있습니다.",
3186
+ "str_1861": "영상이 성공적으로 업로드되었습니다. 에피소드 목록에서 확인하실 수 있습니다.",
3187
+ "str_err_1862": "인코딩하는 도중 에러가 발생했습니다. 영상을 다시 업로드해 주세요.",
3188
+ "str_1863": "아래 영상 로그는 10일 후에 자동삭제 됩니다.",
3189
+ "str_1864": "드래그 앤 드롭하여 동영상 업로드",
3190
+ "str_1865": "mp4, mov와 mkv 파일만 업로드 가능합니다.",
3191
+ "str_1866": "영상 처리가 시작될 예정입니다.",
3192
+ "str_1867": "영상이 업로드된 이후, 처리 과정이 시작됩니다.\n처리 과정이 끝나면, 완료된 영상을 에피소드 목록에서 확인하실 수 있습니다.\n\n업로드가 끝나기 전에 화면을 새 고침 하시거나 다른 사이트로 이동하면,\n업로드가 중단됩니다.\n업로드가 완료되고 처리단계로 넘어가면 화면 이동을 하셔도 괜찮습니다.",
3193
+ "str_err_1868": "$t(str_papp_vod_vr_episode)가 업로드되지 못했습니다.\n다시 시도해주세요. ({{errCode}})",
3194
+ "str_err_1869": "영상은 최소 713x179px에 20fps인 영상을 업로드할 수 있고, 최대 4:1 비율에 1080p까지 업로드할 수 있습니다.",
3195
+ "str_err_1870": "영상은 최대 5시간 분량까지 업로드할 수 있습니다.",
3196
+ "str_publ_papp_item_product": "pApp Item Product",
3197
+ "str_err_1871": "영상은 최대 50GB까지 업로드할 수 있습니다.",
3198
+ "str_err_1872": "영상은 최대 10개까지 업로드 대기열에 추가할 수 있습니다.",
3199
+ "str_1873": "영상 업로드 중...",
3200
+ "str_1874": "업로드가 완료 되었습니다.",
3201
+ "str_err_1875": "업로드 도중 에러가 발생했습니다.",
3202
+ "str_1876": "대기 중...",
3203
+ "str_1877": "완료",
3204
+ "str_1878": "영상이 처리되는 과정이 표시되는 화면입니다.",
3205
+ "str_1881": "에피소드 상세",
3206
+ "str_1882": "제목 및 본문",
3207
+ "str_1883": "연령 제한",
3208
+ "str_1884": "영상 미리보기",
3209
+ "str_1885": "제목*",
3210
+ "str_1886": "제목은 최소 1자, 최대 60자까지 입력할 수 있습니다.",
3211
+ "str_1887": "본문*",
3212
+ "str_1888": "본문은 최소 1자, 최대 5000자까지 입력할 수 있습니다.",
3213
+ "str_1889": "연령 제한",
3214
+ "str_1890": "에피소드의 시청이 가능한 만 나이를 숫자로 입력해주세요. 숫자가 입력된 경우 본인인증을 받은 구독자의 나이를 기준으로 콘텐츠를 시청할 수 있는지를 결정합니다. 0 또는 입력하지 않으면 아무나 볼 수 있습니다.",
3215
+ "str_1891": "연령기준 조회 제한 나이를 입력해주세요.",
3216
+ "str_err_1892": "제목은 최소 1자, 최대 60자까지 입력할 수 있습니다.",
3217
+ "str_err_1893": "본문은 최소 1자, 최대 5000자까지 입력할 수 있습니다.",
3218
+ "str_err_1894": "썸네일 이미지는 최대 10MB까지 업로드 할 수 있습니다.({{errCode}})",
3219
+ "str_err_1895": "셀러에 의해 삭제된 에피소드입니다. 다른 에피소드를 선택해 주세요.({{errCode}})"
3164
3220
  }
3165
3221
  }
@@ -13,7 +13,6 @@ declare const locale: {
13
13
  str_auth: string;
14
14
  str_social: string;
15
15
  str_google: string;
16
- str_apple: string;
17
16
  str_kakao: string;
18
17
  str_twitter: string;
19
18
  str_naver: string;
@@ -3162,6 +3161,63 @@ declare const locale: {
3162
3161
  str_err_1842: string;
3163
3162
  str_str_pam_community_post_story: string;
3164
3163
  str_str_pam_community_post_plain: string;
3164
+ str_1843: string;
3165
+ str_1844: string;
3166
+ str_1845: string;
3167
+ str_pam_lpc_post_welcome: string;
3168
+ str_1846: string;
3169
+ str_1847: string;
3170
+ str_papp_vod_vr_episode: string;
3171
+ str_papp_vod_vr_series: string;
3172
+ str_papp_vod_vr_label: string;
3173
+ str_papp_vod_vr_home: string;
3174
+ str_1848: string;
3175
+ str_1849: string;
3176
+ str_1850: string;
3177
+ str_1851: string;
3178
+ str_1852: string;
3179
+ str_1853: string;
3180
+ str_1854: string;
3181
+ str_1855: string;
3182
+ str_1856: string;
3183
+ str_1857: string;
3184
+ str_1858: string;
3185
+ str_1859: string;
3186
+ str_1860: string;
3187
+ str_1861: string;
3188
+ str_err_1862: string;
3189
+ str_1863: string;
3190
+ str_1864: string;
3191
+ str_1865: string;
3192
+ str_1866: string;
3193
+ str_1867: string;
3194
+ str_err_1868: string;
3195
+ str_err_1869: string;
3196
+ str_err_1870: string;
3197
+ str_publ_papp_item_product: string;
3198
+ str_err_1871: string;
3199
+ str_err_1872: string;
3200
+ str_1873: string;
3201
+ str_1874: string;
3202
+ str_err_1875: string;
3203
+ str_1876: string;
3204
+ str_1877: string;
3205
+ str_1878: string;
3206
+ str_1881: string;
3207
+ str_1882: string;
3208
+ str_1883: string;
3209
+ str_1884: string;
3210
+ str_1885: string;
3211
+ str_1886: string;
3212
+ str_1887: string;
3213
+ str_1888: string;
3214
+ str_1889: string;
3215
+ str_1890: string;
3216
+ str_1891: string;
3217
+ str_err_1892: string;
3218
+ str_err_1893: string;
3219
+ str_err_1894: string;
3220
+ str_err_1895: string;
3165
3221
  };
3166
3222
  };
3167
3223
  readonly en: {
@@ -3178,7 +3234,6 @@ declare const locale: {
3178
3234
  str_auth: string;
3179
3235
  str_social: string;
3180
3236
  str_google: string;
3181
- str_apple: string;
3182
3237
  str_kakao: string;
3183
3238
  str_twitter: string;
3184
3239
  str_naver: string;
@@ -6327,6 +6382,63 @@ declare const locale: {
6327
6382
  str_err_1842: string;
6328
6383
  str_str_pam_community_post_story: string;
6329
6384
  str_str_pam_community_post_plain: string;
6385
+ str_1843: string;
6386
+ str_1844: string;
6387
+ str_1845: string;
6388
+ str_pam_lpc_post_welcome: string;
6389
+ str_1846: string;
6390
+ str_1847: string;
6391
+ str_papp_vod_vr_episode: string;
6392
+ str_papp_vod_vr_series: string;
6393
+ str_papp_vod_vr_label: string;
6394
+ str_papp_vod_vr_home: string;
6395
+ str_1848: string;
6396
+ str_1849: string;
6397
+ str_1850: string;
6398
+ str_1851: string;
6399
+ str_1852: string;
6400
+ str_1853: string;
6401
+ str_1854: string;
6402
+ str_1855: string;
6403
+ str_1856: string;
6404
+ str_1857: string;
6405
+ str_1858: string;
6406
+ str_1859: string;
6407
+ str_1860: string;
6408
+ str_1861: string;
6409
+ str_err_1862: string;
6410
+ str_1863: string;
6411
+ str_1864: string;
6412
+ str_1865: string;
6413
+ str_1866: string;
6414
+ str_1867: string;
6415
+ str_err_1868: string;
6416
+ str_err_1869: string;
6417
+ str_err_1870: string;
6418
+ str_publ_papp_item_product: string;
6419
+ str_err_1871: string;
6420
+ str_err_1872: string;
6421
+ str_1873: string;
6422
+ str_1874: string;
6423
+ str_err_1875: string;
6424
+ str_1876: string;
6425
+ str_1877: string;
6426
+ str_1878: string;
6427
+ str_1881: string;
6428
+ str_1882: string;
6429
+ str_1883: string;
6430
+ str_1884: string;
6431
+ str_1885: string;
6432
+ str_1886: string;
6433
+ str_1887: string;
6434
+ str_1888: string;
6435
+ str_1889: string;
6436
+ str_1890: string;
6437
+ str_1891: string;
6438
+ str_err_1892: string;
6439
+ str_err_1893: string;
6440
+ str_err_1894: string;
6441
+ str_err_1895: string;
6330
6442
  };
6331
6443
  };
6332
6444
  readonly jp: {
@@ -6343,7 +6455,6 @@ declare const locale: {
6343
6455
  str_auth: string;
6344
6456
  str_social: string;
6345
6457
  str_google: string;
6346
- str_apple: string;
6347
6458
  str_kakao: string;
6348
6459
  str_twitter: string;
6349
6460
  str_naver: string;
@@ -9492,6 +9603,63 @@ declare const locale: {
9492
9603
  str_err_1842: string;
9493
9604
  str_str_pam_community_post_story: string;
9494
9605
  str_str_pam_community_post_plain: string;
9606
+ str_1843: string;
9607
+ str_1844: string;
9608
+ str_1845: string;
9609
+ str_pam_lpc_post_welcome: string;
9610
+ str_1846: string;
9611
+ str_1847: string;
9612
+ str_papp_vod_vr_episode: string;
9613
+ str_papp_vod_vr_series: string;
9614
+ str_papp_vod_vr_label: string;
9615
+ str_papp_vod_vr_home: string;
9616
+ str_1848: string;
9617
+ str_1849: string;
9618
+ str_1850: string;
9619
+ str_1851: string;
9620
+ str_1852: string;
9621
+ str_1853: string;
9622
+ str_1854: string;
9623
+ str_1855: string;
9624
+ str_1856: string;
9625
+ str_1857: string;
9626
+ str_1858: string;
9627
+ str_1859: string;
9628
+ str_1860: string;
9629
+ str_1861: string;
9630
+ str_err_1862: string;
9631
+ str_1863: string;
9632
+ str_1864: string;
9633
+ str_1865: string;
9634
+ str_1866: string;
9635
+ str_1867: string;
9636
+ str_err_1868: string;
9637
+ str_err_1869: string;
9638
+ str_err_1870: string;
9639
+ str_publ_papp_item_product: string;
9640
+ str_err_1871: string;
9641
+ str_err_1872: string;
9642
+ str_1873: string;
9643
+ str_1874: string;
9644
+ str_err_1875: string;
9645
+ str_1876: string;
9646
+ str_1877: string;
9647
+ str_1878: string;
9648
+ str_1881: string;
9649
+ str_1882: string;
9650
+ str_1883: string;
9651
+ str_1884: string;
9652
+ str_1885: string;
9653
+ str_1886: string;
9654
+ str_1887: string;
9655
+ str_1888: string;
9656
+ str_1889: string;
9657
+ str_1890: string;
9658
+ str_1891: string;
9659
+ str_err_1892: string;
9660
+ str_err_1893: string;
9661
+ str_err_1894: string;
9662
+ str_err_1895: string;
9495
9663
  };
9496
9664
  };
9497
9665
  readonly es: {
@@ -9508,7 +9676,6 @@ declare const locale: {
9508
9676
  str_auth: string;
9509
9677
  str_social: string;
9510
9678
  str_google: string;
9511
- str_apple: string;
9512
9679
  str_kakao: string;
9513
9680
  str_twitter: string;
9514
9681
  str_naver: string;
@@ -12657,6 +12824,63 @@ declare const locale: {
12657
12824
  str_err_1842: string;
12658
12825
  str_str_pam_community_post_story: string;
12659
12826
  str_str_pam_community_post_plain: string;
12827
+ str_1843: string;
12828
+ str_1844: string;
12829
+ str_1845: string;
12830
+ str_pam_lpc_post_welcome: string;
12831
+ str_1846: string;
12832
+ str_1847: string;
12833
+ str_papp_vod_vr_episode: string;
12834
+ str_papp_vod_vr_series: string;
12835
+ str_papp_vod_vr_label: string;
12836
+ str_papp_vod_vr_home: string;
12837
+ str_1848: string;
12838
+ str_1849: string;
12839
+ str_1850: string;
12840
+ str_1851: string;
12841
+ str_1852: string;
12842
+ str_1853: string;
12843
+ str_1854: string;
12844
+ str_1855: string;
12845
+ str_1856: string;
12846
+ str_1857: string;
12847
+ str_1858: string;
12848
+ str_1859: string;
12849
+ str_1860: string;
12850
+ str_1861: string;
12851
+ str_err_1862: string;
12852
+ str_1863: string;
12853
+ str_1864: string;
12854
+ str_1865: string;
12855
+ str_1866: string;
12856
+ str_1867: string;
12857
+ str_err_1868: string;
12858
+ str_err_1869: string;
12859
+ str_err_1870: string;
12860
+ str_publ_papp_item_product: string;
12861
+ str_err_1871: string;
12862
+ str_err_1872: string;
12863
+ str_1873: string;
12864
+ str_1874: string;
12865
+ str_err_1875: string;
12866
+ str_1876: string;
12867
+ str_1877: string;
12868
+ str_1878: string;
12869
+ str_1881: string;
12870
+ str_1882: string;
12871
+ str_1883: string;
12872
+ str_1884: string;
12873
+ str_1885: string;
12874
+ str_1886: string;
12875
+ str_1887: string;
12876
+ str_1888: string;
12877
+ str_1889: string;
12878
+ str_1890: string;
12879
+ str_1891: string;
12880
+ str_err_1892: string;
12881
+ str_err_1893: string;
12882
+ str_err_1894: string;
12883
+ str_err_1895: string;
12660
12884
  };
12661
12885
  };
12662
12886
  };