@acorex/platform-generator 21.0.0-next.1 → 21.0.0-next.10

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@acorex/platform-generator",
3
- "version": "21.0.0-next.1",
3
+ "version": "21.0.0-next.10",
4
4
  "peerDependencies": {
5
- "@acorex/modules": "21.0.0-next.1"
5
+ "@acorex/modules": "21.0.0-next.10"
6
6
  },
7
7
  "type": "commonjs",
8
8
  "main": "./src/index.js",
@@ -185,5 +185,17 @@
185
185
  "title": "Authentication Successful!",
186
186
  "description": "Redirecting you to your dashboard..."
187
187
  }
188
+ },
189
+ "challenge": {
190
+ "title": "Security Verification",
191
+ "enter-code": "Enter the code shown above",
192
+ "placeholder": "Enter code...",
193
+ "refresh": "Get new image",
194
+ "required": "Please complete the security verification",
195
+ "invalid": "Invalid code. Please try again.",
196
+ "expired": "Challenge expired. Please request a new one.",
197
+ "loading": "Loading challenge...",
198
+ "error": "Failed to load challenge. Please try again.",
199
+ "hint": "Type the characters you see in the image"
188
200
  }
189
201
  }
@@ -185,5 +185,17 @@
185
185
  "title": "احراز هویت موفق!",
186
186
  "description": "در حال هدایت شما به داشبورد..."
187
187
  }
188
+ },
189
+ "challenge": {
190
+ "title": "تأیید امنیتی",
191
+ "enter-code": "کد نمایش داده شده را وارد کنید",
192
+ "placeholder": "کد را وارد کنید...",
193
+ "refresh": "دریافت تصویر جدید",
194
+ "required": "لطفاً تأیید امنیتی را تکمیل کنید",
195
+ "invalid": "کد نامعتبر است. لطفاً دوباره تلاش کنید.",
196
+ "expired": "کد منقضی شده است. لطفاً کد جدید درخواست کنید.",
197
+ "loading": "در حال بارگذاری...",
198
+ "error": "خطا در بارگذاری. لطفاً دوباره تلاش کنید.",
199
+ "hint": "کاراکترهایی که در تصویر می‌بینید را وارد کنید"
188
200
  }
189
201
  }