gentiq 0.7.26 → 0.7.28

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.
@@ -118,7 +118,8 @@ declare const _default: {
118
118
  "subtitle": "Manage global configuration for application appearance and behavior.",
119
119
  "sections": {
120
120
  "general": "Basic Information",
121
- "chat": "Chat Experience"
121
+ "chat": "Chat Experience",
122
+ "user_billing": "User & Billing"
122
123
  },
123
124
  "general": {
124
125
  "app_name": "App Name",
@@ -157,6 +158,11 @@ declare const _default: {
157
158
  "inner_fields_modes": "Inner Fields Visibility",
158
159
  "inner_fields_modes_help": "Configure visibility for individual fields within each tab."
159
160
  },
161
+ "user_billing": {
162
+ "initial_balance_tokens": "Default Initial Tokens",
163
+ "initial_balance_requests": "Default Initial Requests",
164
+ "initial_balance_help": "These values will be assigned to new users by default if not specified during creation."
165
+ },
160
166
  "save_success": "Settings saved successfully",
161
167
  "save_error": "Failed to save settings",
162
168
  "save": "Save Changes",
@@ -240,6 +246,7 @@ declare const _default: {
240
246
  "token_copied": "Token copied successfully",
241
247
  "no_token": "No token found for this user",
242
248
  "recharge": "Recharge Balance",
249
+ "full_charge": "Full Charge",
243
250
  "update_balance": "Update Balance",
244
251
  "update_balance_for": "Update Balance for",
245
252
  "token_count": "Token Count",
@@ -117,7 +117,8 @@ declare const _default: {
117
117
  "subtitle": "پیکربندی کلی ظاهر و رفتار سامانه را مدیریت کنید.",
118
118
  "sections": {
119
119
  "general": "اطلاعات پایه",
120
- "chat": "تنظیمات گفتگو"
120
+ "chat": "تنظیمات گفتگو",
121
+ "user_billing": "کاربری و مالی"
121
122
  },
122
123
  "general": {
123
124
  "app_name": "نام سامانه",
@@ -156,6 +157,11 @@ declare const _default: {
156
157
  "inner_fields_modes": "مشاهده‌پذیری فیلدهای داخلی",
157
158
  "inner_fields_modes_help": "وضعیت نمایش فیلدهای هر تب را به‌صورت مجزا پیکربندی کنید."
158
159
  },
160
+ "user_billing": {
161
+ "initial_balance_tokens": "توکن اولیه پیش‌فرض",
162
+ "initial_balance_requests": "تعداد درخواست اولیه پیش‌فرض",
163
+ "initial_balance_help": "این مقادیر به‌صورت خودکار به کاربران جدید اختصاص داده می‌شوند، مگر اینکه هنگام ایجاد کاربر مقدار دیگری تعیین شود."
164
+ },
159
165
  "save_success": "تنظیمات با موفقیت ذخیره شد",
160
166
  "save_error": "خطا در ذخیره‌سازی تنظیمات",
161
167
  "save": "ذخیره تغییرات",
@@ -239,6 +245,7 @@ declare const _default: {
239
245
  "token_copied": "توکن با موفقیت کپی شد",
240
246
  "no_token": "توکنی برای این کاربر یافت نشد",
241
247
  "recharge": "شارژ موجودی",
248
+ "full_charge": "شارژ کامل",
242
249
  "update_balance": "بروزرسانی موجودی",
243
250
  "update_balance_for": "بروزرسانی موجودی",
244
251
  "token_count": "تعداد توکن",
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "provenance": true
11
11
  },
12
12
  "description": "React UI library for the Gentiq AI framework.",
13
- "version": "0.7.26",
13
+ "version": "0.7.28",
14
14
  "type": "module",
15
15
  "files": [
16
16
  "dist"