@logto/phrases-experience 1.10.0 → 1.11.0

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 (231) hide show
  1. package/lib/index.d.ts +4 -4
  2. package/lib/index.js +3 -0
  3. package/lib/locales/ar/description.d.ts +1 -0
  4. package/lib/locales/ar/description.js +1 -0
  5. package/lib/locales/ar/error/index.d.ts +2 -0
  6. package/lib/locales/ar/error/index.js +2 -0
  7. package/lib/locales/ar/index.d.ts +45 -0
  8. package/lib/locales/ar/index.js +2 -0
  9. package/lib/locales/ar/input.d.ts +1 -0
  10. package/lib/locales/ar/input.js +1 -0
  11. package/lib/locales/ar/mfa.d.ts +12 -0
  12. package/lib/locales/ar/mfa.js +12 -0
  13. package/lib/locales/ar/profile.d.ts +30 -0
  14. package/lib/locales/ar/profile.js +30 -0
  15. package/lib/locales/de/description.d.ts +1 -0
  16. package/lib/locales/de/description.js +1 -0
  17. package/lib/locales/de/error/index.d.ts +2 -0
  18. package/lib/locales/de/error/index.js +2 -0
  19. package/lib/locales/de/index.d.ts +45 -0
  20. package/lib/locales/de/index.js +2 -0
  21. package/lib/locales/de/input.d.ts +1 -0
  22. package/lib/locales/de/input.js +1 -0
  23. package/lib/locales/de/mfa.d.ts +12 -0
  24. package/lib/locales/de/mfa.js +12 -0
  25. package/lib/locales/de/profile.d.ts +30 -0
  26. package/lib/locales/de/profile.js +30 -0
  27. package/lib/locales/en/description.d.ts +1 -0
  28. package/lib/locales/en/description.js +1 -0
  29. package/lib/locales/en/error/index.d.ts +2 -0
  30. package/lib/locales/en/error/index.js +2 -0
  31. package/lib/locales/en/index.d.ts +45 -0
  32. package/lib/locales/en/index.js +2 -0
  33. package/lib/locales/en/input.d.ts +1 -0
  34. package/lib/locales/en/input.js +1 -0
  35. package/lib/locales/en/mfa.d.ts +12 -0
  36. package/lib/locales/en/mfa.js +12 -0
  37. package/lib/locales/en/profile.d.ts +30 -0
  38. package/lib/locales/en/profile.js +30 -0
  39. package/lib/locales/es/description.d.ts +1 -0
  40. package/lib/locales/es/description.js +1 -0
  41. package/lib/locales/es/error/index.d.ts +2 -0
  42. package/lib/locales/es/error/index.js +2 -0
  43. package/lib/locales/es/index.d.ts +45 -0
  44. package/lib/locales/es/index.js +2 -0
  45. package/lib/locales/es/input.d.ts +1 -0
  46. package/lib/locales/es/input.js +1 -0
  47. package/lib/locales/es/mfa.d.ts +12 -0
  48. package/lib/locales/es/mfa.js +12 -0
  49. package/lib/locales/es/profile.d.ts +30 -0
  50. package/lib/locales/es/profile.js +30 -0
  51. package/lib/locales/fr/description.d.ts +1 -0
  52. package/lib/locales/fr/description.js +1 -0
  53. package/lib/locales/fr/error/index.d.ts +2 -0
  54. package/lib/locales/fr/error/index.js +2 -0
  55. package/lib/locales/fr/index.d.ts +45 -0
  56. package/lib/locales/fr/index.js +2 -0
  57. package/lib/locales/fr/input.d.ts +1 -0
  58. package/lib/locales/fr/input.js +1 -0
  59. package/lib/locales/fr/mfa.d.ts +12 -0
  60. package/lib/locales/fr/mfa.js +12 -0
  61. package/lib/locales/fr/profile.d.ts +30 -0
  62. package/lib/locales/fr/profile.js +30 -0
  63. package/lib/locales/it/description.d.ts +1 -0
  64. package/lib/locales/it/description.js +1 -0
  65. package/lib/locales/it/error/index.d.ts +2 -0
  66. package/lib/locales/it/error/index.js +2 -0
  67. package/lib/locales/it/index.d.ts +45 -0
  68. package/lib/locales/it/index.js +2 -0
  69. package/lib/locales/it/input.d.ts +1 -0
  70. package/lib/locales/it/input.js +1 -0
  71. package/lib/locales/it/mfa.d.ts +12 -0
  72. package/lib/locales/it/mfa.js +12 -0
  73. package/lib/locales/it/profile.d.ts +30 -0
  74. package/lib/locales/it/profile.js +30 -0
  75. package/lib/locales/ja/description.d.ts +1 -0
  76. package/lib/locales/ja/description.js +1 -0
  77. package/lib/locales/ja/error/index.d.ts +2 -0
  78. package/lib/locales/ja/error/index.js +2 -0
  79. package/lib/locales/ja/index.d.ts +45 -0
  80. package/lib/locales/ja/index.js +2 -0
  81. package/lib/locales/ja/input.d.ts +1 -0
  82. package/lib/locales/ja/input.js +1 -0
  83. package/lib/locales/ja/mfa.d.ts +12 -0
  84. package/lib/locales/ja/mfa.js +12 -0
  85. package/lib/locales/ja/profile.d.ts +30 -0
  86. package/lib/locales/ja/profile.js +30 -0
  87. package/lib/locales/ko/description.d.ts +1 -0
  88. package/lib/locales/ko/description.js +1 -0
  89. package/lib/locales/ko/error/index.d.ts +3 -1
  90. package/lib/locales/ko/error/index.js +3 -1
  91. package/lib/locales/ko/index.d.ts +46 -1
  92. package/lib/locales/ko/index.js +2 -0
  93. package/lib/locales/ko/input.d.ts +1 -0
  94. package/lib/locales/ko/input.js +1 -0
  95. package/lib/locales/ko/mfa.d.ts +12 -0
  96. package/lib/locales/ko/mfa.js +12 -0
  97. package/lib/locales/ko/profile.d.ts +30 -0
  98. package/lib/locales/ko/profile.js +30 -0
  99. package/lib/locales/pl-pl/description.d.ts +1 -0
  100. package/lib/locales/pl-pl/description.js +1 -0
  101. package/lib/locales/pl-pl/error/index.d.ts +3 -1
  102. package/lib/locales/pl-pl/error/index.js +3 -1
  103. package/lib/locales/pl-pl/index.d.ts +46 -1
  104. package/lib/locales/pl-pl/index.js +2 -0
  105. package/lib/locales/pl-pl/input.d.ts +1 -0
  106. package/lib/locales/pl-pl/input.js +1 -0
  107. package/lib/locales/pl-pl/mfa.d.ts +12 -0
  108. package/lib/locales/pl-pl/mfa.js +12 -0
  109. package/lib/locales/pl-pl/profile.d.ts +30 -0
  110. package/lib/locales/pl-pl/profile.js +30 -0
  111. package/lib/locales/pt-br/description.d.ts +1 -0
  112. package/lib/locales/pt-br/description.js +1 -0
  113. package/lib/locales/pt-br/error/index.d.ts +3 -1
  114. package/lib/locales/pt-br/error/index.js +3 -1
  115. package/lib/locales/pt-br/index.d.ts +46 -1
  116. package/lib/locales/pt-br/index.js +2 -0
  117. package/lib/locales/pt-br/input.d.ts +1 -0
  118. package/lib/locales/pt-br/input.js +1 -0
  119. package/lib/locales/pt-br/mfa.d.ts +12 -0
  120. package/lib/locales/pt-br/mfa.js +12 -0
  121. package/lib/locales/pt-br/profile.d.ts +30 -0
  122. package/lib/locales/pt-br/profile.js +30 -0
  123. package/lib/locales/pt-pt/description.d.ts +1 -0
  124. package/lib/locales/pt-pt/description.js +1 -0
  125. package/lib/locales/pt-pt/error/index.d.ts +3 -1
  126. package/lib/locales/pt-pt/error/index.js +3 -1
  127. package/lib/locales/pt-pt/index.d.ts +46 -1
  128. package/lib/locales/pt-pt/index.js +2 -0
  129. package/lib/locales/pt-pt/input.d.ts +1 -0
  130. package/lib/locales/pt-pt/input.js +1 -0
  131. package/lib/locales/pt-pt/mfa.d.ts +12 -0
  132. package/lib/locales/pt-pt/mfa.js +12 -0
  133. package/lib/locales/pt-pt/profile.d.ts +30 -0
  134. package/lib/locales/pt-pt/profile.js +30 -0
  135. package/lib/locales/ru/description.d.ts +1 -0
  136. package/lib/locales/ru/description.js +1 -0
  137. package/lib/locales/ru/error/index.d.ts +3 -1
  138. package/lib/locales/ru/error/index.js +3 -1
  139. package/lib/locales/ru/index.d.ts +46 -1
  140. package/lib/locales/ru/index.js +2 -0
  141. package/lib/locales/ru/input.d.ts +1 -0
  142. package/lib/locales/ru/input.js +1 -0
  143. package/lib/locales/ru/mfa.d.ts +12 -0
  144. package/lib/locales/ru/mfa.js +12 -0
  145. package/lib/locales/ru/profile.d.ts +30 -0
  146. package/lib/locales/ru/profile.js +30 -0
  147. package/lib/locales/th/action.d.ts +37 -0
  148. package/lib/locales/th/action.js +37 -0
  149. package/lib/locales/th/description.d.ts +97 -0
  150. package/lib/locales/th/description.js +97 -0
  151. package/lib/locales/th/development-tenant.d.ts +4 -0
  152. package/lib/locales/th/development-tenant.js +4 -0
  153. package/lib/locales/th/error/index.d.ts +40 -0
  154. package/lib/locales/th/error/index.js +28 -0
  155. package/lib/locales/th/error/password-rejected.d.ts +15 -0
  156. package/lib/locales/th/error/password-rejected.js +15 -0
  157. package/lib/locales/th/index.d.ts +294 -0
  158. package/lib/locales/th/index.js +25 -0
  159. package/lib/locales/th/input.d.ts +11 -0
  160. package/lib/locales/th/input.js +11 -0
  161. package/lib/locales/th/list.d.ts +6 -0
  162. package/lib/locales/th/list.js +6 -0
  163. package/lib/locales/th/mfa.d.ts +56 -0
  164. package/lib/locales/th/mfa.js +56 -0
  165. package/lib/locales/th/profile.d.ts +30 -0
  166. package/lib/locales/th/profile.js +30 -0
  167. package/lib/locales/th/secondary.d.ts +4 -0
  168. package/lib/locales/th/secondary.js +4 -0
  169. package/lib/locales/th/user-scopes.d.ts +14 -0
  170. package/lib/locales/th/user-scopes.js +14 -0
  171. package/lib/locales/tr-tr/description.d.ts +1 -0
  172. package/lib/locales/tr-tr/description.js +1 -0
  173. package/lib/locales/tr-tr/error/index.d.ts +3 -1
  174. package/lib/locales/tr-tr/error/index.js +3 -1
  175. package/lib/locales/tr-tr/index.d.ts +46 -1
  176. package/lib/locales/tr-tr/index.js +2 -0
  177. package/lib/locales/tr-tr/input.d.ts +1 -0
  178. package/lib/locales/tr-tr/input.js +1 -0
  179. package/lib/locales/tr-tr/mfa.d.ts +12 -0
  180. package/lib/locales/tr-tr/mfa.js +12 -0
  181. package/lib/locales/tr-tr/profile.d.ts +30 -0
  182. package/lib/locales/tr-tr/profile.js +30 -0
  183. package/lib/locales/uk-ua/description.d.ts +1 -0
  184. package/lib/locales/uk-ua/description.js +1 -0
  185. package/lib/locales/uk-ua/error/index.d.ts +2 -0
  186. package/lib/locales/uk-ua/error/index.js +2 -0
  187. package/lib/locales/uk-ua/index.d.ts +45 -0
  188. package/lib/locales/uk-ua/index.js +2 -0
  189. package/lib/locales/uk-ua/input.d.ts +1 -0
  190. package/lib/locales/uk-ua/input.js +1 -0
  191. package/lib/locales/uk-ua/mfa.d.ts +12 -0
  192. package/lib/locales/uk-ua/mfa.js +12 -0
  193. package/lib/locales/uk-ua/profile.d.ts +30 -0
  194. package/lib/locales/uk-ua/profile.js +30 -0
  195. package/lib/locales/zh-cn/description.d.ts +1 -0
  196. package/lib/locales/zh-cn/description.js +1 -0
  197. package/lib/locales/zh-cn/error/index.d.ts +2 -0
  198. package/lib/locales/zh-cn/error/index.js +2 -0
  199. package/lib/locales/zh-cn/index.d.ts +45 -0
  200. package/lib/locales/zh-cn/index.js +2 -0
  201. package/lib/locales/zh-cn/input.d.ts +1 -0
  202. package/lib/locales/zh-cn/input.js +1 -0
  203. package/lib/locales/zh-cn/mfa.d.ts +12 -0
  204. package/lib/locales/zh-cn/mfa.js +12 -0
  205. package/lib/locales/zh-cn/profile.d.ts +30 -0
  206. package/lib/locales/zh-cn/profile.js +30 -0
  207. package/lib/locales/zh-hk/description.d.ts +1 -0
  208. package/lib/locales/zh-hk/description.js +1 -0
  209. package/lib/locales/zh-hk/error/index.d.ts +3 -1
  210. package/lib/locales/zh-hk/error/index.js +4 -2
  211. package/lib/locales/zh-hk/index.d.ts +46 -1
  212. package/lib/locales/zh-hk/index.js +2 -0
  213. package/lib/locales/zh-hk/input.d.ts +1 -0
  214. package/lib/locales/zh-hk/input.js +1 -0
  215. package/lib/locales/zh-hk/mfa.d.ts +12 -0
  216. package/lib/locales/zh-hk/mfa.js +12 -0
  217. package/lib/locales/zh-hk/profile.d.ts +30 -0
  218. package/lib/locales/zh-hk/profile.js +30 -0
  219. package/lib/locales/zh-tw/description.d.ts +1 -0
  220. package/lib/locales/zh-tw/description.js +1 -0
  221. package/lib/locales/zh-tw/error/index.d.ts +3 -1
  222. package/lib/locales/zh-tw/error/index.js +3 -1
  223. package/lib/locales/zh-tw/index.d.ts +46 -1
  224. package/lib/locales/zh-tw/index.js +2 -0
  225. package/lib/locales/zh-tw/input.d.ts +1 -0
  226. package/lib/locales/zh-tw/input.js +1 -0
  227. package/lib/locales/zh-tw/mfa.d.ts +12 -0
  228. package/lib/locales/zh-tw/mfa.js +12 -0
  229. package/lib/locales/zh-tw/profile.d.ts +30 -0
  230. package/lib/locales/zh-tw/profile.js +30 -0
  231. package/package.json +5 -5
@@ -0,0 +1,40 @@
1
+ declare const _default: Readonly<{
2
+ general_required: string;
3
+ general_invalid: string;
4
+ invalid_min_max_input: string;
5
+ invalid_min_max_length: string;
6
+ username_required: string;
7
+ password_required: string;
8
+ username_exists: string;
9
+ username_should_not_start_with_number: string;
10
+ username_invalid_charset: string;
11
+ invalid_email: string;
12
+ invalid_phone: string;
13
+ passwords_do_not_match: string;
14
+ invalid_passcode: string;
15
+ invalid_connector_auth: string;
16
+ invalid_connector_request: string;
17
+ unknown: string;
18
+ invalid_session: string;
19
+ timeout: string;
20
+ password_rejected: Readonly<{
21
+ too_short: string;
22
+ too_long: string;
23
+ character_types: string;
24
+ unsupported_characters: string;
25
+ pwned: string;
26
+ restricted_found: string;
27
+ restricted: {
28
+ repetition: string;
29
+ sequence: string;
30
+ user_info: string;
31
+ words: string;
32
+ };
33
+ }>;
34
+ sso_not_enabled: string;
35
+ invalid_link: string;
36
+ invalid_link_description: string;
37
+ captcha_verification_failed: string;
38
+ something_went_wrong: string;
39
+ }>;
40
+ export default _default;
@@ -0,0 +1,28 @@
1
+ import password_rejected from './password-rejected.js';
2
+ const error = {
3
+ general_required: `{{types, list(type: disjunction;)}} จำเป็นต้องระบุ`,
4
+ general_invalid: `{{types, list(type: disjunction;)}} ไม่ถูกต้อง`,
5
+ invalid_min_max_input: 'ค่าที่กรอกควรอยู่ระหว่าง {{minValue}} และ {{maxValue}}',
6
+ invalid_min_max_length: 'จำนวนตัวอักษรที่กรอกควรอยู่ระหว่าง {{minLength}} และ {{maxLength}}',
7
+ username_required: 'ต้องระบุชื่อผู้ใช้',
8
+ password_required: 'ต้องระบุรหัสผ่าน',
9
+ username_exists: 'ชื่อผู้ใช้นี้มีอยู่แล้ว',
10
+ username_should_not_start_with_number: 'ชื่อผู้ใช้ไม่ควรขึ้นต้นด้วยตัวเลข',
11
+ username_invalid_charset: 'ชื่อผู้ใช้ควรมีแค่ตัวอักษร ตัวเลข หรือขีดล่างเท่านั้น',
12
+ invalid_email: 'อีเมลไม่ถูกต้อง',
13
+ invalid_phone: 'หมายเลขโทรศัพท์ไม่ถูกต้อง',
14
+ passwords_do_not_match: 'รหัสผ่านไม่ตรงกัน กรุณาลองใหม่อีกครั้ง',
15
+ invalid_passcode: 'รหัสยืนยันไม่ถูกต้อง',
16
+ invalid_connector_auth: 'การอนุญาตไม่ถูกต้อง',
17
+ invalid_connector_request: 'ข้อมูลตัวเชื่อมต่อไม่ถูกต้อง',
18
+ unknown: 'เกิดข้อผิดพลาดที่ไม่ทราบสาเหตุ กรุณาลองใหม่ภายหลัง',
19
+ invalid_session: 'ไม่พบเซสชัน กรุณากลับไปและเข้าสู่ระบบอีกครั้ง',
20
+ timeout: 'หมดเวลา กรุณาลองใหม่ภายหลัง',
21
+ password_rejected,
22
+ sso_not_enabled: 'ยังไม่ได้เปิดใช้งาน Single Sign-On สำหรับบัญชีอีเมลนี้',
23
+ invalid_link: 'ลิงก์ไม่ถูกต้อง',
24
+ invalid_link_description: 'โทเค็นใช้ครั้งเดียวของคุณอาจหมดอายุหรือไม่ถูกต้องอีกต่อไป',
25
+ captcha_verification_failed: 'การตรวจสอบ captcha ล้มเหลว',
26
+ something_went_wrong: 'เกิดข้อผิดพลาดบางอย่าง',
27
+ };
28
+ export default Object.freeze(error);
@@ -0,0 +1,15 @@
1
+ declare const _default: Readonly<{
2
+ too_short: string;
3
+ too_long: string;
4
+ character_types: string;
5
+ unsupported_characters: string;
6
+ pwned: string;
7
+ restricted_found: string;
8
+ restricted: {
9
+ repetition: string;
10
+ sequence: string;
11
+ user_info: string;
12
+ words: string;
13
+ };
14
+ }>;
15
+ export default _default;
@@ -0,0 +1,15 @@
1
+ const password_rejected = {
2
+ too_short: 'ความยาวขั้นต่ำคือ {{min}} ตัวอักษร',
3
+ too_long: 'ความยาวสูงสุดคือ {{max}} ตัวอักษร',
4
+ character_types: 'ต้องมีอักขระอย่างน้อย {{min}} ประเภท',
5
+ unsupported_characters: 'พบอักขระที่ไม่รองรับ',
6
+ pwned: 'หลีกเลี่ยงการใช้รหัสผ่านที่ง่ายต่อการคาดเดา',
7
+ restricted_found: 'หลีกเลี่ยงการใช้ {{list, list}} ซ้ำบ่อยเกินไป',
8
+ restricted: {
9
+ repetition: 'อักขระที่ซ้ำกัน',
10
+ sequence: 'อักขระที่เรียงตามลำดับ',
11
+ user_info: 'ข้อมูลส่วนตัวของคุณ',
12
+ words: 'บริบทของผลิตภัณฑ์',
13
+ },
14
+ };
15
+ export default Object.freeze(password_rejected);
@@ -0,0 +1,294 @@
1
+ declare const _default: Readonly<{
2
+ translation: {
3
+ input: Readonly<{
4
+ username: string;
5
+ password: string;
6
+ email: string;
7
+ phone_number: string;
8
+ confirm_password: string;
9
+ search_region_code: string;
10
+ backup_code: string;
11
+ label_with_optional: string;
12
+ }>;
13
+ secondary: Readonly<{
14
+ social_bind_with: string;
15
+ }>;
16
+ action: Readonly<{
17
+ sign_in: string;
18
+ continue: string;
19
+ continue_as: string;
20
+ create_account: string;
21
+ create_account_without_linking: string;
22
+ create: string;
23
+ enter_passcode: string;
24
+ confirm: string;
25
+ cancel: string;
26
+ save_password: string;
27
+ bind: string;
28
+ bind_and_continue: string;
29
+ back: string;
30
+ nav_back: string;
31
+ nav_skip: string;
32
+ agree: string;
33
+ got_it: string;
34
+ sign_in_with: string;
35
+ forgot_password: string;
36
+ switch_to: string;
37
+ sign_in_via_passcode: string;
38
+ sign_in_via_password: string;
39
+ change: string;
40
+ link_another_email: string;
41
+ link_another_phone: string;
42
+ link_another_email_or_phone: string;
43
+ show_password: string;
44
+ copy: string;
45
+ verify_via_passkey: string;
46
+ download: string;
47
+ single_sign_on: string;
48
+ authorize: string;
49
+ use_another_account: string;
50
+ back_to_current_account: string;
51
+ }>;
52
+ description: Readonly<{
53
+ email: string;
54
+ phone_number: string;
55
+ username: string;
56
+ reminder: string;
57
+ not_found: string;
58
+ agree_with_terms: string;
59
+ agree_with_terms_modal: string;
60
+ terms_of_use: string;
61
+ sign_in: string;
62
+ privacy_policy: string;
63
+ create_account: string;
64
+ switch_account: string;
65
+ or: string;
66
+ and: string;
67
+ enter_passcode: string;
68
+ passcode_sent: string;
69
+ resend_after_seconds: string;
70
+ resend_passcode: string;
71
+ create_account_id_exists: string;
72
+ link_account_id_exists: string;
73
+ sign_in_id_does_not_exist: string;
74
+ sign_in_id_does_not_exist_alert: string;
75
+ create_account_id_exists_alert: string;
76
+ social_identity_exist: string;
77
+ bind_account_title: string;
78
+ social_create_account: string;
79
+ social_link_email: string;
80
+ social_link_phone: string;
81
+ social_link_email_or_phone: string;
82
+ social_bind_with_existing: string;
83
+ skip_social_linking: string;
84
+ reset_password: string;
85
+ reset_password_description: string;
86
+ new_password: string;
87
+ set_password: string;
88
+ password_changed: string;
89
+ no_account: string;
90
+ have_account: string;
91
+ enter_password: string;
92
+ enter_password_for: string;
93
+ enter_username: string;
94
+ enter_username_description: string;
95
+ link_email: string;
96
+ link_phone: string;
97
+ link_email_or_phone: string;
98
+ link_email_description: string;
99
+ link_phone_description: string;
100
+ link_email_or_phone_description: string;
101
+ continue_with_more_information: string;
102
+ create_your_account: string;
103
+ sign_in_to_your_account: string;
104
+ no_region_code_found: string;
105
+ verify_email: string;
106
+ verify_phone: string;
107
+ password_requirements: string;
108
+ password_requirement: {
109
+ length_one: string;
110
+ length_two: string;
111
+ length_few: string;
112
+ length_many: string;
113
+ length_other: string;
114
+ character_types_one: string;
115
+ character_types_two: string;
116
+ character_types_few: string;
117
+ character_types_many: string;
118
+ character_types_other: string;
119
+ };
120
+ use: string;
121
+ single_sign_on_email_form: string;
122
+ single_sign_on_connectors_list: string;
123
+ single_sign_on_enabled: string;
124
+ authorize_title: string;
125
+ request_permission: string;
126
+ grant_organization_access: string;
127
+ authorize_personal_data_usage: string;
128
+ authorize_organization_access: string;
129
+ user_scopes: string;
130
+ organization_scopes: string;
131
+ authorize_agreement: string;
132
+ authorize_agreement_with_redirect: string;
133
+ not_you: string;
134
+ user_id: string;
135
+ redirect_to: string;
136
+ auto_agreement: string;
137
+ identifier_sign_in_description: string;
138
+ all_sign_in_options: string;
139
+ identifier_register_description: string;
140
+ all_account_creation_options: string;
141
+ back_to_sign_in: string;
142
+ support_email: string;
143
+ support_website: string;
144
+ switch_account_title: string;
145
+ switch_account_description: string;
146
+ about_yourself: string;
147
+ }>;
148
+ error: Readonly<{
149
+ general_required: string;
150
+ general_invalid: string;
151
+ invalid_min_max_input: string;
152
+ invalid_min_max_length: string;
153
+ username_required: string;
154
+ password_required: string;
155
+ username_exists: string;
156
+ username_should_not_start_with_number: string;
157
+ username_invalid_charset: string;
158
+ invalid_email: string;
159
+ invalid_phone: string;
160
+ passwords_do_not_match: string;
161
+ invalid_passcode: string;
162
+ invalid_connector_auth: string;
163
+ invalid_connector_request: string;
164
+ unknown: string;
165
+ invalid_session: string;
166
+ timeout: string;
167
+ password_rejected: Readonly<{
168
+ too_short: string;
169
+ too_long: string;
170
+ character_types: string;
171
+ unsupported_characters: string;
172
+ pwned: string;
173
+ restricted_found: string;
174
+ restricted: {
175
+ repetition: string;
176
+ sequence: string;
177
+ user_info: string;
178
+ words: string;
179
+ };
180
+ }>;
181
+ sso_not_enabled: string;
182
+ invalid_link: string;
183
+ invalid_link_description: string;
184
+ captcha_verification_failed: string;
185
+ something_went_wrong: string;
186
+ }>;
187
+ list: Readonly<{
188
+ or: string;
189
+ and: string;
190
+ separator: string;
191
+ }>;
192
+ mfa: Readonly<{
193
+ totp: string;
194
+ webauthn: string;
195
+ backup_code: string;
196
+ email_verification_code: string;
197
+ phone_verification_code: string;
198
+ link_totp_description: string;
199
+ link_webauthn_description: string;
200
+ link_backup_code_description: string;
201
+ link_email_verification_code_description: string;
202
+ link_email_2fa_description: string;
203
+ link_phone_verification_code_description: string;
204
+ link_phone_2fa_description: string;
205
+ verify_totp_description: string;
206
+ verify_webauthn_description: string;
207
+ verify_backup_code_description: string;
208
+ verify_email_verification_code_description: string;
209
+ verify_phone_verification_code_description: string;
210
+ add_mfa_factors: string;
211
+ add_mfa_description: string;
212
+ verify_mfa_factors: string;
213
+ verify_mfa_description: string;
214
+ add_authenticator_app: string;
215
+ step: string;
216
+ scan_qr_code: string;
217
+ scan_qr_code_description: string;
218
+ qr_code_not_available: string;
219
+ copy_and_paste_key: string;
220
+ copy_and_paste_key_description: string;
221
+ want_to_scan_qr_code: string;
222
+ enter_one_time_code: string;
223
+ enter_one_time_code_link_description: string;
224
+ enter_one_time_code_description: string;
225
+ enter_email_verification_code: string;
226
+ enter_email_verification_code_description: string;
227
+ enter_phone_verification_code: string;
228
+ enter_phone_verification_code_description: string;
229
+ link_another_mfa_factor: string;
230
+ save_backup_code: string;
231
+ save_backup_code_description: string;
232
+ backup_code_hint: string;
233
+ enter_a_backup_code: string;
234
+ enter_backup_code_description: string;
235
+ create_a_passkey: string;
236
+ create_passkey_description: string;
237
+ try_another_verification_method: string;
238
+ verify_via_passkey: string;
239
+ verify_via_passkey_description: string;
240
+ secret_key_copied: string;
241
+ backup_code_copied: string;
242
+ webauthn_not_ready: string;
243
+ webauthn_not_supported: string;
244
+ webauthn_failed_to_create: string;
245
+ webauthn_failed_to_verify: string;
246
+ }>;
247
+ development_tenant: Readonly<{
248
+ notification: string;
249
+ }>;
250
+ user_scopes: Readonly<{
251
+ descriptions: {
252
+ custom_data: string;
253
+ email: string;
254
+ phone: string;
255
+ profile: string;
256
+ roles: string;
257
+ identities: string;
258
+ 'urn:logto:scope:organizations': string;
259
+ 'urn:logto:scope:organization_roles': string;
260
+ address: string;
261
+ };
262
+ }>;
263
+ profile: Readonly<{
264
+ name: string;
265
+ avatar: string;
266
+ givenName: string;
267
+ familyName: string;
268
+ middleName: string;
269
+ fullname: string;
270
+ nickname: string;
271
+ preferredUsername: string;
272
+ profile: string;
273
+ website: string;
274
+ gender: string;
275
+ birthdate: string;
276
+ zoneinfo: string;
277
+ locale: string;
278
+ address: {
279
+ formatted: string;
280
+ streetAddress: string;
281
+ locality: string;
282
+ region: string;
283
+ postalCode: string;
284
+ country: string;
285
+ };
286
+ gender_options: {
287
+ female: string;
288
+ male: string;
289
+ prefer_not_to_say: string;
290
+ };
291
+ }>;
292
+ };
293
+ }>;
294
+ export default _default;
@@ -0,0 +1,25 @@
1
+ import action from './action.js';
2
+ import description from './description.js';
3
+ import development_tenant from './development-tenant.js';
4
+ import error from './error/index.js';
5
+ import input from './input.js';
6
+ import list from './list.js';
7
+ import mfa from './mfa.js';
8
+ import profile from './profile.js';
9
+ import secondary from './secondary.js';
10
+ import user_scopes from './user-scopes.js';
11
+ const en = {
12
+ translation: {
13
+ input,
14
+ secondary,
15
+ action,
16
+ description,
17
+ error,
18
+ list,
19
+ mfa,
20
+ development_tenant,
21
+ user_scopes,
22
+ profile,
23
+ },
24
+ };
25
+ export default Object.freeze(en);
@@ -0,0 +1,11 @@
1
+ declare const _default: Readonly<{
2
+ username: string;
3
+ password: string;
4
+ email: string;
5
+ phone_number: string;
6
+ confirm_password: string;
7
+ search_region_code: string;
8
+ backup_code: string;
9
+ label_with_optional: string;
10
+ }>;
11
+ export default _default;
@@ -0,0 +1,11 @@
1
+ const input = {
2
+ username: 'Username',
3
+ password: 'Password',
4
+ email: 'อีเมล',
5
+ phone_number: 'หมายเลขโทรศัพท์',
6
+ confirm_password: 'ยืนยันรหัสผ่าน',
7
+ search_region_code: 'ค้นหารหัสภูมิภาค',
8
+ backup_code: 'รหัสสำรอง',
9
+ label_with_optional: '{{label}} (ไม่บังคับ)',
10
+ };
11
+ export default Object.freeze(input);
@@ -0,0 +1,6 @@
1
+ declare const _default: Readonly<{
2
+ or: string;
3
+ and: string;
4
+ separator: string;
5
+ }>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ const list = {
2
+ or: 'หรือ',
3
+ and: 'และ',
4
+ separator: ',',
5
+ };
6
+ export default Object.freeze(list);
@@ -0,0 +1,56 @@
1
+ declare const _default: Readonly<{
2
+ totp: string;
3
+ webauthn: string;
4
+ backup_code: string;
5
+ email_verification_code: string;
6
+ phone_verification_code: string;
7
+ link_totp_description: string;
8
+ link_webauthn_description: string;
9
+ link_backup_code_description: string;
10
+ link_email_verification_code_description: string;
11
+ link_email_2fa_description: string;
12
+ link_phone_verification_code_description: string;
13
+ link_phone_2fa_description: string;
14
+ verify_totp_description: string;
15
+ verify_webauthn_description: string;
16
+ verify_backup_code_description: string;
17
+ verify_email_verification_code_description: string;
18
+ verify_phone_verification_code_description: string;
19
+ add_mfa_factors: string;
20
+ add_mfa_description: string;
21
+ verify_mfa_factors: string;
22
+ verify_mfa_description: string;
23
+ add_authenticator_app: string;
24
+ step: string;
25
+ scan_qr_code: string;
26
+ scan_qr_code_description: string;
27
+ qr_code_not_available: string;
28
+ copy_and_paste_key: string;
29
+ copy_and_paste_key_description: string;
30
+ want_to_scan_qr_code: string;
31
+ enter_one_time_code: string;
32
+ enter_one_time_code_link_description: string;
33
+ enter_one_time_code_description: string;
34
+ enter_email_verification_code: string;
35
+ enter_email_verification_code_description: string;
36
+ enter_phone_verification_code: string;
37
+ enter_phone_verification_code_description: string;
38
+ link_another_mfa_factor: string;
39
+ save_backup_code: string;
40
+ save_backup_code_description: string;
41
+ backup_code_hint: string;
42
+ enter_a_backup_code: string;
43
+ enter_backup_code_description: string;
44
+ create_a_passkey: string;
45
+ create_passkey_description: string;
46
+ try_another_verification_method: string;
47
+ verify_via_passkey: string;
48
+ verify_via_passkey_description: string;
49
+ secret_key_copied: string;
50
+ backup_code_copied: string;
51
+ webauthn_not_ready: string;
52
+ webauthn_not_supported: string;
53
+ webauthn_failed_to_create: string;
54
+ webauthn_failed_to_verify: string;
55
+ }>;
56
+ export default _default;
@@ -0,0 +1,56 @@
1
+ const mfa = {
2
+ totp: 'รหัส OTP จากแอป Authenticator',
3
+ webauthn: 'รหัสผ่านดิจิทัล (Passkey)',
4
+ backup_code: 'รหัสสำรอง',
5
+ email_verification_code: 'รหัสยืนยันทางอีเมล',
6
+ phone_verification_code: 'รหัสยืนยันทาง SMS',
7
+ link_totp_description: 'เช่น Google Authenticator เป็นต้น',
8
+ link_webauthn_description: 'เชื่อมต่ออุปกรณ์หรือฮาร์ดแวร์ USB',
9
+ link_backup_code_description: 'สร้างรหัสสำรอง',
10
+ link_email_verification_code_description: 'เชื่อมต่ออีเมลของคุณ',
11
+ link_email_2fa_description: 'เชื่อมต่อที่อยู่อีเมลของคุณสำหรับการยืนยันแบบ 2 ขั้นตอน',
12
+ link_phone_verification_code_description: 'เชื่อมต่อหมายเลขโทรศัพท์ของคุณ',
13
+ link_phone_2fa_description: 'เชื่อมต่อหมายเลขโทรศัพท์ของคุณสำหรับการยืนยันแบบ 2 ขั้นตอน',
14
+ verify_totp_description: 'กรอกรหัสครั้งเดียวในแอป',
15
+ verify_webauthn_description: 'ยืนยันอุปกรณ์หรือฮาร์ดแวร์ USB ของคุณ',
16
+ verify_backup_code_description: 'วางรหัสสำรองที่คุณบันทึกไว้',
17
+ verify_email_verification_code_description: 'กรอกรหัสที่ส่งไปยังอีเมลของคุณ',
18
+ verify_phone_verification_code_description: 'กรอกรหัสที่ส่งไปยังโทรศัพท์ของคุณ',
19
+ add_mfa_factors: 'เพิ่มการยืนยันแบบ 2 ขั้นตอน',
20
+ add_mfa_description: 'เปิดใช้การยืนยันตัวตนสองขั้นตอนแล้ว เลือกวิธีที่สองในการยืนยันเพื่อความปลอดภัยขณะเข้าสู่ระบบ',
21
+ verify_mfa_factors: 'การยืนยันแบบ 2 ขั้นตอน',
22
+ verify_mfa_description: 'ได้เปิดใช้การยืนยันแบบ 2 ขั้นตอนสำหรับบัญชีนี้ โปรดเลือกวิธีที่สองในการยืนยันตัวตนของคุณ',
23
+ add_authenticator_app: 'เพิ่มแอป Authenticator',
24
+ step: 'ขั้นตอน {{step, number}}: {{content}}',
25
+ scan_qr_code: 'สแกนรหัส QR นี้',
26
+ scan_qr_code_description: 'สแกนรหัส QR ด้านล่างด้วยแอป Authenticator ของคุณ เช่น Google Authenticator, Duo Mobile, Authy เป็นต้น',
27
+ qr_code_not_available: 'ไม่สามารถสแกน QR ได้ใช่ไหม?',
28
+ copy_and_paste_key: 'คัดลอกและวางคีย์',
29
+ copy_and_paste_key_description: 'คัดลอกและวางคีย์ต่อไปนี้ในแอป Authenticator ของคุณ เช่น Google Authenticator, Duo Mobile, Authy เป็นต้น',
30
+ want_to_scan_qr_code: 'ต้องการสแกน QR หรือไม่?',
31
+ enter_one_time_code: 'กรอกรหัสครั้งเดียว',
32
+ enter_one_time_code_link_description: 'กรอกรหัสยืนยัน 6 หลักที่สร้างโดยแอป Authenticator',
33
+ enter_one_time_code_description: 'ได้เปิดใช้การยืนยันแบบ 2 ขั้นตอนสำหรับบัญชีนี้ กรุณากรอกรหัสครั้งเดียวที่แสดงบนแอป Authenticator ที่เชื่อมต่อของคุณ',
34
+ enter_email_verification_code: 'กรอกรหัสยืนยันอีเมล',
35
+ enter_email_verification_code_description: 'ได้เปิดใช้การยืนยันตัวตนแบบ 2 ขั้นตอนสำหรับบัญชีนี้ กรุณากรอกรหัสยืนยันอีเมลที่ส่งไปยัง {{identifier}}',
36
+ enter_phone_verification_code: 'กรอกรหัสยืนยัน SMS',
37
+ enter_phone_verification_code_description: 'ได้เปิดใช้การยืนยันตัวตนแบบ 2 ขั้นตอนสำหรับบัญชีนี้ กรุณากรอกรหัสยืนยัน SMS ที่ส่งไปยัง {{identifier}}',
38
+ link_another_mfa_factor: 'เปลี่ยนไปใช้วิธีอื่น',
39
+ save_backup_code: 'บันทึกรหัสสำรองของคุณ',
40
+ save_backup_code_description: 'คุณสามารถใช้รหัสสำรองเหล่านี้เพื่อเข้าสู่บัญชีของคุณ หากประสบปัญหาในการยืนยันแบบ 2 ขั้นตอนด้วยวิธีอื่น รหัสแต่ละตัวใช้ได้เพียงครั้งเดียวเท่านั้น',
41
+ backup_code_hint: 'โปรดคัดลอกและเก็บรักษาไว้ในที่ปลอดภัย',
42
+ enter_a_backup_code: 'กรอกรหัสสำรอง',
43
+ enter_backup_code_description: 'กรอกรหัสสำรองที่คุณบันทึกไว้เมื่อตั้งค่าการยืนยันแบบ 2 ขั้นตอนครั้งแรก',
44
+ create_a_passkey: 'สร้างรหัสผ่านดิจิทัล (Passkey)',
45
+ create_passkey_description: 'ลงทะเบียนรหัสผ่านดิจิทัลของคุณโดยใช้ไบโอเมตริกซ์ของอุปกรณ์ กุญแจความปลอดภัย (เช่น YubiKey) หรือวิธีอื่นที่มีให้',
46
+ try_another_verification_method: 'ลองใช้วิธีการตรวจสอบอื่น',
47
+ verify_via_passkey: 'ยืนยันผ่านรหัสผ่านดิจิทัล',
48
+ verify_via_passkey_description: 'ใช้รหัสผ่านดิจิทัลเพื่อยืนยันโดยรหัสผ่านอุปกรณ์หรือไบโอเมตริกซ์ สแกน QR หรือใช้กุญแจความปลอดภัย USB เช่น YubiKey',
49
+ secret_key_copied: 'คัดลอกคีย์ลับแล้ว',
50
+ backup_code_copied: 'คัดลอกรหัสสำรองแล้ว',
51
+ webauthn_not_ready: 'WebAuthn ยังไม่พร้อม กรุณาลองใหม่อีกครั้งภายหลัง',
52
+ webauthn_not_supported: 'เบราว์เซอร์นี้ไม่รองรับ WebAuthn',
53
+ webauthn_failed_to_create: 'สร้างไม่สำเร็จ กรุณาลองใหม่อีกครั้ง',
54
+ webauthn_failed_to_verify: 'ยืนยันไม่สำเร็จ กรุณาลองใหม่อีกครั้ง',
55
+ };
56
+ export default Object.freeze(mfa);
@@ -0,0 +1,30 @@
1
+ declare const _default: Readonly<{
2
+ name: string;
3
+ avatar: string;
4
+ givenName: string;
5
+ familyName: string;
6
+ middleName: string;
7
+ fullname: string;
8
+ nickname: string;
9
+ preferredUsername: string;
10
+ profile: string;
11
+ website: string;
12
+ gender: string;
13
+ birthdate: string;
14
+ zoneinfo: string;
15
+ locale: string;
16
+ address: {
17
+ formatted: string;
18
+ streetAddress: string;
19
+ locality: string;
20
+ region: string;
21
+ postalCode: string;
22
+ country: string;
23
+ };
24
+ gender_options: {
25
+ female: string;
26
+ male: string;
27
+ prefer_not_to_say: string;
28
+ };
29
+ }>;
30
+ export default _default;
@@ -0,0 +1,30 @@
1
+ const profile = {
2
+ name: 'Name',
3
+ avatar: 'Avatar',
4
+ givenName: 'ชื่อจริง',
5
+ familyName: 'นามสกุล',
6
+ middleName: 'ชื่อกลาง',
7
+ fullname: 'ชื่อเต็ม',
8
+ nickname: 'ชื่อเล่น',
9
+ preferredUsername: 'ชื่อผู้ใช้ที่ต้องการ',
10
+ profile: 'โปรไฟล์',
11
+ website: 'เว็บไซต์',
12
+ gender: 'เพศ',
13
+ birthdate: 'วันเกิด',
14
+ zoneinfo: 'เขตเวลา',
15
+ locale: 'ภาษา',
16
+ address: {
17
+ formatted: 'ที่อยู่',
18
+ streetAddress: 'ที่อยู่ถนน',
19
+ locality: 'เมือง',
20
+ region: 'รัฐ/จังหวัด',
21
+ postalCode: 'รหัสไปรษณีย์',
22
+ country: 'ประเทศ',
23
+ },
24
+ gender_options: {
25
+ female: 'หญิง',
26
+ male: 'ชาย',
27
+ prefer_not_to_say: 'ไม่ระบุ',
28
+ },
29
+ };
30
+ export default Object.freeze(profile);
@@ -0,0 +1,4 @@
1
+ declare const _default: Readonly<{
2
+ social_bind_with: string;
3
+ }>;
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ const secondary = {
2
+ social_bind_with: 'มีบัญชีอยู่แล้วใช่ไหม? ลงชื่อเข้าใช้เพื่อเชื่อมโยง {{methods, list(type: disjunction;)}} กับบัญชีโซเชียลของคุณ.',
3
+ };
4
+ export default Object.freeze(secondary);
@@ -0,0 +1,14 @@
1
+ declare const _default: Readonly<{
2
+ descriptions: {
3
+ custom_data: string;
4
+ email: string;
5
+ phone: string;
6
+ profile: string;
7
+ roles: string;
8
+ identities: string;
9
+ 'urn:logto:scope:organizations': string;
10
+ 'urn:logto:scope:organization_roles': string;
11
+ address: string;
12
+ };
13
+ }>;
14
+ export default _default;