@donotdev/core 0.0.12 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/eslint/index.js +1 -1
  2. package/functions/index.d.ts +1083 -3
  3. package/functions/index.js +11 -1
  4. package/i18n/locales/eager/dndev_ar.json +0 -139
  5. package/i18n/locales/eager/dndev_de.json +0 -139
  6. package/i18n/locales/eager/dndev_en.json +5 -139
  7. package/i18n/locales/eager/dndev_es.json +0 -139
  8. package/i18n/locales/eager/dndev_fr.json +0 -139
  9. package/i18n/locales/eager/dndev_it.json +47 -186
  10. package/i18n/locales/eager/dndev_ja.json +0 -139
  11. package/i18n/locales/eager/dndev_ko.json +0 -139
  12. package/i18n/locales/lazy/crud_ar.json +195 -0
  13. package/i18n/locales/lazy/crud_de.json +195 -0
  14. package/i18n/locales/lazy/crud_en.json +412 -0
  15. package/i18n/locales/lazy/crud_es.json +195 -0
  16. package/i18n/locales/lazy/crud_fr.json +195 -0
  17. package/i18n/locales/lazy/crud_it.json +195 -0
  18. package/i18n/locales/lazy/crud_ja.json +195 -0
  19. package/i18n/locales/lazy/crud_ko.json +195 -0
  20. package/i18n/locales/lazy/oauth_ar.json +11 -11
  21. package/i18n/locales/lazy/oauth_de.json +11 -11
  22. package/i18n/locales/lazy/oauth_en.json +11 -11
  23. package/i18n/locales/lazy/oauth_es.json +11 -11
  24. package/i18n/locales/lazy/oauth_fr.json +11 -11
  25. package/i18n/locales/lazy/oauth_it.json +11 -11
  26. package/i18n/locales/lazy/oauth_ja.json +11 -11
  27. package/i18n/locales/lazy/oauth_ko.json +11 -11
  28. package/index.d.ts +6649 -6306
  29. package/index.js +38 -38
  30. package/next/index.d.ts +209 -154
  31. package/next/index.js +20 -20
  32. package/package.json +1 -1
  33. package/server.d.ts +4289 -3900
  34. package/server.js +1 -1
  35. package/vite/index.d.ts +209 -154
  36. package/vite/index.js +23 -14
@@ -0,0 +1,195 @@
1
+ {
2
+ "fields": {
3
+ "array": "配列",
4
+ "boolean": "ブール値",
5
+ "checkbox": "チェックボックス",
6
+ "date": "日付",
7
+ "datetime-local": "日時",
8
+ "email": "メールアドレス",
9
+ "file": "ファイル",
10
+ "geopoint": "位置",
11
+ "image": "画像",
12
+ "map": "マップ",
13
+ "multiselect": "複数選択",
14
+ "number": "数値",
15
+ "password": "パスワード",
16
+ "phone": "電話番号",
17
+ "radio": "ラジオボタン",
18
+ "range": "範囲",
19
+ "reference": "参照",
20
+ "select": "選択",
21
+ "tel": "電話番号",
22
+ "text": "テキスト",
23
+ "textarea": "テキストエリア",
24
+ "timestamp": "タイムスタンプ",
25
+ "url": "URL",
26
+ "status": "ステータス",
27
+ "id": "ID",
28
+ "_createdAt": "作成日時",
29
+ "_updatedAt": "更新日時",
30
+ "_createdById": "作成者",
31
+ "_updatedById": "更新者"
32
+ },
33
+ "text": {
34
+ "required": "{{field}}は必須です",
35
+ "minLength": "{{field}}は少なくとも{{min}}文字である必要があります",
36
+ "maxLength": "{{field}}は{{max}}文字を超えてはいけません",
37
+ "email": "有効なメールアドレスを入力してください",
38
+ "url": "有効なURLを入力してください",
39
+ "matches": "{{field}}はパターン{{pattern}}と一致する必要があります",
40
+ "unique": "{{field}}は一意である必要があります",
41
+ "alphanumeric": "{{field}}は文字と数字のみを含む必要があります",
42
+ "lettersOnly": "{{field}}は文字のみを含む必要があります"
43
+ },
44
+ "number": {
45
+ "required": "{{field}}は必須です",
46
+ "min": "{{field}}は少なくとも{{min}}である必要があります",
47
+ "max": "{{field}}は{{max}}を超えてはいけません",
48
+ "integer": "{{field}}は整数である必要があります",
49
+ "positive": "{{field}}は正の数である必要があります",
50
+ "negative": "{{field}}は負の数である必要があります",
51
+ "between": "{{field}}は{{min}}と{{max}}の間である必要があります",
52
+ "precision": "{{field}}は最大{{precision}}桁の小数点を持つ必要があります"
53
+ },
54
+ "date": {
55
+ "required": "{{field}}は必須です",
56
+ "min": "{{field}}は{{min}}より後である必要があります",
57
+ "max": "{{field}}は{{max}}より前である必要があります",
58
+ "between": "{{field}}は{{min}}と{{max}}の間である必要があります",
59
+ "format": "有効な日付を入力してください",
60
+ "future": "{{field}}は未来である必要があります",
61
+ "past": "{{field}}は過去である必要があります",
62
+ "today": "{{field}}は今日である必要があります"
63
+ },
64
+ "select": {
65
+ "required": "{{field}}を選択してください",
66
+ "invalid": "{{field}}の無効な選択",
67
+ "min": "少なくとも{{min}}個のオプションを選択してください",
68
+ "max": "{{max}}個を超えるオプションを選択することはできません"
69
+ },
70
+ "boolean": {
71
+ "required": "{{field}}を選択する必要があります"
72
+ },
73
+ "array": {
74
+ "required": "少なくとも1つの{{field}}が必要です",
75
+ "minItems": "少なくとも{{min}}個の{{field}}を選択してください",
76
+ "maxItems": "{{max}}個を超える{{field}}を選択することはできません",
77
+ "uniqueItems": "すべての{{field}}は一意である必要があります"
78
+ },
79
+ "file": {
80
+ "required": "ファイルを選択してください",
81
+ "maxSize": "ファイルサイズは{{max}}を超えてはいけません",
82
+ "minSize": "ファイルサイズは少なくとも{{min}}である必要があります",
83
+ "type": "ファイルタイプは{{types}}である必要があります",
84
+ "dimensions": "画像のサイズは{{width}}x{{height}}である必要があります",
85
+ "upload": {
86
+ "ariaLabel": "ファイルをアップロード",
87
+ "ariaLabelSingle": "ファイルをアップロード",
88
+ "ariaLabelMultiple": "ファイルをアップロード",
89
+ "dragDropSingle": "ドラッグ&ドロップ、貼り付け、またはクリックしてファイルをアップロード",
90
+ "dragDropMultiple": "ドラッグ&ドロップ、貼り付け、またはクリックしてファイルをアップロード"
91
+ },
92
+ "delete": {
93
+ "ariaLabel": "ファイルを削除",
94
+ "failed": "ファイルの削除に失敗しました"
95
+ },
96
+ "errors": {
97
+ "maxFiles": "最大{{max}}ファイルまで許可されています",
98
+ "exceedsSize": "{{fileName}}は{{size}}MBの制限を超えています"
99
+ }
100
+ },
101
+ "document": {
102
+ "upload": {
103
+ "ariaLabel": "ドキュメントをアップロード",
104
+ "hint": "ドラッグ&ドロップ、貼り付け、またはクリックしてドキュメントをアップロード"
105
+ },
106
+ "delete": {
107
+ "ariaLabel": "ドキュメントを削除",
108
+ "failed": "ドキュメントの削除に失敗しました"
109
+ },
110
+ "preview": {
111
+ "ariaLabel": "ドキュメントプレビュー",
112
+ "title": "ドキュメントプレビュー"
113
+ },
114
+ "errors": {
115
+ "maxFiles": "最大{{max}}ドキュメントまで許可されています",
116
+ "invalidType": "無効なドキュメントタイプ: {{fileName}}",
117
+ "exceedsSize": "{{fileName}}は{{size}}MBの制限を超えています"
118
+ }
119
+ },
120
+ "image": {
121
+ "undo": {
122
+ "ariaLabel": "最後の操作を元に戻す",
123
+ "title": "元に戻す (Ctrl+Z)"
124
+ },
125
+ "redo": {
126
+ "ariaLabel": "最後の操作をやり直す",
127
+ "title": "やり直す (Ctrl+Shift+Z)"
128
+ },
129
+ "upload": {
130
+ "ariaLabel": "{{type}}をアップロード",
131
+ "ariaLabelSingle": "画像をアップロード",
132
+ "ariaLabelMultiple": "画像をアップロード",
133
+ "selectAriaLabel": "アップロードする{{type}}を選択",
134
+ "selectAriaLabelSingle": "アップロードする画像を選択",
135
+ "selectAriaLabelMultiple": "アップロードする画像を選択",
136
+ "dropzone": "ドラッグ&ドロップ、貼り付け、またはクリックして{{type}}をアップロード",
137
+ "dropzoneSingle": "ドラッグ&ドロップ、貼り付け、またはクリックして画像をアップロード",
138
+ "dropzoneMultiple": "ドラッグ&ドロップ、貼り付け、またはクリックして画像をアップロード",
139
+ "maxFiles": "最大{{max}}枚の画像、それぞれ{{size}}MB",
140
+ "maxSize": "それぞれ{{size}}MB",
141
+ "progress": "アップロード進捗: {{progress}}%",
142
+ "pending": "アップロード待機中",
143
+ "uploaded": "{{count}}枚の{{type}}をアップロードしました",
144
+ "uploadedSingle": "{{count}}枚の画像をアップロードしました",
145
+ "uploadedMultiple": "{{count}}枚の画像をアップロードしました",
146
+ "failed": "{{fileName}}のアップロードに失敗しました"
147
+ },
148
+ "delete": {
149
+ "ariaLabel": "画像{{index}}を削除",
150
+ "title": "削除 (Delete/Backspace)",
151
+ "failed": "画像の削除に失敗しました"
152
+ },
153
+ "reorder": {
154
+ "ariaLabel": "ドラッグして並べ替え"
155
+ },
156
+ "rotate": {
157
+ "failed": "画像の回転に失敗しました"
158
+ },
159
+ "errors": {
160
+ "maxFiles": "最大{{max}}枚の画像まで許可されています",
161
+ "singleOnly": "画像は1枚のみ許可されています",
162
+ "notImage": "{{fileName}}は画像ではありません",
163
+ "exceedsSize": "{{fileName}}は{{size}}MBの制限を超えています"
164
+ },
165
+ "warnings": {
166
+ "duplicates": "重複した画像をスキップしました: {{files}}"
167
+ },
168
+ "alt": {
169
+ "upload": "アップロード{{index}}",
170
+ "uploaded": "{{label}} {{index}}{{suffix}} (アップロード済み)",
171
+ "pending": "{{label}} {{index}}{{suffix}} (アップロード待機中)"
172
+ }
173
+ },
174
+ "custom": {
175
+ "passwordMatch": "パスワードは一致する必要があります",
176
+ "phoneNumber": "有効な電話番号を入力してください",
177
+ "postalCode": "有効な郵便番号を入力してください",
178
+ "currency": "有効な金額を入力してください",
179
+ "color": "有効なカラーコードを入力してください"
180
+ },
181
+ "filters": {
182
+ "title": "{{entity}}を閲覧 - フィルター",
183
+ "apply": "フィルターを適用",
184
+ "clear": "フィルターをクリア",
185
+ "noResults": "フィルターに一致する結果がありません",
186
+ "selected": "{{count}}件選択"
187
+ },
188
+ "results": {
189
+ "title": {
190
+ "fetching": "取得中...",
191
+ "count_one": "{{count}}件見つかりました",
192
+ "count_other": "{{count}}件見つかりました"
193
+ }
194
+ }
195
+ }
@@ -0,0 +1,195 @@
1
+ {
2
+ "fields": {
3
+ "array": "배열",
4
+ "boolean": "불린",
5
+ "checkbox": "체크박스",
6
+ "date": "날짜",
7
+ "datetime-local": "날짜 및 시간",
8
+ "email": "이메일",
9
+ "file": "파일",
10
+ "geopoint": "위치",
11
+ "image": "이미지",
12
+ "map": "지도",
13
+ "multiselect": "다중 선택",
14
+ "number": "숫자",
15
+ "password": "비밀번호",
16
+ "phone": "전화번호",
17
+ "radio": "라디오 버튼",
18
+ "range": "범위",
19
+ "reference": "참조",
20
+ "select": "선택",
21
+ "tel": "전화번호",
22
+ "text": "텍스트",
23
+ "textarea": "텍스트 영역",
24
+ "timestamp": "타임스탬프",
25
+ "url": "URL",
26
+ "status": "상태",
27
+ "id": "ID",
28
+ "_createdAt": "생성일",
29
+ "_updatedAt": "수정일",
30
+ "_createdById": "생성자",
31
+ "_updatedById": "수정자"
32
+ },
33
+ "text": {
34
+ "required": "{{field}}은(는) 필수입니다",
35
+ "minLength": "{{field}}은(는) 최소 {{min}}자 이상이어야 합니다",
36
+ "maxLength": "{{field}}은(는) {{max}}자를 초과할 수 없습니다",
37
+ "email": "유효한 이메일 주소를 입력해 주세요",
38
+ "url": "유효한 URL을 입력해 주세요",
39
+ "matches": "{{field}}은(는) 패턴 {{pattern}}과 일치해야 합니다",
40
+ "unique": "{{field}}은(는) 고유해야 합니다",
41
+ "alphanumeric": "{{field}}은(는) 문자와 숫자만 포함해야 합니다",
42
+ "lettersOnly": "{{field}}은(는) 문자만 포함해야 합니다"
43
+ },
44
+ "number": {
45
+ "required": "{{field}}은(는) 필수입니다",
46
+ "min": "{{field}}은(는) 최소 {{min}} 이상이어야 합니다",
47
+ "max": "{{field}}은(는) {{max}}을(를) 초과할 수 없습니다",
48
+ "integer": "{{field}}은(는) 정수여야 합니다",
49
+ "positive": "{{field}}은(는) 양수여야 합니다",
50
+ "negative": "{{field}}은(는) 음수여야 합니다",
51
+ "between": "{{field}}은(는) {{min}}과 {{max}} 사이여야 합니다",
52
+ "precision": "{{field}}은(는) 최대 {{precision}}자리 소수점을 가져야 합니다"
53
+ },
54
+ "date": {
55
+ "required": "{{field}}은(는) 필수입니다",
56
+ "min": "{{field}}은(는) {{min}} 이후여야 합니다",
57
+ "max": "{{field}}은(는) {{max}} 이전이어야 합니다",
58
+ "between": "{{field}}은(는) {{min}}과 {{max}} 사이여야 합니다",
59
+ "format": "유효한 날짜를 입력해 주세요",
60
+ "future": "{{field}}은(는) 미래여야 합니다",
61
+ "past": "{{field}}은(는) 과거여야 합니다",
62
+ "today": "{{field}}은(는) 오늘이어야 합니다"
63
+ },
64
+ "select": {
65
+ "required": "{{field}}을(를) 선택해 주세요",
66
+ "invalid": "{{field}}에 대한 잘못된 선택입니다",
67
+ "min": "최소 {{min}}개의 옵션을 선택해 주세요",
68
+ "max": "최대 {{max}}개의 옵션만 선택할 수 있습니다"
69
+ },
70
+ "boolean": {
71
+ "required": "{{field}}을(를) 선택해야 합니다"
72
+ },
73
+ "array": {
74
+ "required": "최소 하나의 {{field}}이(가) 필요합니다",
75
+ "minItems": "최소 {{min}}개의 {{field}}을(를) 선택해 주세요",
76
+ "maxItems": "{{max}}개 이상의 {{field}}을(를) 선택할 수 없습니다",
77
+ "uniqueItems": "모든 {{field}}은(는) 고유해야 합니다"
78
+ },
79
+ "file": {
80
+ "required": "파일을 선택해 주세요",
81
+ "maxSize": "파일 크기는 {{max}}을(를) 초과할 수 없습니다",
82
+ "minSize": "파일 크기는 최소 {{min}} 이상이어야 합니다",
83
+ "type": "파일 유형은 {{types}}이어야 합니다",
84
+ "dimensions": "이미지 크기는 {{width}}x{{height}}이어야 합니다",
85
+ "upload": {
86
+ "ariaLabel": "파일 업로드",
87
+ "ariaLabelSingle": "파일 업로드",
88
+ "ariaLabelMultiple": "파일 업로드",
89
+ "dragDropSingle": "드래그 앤 드롭, 붙여넣기 또는 클릭하여 파일 업로드",
90
+ "dragDropMultiple": "드래그 앤 드롭, 붙여넣기 또는 클릭하여 파일 업로드"
91
+ },
92
+ "delete": {
93
+ "ariaLabel": "파일 삭제",
94
+ "failed": "파일 삭제 실패"
95
+ },
96
+ "errors": {
97
+ "maxFiles": "최대 {{max}}파일까지 허용됩니다",
98
+ "exceedsSize": "{{fileName}}은(는) {{size}}MB 제한을 초과합니다"
99
+ }
100
+ },
101
+ "document": {
102
+ "upload": {
103
+ "ariaLabel": "문서 업로드",
104
+ "hint": "드래그 앤 드롭, 붙여넣기 또는 클릭하여 문서 업로드"
105
+ },
106
+ "delete": {
107
+ "ariaLabel": "문서 삭제",
108
+ "failed": "문서 삭제 실패"
109
+ },
110
+ "preview": {
111
+ "ariaLabel": "문서 미리보기",
112
+ "title": "문서 미리보기"
113
+ },
114
+ "errors": {
115
+ "maxFiles": "최대 {{max}}문서까지 허용됩니다",
116
+ "invalidType": "유효하지 않은 문서 유형: {{fileName}}",
117
+ "exceedsSize": "{{fileName}}은(는) {{size}}MB 제한을 초과합니다"
118
+ }
119
+ },
120
+ "image": {
121
+ "undo": {
122
+ "ariaLabel": "마지막 작업 실행 취소",
123
+ "title": "실행 취소 (Ctrl+Z)"
124
+ },
125
+ "redo": {
126
+ "ariaLabel": "마지막 작업 다시 실행",
127
+ "title": "다시 실행 (Ctrl+Shift+Z)"
128
+ },
129
+ "upload": {
130
+ "ariaLabel": "{{type}} 업로드",
131
+ "ariaLabelSingle": "이미지 업로드",
132
+ "ariaLabelMultiple": "이미지 업로드",
133
+ "selectAriaLabel": "업로드할 {{type}} 선택",
134
+ "selectAriaLabelSingle": "업로드할 이미지 선택",
135
+ "selectAriaLabelMultiple": "업로드할 이미지 선택",
136
+ "dropzone": "드래그 앤 드롭, 붙여넣기 또는 클릭하여 {{type}} 업로드",
137
+ "dropzoneSingle": "드래그 앤 드롭, 붙여넣기 또는 클릭하여 이미지 업로드",
138
+ "dropzoneMultiple": "드래그 앤 드롭, 붙여넣기 또는 클릭하여 이미지 업로드",
139
+ "maxFiles": "최대 {{max}}개 이미지, 각각 {{size}}MB",
140
+ "maxSize": "각각 {{size}}MB",
141
+ "progress": "업로드 진행률: {{progress}}%",
142
+ "pending": "업로드 대기 중",
143
+ "uploaded": "{{count}}개의 {{type}} 업로드됨",
144
+ "uploadedSingle": "{{count}}개의 이미지 업로드됨",
145
+ "uploadedMultiple": "{{count}}개의 이미지 업로드됨",
146
+ "failed": "{{fileName}} 업로드 실패"
147
+ },
148
+ "delete": {
149
+ "ariaLabel": "이미지 {{index}} 삭제",
150
+ "title": "삭제 (Delete/Backspace)",
151
+ "failed": "이미지 삭제 실패"
152
+ },
153
+ "reorder": {
154
+ "ariaLabel": "드래그하여 재정렬"
155
+ },
156
+ "rotate": {
157
+ "failed": "이미지 회전 실패"
158
+ },
159
+ "errors": {
160
+ "maxFiles": "최대 {{max}}개의 이미지가 허용됩니다",
161
+ "singleOnly": "이미지는 하나만 허용됩니다",
162
+ "notImage": "{{fileName}}은(는) 이미지가 아닙니다",
163
+ "exceedsSize": "{{fileName}}은(는) {{size}}MB 제한을 초과합니다"
164
+ },
165
+ "warnings": {
166
+ "duplicates": "중복된 이미지 건너뜀: {{files}}"
167
+ },
168
+ "alt": {
169
+ "upload": "업로드 {{index}}",
170
+ "uploaded": "{{label}} {{index}}{{suffix}} (업로드됨)",
171
+ "pending": "{{label}} {{index}}{{suffix}} (업로드 대기 중)"
172
+ }
173
+ },
174
+ "custom": {
175
+ "passwordMatch": "비밀번호가 일치해야 합니다",
176
+ "phoneNumber": "유효한 전화번호를 입력해 주세요",
177
+ "postalCode": "유효한 우편번호를 입력해 주세요",
178
+ "currency": "유효한 금액을 입력해 주세요",
179
+ "color": "유효한 색상 코드를 입력해 주세요"
180
+ },
181
+ "filters": {
182
+ "title": "{{entity}} 찾아보기 - 필터",
183
+ "apply": "필터 적용",
184
+ "clear": "필터 지우기",
185
+ "noResults": "필터와 일치하는 결과가 없습니다",
186
+ "selected": "{{count}}개 선택됨"
187
+ },
188
+ "results": {
189
+ "title": {
190
+ "fetching": "가져오는 중...",
191
+ "count_one": "{{count}}개 발견됨",
192
+ "count_other": "{{count}}개 발견됨"
193
+ }
194
+ }
195
+ }
@@ -1,11 +1,11 @@
1
- {
2
- "connectServices": "ربط الخدمات",
3
- "chooseService": "اختر خدمة للربط مع حسابك",
4
- "noProvidersEnabled": "لا توجد مزودات OAuth",
5
- "noProvidersMessage": "لا توجد مزودات OAuth مفعلة حالياً. يرجى التحقق من تكوينك.",
6
- "checkConfiguration": "يرجى التحقق من تكوين مزود OAuth.",
7
- "noProviders": "لا توجد مزودات OAuth",
8
- "aria": {
9
- "connectionOptions": "خيارات ربط OAuth"
10
- }
11
- }
1
+ {
2
+ "connectServices": "ربط الخدمات",
3
+ "chooseService": "اختر خدمة للربط مع حسابك",
4
+ "noProvidersEnabled": "لا توجد مزودات OAuth",
5
+ "noProvidersMessage": "لا توجد مزودات OAuth مفعلة حالياً. يرجى التحقق من تكوينك.",
6
+ "checkConfiguration": "يرجى التحقق من تكوين مزود OAuth.",
7
+ "noProviders": "لا توجد مزودات OAuth",
8
+ "aria": {
9
+ "connectionOptions": "خيارات ربط OAuth"
10
+ }
11
+ }
@@ -1,11 +1,11 @@
1
- {
2
- "connectServices": "Dienste verbinden",
3
- "chooseService": "Wählen Sie einen Dienst aus, der mit Ihrem Konto verbunden werden soll",
4
- "noProvidersEnabled": "Keine OAuth-Anbieter",
5
- "noProvidersMessage": "Derzeit sind keine OAuth-Anbieter aktiviert. Bitte überprüfen Sie Ihre Konfiguration.",
6
- "checkConfiguration": "Bitte überprüfen Sie Ihre OAuth-Anbieterkonfiguration.",
7
- "noProviders": "Keine OAuth-Anbieter",
8
- "aria": {
9
- "connectionOptions": "OAuth-Verbindungsoptionen"
10
- }
11
- }
1
+ {
2
+ "connectServices": "Dienste verbinden",
3
+ "chooseService": "Wählen Sie einen Dienst aus, der mit Ihrem Konto verbunden werden soll",
4
+ "noProvidersEnabled": "Keine OAuth-Anbieter",
5
+ "noProvidersMessage": "Derzeit sind keine OAuth-Anbieter aktiviert. Bitte überprüfen Sie Ihre Konfiguration.",
6
+ "checkConfiguration": "Bitte überprüfen Sie Ihre OAuth-Anbieterkonfiguration.",
7
+ "noProviders": "Keine OAuth-Anbieter",
8
+ "aria": {
9
+ "connectionOptions": "OAuth-Verbindungsoptionen"
10
+ }
11
+ }
@@ -1,11 +1,11 @@
1
- {
2
- "connectServices": "Connect Services",
3
- "chooseService": "Choose a service to connect with your account",
4
- "noProvidersEnabled": "No OAuth Providers",
5
- "noProvidersMessage": "No OAuth providers are currently enabled. Please check your configuration.",
6
- "checkConfiguration": "Please check your OAuth provider configuration.",
7
- "noProviders": "No OAuth Providers",
8
- "aria": {
9
- "connectionOptions": "OAuth connection options"
10
- }
11
- }
1
+ {
2
+ "connectServices": "Connect Services",
3
+ "chooseService": "Choose a service to connect with your account",
4
+ "noProvidersEnabled": "No OAuth Providers",
5
+ "noProvidersMessage": "No OAuth providers are currently enabled. Please check your configuration.",
6
+ "checkConfiguration": "Please check your OAuth provider configuration.",
7
+ "noProviders": "No OAuth Providers",
8
+ "aria": {
9
+ "connectionOptions": "OAuth connection options"
10
+ }
11
+ }
@@ -1,11 +1,11 @@
1
- {
2
- "connectServices": "Conectar servicios",
3
- "chooseService": "Elija un servicio para conectar con su cuenta",
4
- "noProvidersEnabled": "Sin proveedores OAuth",
5
- "noProvidersMessage": "Actualmente no hay proveedores OAuth habilitados. Verifique su configuración.",
6
- "checkConfiguration": "Verifique la configuración de su proveedor OAuth.",
7
- "noProviders": "Sin proveedores OAuth",
8
- "aria": {
9
- "connectionOptions": "Opciones de conexión OAuth"
10
- }
11
- }
1
+ {
2
+ "connectServices": "Conectar servicios",
3
+ "chooseService": "Elija un servicio para conectar con su cuenta",
4
+ "noProvidersEnabled": "Sin proveedores OAuth",
5
+ "noProvidersMessage": "Actualmente no hay proveedores OAuth habilitados. Verifique su configuración.",
6
+ "checkConfiguration": "Verifique la configuración de su proveedor OAuth.",
7
+ "noProviders": "Sin proveedores OAuth",
8
+ "aria": {
9
+ "connectionOptions": "Opciones de conexión OAuth"
10
+ }
11
+ }
@@ -1,11 +1,11 @@
1
- {
2
- "connectServices": "Connecter les services",
3
- "chooseService": "Choisissez un service à connecter avec votre compte",
4
- "noProvidersEnabled": "Aucun fournisseur OAuth",
5
- "noProvidersMessage": "Aucun fournisseur OAuth n'est actuellement activé. Veuillez vérifier votre configuration.",
6
- "checkConfiguration": "Veuillez vérifier la configuration de votre fournisseur OAuth.",
7
- "noProviders": "Aucun fournisseur OAuth",
8
- "aria": {
9
- "connectionOptions": "Options de connexion OAuth"
10
- }
11
- }
1
+ {
2
+ "connectServices": "Connecter les services",
3
+ "chooseService": "Choisissez un service à connecter avec votre compte",
4
+ "noProvidersEnabled": "Aucun fournisseur OAuth",
5
+ "noProvidersMessage": "Aucun fournisseur OAuth n'est actuellement activé. Veuillez vérifier votre configuration.",
6
+ "checkConfiguration": "Veuillez vérifier la configuration de votre fournisseur OAuth.",
7
+ "noProviders": "Aucun fournisseur OAuth",
8
+ "aria": {
9
+ "connectionOptions": "Options de connexion OAuth"
10
+ }
11
+ }
@@ -1,11 +1,11 @@
1
- {
2
- "connectServices": "Collega servizi",
3
- "chooseService": "Scegli un servizio da collegare al tuo account",
4
- "noProvidersEnabled": "Nessun provider OAuth",
5
- "noProvidersMessage": "Attualmente non ci sono provider OAuth abilitati. Controlla la tua configurazione.",
6
- "checkConfiguration": "Controlla la configurazione del tuo provider OAuth.",
7
- "noProviders": "Nessun provider OAuth",
8
- "aria": {
9
- "connectionOptions": "Opzioni di connessione OAuth"
10
- }
11
- }
1
+ {
2
+ "connectServices": "Collega servizi",
3
+ "chooseService": "Scegli un servizio da collegare al tuo account",
4
+ "noProvidersEnabled": "Nessun provider OAuth",
5
+ "noProvidersMessage": "Attualmente non ci sono provider OAuth abilitati. Controlla la tua configurazione.",
6
+ "checkConfiguration": "Controlla la configurazione del tuo provider OAuth.",
7
+ "noProviders": "Nessun provider OAuth",
8
+ "aria": {
9
+ "connectionOptions": "Opzioni di connessione OAuth"
10
+ }
11
+ }
@@ -1,11 +1,11 @@
1
- {
2
- "connectServices": "サービスを接続",
3
- "chooseService": "アカウントに接続するサービスを選択してください",
4
- "noProvidersEnabled": "OAuthプロバイダーなし",
5
- "noProvidersMessage": "現在有効なOAuthプロバイダーがありません。設定を確認してください。",
6
- "checkConfiguration": "OAuthプロバイダーの設定を確認してください。",
7
- "noProviders": "OAuthプロバイダーなし",
8
- "aria": {
9
- "connectionOptions": "OAuth接続オプション"
10
- }
11
- }
1
+ {
2
+ "connectServices": "サービスを接続",
3
+ "chooseService": "アカウントに接続するサービスを選択してください",
4
+ "noProvidersEnabled": "OAuthプロバイダーなし",
5
+ "noProvidersMessage": "現在有効なOAuthプロバイダーがありません。設定を確認してください。",
6
+ "checkConfiguration": "OAuthプロバイダーの設定を確認してください。",
7
+ "noProviders": "OAuthプロバイダーなし",
8
+ "aria": {
9
+ "connectionOptions": "OAuth接続オプション"
10
+ }
11
+ }
@@ -1,11 +1,11 @@
1
- {
2
- "connectServices": "서비스 연결",
3
- "chooseService": "계정과 연결할 서비스를 선택하세요",
4
- "noProvidersEnabled": "OAuth 제공자 없음",
5
- "noProvidersMessage": "현재 활성화된 OAuth 제공자가 없습니다. 구성을 확인해 주세요.",
6
- "checkConfiguration": "OAuth 제공자 구성을 확인해 주세요.",
7
- "noProviders": "OAuth 제공자 없음",
8
- "aria": {
9
- "connectionOptions": "OAuth 연결 옵션"
10
- }
11
- }
1
+ {
2
+ "connectServices": "서비스 연결",
3
+ "chooseService": "계정과 연결할 서비스를 선택하세요",
4
+ "noProvidersEnabled": "OAuth 제공자 없음",
5
+ "noProvidersMessage": "현재 활성화된 OAuth 제공자가 없습니다. 구성을 확인해 주세요.",
6
+ "checkConfiguration": "OAuth 제공자 구성을 확인해 주세요.",
7
+ "noProviders": "OAuth 제공자 없음",
8
+ "aria": {
9
+ "connectionOptions": "OAuth 연결 옵션"
10
+ }
11
+ }