@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
package/lib/index.d.ts CHANGED
@@ -5,12 +5,12 @@ import en from './locales/en/index.js';
5
5
  import type { LocalePhrase } from './types.js';
6
6
  export type { LocalePhrase } from './types.js';
7
7
  export type I18nKey = NormalizeKeyPaths<typeof en.translation>;
8
- export declare const builtInLanguages: readonly ["ar", "de", "en", "es", "fr", "it", "ja", "ko", "pl-PL", "pt-PT", "pt-BR", "ru", "tr-TR", "uk-UA", "zh-CN", "zh-HK", "zh-TW"];
8
+ export declare const builtInLanguages: readonly ["ar", "de", "en", "es", "fr", "it", "ja", "ko", "pl-PL", "pt-PT", "pt-BR", "ru", "th", "tr-TR", "uk-UA", "zh-CN", "zh-HK", "zh-TW"];
9
9
  export declare const builtInLanguageOptions: {
10
- value: "ar" | "de" | "en" | "es" | "fr" | "it" | "ja" | "ko" | "pl-PL" | "pt-PT" | "pt-BR" | "ru" | "tr-TR" | "uk-UA" | "zh-CN" | "zh-HK" | "zh-TW";
11
- title: "العربية" | "Deutsch" | "English" | "Español" | "Français" | "Italiano" | "日本語" | "한국어" | "Polski" | "Português (Portugal)" | "Português (Brasil)" | "Русский" | "Türkçe" | "Українська" | "简体中文" | "繁體中文(香港)" | "繁體中文(台灣)";
10
+ value: "ar" | "de" | "en" | "es" | "fr" | "it" | "ja" | "ko" | "pl-PL" | "pt-PT" | "pt-BR" | "ru" | "th" | "tr-TR" | "uk-UA" | "zh-CN" | "zh-HK" | "zh-TW";
11
+ title: "العربية" | "Deutsch" | "English" | "Español" | "Français" | "Italiano" | "日本語" | "한국어" | "Polski" | "Português (Portugal)" | "Português (Brasil)" | "Русский" | "ไทย" | "Türkçe" | "Українська" | "简体中文" | "繁體中文(香港)" | "繁體中文(台灣)";
12
12
  }[];
13
- export declare const builtInLanguageTagGuard: z.ZodEnum<["ar", "de", "en", "es", "fr", "it", "ja", "ko", "pl-PL", "pt-PT", "pt-BR", "ru", "tr-TR", "uk-UA", "zh-CN", "zh-HK", "zh-TW"]>;
13
+ export declare const builtInLanguageTagGuard: z.ZodEnum<["ar", "de", "en", "es", "fr", "it", "ja", "ko", "pl-PL", "pt-PT", "pt-BR", "ru", "th", "tr-TR", "uk-UA", "zh-CN", "zh-HK", "zh-TW"]>;
14
14
  export type BuiltInLanguageTag = z.infer<typeof builtInLanguageTagGuard>;
15
15
  export type Resource = Record<BuiltInLanguageTag, LocalePhrase>;
16
16
  declare const resource: Resource;
package/lib/index.js CHANGED
@@ -12,6 +12,7 @@ import plPL from './locales/pl-pl/index.js';
12
12
  import ptBR from './locales/pt-br/index.js';
13
13
  import ptPT from './locales/pt-pt/index.js';
14
14
  import ru from './locales/ru/index.js';
15
+ import th from './locales/th/index.js';
15
16
  import trTR from './locales/tr-tr/index.js';
16
17
  import ukUA from './locales/uk-ua/index.js';
17
18
  import zhCN from './locales/zh-cn/index.js';
@@ -30,6 +31,7 @@ export const builtInLanguages = [
30
31
  'pt-PT',
31
32
  'pt-BR',
32
33
  'ru',
34
+ 'th',
33
35
  'tr-TR',
34
36
  'uk-UA',
35
37
  'zh-CN',
@@ -54,6 +56,7 @@ const resource = {
54
56
  'pt-PT': ptPT,
55
57
  'pt-BR': ptBR,
56
58
  ru,
59
+ th,
57
60
  'tr-TR': trTR,
58
61
  'uk-UA': ukUA,
59
62
  'zh-CN': zhCN,
@@ -92,5 +92,6 @@ declare const _default: Readonly<{
92
92
  support_website: string;
93
93
  switch_account_title: string;
94
94
  switch_account_description: string;
95
+ about_yourself: string;
95
96
  }>;
96
97
  export default _default;
@@ -92,5 +92,6 @@ const description = {
92
92
  support_website: 'موقع الدعم: <link></link>',
93
93
  switch_account_title: 'أنت حاليًا مسجل الدخول كـ {{account}}',
94
94
  switch_account_description: 'للمتابعة، سيتم تسجيل الخروج من الحساب الحالي، والتبديل تلقائيًا إلى الحساب الجديد.',
95
+ about_yourself: 'أخبرنا عن نفسك',
95
96
  };
96
97
  export default Object.freeze(description);
@@ -1,6 +1,8 @@
1
1
  declare const _default: Readonly<{
2
2
  general_required: string;
3
3
  general_invalid: string;
4
+ invalid_min_max_input: string;
5
+ invalid_min_max_length: string;
4
6
  username_required: string;
5
7
  password_required: string;
6
8
  username_exists: string;
@@ -2,6 +2,8 @@ import password_rejected from './password-rejected.js';
2
2
  const error = {
3
3
  general_required: `{{types, list(type: disjunction;)}} مطلوب`,
4
4
  general_invalid: `{{types, list(type: disjunction;)}} غير صالح`,
5
+ invalid_min_max_input: 'يجب أن تكون قيمة الإدخال بين {{minValue}} و {{maxValue}}',
6
+ invalid_min_max_length: 'يجب أن يكون طول قيمة الإدخال بين {{minLength}} و {{maxLength}}',
5
7
  username_required: 'اسم المستخدم مطلوب',
6
8
  password_required: 'كلمة المرور مطلوبة',
7
9
  username_exists: 'اسم المستخدم موجود بالفعل',
@@ -8,6 +8,7 @@ declare const _default: Readonly<{
8
8
  confirm_password: string;
9
9
  search_region_code: string;
10
10
  backup_code: string;
11
+ label_with_optional: string;
11
12
  }>;
12
13
  secondary: Readonly<{
13
14
  social_bind_with: string;
@@ -142,10 +143,13 @@ declare const _default: Readonly<{
142
143
  support_website: string;
143
144
  switch_account_title: string;
144
145
  switch_account_description: string;
146
+ about_yourself: string;
145
147
  }>;
146
148
  error: Readonly<{
147
149
  general_required: string;
148
150
  general_invalid: string;
151
+ invalid_min_max_input: string;
152
+ invalid_min_max_length: string;
149
153
  username_required: string;
150
154
  password_required: string;
151
155
  username_exists: string;
@@ -189,12 +193,20 @@ declare const _default: Readonly<{
189
193
  totp: string;
190
194
  webauthn: string;
191
195
  backup_code: string;
196
+ email_verification_code: string;
197
+ phone_verification_code: string;
192
198
  link_totp_description: string;
193
199
  link_webauthn_description: string;
194
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;
195
205
  verify_totp_description: string;
196
206
  verify_webauthn_description: string;
197
207
  verify_backup_code_description: string;
208
+ verify_email_verification_code_description: string;
209
+ verify_phone_verification_code_description: string;
198
210
  add_mfa_factors: string;
199
211
  add_mfa_description: string;
200
212
  verify_mfa_factors: string;
@@ -210,6 +222,10 @@ declare const _default: Readonly<{
210
222
  enter_one_time_code: string;
211
223
  enter_one_time_code_link_description: string;
212
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;
213
229
  link_another_mfa_factor: string;
214
230
  save_backup_code: string;
215
231
  save_backup_code_description: string;
@@ -244,6 +260,35 @@ declare const _default: Readonly<{
244
260
  address: string;
245
261
  };
246
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
+ }>;
247
292
  };
248
293
  }>;
249
294
  export default _default;
@@ -5,6 +5,7 @@ import error from './error/index.js';
5
5
  import input from './input.js';
6
6
  import list from './list.js';
7
7
  import mfa from './mfa.js';
8
+ import profile from './profile.js';
8
9
  import secondary from './secondary.js';
9
10
  import user_scopes from './user-scopes.js';
10
11
  const ar = {
@@ -18,6 +19,7 @@ const ar = {
18
19
  mfa,
19
20
  development_tenant,
20
21
  user_scopes,
22
+ profile,
21
23
  },
22
24
  };
23
25
  export default Object.freeze(ar);
@@ -6,5 +6,6 @@ declare const _default: Readonly<{
6
6
  confirm_password: string;
7
7
  search_region_code: string;
8
8
  backup_code: string;
9
+ label_with_optional: string;
9
10
  }>;
10
11
  export default _default;
@@ -6,5 +6,6 @@ const input = {
6
6
  confirm_password: 'تأكيد كلمة المرور',
7
7
  search_region_code: 'رمز منطقة البحث',
8
8
  backup_code: 'رمز النسخ الاحتياطي',
9
+ label_with_optional: '(اختياري) {{label}}',
9
10
  };
10
11
  export default Object.freeze(input);
@@ -2,12 +2,20 @@ declare const _default: Readonly<{
2
2
  totp: string;
3
3
  webauthn: string;
4
4
  backup_code: string;
5
+ email_verification_code: string;
6
+ phone_verification_code: string;
5
7
  link_totp_description: string;
6
8
  link_webauthn_description: string;
7
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;
8
14
  verify_totp_description: string;
9
15
  verify_webauthn_description: string;
10
16
  verify_backup_code_description: string;
17
+ verify_email_verification_code_description: string;
18
+ verify_phone_verification_code_description: string;
11
19
  add_mfa_factors: string;
12
20
  add_mfa_description: string;
13
21
  verify_mfa_factors: string;
@@ -23,6 +31,10 @@ declare const _default: Readonly<{
23
31
  enter_one_time_code: string;
24
32
  enter_one_time_code_link_description: string;
25
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;
26
38
  link_another_mfa_factor: string;
27
39
  save_backup_code: string;
28
40
  save_backup_code_description: string;
@@ -2,12 +2,20 @@ const mfa = {
2
2
  totp: 'رمز OTP لتطبيق المصادقة',
3
3
  webauthn: 'مفتاح المرور',
4
4
  backup_code: 'رمز النسخ الاحتياطي',
5
+ email_verification_code: 'رمز التحقق عبر البريد الإلكتروني',
6
+ phone_verification_code: 'رمز التحقق عبر الرسائل القصيرة',
5
7
  link_totp_description: 'مثال: Google Authenticator، إلخ.',
6
8
  link_webauthn_description: 'ربط جهازك أو جهاز USB الخاص بك',
7
9
  link_backup_code_description: 'إنشاء رمز نسخ احتياطي',
10
+ link_email_verification_code_description: 'ربط عنوان بريدك الإلكتروني',
11
+ link_email_2fa_description: 'ربط عنوان بريدك الإلكتروني للتحقق بخطوتين',
12
+ link_phone_verification_code_description: 'ربط رقم هاتفك',
13
+ link_phone_2fa_description: 'ربط رقم هاتفك للتحقق بخطوتين',
8
14
  verify_totp_description: 'أدخل الرمز المرة الواحدة في التطبيق',
9
15
  verify_webauthn_description: 'تحقق من جهازك أو جهاز USB الخاص بك',
10
16
  verify_backup_code_description: 'الصق رمز النسخ الاحتياطي الذي حفظته',
17
+ verify_email_verification_code_description: 'أدخل الرمز المرسل إلى بريدك الإلكتروني',
18
+ verify_phone_verification_code_description: 'أدخل الرمز المرسل إلى هاتفك',
11
19
  add_mfa_factors: 'إضافة التحقق من خطوتين',
12
20
  add_mfa_description: 'تم تمكين التحقق من خطوتين. حدد طريقة التحقق الثانية لتسجيل الدخول الآمن.',
13
21
  verify_mfa_factors: 'التحقق من خطوتين',
@@ -23,6 +31,10 @@ const mfa = {
23
31
  enter_one_time_code: 'أدخل الرمز لمرة واحدة',
24
32
  enter_one_time_code_link_description: 'أدخل رمز التحقق المكون من 6 أرقام الذي تم إنشاؤه بواسطة تطبيق المصادقة.',
25
33
  enter_one_time_code_description: 'تم تمكين التحقق من خطوتين لهذا الحساب. يرجى إدخال الرمز لمرة واحدة المعروض على تطبيق المصادقة المرتبط بك.',
34
+ enter_email_verification_code: 'أدخل رمز التحقق عبر البريد الإلكتروني',
35
+ enter_email_verification_code_description: 'تم تمكين المصادقة بخطوتين لهذا الحساب. يرجى إدخال رمز التحقق المرسل إلى {{identifier}}.',
36
+ enter_phone_verification_code: 'أدخل رمز التحقق عبر الرسائل القصيرة',
37
+ enter_phone_verification_code_description: 'تم تمكين المصادقة بخطوتين لهذا الحساب. يرجى إدخال رمز التحقق عبر الرسائل القصيرة المرسل إلى {{identifier}}.',
26
38
  link_another_mfa_factor: 'التبديل إلى طريقة أخرى',
27
39
  save_backup_code: 'احفظ رمز النسخ الاحتياطي الخاص بك',
28
40
  save_backup_code_description: 'يمكنك استخدام أحد هذه الرموز الاحتياطية للوصول إلى حسابك إذا واجهتك مشكلة أثناء التحقق من خطوتين بطرق أخرى. يمكن استخدام كل رمز مرة واحدة فقط.',
@@ -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: 'الاسم',
3
+ 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);
@@ -92,5 +92,6 @@ declare const _default: Readonly<{
92
92
  support_website: string;
93
93
  switch_account_title: string;
94
94
  switch_account_description: string;
95
+ about_yourself: string;
95
96
  }>;
96
97
  export default _default;
@@ -92,5 +92,6 @@ const description = {
92
92
  support_website: 'Support-Website: <link></link>',
93
93
  switch_account_title: 'Du bist derzeit als {{account}} angemeldet',
94
94
  switch_account_description: 'Um fortzufahren, wirst du vom aktuellen Konto abgemeldet und automatisch zum neuen Konto gewechselt.',
95
+ about_yourself: 'Erzähl uns etwas über dich',
95
96
  };
96
97
  export default Object.freeze(description);
@@ -1,6 +1,8 @@
1
1
  declare const _default: Readonly<{
2
2
  general_required: string;
3
3
  general_invalid: string;
4
+ invalid_min_max_input: string;
5
+ invalid_min_max_length: string;
4
6
  username_required: string;
5
7
  password_required: string;
6
8
  username_exists: string;
@@ -2,6 +2,8 @@ import password_rejected from './password-rejected.js';
2
2
  const error = {
3
3
  general_required: '{{types, list(type: disjunction;)}} ist erforderlich',
4
4
  general_invalid: 'Die {{types, list(type: disjunction;)}} is ungültig',
5
+ invalid_min_max_input: 'Der Eingabewert sollte zwischen {{minValue}} und {{maxValue}} liegen',
6
+ invalid_min_max_length: 'Die Länge des Eingabewerts sollte zwischen {{minLength}} und {{maxLength}} liegen',
5
7
  username_required: 'Benutzername ist erforderlich',
6
8
  password_required: 'Passwort ist erforderlich',
7
9
  username_exists: 'Benutzername existiert bereits',
@@ -8,6 +8,7 @@ declare const _default: Readonly<{
8
8
  confirm_password: string;
9
9
  search_region_code: string;
10
10
  backup_code: string;
11
+ label_with_optional: string;
11
12
  }>;
12
13
  secondary: Readonly<{
13
14
  social_bind_with: string;
@@ -142,10 +143,13 @@ declare const _default: Readonly<{
142
143
  support_website: string;
143
144
  switch_account_title: string;
144
145
  switch_account_description: string;
146
+ about_yourself: string;
145
147
  }>;
146
148
  error: Readonly<{
147
149
  general_required: string;
148
150
  general_invalid: string;
151
+ invalid_min_max_input: string;
152
+ invalid_min_max_length: string;
149
153
  username_required: string;
150
154
  password_required: string;
151
155
  username_exists: string;
@@ -189,12 +193,20 @@ declare const _default: Readonly<{
189
193
  totp: string;
190
194
  webauthn: string;
191
195
  backup_code: string;
196
+ email_verification_code: string;
197
+ phone_verification_code: string;
192
198
  link_totp_description: string;
193
199
  link_webauthn_description: string;
194
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;
195
205
  verify_totp_description: string;
196
206
  verify_webauthn_description: string;
197
207
  verify_backup_code_description: string;
208
+ verify_email_verification_code_description: string;
209
+ verify_phone_verification_code_description: string;
198
210
  add_mfa_factors: string;
199
211
  add_mfa_description: string;
200
212
  verify_mfa_factors: string;
@@ -210,6 +222,10 @@ declare const _default: Readonly<{
210
222
  enter_one_time_code: string;
211
223
  enter_one_time_code_link_description: string;
212
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;
213
229
  link_another_mfa_factor: string;
214
230
  save_backup_code: string;
215
231
  save_backup_code_description: string;
@@ -244,6 +260,35 @@ declare const _default: Readonly<{
244
260
  address: string;
245
261
  };
246
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
+ }>;
247
292
  };
248
293
  }>;
249
294
  export default _default;
@@ -5,6 +5,7 @@ import error from './error/index.js';
5
5
  import input from './input.js';
6
6
  import list from './list.js';
7
7
  import mfa from './mfa.js';
8
+ import profile from './profile.js';
8
9
  import secondary from './secondary.js';
9
10
  import user_scopes from './user-scopes.js';
10
11
  const de = {
@@ -18,6 +19,7 @@ const de = {
18
19
  mfa,
19
20
  development_tenant,
20
21
  user_scopes,
22
+ profile,
21
23
  },
22
24
  };
23
25
  export default Object.freeze(de);
@@ -6,5 +6,6 @@ declare const _default: Readonly<{
6
6
  confirm_password: string;
7
7
  search_region_code: string;
8
8
  backup_code: string;
9
+ label_with_optional: string;
9
10
  }>;
10
11
  export default _default;
@@ -6,5 +6,6 @@ const input = {
6
6
  confirm_password: 'Passwort bestätigen',
7
7
  search_region_code: 'Suche region code',
8
8
  backup_code: 'Backup-Code',
9
+ label_with_optional: '{{label}} (Optional)',
9
10
  };
10
11
  export default Object.freeze(input);
@@ -2,12 +2,20 @@ declare const _default: Readonly<{
2
2
  totp: string;
3
3
  webauthn: string;
4
4
  backup_code: string;
5
+ email_verification_code: string;
6
+ phone_verification_code: string;
5
7
  link_totp_description: string;
6
8
  link_webauthn_description: string;
7
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;
8
14
  verify_totp_description: string;
9
15
  verify_webauthn_description: string;
10
16
  verify_backup_code_description: string;
17
+ verify_email_verification_code_description: string;
18
+ verify_phone_verification_code_description: string;
11
19
  add_mfa_factors: string;
12
20
  add_mfa_description: string;
13
21
  verify_mfa_factors: string;
@@ -23,6 +31,10 @@ declare const _default: Readonly<{
23
31
  enter_one_time_code: string;
24
32
  enter_one_time_code_link_description: string;
25
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;
26
38
  link_another_mfa_factor: string;
27
39
  save_backup_code: string;
28
40
  save_backup_code_description: string;
@@ -2,12 +2,20 @@ const mfa = {
2
2
  totp: 'Authenticator-App-OTP',
3
3
  webauthn: 'Passkey',
4
4
  backup_code: 'Backup-Code',
5
+ email_verification_code: 'E-Mail-Verifizierungscode',
6
+ phone_verification_code: 'SMS-Verifizierungscode',
5
7
  link_totp_description: 'z.B. Google Authenticator usw.',
6
8
  link_webauthn_description: 'Verknüpfen Sie Ihr Gerät oder USB-Hardware',
7
9
  link_backup_code_description: 'Backup-Code generieren',
10
+ link_email_verification_code_description: 'Verknüpfen Sie Ihre E-Mail-Adresse',
11
+ link_email_2fa_description: 'Verknüpfen Sie Ihre E-Mail-Adresse für 2-Schritt-Verifizierung',
12
+ link_phone_verification_code_description: 'Verknüpfen Sie Ihre Telefonnummer',
13
+ link_phone_2fa_description: 'Verknüpfen Sie Ihre Telefonnummer für 2-Schritt-Verifizierung',
8
14
  verify_totp_description: 'Geben Sie den Einmalcode in der App ein',
9
15
  verify_webauthn_description: 'Verifizieren Sie Ihr Gerät oder Ihre USB-Hardware',
10
16
  verify_backup_code_description: 'Fügen Sie den gespeicherten Backup-Code ein',
17
+ verify_email_verification_code_description: 'Geben Sie den an Ihre E-Mail gesendeten Code ein',
18
+ verify_phone_verification_code_description: 'Geben Sie den an Ihr Telefon gesendeten Code ein',
11
19
  add_mfa_factors: '2-Schritte-Verifizierung hinzufügen',
12
20
  add_mfa_description: 'Die Zwei-Faktor-Verifizierung ist aktiviert. Wählen Sie Ihre zweite Verifizierungsmethode für sicheres Anmelden aus.',
13
21
  verify_mfa_factors: '2-Schritte-Verifizierung',
@@ -23,6 +31,10 @@ const mfa = {
23
31
  enter_one_time_code: 'Einmalcode eingeben',
24
32
  enter_one_time_code_link_description: 'Geben Sie den 6-stelligen Verifizierungscode ein, der von der Authenticator-App generiert wurde.',
25
33
  enter_one_time_code_description: 'Für dieses Konto wurde die Zwei-Faktor-Authentifizierung aktiviert. Bitte geben Sie den einmaligen Code ein, der in Ihrer verknüpften Authentifizierungs-App angezeigt wird.',
34
+ enter_email_verification_code: 'E-Mail‑Bestätigungscode eingeben',
35
+ enter_email_verification_code_description: 'Für dieses Konto ist die Zwei‑Faktor‑Authentifizierung aktiviert. Bitte geben Sie den an {{identifier}} gesendeten Bestätigungscode ein.',
36
+ enter_phone_verification_code: 'SMS‑Bestätigungscode eingeben',
37
+ enter_phone_verification_code_description: 'Für dieses Konto ist die Zwei‑Faktor‑Authentifizierung aktiviert. Bitte geben Sie den per SMS an {{identifier}} gesendeten Bestätigungscode ein.',
26
38
  link_another_mfa_factor: 'Zu einer anderen Methode wechseln',
27
39
  save_backup_code: 'Backup-Code speichern',
28
40
  save_backup_code_description: 'Sie können einen dieser Backup-Codes verwenden, um auf Ihr Konto zuzugreifen, wenn Sie während der 2-Schritte-Verifizierung auf andere Weise Probleme haben. Jeder Code kann nur einmal verwendet werden.',
@@ -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: 'Vorname',
5
+ familyName: 'Nachname',
6
+ middleName: 'Zweitname',
7
+ fullname: 'Vollständiger Name',
8
+ nickname: 'Spitzname',
9
+ preferredUsername: 'Bevorzugter Benutzername',
10
+ profile: 'Profil',
11
+ website: 'Webseite',
12
+ gender: 'Geschlecht',
13
+ birthdate: 'Geburtsdatum',
14
+ zoneinfo: 'Zeitzone',
15
+ locale: 'Sprache',
16
+ address: {
17
+ formatted: 'Adresse',
18
+ streetAddress: 'Straßenadresse',
19
+ locality: 'Stadt',
20
+ region: 'Bundesland/Provinz',
21
+ postalCode: 'Postleitzahl',
22
+ country: 'Land',
23
+ },
24
+ gender_options: {
25
+ female: 'Weiblich',
26
+ male: 'Männlich',
27
+ prefer_not_to_say: 'Keine Angabe',
28
+ },
29
+ };
30
+ export default Object.freeze(profile);
@@ -92,5 +92,6 @@ declare const _default: Readonly<{
92
92
  support_website: string;
93
93
  switch_account_title: string;
94
94
  switch_account_description: string;
95
+ about_yourself: string;
95
96
  }>;
96
97
  export default _default;
@@ -92,5 +92,6 @@ const description = {
92
92
  support_website: 'Support website: <link></link>',
93
93
  switch_account_title: 'You are currently signed in as {{account}}',
94
94
  switch_account_description: 'To continue, you will be signed out of the current account, and switch to the new account automatically.',
95
+ about_yourself: 'Tell us about yourself',
95
96
  };
96
97
  export default Object.freeze(description);
@@ -1,6 +1,8 @@
1
1
  declare const _default: Readonly<{
2
2
  general_required: string;
3
3
  general_invalid: string;
4
+ invalid_min_max_input: string;
5
+ invalid_min_max_length: string;
4
6
  username_required: string;
5
7
  password_required: string;
6
8
  username_exists: string;
@@ -2,6 +2,8 @@ import password_rejected from './password-rejected.js';
2
2
  const error = {
3
3
  general_required: `{{types, list(type: disjunction;)}} is required`,
4
4
  general_invalid: `The {{types, list(type: disjunction;)}} is invalid`,
5
+ invalid_min_max_input: 'The input value should be between {{minValue}} and {{maxValue}}',
6
+ invalid_min_max_length: 'The length of the input value should be between {{minLength}} and {{maxLength}}',
5
7
  username_required: 'Username is required',
6
8
  password_required: 'Password is required',
7
9
  username_exists: 'Username already exists',