@donotdev/core 0.0.45 → 0.1.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.
- package/LICENSE.md +3 -3
- package/empty.cjs +2 -2
- package/empty.js +5 -2
- package/functions/index.d.ts +11 -11
- package/functions/index.js +7 -7
- package/index.d.ts +1125 -841
- package/index.js +37 -37
- package/next/index.d.ts +51 -18
- package/next/index.js +69 -59
- package/package.json +2 -2
- package/server.d.ts +718 -590
- package/server.js +1 -1
- package/vite/index.d.ts +57 -24
- package/vite/index.js +92 -76
- package/i18n/locales/lazy/entityFormTemplate_ar.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_da.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_de.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_en.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_es.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_fr.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_it.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_ja.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_ko.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_nl.json +0 -85
- package/i18n/locales/lazy/loginTemplate_ar.json +0 -26
- package/i18n/locales/lazy/loginTemplate_da.json +0 -21
- package/i18n/locales/lazy/loginTemplate_de.json +0 -26
- package/i18n/locales/lazy/loginTemplate_en.json +0 -26
- package/i18n/locales/lazy/loginTemplate_es.json +0 -26
- package/i18n/locales/lazy/loginTemplate_fr.json +0 -26
- package/i18n/locales/lazy/loginTemplate_it.json +0 -26
- package/i18n/locales/lazy/loginTemplate_ja.json +0 -26
- package/i18n/locales/lazy/loginTemplate_ko.json +0 -26
- package/i18n/locales/lazy/loginTemplate_nl.json +0 -21
- package/i18n/locales/lazy/profileDBTemplate_ar.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_da.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_de.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_en.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_es.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_fr.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_it.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_ja.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_ko.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_nl.json +0 -73
- package/i18n/locales/lazy/profileTemplate_ar.json +0 -85
- package/i18n/locales/lazy/profileTemplate_da.json +0 -85
- package/i18n/locales/lazy/profileTemplate_de.json +0 -85
- package/i18n/locales/lazy/profileTemplate_en.json +0 -85
- package/i18n/locales/lazy/profileTemplate_es.json +0 -85
- package/i18n/locales/lazy/profileTemplate_fr.json +0 -85
- package/i18n/locales/lazy/profileTemplate_it.json +0 -85
- package/i18n/locales/lazy/profileTemplate_ja.json +0 -85
- package/i18n/locales/lazy/profileTemplate_ko.json +0 -85
- package/i18n/locales/lazy/profileTemplate_nl.json +0 -85
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"entityFormTemplate": {
|
|
3
|
-
"title": "フォーム",
|
|
4
|
-
"subtitle": "データを管理",
|
|
5
|
-
"actions": {
|
|
6
|
-
"create": "作成",
|
|
7
|
-
"update": "更新",
|
|
8
|
-
"save": "保存",
|
|
9
|
-
"cancel": "キャンセル",
|
|
10
|
-
"delete": "削除",
|
|
11
|
-
"edit": "編集",
|
|
12
|
-
"view": "表示",
|
|
13
|
-
"back": "戻る",
|
|
14
|
-
"next": "次へ",
|
|
15
|
-
"previous": "前へ",
|
|
16
|
-
"submit": "送信",
|
|
17
|
-
"reset": "リセット"
|
|
18
|
-
},
|
|
19
|
-
"form": {
|
|
20
|
-
"loading": "フォームを読み込み中...",
|
|
21
|
-
"saving": "保存中...",
|
|
22
|
-
"saved": "正常に保存されました",
|
|
23
|
-
"error": "エラーが発生しました",
|
|
24
|
-
"validation": {
|
|
25
|
-
"required": "このフィールドは必須です",
|
|
26
|
-
"invalidFormat": "無効な形式",
|
|
27
|
-
"minLength": "少なくとも{{count}}文字である必要があります",
|
|
28
|
-
"maxLength": "最大{{count}}文字である必要があります",
|
|
29
|
-
"invalidEmail": "無効なメールアドレス",
|
|
30
|
-
"passwordMismatch": "パスワードが一致しません",
|
|
31
|
-
"invalidUrl": "無効なURL形式",
|
|
32
|
-
"invalidNumber": "無効な数値形式",
|
|
33
|
-
"minValue": "値は少なくとも{{count}}である必要があります",
|
|
34
|
-
"maxValue": "値は最大{{count}}である必要があります"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
"steps": {
|
|
38
|
-
"current": "ステップ{{current}}/{{total}}",
|
|
39
|
-
"next": "次のステップ",
|
|
40
|
-
"previous": "前のステップ",
|
|
41
|
-
"complete": "完了",
|
|
42
|
-
"incomplete": "未完了"
|
|
43
|
-
},
|
|
44
|
-
"messages": {
|
|
45
|
-
"confirmDelete": "これを削除してもよろしいですか?この操作は元に戻せません。",
|
|
46
|
-
"deleteSuccess": "アイテムが正常に削除されました",
|
|
47
|
-
"deleteError": "アイテムの削除に失敗しました",
|
|
48
|
-
"saveSuccess": "変更が正常に保存されました",
|
|
49
|
-
"saveError": "変更の保存に失敗しました",
|
|
50
|
-
"loadError": "データの読み込みに失敗しました",
|
|
51
|
-
"noData": "データがありません",
|
|
52
|
-
"searching": "検索中...",
|
|
53
|
-
"noResults": "結果が見つかりませんでした"
|
|
54
|
-
},
|
|
55
|
-
"fields": {
|
|
56
|
-
"name": "名前",
|
|
57
|
-
"email": "メール",
|
|
58
|
-
"description": "説明",
|
|
59
|
-
"status": "ステータス",
|
|
60
|
-
"type": "タイプ",
|
|
61
|
-
"category": "カテゴリ",
|
|
62
|
-
"tags": "タグ",
|
|
63
|
-
"createdAt": "作成日",
|
|
64
|
-
"updatedAt": "更新日",
|
|
65
|
-
"actions": "アクション"
|
|
66
|
-
},
|
|
67
|
-
"status": {
|
|
68
|
-
"active": "アクティブ",
|
|
69
|
-
"inactive": "非アクティブ",
|
|
70
|
-
"pending": "保留中",
|
|
71
|
-
"completed": "完了",
|
|
72
|
-
"cancelled": "キャンセル済み",
|
|
73
|
-
"draft": "下書き",
|
|
74
|
-
"published": "公開済み"
|
|
75
|
-
},
|
|
76
|
-
"pagination": {
|
|
77
|
-
"showing": "{{total}}件中{{from}}〜{{to}}件を表示",
|
|
78
|
-
"page": "ページ{{page}}/{{total}}",
|
|
79
|
-
"perPage": "1ページあたり{{count}}件",
|
|
80
|
-
"goToPage": "ページに移動",
|
|
81
|
-
"first": "最初",
|
|
82
|
-
"last": "最後"
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"entityFormTemplate": {
|
|
3
|
-
"title": "양식",
|
|
4
|
-
"subtitle": "데이터 관리",
|
|
5
|
-
"actions": {
|
|
6
|
-
"create": "생성",
|
|
7
|
-
"update": "업데이트",
|
|
8
|
-
"save": "저장",
|
|
9
|
-
"cancel": "취소",
|
|
10
|
-
"delete": "삭제",
|
|
11
|
-
"edit": "편집",
|
|
12
|
-
"view": "보기",
|
|
13
|
-
"back": "뒤로",
|
|
14
|
-
"next": "다음",
|
|
15
|
-
"previous": "이전",
|
|
16
|
-
"submit": "제출",
|
|
17
|
-
"reset": "재설정"
|
|
18
|
-
},
|
|
19
|
-
"form": {
|
|
20
|
-
"loading": "양식 로딩 중...",
|
|
21
|
-
"saving": "저장 중...",
|
|
22
|
-
"saved": "성공적으로 저장됨",
|
|
23
|
-
"error": "오류가 발생했습니다",
|
|
24
|
-
"validation": {
|
|
25
|
-
"required": "이 필드는 필수입니다",
|
|
26
|
-
"invalidFormat": "잘못된 형식",
|
|
27
|
-
"minLength": "최소 {{count}}자 이상이어야 합니다",
|
|
28
|
-
"maxLength": "최대 {{count}}자까지 가능합니다",
|
|
29
|
-
"invalidEmail": "잘못된 이메일 주소",
|
|
30
|
-
"passwordMismatch": "비밀번호가 일치하지 않습니다",
|
|
31
|
-
"invalidUrl": "잘못된 URL 형식",
|
|
32
|
-
"invalidNumber": "잘못된 숫자 형식",
|
|
33
|
-
"minValue": "값은 최소 {{count}} 이상이어야 합니다",
|
|
34
|
-
"maxValue": "값은 최대 {{count}} 이하여야 합니다"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
"steps": {
|
|
38
|
-
"current": "{{total}}단계 중 {{current}}단계",
|
|
39
|
-
"next": "다음 단계",
|
|
40
|
-
"previous": "이전 단계",
|
|
41
|
-
"complete": "완료",
|
|
42
|
-
"incomplete": "미완료"
|
|
43
|
-
},
|
|
44
|
-
"messages": {
|
|
45
|
-
"confirmDelete": "이것을 삭제하시겠습니까? 이 작업은 취소할 수 없습니다.",
|
|
46
|
-
"deleteSuccess": "항목이 성공적으로 삭제되었습니다",
|
|
47
|
-
"deleteError": "항목 삭제 실패",
|
|
48
|
-
"saveSuccess": "변경 사항이 성공적으로 저장되었습니다",
|
|
49
|
-
"saveError": "변경 사항 저장 실패",
|
|
50
|
-
"loadError": "데이터 로드 실패",
|
|
51
|
-
"noData": "사용 가능한 데이터 없음",
|
|
52
|
-
"searching": "검색 중...",
|
|
53
|
-
"noResults": "결과를 찾을 수 없습니다"
|
|
54
|
-
},
|
|
55
|
-
"fields": {
|
|
56
|
-
"name": "이름",
|
|
57
|
-
"email": "이메일",
|
|
58
|
-
"description": "설명",
|
|
59
|
-
"status": "상태",
|
|
60
|
-
"type": "유형",
|
|
61
|
-
"category": "카테고리",
|
|
62
|
-
"tags": "태그",
|
|
63
|
-
"createdAt": "생성일",
|
|
64
|
-
"updatedAt": "업데이트일",
|
|
65
|
-
"actions": "작업"
|
|
66
|
-
},
|
|
67
|
-
"status": {
|
|
68
|
-
"active": "활성",
|
|
69
|
-
"inactive": "비활성",
|
|
70
|
-
"pending": "대기 중",
|
|
71
|
-
"completed": "완료",
|
|
72
|
-
"cancelled": "취소됨",
|
|
73
|
-
"draft": "초안",
|
|
74
|
-
"published": "게시됨"
|
|
75
|
-
},
|
|
76
|
-
"pagination": {
|
|
77
|
-
"showing": "{{total}}개 결과 중 {{from}}~{{to}}개 표시",
|
|
78
|
-
"page": "{{total}}페이지 중 {{page}}페이지",
|
|
79
|
-
"perPage": "페이지당 {{count}}개",
|
|
80
|
-
"goToPage": "페이지로 이동",
|
|
81
|
-
"first": "첫 페이지",
|
|
82
|
-
"last": "마지막 페이지"
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"entityFormTemplate": {
|
|
3
|
-
"title": "Formulier",
|
|
4
|
-
"subtitle": "Beheer je gegevens",
|
|
5
|
-
"actions": {
|
|
6
|
-
"create": "Aanmaken",
|
|
7
|
-
"update": "Bijwerken",
|
|
8
|
-
"save": "Opslaan",
|
|
9
|
-
"cancel": "Annuleren",
|
|
10
|
-
"delete": "Verwijderen",
|
|
11
|
-
"edit": "Bewerken",
|
|
12
|
-
"view": "Bekijken",
|
|
13
|
-
"back": "Terug",
|
|
14
|
-
"next": "Volgende",
|
|
15
|
-
"previous": "Vorige",
|
|
16
|
-
"submit": "Verzenden",
|
|
17
|
-
"reset": "Resetten"
|
|
18
|
-
},
|
|
19
|
-
"form": {
|
|
20
|
-
"loading": "Formulier laden...",
|
|
21
|
-
"saving": "Opslaan...",
|
|
22
|
-
"saved": "Opgeslagen",
|
|
23
|
-
"error": "Er ging iets mis",
|
|
24
|
-
"validation": {
|
|
25
|
-
"required": "Dit veld is verplicht",
|
|
26
|
-
"invalidFormat": "Ongeldig formaat",
|
|
27
|
-
"minLength": "Minimaal {{count}} tekens",
|
|
28
|
-
"maxLength": "Maximaal {{count}} tekens",
|
|
29
|
-
"invalidEmail": "Ongeldig e-mailadres",
|
|
30
|
-
"passwordMismatch": "Wachtwoorden komen niet overeen",
|
|
31
|
-
"invalidUrl": "Ongeldige URL",
|
|
32
|
-
"invalidNumber": "Ongeldig getal",
|
|
33
|
-
"minValue": "Waarde moet minstens {{count}} zijn",
|
|
34
|
-
"maxValue": "Waarde mag maximaal {{count}} zijn"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
"steps": {
|
|
38
|
-
"current": "Stap {{current}} van {{total}}",
|
|
39
|
-
"next": "Volgende",
|
|
40
|
-
"previous": "Vorige",
|
|
41
|
-
"complete": "Voltooid",
|
|
42
|
-
"incomplete": "Onvoltooid"
|
|
43
|
-
},
|
|
44
|
-
"messages": {
|
|
45
|
-
"confirmDelete": "Weet je zeker dat je dit wilt verwijderen? Dit kan niet ongedaan worden gemaakt.",
|
|
46
|
-
"deleteSuccess": "Verwijderd",
|
|
47
|
-
"deleteError": "Verwijderen mislukt",
|
|
48
|
-
"saveSuccess": "Wijzigingen opgeslagen",
|
|
49
|
-
"saveError": "Opslaan mislukt",
|
|
50
|
-
"loadError": "Gegevens laden mislukt",
|
|
51
|
-
"noData": "Geen gegevens",
|
|
52
|
-
"searching": "Zoeken...",
|
|
53
|
-
"noResults": "Geen resultaten"
|
|
54
|
-
},
|
|
55
|
-
"fields": {
|
|
56
|
-
"name": "Naam",
|
|
57
|
-
"email": "E-mail",
|
|
58
|
-
"description": "Beschrijving",
|
|
59
|
-
"status": "Status",
|
|
60
|
-
"type": "Type",
|
|
61
|
-
"category": "Categorie",
|
|
62
|
-
"tags": "Tags",
|
|
63
|
-
"createdAt": "Aangemaakt",
|
|
64
|
-
"updatedAt": "Bijgewerkt",
|
|
65
|
-
"actions": "Acties"
|
|
66
|
-
},
|
|
67
|
-
"status": {
|
|
68
|
-
"active": "Actief",
|
|
69
|
-
"inactive": "Inactief",
|
|
70
|
-
"pending": "In afwachting",
|
|
71
|
-
"completed": "Voltooid",
|
|
72
|
-
"cancelled": "Geannuleerd",
|
|
73
|
-
"draft": "Concept",
|
|
74
|
-
"published": "Gepubliceerd"
|
|
75
|
-
},
|
|
76
|
-
"pagination": {
|
|
77
|
-
"showing": "{{from}} tot {{to}} van {{total}}",
|
|
78
|
-
"page": "Pagina {{page}} van {{total}}",
|
|
79
|
-
"perPage": "{{count}} per pagina",
|
|
80
|
-
"goToPage": "Ga naar pagina",
|
|
81
|
-
"first": "Eerste",
|
|
82
|
-
"last": "Laatste"
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"title": "تسجيل الدخول",
|
|
3
|
-
"authenticating": "جارٍ إكمال تسجيل الدخول...",
|
|
4
|
-
"branding": {
|
|
5
|
-
"title": "مرحباً بعودتك",
|
|
6
|
-
"subtitle": "سجل الدخول للوصول إلى حسابك ومتابعة رحلتك."
|
|
7
|
-
},
|
|
8
|
-
"chooseProvider": "اختر طريقة تسجيل الدخول المفضلة لديك",
|
|
9
|
-
"authOptions": "خيارات المصادقة",
|
|
10
|
-
"authUnavailable": {
|
|
11
|
-
"title": "المصادقة غير متاحة",
|
|
12
|
-
"description": "يرجى قبول ملفات تعريف الارتباط لتمكين المصادقة، أو الاتصال بالدعم إذا استمرت المشكلة."
|
|
13
|
-
},
|
|
14
|
-
"error": {
|
|
15
|
-
"title": "فشلت المصادقة",
|
|
16
|
-
"code": "رمز الخطأ"
|
|
17
|
-
},
|
|
18
|
-
"accountLinking": {
|
|
19
|
-
"title": "ربط الحساب مطلوب"
|
|
20
|
-
},
|
|
21
|
-
"footer": {
|
|
22
|
-
"secure": "بياناتك آمنة ومشفرة.",
|
|
23
|
-
"termsPrefix": "بتسجيل الدخول، فإنك توافق على",
|
|
24
|
-
"termsLink": "شروط الخدمة"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"title": "Log ind",
|
|
3
|
-
"authenticating": "Logger ind...",
|
|
4
|
-
"branding": {
|
|
5
|
-
"title": "Velkommen tilbage",
|
|
6
|
-
"subtitle": "Log ind for at få adgang til din konto."
|
|
7
|
-
},
|
|
8
|
-
"chooseProvider": "Vælg hvordan du vil logge ind",
|
|
9
|
-
"authOptions": "Loginmuligheder",
|
|
10
|
-
"authUnavailable": {
|
|
11
|
-
"title": "Login er ikke tilgængelig",
|
|
12
|
-
"description": "Accepter cookies for at logge ind, eller kontakt support hvis problemet fortsætter."
|
|
13
|
-
},
|
|
14
|
-
"error": { "title": "Login mislykkedes", "code": "Fejlkode" },
|
|
15
|
-
"accountLinking": { "title": "Kobl dine konti" },
|
|
16
|
-
"footer": {
|
|
17
|
-
"secure": "Dine data er sikre og krypteret.",
|
|
18
|
-
"termsPrefix": "Ved at logge ind accepterer du vores",
|
|
19
|
-
"termsLink": "servicevilkår"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"title": "Anmelden",
|
|
3
|
-
"authenticating": "Anmeldung wird abgeschlossen...",
|
|
4
|
-
"branding": {
|
|
5
|
-
"title": "Willkommen zurück",
|
|
6
|
-
"subtitle": "Melden Sie sich an, um auf Ihr Konto zuzugreifen und Ihre Reise fortzusetzen."
|
|
7
|
-
},
|
|
8
|
-
"chooseProvider": "Wählen Sie Ihre bevorzugte Anmeldemethode",
|
|
9
|
-
"authOptions": "Authentifizierungsoptionen",
|
|
10
|
-
"authUnavailable": {
|
|
11
|
-
"title": "Authentifizierung nicht verfügbar",
|
|
12
|
-
"description": "Bitte akzeptieren Sie Cookies, um die Authentifizierung zu aktivieren, oder kontaktieren Sie den Support, wenn das Problem weiterhin besteht."
|
|
13
|
-
},
|
|
14
|
-
"error": {
|
|
15
|
-
"title": "Authentifizierung fehlgeschlagen",
|
|
16
|
-
"code": "Fehlercode"
|
|
17
|
-
},
|
|
18
|
-
"accountLinking": {
|
|
19
|
-
"title": "Kontoverknüpfung erforderlich"
|
|
20
|
-
},
|
|
21
|
-
"footer": {
|
|
22
|
-
"secure": "Ihre Daten sind sicher und verschlüsselt.",
|
|
23
|
-
"termsPrefix": "Durch die Anmeldung stimmen Sie unseren",
|
|
24
|
-
"termsLink": "Nutzungsbedingungen"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"title": "Sign In",
|
|
3
|
-
"authenticating": "Completing sign-in...",
|
|
4
|
-
"branding": {
|
|
5
|
-
"title": "Welcome Back",
|
|
6
|
-
"subtitle": "Sign in to access your account and continue your journey."
|
|
7
|
-
},
|
|
8
|
-
"chooseProvider": "Choose your preferred sign-in method",
|
|
9
|
-
"authOptions": "Authentication options",
|
|
10
|
-
"authUnavailable": {
|
|
11
|
-
"title": "Authentication Unavailable",
|
|
12
|
-
"description": "Please accept cookies to enable authentication, or contact support if the issue persists."
|
|
13
|
-
},
|
|
14
|
-
"error": {
|
|
15
|
-
"title": "Authentication Failed",
|
|
16
|
-
"code": "Error code"
|
|
17
|
-
},
|
|
18
|
-
"accountLinking": {
|
|
19
|
-
"title": "Account Linking Required"
|
|
20
|
-
},
|
|
21
|
-
"footer": {
|
|
22
|
-
"secure": "Your data is secure and encrypted.",
|
|
23
|
-
"termsPrefix": "By signing in, you agree to our",
|
|
24
|
-
"termsLink": "Terms of Service"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"title": "Iniciar sesión",
|
|
3
|
-
"authenticating": "Completando inicio de sesión...",
|
|
4
|
-
"branding": {
|
|
5
|
-
"title": "Bienvenido de nuevo",
|
|
6
|
-
"subtitle": "Inicie sesión para acceder a su cuenta y continuar su viaje."
|
|
7
|
-
},
|
|
8
|
-
"chooseProvider": "Elija su método de inicio de sesión preferido",
|
|
9
|
-
"authOptions": "Opciones de autenticación",
|
|
10
|
-
"authUnavailable": {
|
|
11
|
-
"title": "Autenticación No Disponible",
|
|
12
|
-
"description": "Acepte las cookies para habilitar la autenticación o contacte al soporte si el problema persiste."
|
|
13
|
-
},
|
|
14
|
-
"error": {
|
|
15
|
-
"title": "Error de Autenticación",
|
|
16
|
-
"code": "Código de error"
|
|
17
|
-
},
|
|
18
|
-
"accountLinking": {
|
|
19
|
-
"title": "Vinculación de Cuenta Requerida"
|
|
20
|
-
},
|
|
21
|
-
"footer": {
|
|
22
|
-
"secure": "Sus datos están seguros y cifrados.",
|
|
23
|
-
"termsPrefix": "Al iniciar sesión, acepta nuestros",
|
|
24
|
-
"termsLink": "Términos de Servicio"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"title": "Se Connecter",
|
|
3
|
-
"authenticating": "Finalisation de la connexion...",
|
|
4
|
-
"branding": {
|
|
5
|
-
"title": "Bon Retour",
|
|
6
|
-
"subtitle": "Connectez-vous pour accéder à votre compte et continuer votre parcours."
|
|
7
|
-
},
|
|
8
|
-
"chooseProvider": "Choisissez votre méthode de connexion préférée",
|
|
9
|
-
"authOptions": "Options d'authentification",
|
|
10
|
-
"authUnavailable": {
|
|
11
|
-
"title": "Authentification Indisponible",
|
|
12
|
-
"description": "Veuillez accepter les cookies pour activer l'authentification, ou contactez le support si le problème persiste."
|
|
13
|
-
},
|
|
14
|
-
"error": {
|
|
15
|
-
"title": "Échec de l'Authentification",
|
|
16
|
-
"code": "Code d'erreur"
|
|
17
|
-
},
|
|
18
|
-
"accountLinking": {
|
|
19
|
-
"title": "Liaison de Compte Requise"
|
|
20
|
-
},
|
|
21
|
-
"footer": {
|
|
22
|
-
"secure": "Vos données sont sécurisées et chiffrées.",
|
|
23
|
-
"termsPrefix": "En vous connectant, vous acceptez nos",
|
|
24
|
-
"termsLink": "Conditions d'utilisation"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"title": "Accedi",
|
|
3
|
-
"authenticating": "Completamento accesso...",
|
|
4
|
-
"branding": {
|
|
5
|
-
"title": "Bentornato",
|
|
6
|
-
"subtitle": "Accedi per accedere al tuo account e continuare il tuo percorso."
|
|
7
|
-
},
|
|
8
|
-
"chooseProvider": "Scegli il tuo metodo di accesso preferito",
|
|
9
|
-
"authOptions": "Opzioni di autenticazione",
|
|
10
|
-
"authUnavailable": {
|
|
11
|
-
"title": "Autenticazione Non Disponibile",
|
|
12
|
-
"description": "Accetta i cookie per abilitare l'autenticazione o contatta il supporto se il problema persiste."
|
|
13
|
-
},
|
|
14
|
-
"error": {
|
|
15
|
-
"title": "Autenticazione Non Riuscita",
|
|
16
|
-
"code": "Codice errore"
|
|
17
|
-
},
|
|
18
|
-
"accountLinking": {
|
|
19
|
-
"title": "Collegamento Account Richiesto"
|
|
20
|
-
},
|
|
21
|
-
"footer": {
|
|
22
|
-
"secure": "I tuoi dati sono sicuri e crittografati.",
|
|
23
|
-
"termsPrefix": "Accedendo, accetti i nostri",
|
|
24
|
-
"termsLink": "Termini di Servizio"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"title": "ログイン",
|
|
3
|
-
"authenticating": "ログインを完了しています...",
|
|
4
|
-
"branding": {
|
|
5
|
-
"title": "おかえりなさい",
|
|
6
|
-
"subtitle": "アカウントにアクセスして旅を続けるには、ログインしてください。"
|
|
7
|
-
},
|
|
8
|
-
"chooseProvider": "お好みのログイン方法を選択してください",
|
|
9
|
-
"authOptions": "認証オプション",
|
|
10
|
-
"authUnavailable": {
|
|
11
|
-
"title": "認証を利用できません",
|
|
12
|
-
"description": "認証を有効にするには、クッキーを受け入れるか、問題が続く場合はサポートにお問い合わせください。"
|
|
13
|
-
},
|
|
14
|
-
"error": {
|
|
15
|
-
"title": "認証に失敗しました",
|
|
16
|
-
"code": "エラーコード"
|
|
17
|
-
},
|
|
18
|
-
"accountLinking": {
|
|
19
|
-
"title": "アカウントのリンクが必要です"
|
|
20
|
-
},
|
|
21
|
-
"footer": {
|
|
22
|
-
"secure": "データは安全に暗号化されています。",
|
|
23
|
-
"termsPrefix": "ログインすることで、次のことに同意したことになります",
|
|
24
|
-
"termsLink": "利用規約"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"title": "로그인",
|
|
3
|
-
"authenticating": "로그인 완료 중...",
|
|
4
|
-
"branding": {
|
|
5
|
-
"title": "다시 오신 것을 환영합니다",
|
|
6
|
-
"subtitle": "계정에 액세스하고 여정을 계속하려면 로그인하세요."
|
|
7
|
-
},
|
|
8
|
-
"chooseProvider": "선호하는 로그인 방법을 선택하세요",
|
|
9
|
-
"authOptions": "인증 옵션",
|
|
10
|
-
"authUnavailable": {
|
|
11
|
-
"title": "인증을 사용할 수 없음",
|
|
12
|
-
"description": "인증을 활성화하려면 쿠키를 수락하거나 문제가 계속되면 지원팀에 문의하세요."
|
|
13
|
-
},
|
|
14
|
-
"error": {
|
|
15
|
-
"title": "인증 실패",
|
|
16
|
-
"code": "오류 코드"
|
|
17
|
-
},
|
|
18
|
-
"accountLinking": {
|
|
19
|
-
"title": "계정 연결 필요"
|
|
20
|
-
},
|
|
21
|
-
"footer": {
|
|
22
|
-
"secure": "데이터는 안전하게 암호화되어 있습니다.",
|
|
23
|
-
"termsPrefix": "로그인하면 다음에 동의하는 것입니다",
|
|
24
|
-
"termsLink": "서비스 약관"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"title": "Inloggen",
|
|
3
|
-
"authenticating": "Bezig met inloggen...",
|
|
4
|
-
"branding": {
|
|
5
|
-
"title": "Welkom terug",
|
|
6
|
-
"subtitle": "Log in om toegang te krijgen tot je account."
|
|
7
|
-
},
|
|
8
|
-
"chooseProvider": "Kies hoe je wilt inloggen",
|
|
9
|
-
"authOptions": "Inlogopties",
|
|
10
|
-
"authUnavailable": {
|
|
11
|
-
"title": "Inloggen niet beschikbaar",
|
|
12
|
-
"description": "Accepteer cookies om in te loggen, of neem contact op met support als het probleem blijft."
|
|
13
|
-
},
|
|
14
|
-
"error": { "title": "Inloggen mislukt", "code": "Foutcode" },
|
|
15
|
-
"accountLinking": { "title": "Accounts koppelen vereist" },
|
|
16
|
-
"footer": {
|
|
17
|
-
"secure": "Je gegevens zijn beveiligd en versleuteld.",
|
|
18
|
-
"termsPrefix": "Door in te loggen ga je akkoord met onze",
|
|
19
|
-
"termsLink": "algemene voorwaarden"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"profileDBTemplate": {
|
|
3
|
-
"title": "الملف الشخصي",
|
|
4
|
-
"subtitle": "إدارة ملفك الشخصي المدعوم بقاعدة البيانات",
|
|
5
|
-
"tabs": {
|
|
6
|
-
"profile": "الملف الشخصي",
|
|
7
|
-
"settings": "الإعدادات",
|
|
8
|
-
"danger": "منطقة الخطر"
|
|
9
|
-
},
|
|
10
|
-
"profile": {
|
|
11
|
-
"title": "معلومات الملف الشخصي",
|
|
12
|
-
"subtitle": "عرض وتحرير بيانات ملفك الشخصي",
|
|
13
|
-
"form": {
|
|
14
|
-
"saveChanges": "حفظ التغييرات",
|
|
15
|
-
"cancel": "إلغاء",
|
|
16
|
-
"notSet": "غير محدد",
|
|
17
|
-
"enterValue": "أدخل قيمة",
|
|
18
|
-
"loading": "جاري تحميل الملف الشخصي...",
|
|
19
|
-
"error": "فشل في تحميل الملف الشخصي"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"settings": {
|
|
23
|
-
"title": "الإعدادات",
|
|
24
|
-
"subtitle": "إدارة تفضيلات حسابك",
|
|
25
|
-
"language": {
|
|
26
|
-
"title": "اللغة",
|
|
27
|
-
"description": "اختر لغتك المفضلة",
|
|
28
|
-
"current": "اللغة الحالية",
|
|
29
|
-
"english": "الإنجليزية",
|
|
30
|
-
"french": "Français"
|
|
31
|
-
},
|
|
32
|
-
"notifications": {
|
|
33
|
-
"title": "الإشعارات",
|
|
34
|
-
"description": "إدارة تفضيلات الإشعارات",
|
|
35
|
-
"email": "إشعارات البريد الإلكتروني",
|
|
36
|
-
"push": "الإشعارات الفورية",
|
|
37
|
-
"sms": "إشعارات الرسائل النصية"
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
"danger": {
|
|
41
|
-
"title": "منطقة الخطر",
|
|
42
|
-
"subtitle": "إجراءات لا رجعة فيها ومدمرة",
|
|
43
|
-
"deleteAccount": {
|
|
44
|
-
"title": "حذف الحساب",
|
|
45
|
-
"description": "حذف حسابك وجميع البيانات المرتبطة به نهائياً",
|
|
46
|
-
"warning": "لا يمكن التراجع عن هذا الإجراء. سيتم حذف جميع بياناتك نهائياً.",
|
|
47
|
-
"confirm": "أفهم العواقب، احذف حسابي",
|
|
48
|
-
"button": "حذف الحساب"
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
"actions": {
|
|
52
|
-
"edit": "تعديل الملف الشخصي",
|
|
53
|
-
"save": "حفظ التغييرات",
|
|
54
|
-
"cancel": "إلغاء",
|
|
55
|
-
"delete": "حذف الحساب",
|
|
56
|
-
"signOut": "تسجيل الخروج"
|
|
57
|
-
},
|
|
58
|
-
"messages": {
|
|
59
|
-
"saved": "تم تحديث الملف الشخصي بنجاح",
|
|
60
|
-
"error": "فشل في تحديث الملف الشخصي",
|
|
61
|
-
"deleting": "جاري حذف الحساب...",
|
|
62
|
-
"deleted": "تم حذف الحساب بنجاح",
|
|
63
|
-
"loading": "جاري التحميل...",
|
|
64
|
-
"noData": "لا توجد بيانات ملف شخصي متاحة"
|
|
65
|
-
},
|
|
66
|
-
"validation": {
|
|
67
|
-
"required": "هذا الحقل مطلوب",
|
|
68
|
-
"invalidFormat": "تنسيق غير صالح",
|
|
69
|
-
"minLength": "يجب أن يكون {{count}} أحرف على الأقل",
|
|
70
|
-
"maxLength": "يجب أن يكون {{count}} أحرف كحد أقصى"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"profileDBTemplate": {
|
|
3
|
-
"title": "Profil",
|
|
4
|
-
"subtitle": "Administrer din databaseprofil",
|
|
5
|
-
"tabs": {
|
|
6
|
-
"profile": "Profil",
|
|
7
|
-
"settings": "Indstillinger",
|
|
8
|
-
"danger": "Risikozone"
|
|
9
|
-
},
|
|
10
|
-
"profile": {
|
|
11
|
-
"title": "Profilinformation",
|
|
12
|
-
"subtitle": "Se og rediger din profil",
|
|
13
|
-
"form": {
|
|
14
|
-
"saveChanges": "Gem ændringer",
|
|
15
|
-
"cancel": "Annuller",
|
|
16
|
-
"notSet": "Ikke angivet",
|
|
17
|
-
"enterValue": "Indtast værdi",
|
|
18
|
-
"loading": "Henter profil...",
|
|
19
|
-
"error": "Kunne ikke hente profil"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"settings": {
|
|
23
|
-
"title": "Indstillinger",
|
|
24
|
-
"subtitle": "Kontoindstillinger",
|
|
25
|
-
"language": {
|
|
26
|
-
"title": "Sprog",
|
|
27
|
-
"description": "Vælg sprog",
|
|
28
|
-
"current": "Nuværende sprog",
|
|
29
|
-
"english": "Engelsk",
|
|
30
|
-
"french": "Fransk"
|
|
31
|
-
},
|
|
32
|
-
"notifications": {
|
|
33
|
-
"title": "Notifikationer",
|
|
34
|
-
"description": "Vælg hvad du vil modtage",
|
|
35
|
-
"email": "E-mail",
|
|
36
|
-
"push": "Push-beskeder",
|
|
37
|
-
"sms": "SMS"
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
"danger": {
|
|
41
|
-
"title": "Risikozone",
|
|
42
|
-
"subtitle": "Handlinger der ikke kan fortrydes",
|
|
43
|
-
"deleteAccount": {
|
|
44
|
-
"title": "Slet konto",
|
|
45
|
-
"description": "Slet din konto og alle data permanent",
|
|
46
|
-
"warning": "Handlingen kan ikke fortrydes. Alle data slettes.",
|
|
47
|
-
"confirm": "Jeg forstår konsekvenserne – slet min konto",
|
|
48
|
-
"button": "Slet konto"
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
"actions": {
|
|
52
|
-
"edit": "Rediger profil",
|
|
53
|
-
"save": "Gem ændringer",
|
|
54
|
-
"cancel": "Annuller",
|
|
55
|
-
"delete": "Slet konto",
|
|
56
|
-
"signOut": "Log ud"
|
|
57
|
-
},
|
|
58
|
-
"messages": {
|
|
59
|
-
"saved": "Profil opdateret",
|
|
60
|
-
"error": "Kunne ikke opdatere profil",
|
|
61
|
-
"deleting": "Sletter konto...",
|
|
62
|
-
"deleted": "Konto slettet",
|
|
63
|
-
"loading": "Henter...",
|
|
64
|
-
"noData": "Ingen profildata"
|
|
65
|
-
},
|
|
66
|
-
"validation": {
|
|
67
|
-
"required": "Feltet er påkrævet",
|
|
68
|
-
"invalidFormat": "Ugyldigt format",
|
|
69
|
-
"minLength": "Mindst {{count}} tegn",
|
|
70
|
-
"maxLength": "Højst {{count}} tegn"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|