@logto/phrases-experience 1.9.1 → 1.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +4 -4
- package/lib/index.js +3 -0
- package/lib/locales/ar/action.d.ts +2 -0
- package/lib/locales/ar/action.js +2 -0
- package/lib/locales/ar/description.d.ts +10 -7
- package/lib/locales/ar/description.js +17 -14
- package/lib/locales/ar/error/index.d.ts +6 -0
- package/lib/locales/ar/error/index.js +6 -0
- package/lib/locales/ar/index.d.ts +48 -0
- package/lib/locales/ar/index.js +2 -0
- package/lib/locales/ar/mfa.d.ts +6 -0
- package/lib/locales/ar/mfa.js +6 -0
- package/lib/locales/ar/profile.d.ts +25 -0
- package/lib/locales/ar/profile.js +25 -0
- package/lib/locales/de/action.d.ts +2 -2
- package/lib/locales/de/action.js +4 -4
- package/lib/locales/de/description.d.ts +10 -12
- package/lib/locales/de/description.js +22 -24
- package/lib/locales/de/error/index.d.ts +6 -0
- package/lib/locales/de/error/index.js +6 -0
- package/lib/locales/de/index.d.ts +48 -0
- package/lib/locales/de/index.js +2 -0
- package/lib/locales/de/mfa.d.ts +6 -0
- package/lib/locales/de/mfa.js +6 -0
- package/lib/locales/de/profile.d.ts +25 -0
- package/lib/locales/de/profile.js +25 -0
- package/lib/locales/de/user-scopes.d.ts +0 -9
- package/lib/locales/de/user-scopes.js +9 -18
- package/lib/locales/en/action.d.ts +2 -0
- package/lib/locales/en/action.js +2 -0
- package/lib/locales/en/description.d.ts +10 -0
- package/lib/locales/en/description.js +11 -1
- package/lib/locales/en/error/index.d.ts +6 -0
- package/lib/locales/en/error/index.js +6 -0
- package/lib/locales/en/index.d.ts +48 -0
- package/lib/locales/en/index.js +2 -0
- package/lib/locales/en/mfa.d.ts +6 -0
- package/lib/locales/en/mfa.js +6 -0
- package/lib/locales/en/profile.d.ts +25 -0
- package/lib/locales/en/profile.js +25 -0
- package/lib/locales/en/secondary.js +1 -1
- package/lib/locales/es/action.d.ts +2 -2
- package/lib/locales/es/action.js +4 -4
- package/lib/locales/es/description.d.ts +10 -12
- package/lib/locales/es/description.js +22 -24
- package/lib/locales/es/error/index.d.ts +6 -0
- package/lib/locales/es/error/index.js +6 -0
- package/lib/locales/es/index.d.ts +48 -0
- package/lib/locales/es/index.js +2 -0
- package/lib/locales/es/mfa.d.ts +6 -0
- package/lib/locales/es/mfa.js +6 -0
- package/lib/locales/es/profile.d.ts +25 -0
- package/lib/locales/es/profile.js +25 -0
- package/lib/locales/es/user-scopes.d.ts +0 -9
- package/lib/locales/es/user-scopes.js +9 -18
- package/lib/locales/fr/action.d.ts +2 -2
- package/lib/locales/fr/action.js +4 -4
- package/lib/locales/fr/description.d.ts +10 -12
- package/lib/locales/fr/description.js +22 -24
- package/lib/locales/fr/error/index.d.ts +6 -0
- package/lib/locales/fr/error/index.js +6 -0
- package/lib/locales/fr/index.d.ts +48 -0
- package/lib/locales/fr/index.js +2 -0
- package/lib/locales/fr/mfa.d.ts +6 -0
- package/lib/locales/fr/mfa.js +6 -0
- package/lib/locales/fr/profile.d.ts +25 -0
- package/lib/locales/fr/profile.js +25 -0
- package/lib/locales/fr/user-scopes.d.ts +0 -9
- package/lib/locales/fr/user-scopes.js +9 -18
- package/lib/locales/it/action.d.ts +2 -2
- package/lib/locales/it/action.js +4 -4
- package/lib/locales/it/description.d.ts +10 -12
- package/lib/locales/it/description.js +22 -24
- package/lib/locales/it/error/index.d.ts +6 -0
- package/lib/locales/it/error/index.js +6 -0
- package/lib/locales/it/index.d.ts +48 -0
- package/lib/locales/it/index.js +2 -0
- package/lib/locales/it/mfa.d.ts +6 -0
- package/lib/locales/it/mfa.js +6 -0
- package/lib/locales/it/profile.d.ts +25 -0
- package/lib/locales/it/profile.js +25 -0
- package/lib/locales/it/user-scopes.d.ts +0 -9
- package/lib/locales/it/user-scopes.js +9 -18
- package/lib/locales/ja/action.d.ts +2 -2
- package/lib/locales/ja/action.js +4 -4
- package/lib/locales/ja/description.d.ts +10 -12
- package/lib/locales/ja/description.js +22 -24
- package/lib/locales/ja/error/index.d.ts +6 -0
- package/lib/locales/ja/error/index.js +6 -0
- package/lib/locales/ja/index.d.ts +48 -0
- package/lib/locales/ja/index.js +2 -0
- package/lib/locales/ja/mfa.d.ts +6 -0
- package/lib/locales/ja/mfa.js +6 -0
- package/lib/locales/ja/profile.d.ts +25 -0
- package/lib/locales/ja/profile.js +25 -0
- package/lib/locales/ja/user-scopes.d.ts +0 -9
- package/lib/locales/ja/user-scopes.js +9 -18
- package/lib/locales/ko/action.d.ts +2 -2
- package/lib/locales/ko/action.js +4 -4
- package/lib/locales/ko/description.d.ts +10 -12
- package/lib/locales/ko/description.js +22 -24
- package/lib/locales/ko/error/index.d.ts +6 -0
- package/lib/locales/ko/error/index.js +6 -0
- package/lib/locales/ko/index.d.ts +48 -0
- package/lib/locales/ko/index.js +2 -0
- package/lib/locales/ko/mfa.d.ts +6 -0
- package/lib/locales/ko/mfa.js +6 -0
- package/lib/locales/ko/profile.d.ts +25 -0
- package/lib/locales/ko/profile.js +25 -0
- package/lib/locales/ko/user-scopes.d.ts +0 -9
- package/lib/locales/ko/user-scopes.js +9 -18
- package/lib/locales/pl-pl/action.d.ts +2 -2
- package/lib/locales/pl-pl/action.js +4 -4
- package/lib/locales/pl-pl/description.d.ts +10 -12
- package/lib/locales/pl-pl/description.js +22 -24
- package/lib/locales/pl-pl/error/index.d.ts +6 -0
- package/lib/locales/pl-pl/error/index.js +6 -0
- package/lib/locales/pl-pl/index.d.ts +48 -0
- package/lib/locales/pl-pl/index.js +2 -0
- package/lib/locales/pl-pl/mfa.d.ts +6 -0
- package/lib/locales/pl-pl/mfa.js +6 -0
- package/lib/locales/pl-pl/profile.d.ts +25 -0
- package/lib/locales/pl-pl/profile.js +25 -0
- package/lib/locales/pl-pl/user-scopes.d.ts +0 -9
- package/lib/locales/pl-pl/user-scopes.js +9 -18
- package/lib/locales/pt-br/action.d.ts +2 -2
- package/lib/locales/pt-br/action.js +4 -4
- package/lib/locales/pt-br/description.d.ts +10 -12
- package/lib/locales/pt-br/description.js +22 -24
- package/lib/locales/pt-br/error/index.d.ts +6 -0
- package/lib/locales/pt-br/error/index.js +6 -0
- package/lib/locales/pt-br/index.d.ts +48 -0
- package/lib/locales/pt-br/index.js +2 -0
- package/lib/locales/pt-br/mfa.d.ts +6 -0
- package/lib/locales/pt-br/mfa.js +6 -0
- package/lib/locales/pt-br/profile.d.ts +25 -0
- package/lib/locales/pt-br/profile.js +25 -0
- package/lib/locales/pt-br/user-scopes.d.ts +0 -9
- package/lib/locales/pt-br/user-scopes.js +9 -18
- package/lib/locales/pt-pt/action.d.ts +2 -2
- package/lib/locales/pt-pt/action.js +4 -4
- package/lib/locales/pt-pt/description.d.ts +10 -12
- package/lib/locales/pt-pt/description.js +22 -24
- package/lib/locales/pt-pt/error/index.d.ts +6 -0
- package/lib/locales/pt-pt/error/index.js +6 -0
- package/lib/locales/pt-pt/index.d.ts +48 -0
- package/lib/locales/pt-pt/index.js +2 -0
- package/lib/locales/pt-pt/mfa.d.ts +6 -0
- package/lib/locales/pt-pt/mfa.js +6 -0
- package/lib/locales/pt-pt/profile.d.ts +25 -0
- package/lib/locales/pt-pt/profile.js +25 -0
- package/lib/locales/pt-pt/user-scopes.d.ts +0 -9
- package/lib/locales/pt-pt/user-scopes.js +9 -18
- package/lib/locales/ru/action.d.ts +2 -2
- package/lib/locales/ru/action.js +4 -4
- package/lib/locales/ru/description.d.ts +10 -12
- package/lib/locales/ru/description.js +22 -24
- package/lib/locales/ru/error/index.d.ts +6 -0
- package/lib/locales/ru/error/index.js +6 -0
- package/lib/locales/ru/index.d.ts +48 -0
- package/lib/locales/ru/index.js +2 -0
- package/lib/locales/ru/mfa.d.ts +6 -0
- package/lib/locales/ru/mfa.js +6 -0
- package/lib/locales/ru/profile.d.ts +25 -0
- package/lib/locales/ru/profile.js +25 -0
- package/lib/locales/ru/user-scopes.d.ts +0 -9
- package/lib/locales/ru/user-scopes.js +9 -18
- package/lib/locales/tr-tr/action.d.ts +2 -2
- package/lib/locales/tr-tr/action.js +4 -4
- package/lib/locales/tr-tr/description.d.ts +10 -12
- package/lib/locales/tr-tr/description.js +22 -24
- package/lib/locales/tr-tr/error/index.d.ts +6 -0
- package/lib/locales/tr-tr/error/index.js +6 -0
- package/lib/locales/tr-tr/index.d.ts +48 -0
- package/lib/locales/tr-tr/index.js +2 -0
- package/lib/locales/tr-tr/mfa.d.ts +6 -0
- package/lib/locales/tr-tr/mfa.js +6 -0
- package/lib/locales/tr-tr/profile.d.ts +25 -0
- package/lib/locales/tr-tr/profile.js +25 -0
- package/lib/locales/tr-tr/user-scopes.d.ts +0 -9
- package/lib/locales/tr-tr/user-scopes.js +9 -18
- package/lib/locales/uk-ua/action.d.ts +37 -0
- package/lib/locales/uk-ua/action.js +37 -0
- package/lib/locales/uk-ua/description.d.ts +97 -0
- package/lib/locales/uk-ua/description.js +97 -0
- package/lib/locales/uk-ua/development-tenant.d.ts +4 -0
- package/lib/locales/uk-ua/development-tenant.js +4 -0
- package/lib/locales/uk-ua/error/index.d.ts +40 -0
- package/lib/locales/uk-ua/error/index.js +28 -0
- package/lib/locales/uk-ua/error/password-rejected.d.ts +15 -0
- package/lib/locales/uk-ua/error/password-rejected.js +15 -0
- package/lib/locales/uk-ua/index.d.ts +282 -0
- package/lib/locales/uk-ua/index.js +25 -0
- package/lib/locales/uk-ua/input.d.ts +10 -0
- package/lib/locales/uk-ua/input.js +10 -0
- package/lib/locales/uk-ua/list.d.ts +6 -0
- package/lib/locales/uk-ua/list.js +6 -0
- package/lib/locales/uk-ua/mfa.d.ts +50 -0
- package/lib/locales/uk-ua/mfa.js +50 -0
- package/lib/locales/uk-ua/profile.d.ts +25 -0
- package/lib/locales/uk-ua/profile.js +25 -0
- package/lib/locales/uk-ua/secondary.d.ts +4 -0
- package/lib/locales/uk-ua/secondary.js +4 -0
- package/lib/locales/uk-ua/user-scopes.d.ts +14 -0
- package/lib/locales/uk-ua/user-scopes.js +14 -0
- package/lib/locales/zh-cn/action.d.ts +2 -0
- package/lib/locales/zh-cn/action.js +2 -0
- package/lib/locales/zh-cn/description.d.ts +10 -0
- package/lib/locales/zh-cn/description.js +12 -2
- package/lib/locales/zh-cn/error/index.d.ts +6 -0
- package/lib/locales/zh-cn/error/index.js +6 -0
- package/lib/locales/zh-cn/index.d.ts +48 -0
- package/lib/locales/zh-cn/index.js +2 -0
- package/lib/locales/zh-cn/mfa.d.ts +6 -0
- package/lib/locales/zh-cn/mfa.js +6 -0
- package/lib/locales/zh-cn/profile.d.ts +25 -0
- package/lib/locales/zh-cn/profile.js +25 -0
- package/lib/locales/zh-hk/action.d.ts +2 -2
- package/lib/locales/zh-hk/action.js +4 -4
- package/lib/locales/zh-hk/description.d.ts +10 -12
- package/lib/locales/zh-hk/description.js +22 -24
- package/lib/locales/zh-hk/error/index.d.ts +6 -0
- package/lib/locales/zh-hk/error/index.js +6 -0
- package/lib/locales/zh-hk/index.d.ts +48 -0
- package/lib/locales/zh-hk/index.js +2 -0
- package/lib/locales/zh-hk/mfa.d.ts +6 -0
- package/lib/locales/zh-hk/mfa.js +6 -0
- package/lib/locales/zh-hk/profile.d.ts +25 -0
- package/lib/locales/zh-hk/profile.js +25 -0
- package/lib/locales/zh-hk/user-scopes.d.ts +0 -9
- package/lib/locales/zh-hk/user-scopes.js +9 -18
- package/lib/locales/zh-tw/action.d.ts +2 -2
- package/lib/locales/zh-tw/action.js +4 -4
- package/lib/locales/zh-tw/description.d.ts +10 -12
- package/lib/locales/zh-tw/description.js +27 -29
- package/lib/locales/zh-tw/error/index.d.ts +6 -0
- package/lib/locales/zh-tw/error/index.js +6 -0
- package/lib/locales/zh-tw/index.d.ts +48 -0
- package/lib/locales/zh-tw/index.js +2 -0
- package/lib/locales/zh-tw/mfa.d.ts +6 -0
- package/lib/locales/zh-tw/mfa.js +6 -0
- package/lib/locales/zh-tw/profile.d.ts +25 -0
- package/lib/locales/zh-tw/profile.js +25 -0
- package/lib/locales/zh-tw/user-scopes.d.ts +0 -9
- package/lib/locales/zh-tw/user-scopes.js +9 -18
- package/package.json +7 -7
|
@@ -10,6 +10,7 @@ const description = {
|
|
|
10
10
|
sign_in: 'Giriş Yap',
|
|
11
11
|
privacy_policy: 'Gizlilik Politikası',
|
|
12
12
|
create_account: 'Hesap Oluştur',
|
|
13
|
+
switch_account: 'Hesabı değiştir',
|
|
13
14
|
or: 'veya',
|
|
14
15
|
and: 've',
|
|
15
16
|
enter_passcode: 'Doğrulama kodu {{address}} {{target}} adresinize gönderildi',
|
|
@@ -55,38 +56,32 @@ const description = {
|
|
|
55
56
|
password_requirements: 'Şifre {{items, list}}.',
|
|
56
57
|
password_requirement: {
|
|
57
58
|
length_one: 'en az {{count}} karakter gerektirir',
|
|
59
|
+
length_two: 'en az {{count}} karakter gerektirir',
|
|
60
|
+
length_few: 'en az {{count}} karakter gerektirir',
|
|
61
|
+
length_many: 'en az {{count}} karakter gerektirir',
|
|
58
62
|
length_other: 'en az {{count}} karakter gerektirir',
|
|
59
63
|
character_types_one: 'en az {{count}} tane büyük harf, küçük harf, rakam ve sembol içermelidir',
|
|
64
|
+
character_types_two: 'en az {{count}} tane büyük harf, küçük harf, rakam ve sembol içermelidir',
|
|
65
|
+
character_types_few: 'en az {{count}} tane büyük harf, küçük harf, rakam ve sembol içermelidir',
|
|
66
|
+
character_types_many: 'en az {{count}} tane büyük harf, küçük harf, rakam ve sembol içermelidir',
|
|
60
67
|
character_types_other: 'en az {{count}} tane büyük harf, küçük harf, rakam ve sembol içermelidir',
|
|
61
68
|
},
|
|
62
69
|
use: 'Kullan',
|
|
63
70
|
single_sign_on_email_form: 'Kurumsal e-posta adresinizi girin',
|
|
64
71
|
single_sign_on_connectors_list: 'Şirketiniz, {{email}} e-posta hesabı için Tekli Oturum Açmayı (Single Sign-On) etkinleştirdi. Aşağıdaki SSO sağlayıcıları ile oturum açmaya devam edebilirsiniz.',
|
|
65
72
|
single_sign_on_enabled: 'Bu hesapta Tekli Oturum Açma etkinleştirildi.',
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
/** UNTRANSLATED */
|
|
79
|
-
organization_scopes: 'Organization access',
|
|
80
|
-
/** UNTRANSLATED */
|
|
81
|
-
authorize_agreement: `By authorizing the access, you agree to the {{name}}'s <link></link>.`,
|
|
82
|
-
/** UNTRANSLATED */
|
|
83
|
-
authorize_agreement_with_redirect: `By authorizing the access, you agree to the {{name}}'s <link></link>, and will be redirected to {{uri}}.`,
|
|
84
|
-
/** UNTRANSLATED */
|
|
85
|
-
not_you: 'Not you?',
|
|
86
|
-
/** UNTRANSLATED */
|
|
87
|
-
user_id: 'User ID: {{id}}',
|
|
88
|
-
/** UNTRANSLATED */
|
|
89
|
-
redirect_to: 'You will be redirected to {{name}}.',
|
|
73
|
+
authorize_title: '{{name}} yetkilendir',
|
|
74
|
+
request_permission: '{{name}} erişim izni istiyor:',
|
|
75
|
+
grant_organization_access: 'Organizasyon erişimi ver:',
|
|
76
|
+
authorize_personal_data_usage: 'Kişisel verilerinizin kullanımını yetkilendirin:',
|
|
77
|
+
authorize_organization_access: 'Belirli organizasyonlara erişim yetkisi verin:',
|
|
78
|
+
user_scopes: 'Kişisel kullanıcı verileri',
|
|
79
|
+
organization_scopes: 'Organizasyon erişimi',
|
|
80
|
+
authorize_agreement: `Erişim yetkisi vererek, {{name}}'nin <link></link> şartlarını kabul etmiş olursunuz.`,
|
|
81
|
+
authorize_agreement_with_redirect: `Erişim yetkisi vererek, {{name}}'nin <link></link> şartlarını kabul etmiş olursunuz ve {{uri}} adresine yönlendirileceksiniz.`,
|
|
82
|
+
not_you: 'Sen değil misin?',
|
|
83
|
+
user_id: 'Kullanıcı ID: {{id}}',
|
|
84
|
+
redirect_to: '{{name}} adresine yönlendirileceksiniz.',
|
|
90
85
|
auto_agreement: 'Devam ederek <link></link> kabul etmiş oluyorsunuz.',
|
|
91
86
|
identifier_sign_in_description: 'Oturum açmak için {{types, list(type: disjunction;)}} girin.',
|
|
92
87
|
all_sign_in_options: 'Tüm oturum açma seçenekleri',
|
|
@@ -95,5 +90,8 @@ const description = {
|
|
|
95
90
|
back_to_sign_in: 'Girişe dön',
|
|
96
91
|
support_email: 'Destek e-postası: <link></link>',
|
|
97
92
|
support_website: 'Destek web sitesi: <link></link>',
|
|
93
|
+
switch_account_title: 'Şu anda {{account}} olarak oturum açtınız',
|
|
94
|
+
switch_account_description: 'Devam etmek için, mevcut hesaptan çıkış yapacak ve otomatik olarak yeni hesaba geçeceksiniz.',
|
|
95
|
+
about_yourself: 'Kendinizden bahsedin',
|
|
98
96
|
};
|
|
99
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;
|
|
@@ -30,5 +32,9 @@ declare const _default: Readonly<{
|
|
|
30
32
|
};
|
|
31
33
|
}>;
|
|
32
34
|
sso_not_enabled: string;
|
|
35
|
+
invalid_link: string;
|
|
36
|
+
invalid_link_description: string;
|
|
37
|
+
captcha_verification_failed: string;
|
|
38
|
+
something_went_wrong: string;
|
|
33
39
|
}>;
|
|
34
40
|
export default _default;
|
|
@@ -2,6 +2,8 @@ import password_rejected from './password-rejected.js';
|
|
|
2
2
|
const error = {
|
|
3
3
|
general_required: '{{types, list(type: disjunction;)}} gerekli',
|
|
4
4
|
general_invalid: '{{types, list(type: disjunction;)}} geçersiz',
|
|
5
|
+
invalid_min_max_input: 'Girdi değeri {{minValue}} ile {{maxValue}} arasında olmalı',
|
|
6
|
+
invalid_min_max_length: 'Girdi değerinin uzunluğu {{minLength}} ile {{maxLength}} arasında olmalı',
|
|
5
7
|
username_required: 'Kullanıcı adı gerekli.',
|
|
6
8
|
password_required: 'Şifre gerekli.',
|
|
7
9
|
username_exists: 'Kullanıcı adı mevcut.',
|
|
@@ -18,5 +20,9 @@ const error = {
|
|
|
18
20
|
timeout: 'Oturum zaman aşımına uğradı. Lütfen geri dönüp tekrar giriş yapınız.',
|
|
19
21
|
password_rejected,
|
|
20
22
|
sso_not_enabled: 'Bu e-posta hesabı için tek oturum açma etkin değil.',
|
|
23
|
+
invalid_link: 'Geçersiz bağlantı',
|
|
24
|
+
invalid_link_description: 'Tek kullanımlık belirtecin süresi dolmuş olabilir veya artık geçerli değil.',
|
|
25
|
+
captcha_verification_failed: 'Captcha doğrulama hatası.',
|
|
26
|
+
something_went_wrong: 'Bir şeyler yanlış gitti.',
|
|
21
27
|
};
|
|
22
28
|
export default Object.freeze(error);
|
|
@@ -15,6 +15,7 @@ declare const _default: Readonly<{
|
|
|
15
15
|
action: Readonly<{
|
|
16
16
|
sign_in: string;
|
|
17
17
|
continue: string;
|
|
18
|
+
continue_as: string;
|
|
18
19
|
create_account: string;
|
|
19
20
|
create_account_without_linking: string;
|
|
20
21
|
create: string;
|
|
@@ -45,6 +46,7 @@ declare const _default: Readonly<{
|
|
|
45
46
|
single_sign_on: string;
|
|
46
47
|
authorize: string;
|
|
47
48
|
use_another_account: string;
|
|
49
|
+
back_to_current_account: string;
|
|
48
50
|
}>;
|
|
49
51
|
description: Readonly<{
|
|
50
52
|
email: string;
|
|
@@ -58,6 +60,7 @@ declare const _default: Readonly<{
|
|
|
58
60
|
sign_in: string;
|
|
59
61
|
privacy_policy: string;
|
|
60
62
|
create_account: string;
|
|
63
|
+
switch_account: string;
|
|
61
64
|
or: string;
|
|
62
65
|
and: string;
|
|
63
66
|
enter_passcode: string;
|
|
@@ -103,8 +106,14 @@ declare const _default: Readonly<{
|
|
|
103
106
|
password_requirements: string;
|
|
104
107
|
password_requirement: {
|
|
105
108
|
length_one: string;
|
|
109
|
+
length_two: string;
|
|
110
|
+
length_few: string;
|
|
111
|
+
length_many: string;
|
|
106
112
|
length_other: string;
|
|
107
113
|
character_types_one: string;
|
|
114
|
+
character_types_two: string;
|
|
115
|
+
character_types_few: string;
|
|
116
|
+
character_types_many: string;
|
|
108
117
|
character_types_other: string;
|
|
109
118
|
};
|
|
110
119
|
use: string;
|
|
@@ -131,10 +140,15 @@ declare const _default: Readonly<{
|
|
|
131
140
|
back_to_sign_in: string;
|
|
132
141
|
support_email: string;
|
|
133
142
|
support_website: string;
|
|
143
|
+
switch_account_title: string;
|
|
144
|
+
switch_account_description: string;
|
|
145
|
+
about_yourself: string;
|
|
134
146
|
}>;
|
|
135
147
|
error: Readonly<{
|
|
136
148
|
general_required: string;
|
|
137
149
|
general_invalid: string;
|
|
150
|
+
invalid_min_max_input: string;
|
|
151
|
+
invalid_min_max_length: string;
|
|
138
152
|
username_required: string;
|
|
139
153
|
password_required: string;
|
|
140
154
|
username_exists: string;
|
|
@@ -164,6 +178,10 @@ declare const _default: Readonly<{
|
|
|
164
178
|
};
|
|
165
179
|
}>;
|
|
166
180
|
sso_not_enabled: string;
|
|
181
|
+
invalid_link: string;
|
|
182
|
+
invalid_link_description: string;
|
|
183
|
+
captcha_verification_failed: string;
|
|
184
|
+
something_went_wrong: string;
|
|
167
185
|
}>;
|
|
168
186
|
list: Readonly<{
|
|
169
187
|
or: string;
|
|
@@ -174,12 +192,18 @@ declare const _default: Readonly<{
|
|
|
174
192
|
totp: string;
|
|
175
193
|
webauthn: string;
|
|
176
194
|
backup_code: string;
|
|
195
|
+
email_verification_code: string;
|
|
196
|
+
phone_verification_code: string;
|
|
177
197
|
link_totp_description: string;
|
|
178
198
|
link_webauthn_description: string;
|
|
179
199
|
link_backup_code_description: string;
|
|
200
|
+
link_email_verification_code_description: string;
|
|
201
|
+
link_phone_verification_code_description: string;
|
|
180
202
|
verify_totp_description: string;
|
|
181
203
|
verify_webauthn_description: string;
|
|
182
204
|
verify_backup_code_description: string;
|
|
205
|
+
verify_email_verification_code_description: string;
|
|
206
|
+
verify_phone_verification_code_description: string;
|
|
183
207
|
add_mfa_factors: string;
|
|
184
208
|
add_mfa_description: string;
|
|
185
209
|
verify_mfa_factors: string;
|
|
@@ -229,6 +253,30 @@ declare const _default: Readonly<{
|
|
|
229
253
|
address: string;
|
|
230
254
|
};
|
|
231
255
|
}>;
|
|
256
|
+
profile: Readonly<{
|
|
257
|
+
name: string;
|
|
258
|
+
avatar: string;
|
|
259
|
+
givenName: string;
|
|
260
|
+
familyName: string;
|
|
261
|
+
middleName: string;
|
|
262
|
+
fullName: string;
|
|
263
|
+
nickname: string;
|
|
264
|
+
preferredUsername: string;
|
|
265
|
+
profile: string;
|
|
266
|
+
website: string;
|
|
267
|
+
gender: string;
|
|
268
|
+
birthdate: string;
|
|
269
|
+
zoneinfo: string;
|
|
270
|
+
locale: string;
|
|
271
|
+
address: {
|
|
272
|
+
formatted: string;
|
|
273
|
+
streetAddress: string;
|
|
274
|
+
locality: string;
|
|
275
|
+
region: string;
|
|
276
|
+
postalCode: string;
|
|
277
|
+
country: string;
|
|
278
|
+
};
|
|
279
|
+
}>;
|
|
232
280
|
};
|
|
233
281
|
}>;
|
|
234
282
|
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 tr_tr = {
|
|
@@ -18,6 +19,7 @@ const tr_tr = {
|
|
|
18
19
|
mfa,
|
|
19
20
|
development_tenant,
|
|
20
21
|
user_scopes,
|
|
22
|
+
profile,
|
|
21
23
|
},
|
|
22
24
|
};
|
|
23
25
|
export default Object.freeze(tr_tr);
|
|
@@ -2,12 +2,18 @@ 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_phone_verification_code_description: string;
|
|
8
12
|
verify_totp_description: string;
|
|
9
13
|
verify_webauthn_description: string;
|
|
10
14
|
verify_backup_code_description: string;
|
|
15
|
+
verify_email_verification_code_description: string;
|
|
16
|
+
verify_phone_verification_code_description: string;
|
|
11
17
|
add_mfa_factors: string;
|
|
12
18
|
add_mfa_description: string;
|
|
13
19
|
verify_mfa_factors: string;
|
package/lib/locales/tr-tr/mfa.js
CHANGED
|
@@ -2,12 +2,18 @@ const mfa = {
|
|
|
2
2
|
totp: 'Authenticator uygulaması OTP',
|
|
3
3
|
webauthn: 'Anahtar',
|
|
4
4
|
backup_code: 'Yedek kod',
|
|
5
|
+
email_verification_code: 'E-posta doğrulama kodu',
|
|
6
|
+
phone_verification_code: 'SMS doğrulama kodu',
|
|
5
7
|
link_totp_description: 'Örn., Google Authenticator, vb.',
|
|
6
8
|
link_webauthn_description: 'Cihazınızı veya USB donanımınızı bağlayın',
|
|
7
9
|
link_backup_code_description: 'Yedek kod oluşturun',
|
|
10
|
+
link_email_verification_code_description: 'E-posta adresinizi bağlayın',
|
|
11
|
+
link_phone_verification_code_description: 'Telefon numaranızı bağlayın',
|
|
8
12
|
verify_totp_description: 'Uygulamadaki tek kullanımlık kodu girin',
|
|
9
13
|
verify_webauthn_description: 'Cihazınızı veya USB donanımınızı doğrulayın',
|
|
10
14
|
verify_backup_code_description: 'Kaydettiğiniz yedek kodu yapıştırın',
|
|
15
|
+
verify_email_verification_code_description: 'E-postanıza gönderilen kodu girin',
|
|
16
|
+
verify_phone_verification_code_description: 'Telefonunuza gönderilen kodu girin',
|
|
11
17
|
add_mfa_factors: '2 aşamalı doğrulamayı ekle',
|
|
12
18
|
add_mfa_description: 'İki faktörlü doğrulama etkin. Güvenli giriş için ikinci doğrulama yönteminizi seçin.',
|
|
13
19
|
verify_mfa_factors: '2 aşamalı doğrulama',
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
}>;
|
|
25
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const profile = {
|
|
2
|
+
name: 'İsim',
|
|
3
|
+
avatar: 'Avatar',
|
|
4
|
+
givenName: 'Ad',
|
|
5
|
+
familyName: 'Soyad',
|
|
6
|
+
middleName: 'İkinci Ad',
|
|
7
|
+
fullName: 'Tam Ad',
|
|
8
|
+
nickname: 'Takma Ad',
|
|
9
|
+
preferredUsername: 'Tercih Edilen Kullanıcı Adı',
|
|
10
|
+
profile: 'Profil',
|
|
11
|
+
website: 'Web Sitesi',
|
|
12
|
+
gender: 'Cinsiyet',
|
|
13
|
+
birthdate: 'Doğum Tarihi',
|
|
14
|
+
zoneinfo: 'Zaman Dilimi',
|
|
15
|
+
locale: 'Dil',
|
|
16
|
+
address: {
|
|
17
|
+
formatted: 'Adres',
|
|
18
|
+
streetAddress: 'Sokak adresi',
|
|
19
|
+
locality: 'Şehir',
|
|
20
|
+
region: 'Eyalet/İl',
|
|
21
|
+
postalCode: 'Posta kodu',
|
|
22
|
+
country: 'Ülke',
|
|
23
|
+
},
|
|
24
|
+
};
|
|
25
|
+
export default Object.freeze(profile);
|
|
@@ -1,22 +1,13 @@
|
|
|
1
1
|
declare const _default: Readonly<{
|
|
2
2
|
descriptions: {
|
|
3
|
-
/** UNTRANSLATED */
|
|
4
3
|
custom_data: string;
|
|
5
|
-
/** UNTRANSLATED */
|
|
6
4
|
email: string;
|
|
7
|
-
/** UNTRANSLATED */
|
|
8
5
|
phone: string;
|
|
9
|
-
/** UNTRANSLATED */
|
|
10
6
|
profile: string;
|
|
11
|
-
/** UNTRANSLATED */
|
|
12
7
|
roles: string;
|
|
13
|
-
/** UNTRANSLATED */
|
|
14
8
|
identities: string;
|
|
15
|
-
/** UNTRANSLATED */
|
|
16
9
|
'urn:logto:scope:organizations': string;
|
|
17
|
-
/** UNTRANSLATED */
|
|
18
10
|
'urn:logto:scope:organization_roles': string;
|
|
19
|
-
/** UNTRANSLATED */
|
|
20
11
|
address: string;
|
|
21
12
|
};
|
|
22
13
|
}>;
|
|
@@ -1,23 +1,14 @@
|
|
|
1
1
|
const user_scopes = {
|
|
2
2
|
descriptions: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
roles: 'Your roles',
|
|
13
|
-
/** UNTRANSLATED */
|
|
14
|
-
identities: 'Your linked social identities',
|
|
15
|
-
/** UNTRANSLATED */
|
|
16
|
-
'urn:logto:scope:organizations': 'Your organizations info',
|
|
17
|
-
/** UNTRANSLATED */
|
|
18
|
-
'urn:logto:scope:organization_roles': 'Your organization roles',
|
|
19
|
-
/** UNTRANSLATED */
|
|
20
|
-
address: 'Your address',
|
|
3
|
+
custom_data: 'Özel verilerin',
|
|
4
|
+
email: 'E-posta adresin',
|
|
5
|
+
phone: 'Telefon numaran',
|
|
6
|
+
profile: 'Adın, kullanıcı adın, profil fotoğrafın ve diğer kişisel bilgilerin',
|
|
7
|
+
roles: 'Rollerin',
|
|
8
|
+
identities: 'Bağlı sosyal hesapların',
|
|
9
|
+
'urn:logto:scope:organizations': 'Organizasyon bilgilerin',
|
|
10
|
+
'urn:logto:scope:organization_roles': 'Organizasyon rollerin',
|
|
11
|
+
address: 'Adresin',
|
|
21
12
|
},
|
|
22
13
|
};
|
|
23
14
|
export default Object.freeze(user_scopes);
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
declare const _default: Readonly<{
|
|
2
|
+
sign_in: string;
|
|
3
|
+
continue: string;
|
|
4
|
+
continue_as: string;
|
|
5
|
+
create_account: string;
|
|
6
|
+
create_account_without_linking: string;
|
|
7
|
+
create: string;
|
|
8
|
+
enter_passcode: string;
|
|
9
|
+
confirm: string;
|
|
10
|
+
cancel: string;
|
|
11
|
+
save_password: string;
|
|
12
|
+
bind: string;
|
|
13
|
+
bind_and_continue: string;
|
|
14
|
+
back: string;
|
|
15
|
+
nav_back: string;
|
|
16
|
+
nav_skip: string;
|
|
17
|
+
agree: string;
|
|
18
|
+
got_it: string;
|
|
19
|
+
sign_in_with: string;
|
|
20
|
+
forgot_password: string;
|
|
21
|
+
switch_to: string;
|
|
22
|
+
sign_in_via_passcode: string;
|
|
23
|
+
sign_in_via_password: string;
|
|
24
|
+
change: string;
|
|
25
|
+
link_another_email: string;
|
|
26
|
+
link_another_phone: string;
|
|
27
|
+
link_another_email_or_phone: string;
|
|
28
|
+
show_password: string;
|
|
29
|
+
copy: string;
|
|
30
|
+
verify_via_passkey: string;
|
|
31
|
+
download: string;
|
|
32
|
+
single_sign_on: string;
|
|
33
|
+
authorize: string;
|
|
34
|
+
use_another_account: string;
|
|
35
|
+
back_to_current_account: string;
|
|
36
|
+
}>;
|
|
37
|
+
export default _default;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
const action = {
|
|
2
|
+
sign_in: 'Увійти',
|
|
3
|
+
continue: 'Продовжити',
|
|
4
|
+
continue_as: 'Продовжити як {{name}}',
|
|
5
|
+
create_account: 'Створити обліковий запис',
|
|
6
|
+
create_account_without_linking: 'Створити новий замість цього',
|
|
7
|
+
create: 'Створити',
|
|
8
|
+
enter_passcode: 'Введіть код підтвердження',
|
|
9
|
+
confirm: 'Підтвердити',
|
|
10
|
+
cancel: 'Скасувати',
|
|
11
|
+
save_password: 'Зберегти пароль',
|
|
12
|
+
bind: 'Зв’язати з {{address}}',
|
|
13
|
+
bind_and_continue: 'Зв’язати та продовжити',
|
|
14
|
+
back: 'Повернутися',
|
|
15
|
+
nav_back: 'Назад',
|
|
16
|
+
nav_skip: 'Пропустити',
|
|
17
|
+
agree: 'Погодитися',
|
|
18
|
+
got_it: 'Зрозуміло',
|
|
19
|
+
sign_in_with: 'Продовжити з {{name}}',
|
|
20
|
+
forgot_password: 'Забули пароль?',
|
|
21
|
+
switch_to: 'Перемкнутися на {{method}}',
|
|
22
|
+
sign_in_via_passcode: 'Увійти за допомогою коду підтвердження',
|
|
23
|
+
sign_in_via_password: 'Увійти за допомогою пароля',
|
|
24
|
+
change: 'Змінити {{method}}',
|
|
25
|
+
link_another_email: 'Зв’язати іншу електронну пошту',
|
|
26
|
+
link_another_phone: 'Зв’язати інший телефон',
|
|
27
|
+
link_another_email_or_phone: 'Зв’язати іншу електронну пошту або телефон',
|
|
28
|
+
show_password: 'Показати пароль',
|
|
29
|
+
copy: 'Копіювати',
|
|
30
|
+
verify_via_passkey: 'Підтвердити за допомогою ключа доступу',
|
|
31
|
+
download: 'Завантажити',
|
|
32
|
+
single_sign_on: 'Єдиний вхід (SSO)',
|
|
33
|
+
authorize: 'Авторизуватися',
|
|
34
|
+
use_another_account: 'Використати інший обліковий запис',
|
|
35
|
+
back_to_current_account: 'Повернутися до поточного облікового запису',
|
|
36
|
+
};
|
|
37
|
+
export default Object.freeze(action);
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
declare const _default: Readonly<{
|
|
2
|
+
email: string;
|
|
3
|
+
phone_number: string;
|
|
4
|
+
username: string;
|
|
5
|
+
reminder: string;
|
|
6
|
+
not_found: string;
|
|
7
|
+
agree_with_terms: string;
|
|
8
|
+
agree_with_terms_modal: string;
|
|
9
|
+
terms_of_use: string;
|
|
10
|
+
sign_in: string;
|
|
11
|
+
privacy_policy: string;
|
|
12
|
+
create_account: string;
|
|
13
|
+
switch_account: string;
|
|
14
|
+
or: string;
|
|
15
|
+
and: string;
|
|
16
|
+
enter_passcode: string;
|
|
17
|
+
passcode_sent: string;
|
|
18
|
+
resend_after_seconds: string;
|
|
19
|
+
resend_passcode: string;
|
|
20
|
+
create_account_id_exists: string;
|
|
21
|
+
link_account_id_exists: string;
|
|
22
|
+
sign_in_id_does_not_exist: string;
|
|
23
|
+
sign_in_id_does_not_exist_alert: string;
|
|
24
|
+
create_account_id_exists_alert: string;
|
|
25
|
+
social_identity_exist: string;
|
|
26
|
+
bind_account_title: string;
|
|
27
|
+
social_create_account: string;
|
|
28
|
+
social_link_email: string;
|
|
29
|
+
social_link_phone: string;
|
|
30
|
+
social_link_email_or_phone: string;
|
|
31
|
+
social_bind_with_existing: string;
|
|
32
|
+
skip_social_linking: string;
|
|
33
|
+
reset_password: string;
|
|
34
|
+
reset_password_description: string;
|
|
35
|
+
new_password: string;
|
|
36
|
+
set_password: string;
|
|
37
|
+
password_changed: string;
|
|
38
|
+
no_account: string;
|
|
39
|
+
have_account: string;
|
|
40
|
+
enter_password: string;
|
|
41
|
+
enter_password_for: string;
|
|
42
|
+
enter_username: string;
|
|
43
|
+
enter_username_description: string;
|
|
44
|
+
link_email: string;
|
|
45
|
+
link_phone: string;
|
|
46
|
+
link_email_or_phone: string;
|
|
47
|
+
link_email_description: string;
|
|
48
|
+
link_phone_description: string;
|
|
49
|
+
link_email_or_phone_description: string;
|
|
50
|
+
continue_with_more_information: string;
|
|
51
|
+
create_your_account: string;
|
|
52
|
+
sign_in_to_your_account: string;
|
|
53
|
+
no_region_code_found: string;
|
|
54
|
+
verify_email: string;
|
|
55
|
+
verify_phone: string;
|
|
56
|
+
password_requirements: string;
|
|
57
|
+
password_requirement: {
|
|
58
|
+
length_one: string;
|
|
59
|
+
length_two: string;
|
|
60
|
+
length_few: string;
|
|
61
|
+
length_many: string;
|
|
62
|
+
length_other: string;
|
|
63
|
+
character_types_one: string;
|
|
64
|
+
character_types_two: string;
|
|
65
|
+
character_types_few: string;
|
|
66
|
+
character_types_many: string;
|
|
67
|
+
character_types_other: string;
|
|
68
|
+
};
|
|
69
|
+
use: string;
|
|
70
|
+
single_sign_on_email_form: string;
|
|
71
|
+
single_sign_on_connectors_list: string;
|
|
72
|
+
single_sign_on_enabled: string;
|
|
73
|
+
authorize_title: string;
|
|
74
|
+
request_permission: string;
|
|
75
|
+
grant_organization_access: string;
|
|
76
|
+
authorize_personal_data_usage: string;
|
|
77
|
+
authorize_organization_access: string;
|
|
78
|
+
user_scopes: string;
|
|
79
|
+
organization_scopes: string;
|
|
80
|
+
authorize_agreement: string;
|
|
81
|
+
authorize_agreement_with_redirect: string;
|
|
82
|
+
not_you: string;
|
|
83
|
+
user_id: string;
|
|
84
|
+
redirect_to: string;
|
|
85
|
+
auto_agreement: string;
|
|
86
|
+
identifier_sign_in_description: string;
|
|
87
|
+
all_sign_in_options: string;
|
|
88
|
+
identifier_register_description: string;
|
|
89
|
+
all_account_creation_options: string;
|
|
90
|
+
back_to_sign_in: string;
|
|
91
|
+
support_email: string;
|
|
92
|
+
support_website: string;
|
|
93
|
+
switch_account_title: string;
|
|
94
|
+
switch_account_description: string;
|
|
95
|
+
about_yourself: string;
|
|
96
|
+
}>;
|
|
97
|
+
export default _default;
|