data-primals-engine 1.0.6 → 1.0.8

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/src/i18n.js CHANGED
@@ -6,6 +6,1169 @@ export const translations = {
6
6
  fr: {
7
7
  translation: {
8
8
 
9
+ "field_return_status_hint": "Le statut actuel de la demande de retour (ex: Demandé, Approuvé, Remboursé).",
10
+ "field_workflowRun_completedAt_hint": "Horodatage de la fin de l'exécution (réussie ou échouée).",
11
+ "field_employee_socialSecurityNumber_hint": "Numéro de sécurité sociale de l'employé.",
12
+ // shipment
13
+ "field_shipment_order_hint": "La commande associée à cette expédition.",
14
+ "field_shipment_trackingNumber_hint": "Le numéro de suivi fourni par le transporteur.",
15
+ "field_shipment_carrier_hint": "Le nom du transporteur (ex: Chronopost, UPS, FedEx).",
16
+ "field_shipment_status_hint": "Le statut actuel de l'expédition (ex: En transit, Livré, Proble).",
17
+ "field_shipment_estimatedDeliveryDate_hint": "La date de livraison estimée par le transporteur.",
18
+ "field_shipment_actualDeliveryDate_hint": "La date et l'heure réelles de la livraison.",
19
+
20
+ // invoice
21
+ "field_invoice_order_hint": "La commande uelle cette facture est associée.",
22
+ "field_invoice_invoiceId_hint": "L'identifiant unique de la facture.",
23
+ "field_invoice_invoiceDate_hint": "La date d'émission de la facture.",
24
+ "field_invoice_dueDate_hint": "La date d'échéance pour le paiement de la facture.",
25
+ "field_invoice_status_hint": "Le statut de paiement de la facture (ex: Payée, Non payée, Partiellement payée).",
26
+
27
+ // userSubscription
28
+ "field_userSubscription_price_hint": "Le prix payé pour chaque cycle de facturation.",
29
+ "field_userSubscription_currency_hint": "La devise du prix de l'abonnement.",
30
+ "field_userSubscription_paymentMethod_hint": "La méthode de paiement utilisée pour l'abonnement.",
31
+ "field_userSubscription_billingCycleAnchor_hint": "La date de référence pour le début du cycle de facturation.",
32
+ "field_userSubscription_nextBillingDate_hint": "La date du prochain prélèvement prévu.",
33
+ "field_userSubscription_lastBillingDate_hint": "La date du dernier prélèvement effectué.",
34
+ "field_userSubscription_cancelReason_hint": "La raison de l'annulation de l'abonnement, si fournie.",
35
+
36
+ // message
37
+ "field_message_sender_hint": "L'expéditeur du message (peut être un utilisateur ou le système).",
38
+ "field_message_recipient_hint": "Le destinataire du message.",
39
+ "field_message_lang_hint": "La langue dans laquelle le message doit être envoyé.",
40
+ "field_message_subject_hint": "Le sujet du message (ex: titre d'un email).",
41
+ "field_message_content_hint": "Le contenu complet du message, qui peut inclure du HTML.",
42
+ "field_message_channels_hint": "Les canaux par lesquels ce message a été ou sera envoyé.",
43
+ "field_message_status_hint": "Le statut de livraison du message (ex: En attente, Envoyé, Lu).",
44
+ "field_message_sentAt_hint": "La date et l'heure d'envoi du message.",
45
+ "field_message_readAt_hint": "La date et l'heure de lecture du message par le destinataire.",
46
+ "field_message_type_hint": "Un type interne pour catégoriser le message (ex: 'commande.confirmation').",
47
+ "field_message_priority_hint": "La priorité du message, pour gérer les files d'attente d'envoi.",
48
+
49
+ "field_user_gender_hint": "Le genre de l'utilisateur.",
50
+ "field_user_profilePicture_hint": "La photo de profil de l'utilisateur.",
51
+
52
+ "field_employee_employeeId_hint": "Identifiant unique de l'employé au sein de l'entreprise.",
53
+ "field_employee_personalInfo_hint": "Relation vers la fiche de l'utilisateur contenant les informations de base (nom, email, etc.).",
54
+ "field_employee_jobTitle_hint": "Le poste officiel de l'employé (ex: Développeur, Chef de projet).",
55
+ "field_employee_manager_hint": "Relation vers le manager ou supérieur hirchique direct de l'employé.",
56
+ "field_employee_workLocation_hint": "Le lieu de travail principal de l'employé.",
57
+ "field_employee_employmentType_hint": "Le type de contrat de l'employé (ex: Temps plein, Temps partiel, Stagiaire).",
58
+ "field_employee_emergencyContact_hint": "Personne à contacter en cas d'urgence.",
59
+ "field_employee_homeAddress_hint": "Adresse personnelle de l'employé.",
60
+ "field_employee_dateOfBirth_hint": "Date de naissance de l'employé.",
61
+ "field_employee_nationality_hint": "Nationalité de l'employé.",
62
+ "field_employee_nationalId_hint": "Numéro de la carte d'identité nationale ou équivalent.",
63
+ "field_employee_taxId_hint": "Numéro d'identification fiscale de l'employé.",
64
+ "field_employee_startDate_hint": "Date de début du contrat de travail.",
65
+ "field_employee_endDate_hint": "Date de fin du contrat de travail (si applicable).",
66
+ "field_employee_contractType_hint": "Type de contrat (ex: CDI, CDD).",
67
+ "field_employee_salaryCurrency_hint": "La devise dans laquelle le salaire est versé.",
68
+ "field_employee_payFrequency_hint": "La fréquence à laquelle le salaire est payé (ex: Mensuel, Hebdomadaire).",
69
+ "field_employee_bankAccountNumber_hint": "Numéro du compte bancaire pour le versement du salaire.",
70
+ "field_employee_bankName_hint": "Nom de la banque de l'employé.",
71
+ "field_employee_iban_hint": "IBAN du compte bancaire de l'employé.",
72
+ "field_employee_swiftBic_hint": "Code SWIFT/BIC de la banque de l'employé.",
73
+ "field_employee_workPermitNumber_hint": "Numéro du permis de travail (si applicable).",
74
+ "field_employee_workPermitExpiry_hint": "Date d'expiration du permis de travail.",
75
+ "field_employee_visaType_hint": "Type de visa de travail (si applicable).",
76
+ "field_employee_visaExpiry_hint": "Date d'expiration du visa.",
77
+ "field_employee_skills_hint": "Liste des compétences et qualifications de l'employé.",
78
+ "field_workflowStep_actions_hint": "Les actions principales effectuées par cette étape.",
79
+ "field_workflowAction_targetSelector_hint": "Expression JSON (format MongoDB $match) pour filtrer le ou les documents cibles.",
80
+ "field_workflowAction_emailRecipients_hint": "Destinataire(s) de l'e-mail. Peut être une adresse, plusieurs adresses séparées par des virgules, ou une variable comme {triggerData.client.email}.",
81
+ "field_workflowAction_emailSubject_hint": "Sujet de l'e-mail. Peut contenir des variables comme {triggerData.orderId}.",
82
+ "field_workflowAction_emailContent_hint": "Contenu de l'e-mail. Peut contenir des variables et du HTML.",
83
+ "field_workflowAction_aiProvider_hint": "Le fournisseur de Grand Modèle de Langage (LLM) à utiliser pour la génération.",
84
+ "field_workflowAction_aiModel_hint": "Le modèle spécifique à utiliser (ex: gpt-4o-mini, gemini-1.5-pro-latest).",
85
+ "field_workflowAction_prompt_hint": "Le modèle de prompt. Utilisez des variables comme {triggerData.field} ou {context.variable} pour insérer des données dynamiques.",
86
+ "field_workflowRun_startedAt_hint": "Horodatage du début de l'exécution du workflow.",
87
+ // imageGallery
88
+ "field_imageGallery_tags_hint": "Tags ou catégories pour organiser les galeries (optionnel).",
89
+ "field_imageGallery_createdAt_hint": "Date de création de la galerie (généralement géré par le système).",
90
+
91
+ // kpi
92
+ "field_kpi_targetModel_hint": "Nom du modèle sur lequel calculer le KPI (ex: order).",
93
+ "field_kpi_matchFormula_hint": "Filtre JSON (MongoDB $match) à appliquer avant l'agrégation (ex: { \"status\": \"delivered\" }).",
94
+ "field_kpi_showTotal_hint": "Afficher le total.",
95
+ "field_kpi_showPercentTotal_hint": "Afficher le total en %.",
96
+ "field_kpi_totalMatchFormula_hint": "Formule pour le total (utilisée pour le calcul du pourcentage).",
97
+ "field_kpi_icon_hint": "Nom de l'icône (ex: FaUsers, FaShoppingCart).",
98
+ "field_kpi_order_hint": "Ordre d'affichage sur un tableau de bord.",
99
+ "field_kpi_color_hint": "Couleur associée au KPI.",
100
+
101
+ // dashboard
102
+ "field_dashboard_settings_hint": "Paramètres JSON pour le tableau de bord, comme la plage de temps par défaut ('defaultTimeRange') ou l'intervalle de rafraîchissement en secondes ('refreshInterval').",
103
+ "field_dashboard_isDefault_hint": "Si coché, ce tableau de bord est affiché par défaut pour l'utilisateur.",
104
+
105
+ // event (suite)
106
+ "field_event_currency_hint": "La devise pour le prix (ex: EUR, USD).",
107
+ "field_event_registrationDeadline_hint": "La date limite à laquelle les participants doivent s'inscrire à l'événement.",
108
+ "field_event_attendees_hint": "Une relation vers les contacts participant à l'événement.",
109
+ "field_event_sponsors_hint": "Liste des sponsors ou partenaires impliqués dans l'événement.",
110
+
111
+ // workflowTrigger
112
+ "field_workflowTrigger_workflow_hint": "Le workflow auquel ce déclencheur appartient.",
113
+ "field_workflowTrigger_dataFilter_hint": "Conditions optionnelles vérifiées sur les données avant de lancer le workflow.",
114
+ "field_workflowTrigger_env_hint": "Variables d'environnement (paires clé/valeur JSON) disponibles dans le workflow.",
115
+ "field_workflowTrigger_cronExpression_hint": "Expression Cron pour la planification (ex: '0 9 * * 1' pour Lundi 9h).",
116
+
117
+ // workflowStep
118
+ "field_workflowStep_workflow_hint": "Le workflow auquel cette étape appartient.",
119
+ "field_workflowStep_name_hint": "Nom descriptif optionnel pour l'étape (ex: 'Vérifier l'inventaire', 'Envoyer l'email de confirmation').",
120
+ "field_workflowStep_conditions_hint": "Conditions optionnelles vérifiées avant d'exécuter l'action de l's actions principales effectuées par cette étape.",
121
+ "field_workflowStep_onSuccessStep_hint": "Optionnel : L'étape suivante si l'action de cette étape réussit.",
122
+ "field_workflowStep_onFailureStep_hint": "Optionnel : L'étape suivante si les conditions ou l'action échouent.",
123
+ "field_workflowStep_isTerminal_hint": "Indique si cette étape marque la fin d'un chemin du workflow.",
124
+
125
+ // workflowAction
126
+ "field_workflowAction_name_hint": "Nom de l'action (ex: 'Mettre à jour le statut', 'Envoyer un Email', 'Appeler une API').",
127
+ "field_workflowAction_type_hint": "Le type d'opération à effectuer.",
128
+ "field_workflowAction_targetModel_hint": "Le modèle de données ltrer le ou les documents cibles.",
129
+ "field_workflowAction_fieldsToUpdate_hint": "Paires clé-valeur des champs à mettre à jour (ex: { \"status\": \"Validé\" }).",
130
+ "field_workflowAction_dataToCreate_hint": "Objet modèle pour le nouveau document à créer.",
131
+ "field_workflowAction_script_hint": "Le script à exécuter.",
132
+ "field_workflowAction_url_hint": "L'URL du webhook à appeler.",
133
+ "field_workflowAction_method_hint": "La méthode HTTP à utiliser pour l'appel webhook.",
134
+ "field_workflowAction_headers_hint": "Les en-têtes HTTP de la requête webhook (format JSON).",
135
+ "field_workflowAction_body_hint": "Le corps de la requête webhook (format JSON, peut contenir des variables).",
136
+ "field_workflowAction_duration_hint": "La durée de l'attente.",
137
+ "field_workflowAction_durationUnit_hint": "L'unité de temps pour la durée de l'attente.",
138
+
139
+ // workflowRun
140
+ "field_workflowRun_contextData_hint": "Instantané des données ou de l'événement qui a déclenchette exécution.",
141
+ "field_workflowRun_currentStep_hint": "L'étape en cours d'exécution ou en attente.",
142
+ "field_workflowRun_error_hint": "Message d'erreur si l'exécution du workflow a échoué.",
143
+
144
+ // event
145
+ "field_event_title_hint": "Le titre de l'événement.",
146
+ "field_event_description_hint": "Une description détaillée de l'événement, incluant l'agenda, les intervenants, etc.",
147
+ "field_event_startDate_hint": "La date et l'heure de début de l'événement.",
148
+ "field_event_endDate_hint": "La date et l'heure de fin de l'événement.",
149
+ "field_event_location_hint": "Le lieu où se tiendra l'événement (adresse physique ou lien en ligne).",
150
+ "field_event_categories_hint": "Catégories ou tags associés à l'événement (ex: \"conférence\", \"atelier\").",
151
+ "field_event_organizer_hint": "Le nom de l'organisation ou de la personne qui organise l'événement.",
152
+ "field_event_isOnline_hint": "Indique si l'événement est en ligne ou en personne.",
153
+ "field_event_eventUrl_hint": "Un lien vers la page web officielle de l'événement ou la page d'inscription.",
154
+ "field_event_imageUrl_hint": "URL de l'image ou de la bannière de l'événement.",
155
+ "field_event_status_hint": "Le statut actuel de l'événement.",
156
+ "field_event_capacity_hint": "Le nombre maximum de participants autorisés pour l'événement.",
157
+ "field_event_price_hint": "Le prix d'entrée, si applicable.",
158
+
159
+ "field_alert_name_hint": "Nom unique pour identifier l'alerte (ex: 'Alerte stock bas', 'Nouveaux utilisateurs inactifs').",
160
+ "field_alert_targetModel_hint": "Le modèle de données sur lequel cette alerte s'applique.",
161
+ "field_alert_description_hint": "Description de ce que l'alerte surveille et pourquoi.",
162
+ "field_alert_triggerCondition_hint": "La condition qui, si elle est remplie, déclenchera l'alerte.",
163
+ "field_alert_frequency_hint": "À quelle fréquence vérifier si la condition est remplie.",
164
+ "field_alert_lastNotifiedAt_hint": "Timestamp de la dernière notification envoyée pour cette alerte.",
165
+ "field_alert_notificationChannel_hint": "Canal par lequel la notification sera envoyée (dans l'application ou par email).",
166
+ "field_alert_isActive_hint": "Si cette case est cochée, l'alerte est active et vérifiera les conditions.",
167
+ "field_env_name_hint": "Le nom de la variable (ex: OPENAI_API_KEY).",
168
+ "field_env_value_hint": "La valeur de la variable (sera stockée de manière sécurisée et ne sera pas exportée).",
169
+ "field_kpi_aggregationField_hint": "Nom du champ numérique sur lequel appliquer l'agrégation (ex: totalAmount). Non requis pour 'count'.",
170
+ "field_content_category": "Catégorie",
171
+ "field_content_order": "Ordre",
172
+ "field_content_inSitemap": "Dans le sitemap",
173
+ "field_resource_file": "Fichier",
174
+ "field_taxonomy_identifier": "Identifiant",
175
+ "field_taxonomy_order": "Ordre",
176
+ "field_taxonomy_description": "Description",
177
+ "field_review_product": "Produit",
178
+ "field_review_productVariant": "Variante du produit",
179
+ "field_product_slug": "Slug",
180
+ "field_product_seoTitle": "Titre SEO",
181
+ "field_product_seoDescription": "Description SEO",
182
+ "field_productVariant_description": "Description",
183
+ "field_cart_name": "Nom du panier",
184
+ "field_return_channel": "Canal",
185
+ "field_ticket_parent": "Ticket parent",
186
+ "field_accountingExercise_name_hint": "Intitulé de l'exercice comptable",
187
+ "field_accountingLineItem_values_hint": "Valeurs de la ligne comptable",
188
+ "field_accountingEntry_entryDate_hint": "Date de l'écriture",
189
+ "field_accountingEntry_referenceNumber_hint": "Numéro de référence",
190
+ "field_accountingEntry_status_hint": "Statut",
191
+ "field_accountingEntry_createdBy_hint": "Créé par",
192
+ "field_accountingEntry_validatedBy_hint": "Validé par",
193
+ "field_accountingEntry_validationDate_hint": "Date de validation",
194
+ "field_accountingEntry_attachments_hint": "Pièces jointes",
195
+ "field_employee_notes_hint": "Notes additionnelles sur l'employé",
196
+
197
+ // workflow
198
+ "field_workflow_startStep_hint": "La première étape à exécuter lorsque le workflow démarre.",
199
+
200
+
201
+ "field_alert_name": "Nom",
202
+ "field_alert_targetModel": "Modèle cible",
203
+ "field_alert_description": "Description",
204
+ "field_alert_triggerCondition": "Condition de déclenchement",
205
+ "field_alert_frequency": "Fréquence",
206
+ "field_alert_notificationChannel": "Canal de notification",
207
+ "field_alert_isActive": "Actif",
208
+ "field_alert_lastNotifiedAt": "Dernière notification",
209
+ "field_env_name": "Nom",
210
+ "field_env_value": "Valeur",
211
+ "field_event_title": "Titre",
212
+ "field_event_description": "Description",
213
+ "field_event_startDate": "Date de début",
214
+ "field_event_endDate": "Date de fin",
215
+ "field_event_location": "Lieu",
216
+ "field_event_categories": "Catégories",
217
+ "field_event_organizer": "Organisateur",
218
+ "field_event_isOnline": "En ligne",
219
+ "field_event_eventUrl": "URL de l'événement",
220
+ "field_event_imageUrl": "Image",
221
+ "field_event_status": "Statut",
222
+ "field_event_capacity": "Capacité",
223
+ "field_event_price": "Prix",
224
+ "field_event_currency": "Devise",
225
+ "field_event_registrationDeadline": "Date limite d'inscription",
226
+ "field_event_attendees": "Participants",
227
+ "field_event_sponsors": "Sponsors",
228
+ "field_accountingExercise_name": "Nom",
229
+ "field_accountingExercise_companyContact": "Contact entreprise",
230
+ "field_accountingExercise_companyIdentifier": "Identifiant entreprise",
231
+ "field_workflow_startStep": "Étape de départ",
232
+ "field_workflowAction_emailRecipients": "Destinataires",
233
+ "field_workflowAction_emailSubject": "Sujet",
234
+ "field_workflowAction_emailContent": "Contenu",
235
+ "field_workflowAction_aiProvider": "Fournisseur IA",
236
+ "field_workflowAction_aiModel": "Modèle IA",
237
+ "field_workflowAction_prompt": "Prompt",
238
+ "field_workflowRun_startedAt": "Démarré le",
239
+ "field_workflowRun_completedAt": "Terminé le",
240
+
241
+
242
+ "model_budget": "Budget",
243
+ "model_request": "Requêtes",
244
+ "model_imageGallery": "Galerie d'images",
245
+ "model_workflow": "Workflow",
246
+ "model_workflowRun": "Workflow - instances",
247
+ "model_workflowAction": "Workflow - actions",
248
+ "model_workflowStep": "Workflow - étapes",
249
+ "model_workflowTrigger": "Workflow - triggers",
250
+ "model_dashboard": "Dashboards",
251
+ "model_description_dashboard": "Gestion des données brutes des dashboards (layout, options...)",
252
+ model_translation: 'Traductions',
253
+ model_permission: 'Permissions',
254
+ model_order: 'Commandes',
255
+ model_webpage: 'Pages internet',
256
+ model_role: 'Rôles',
257
+ model_user: 'Utilisateurs',
258
+ model_lang: 'Langues',
259
+ model_content: 'Contenus',
260
+ model_token: 'Tokens',
261
+ model_contact: 'Contacts',
262
+ model_currency: 'Monnaies',
263
+ model_resource: 'Ressource web',
264
+ model_product: 'Produits',
265
+ model_discount: 'Promotions',
266
+ model_productVariant: 'Variantes de produits',
267
+ model_cart: 'Paniers',
268
+ model_cartItem: 'Contenu des paniers',
269
+ model_brand: 'Marques',
270
+ model_taxonomy: 'Catégories',
271
+ model_location: 'Lieux',
272
+ model_device: 'Terminaux',
273
+ model_return: 'Retours produits',
274
+ model_review: 'Retours utilisateurs',
275
+ model_stock: 'Stocks de produits',
276
+ model_warehouse: 'Entrepôts',
277
+ model_shipment: 'Expéditions',
278
+ model_ticket: 'Tickets support',
279
+ model_ticketMessage: 'Messages des tickets',
280
+ model_campaign: 'Campagnes marketing',
281
+ model_userSubscription: 'Abonnements',
282
+ model_invoice: 'Factures',
283
+ model_stockAlert: 'Alertes des stocks',
284
+ model_returnItem: 'Produits retournés',
285
+ model_channel: 'Canaux de notification',
286
+ model_message: 'Messages',
287
+ model_kpi: 'Indicateurs KPI',
288
+ field_permission_name: 'Nom',
289
+ field_permission_description: 'Description',
290
+ // budget
291
+ "field_budget_name": "Intitulé",
292
+ "field_budget_amount": "Montant de la transaction",
293
+ "field_budget_currency": "Devise",
294
+ "field_budget_transactionDate": "Date / heure",
295
+ "field_budget_description": "Description",
296
+ "field_budget_paymentMethod": "Moyen de paiement",
297
+ "field_budget_category": "Catégorie",
298
+ "field_budget_isRecurring": "Récurrent ?",
299
+ "field_budget_recurringFrequency": "Fréquence",
300
+ "field_budget_recurringEndDate": "Fin de la récurrence",
301
+ "field_budget_attachments": "Pièces jointes",
302
+ "field_budget_name_hint": "Nom ou description de la transaction (ex: Courses, Salaire Janvier).",
303
+ "field_budget_amount_hint": "Montant de la transaction. Positif pour un revenu, négatif pour une dépense.",
304
+ "field_budget_currency_hint": "Devise de la transaction.",
305
+ "field_budget_transactionDate_hint": "Date à laquelle la transaction a eu lieu.",
306
+ "field_budget_description_hint": "Notes ou détails supplémentaires sur la transaction.",
307
+ "field_budget_paymentMethod_hint": "Méthode de paiement utilisée (ex: Carte de crédit, Espèces, Virement).",
308
+ "field_budget_category_hint": "Catégorie de la transaction (ex: Alimentation, Logement, Transport).",
309
+ "field_budget_isRecurring_hint": "Indique si cette transaction est récurrente.",
310
+ "field_budget_recurringFrequency_hint": "Fréquence de l'opération pour des transactions récurrentes",
311
+ "field_budget_recurringEndDate_hint": "Date de fin de l'opération récurrente",
312
+ "field_budget_attachments_hint": "Pièces jointes (reçus, factures).",
313
+ // role
314
+ field_role_name: 'Nom',
315
+ field_role_permissions: 'Permissions',
316
+ // translation
317
+ field_translation_key: 'Clé',
318
+ field_translation_value: 'Traduction',
319
+ field_translation_html: 'Traduction Html',
320
+ field_translation_lang: 'Langue',
321
+ // locale
322
+ field_lang_name: 'Nom',
323
+ field_lang_code: 'Code',
324
+ // currency
325
+ field_currency_symbol: 'Symbole',
326
+ field_currency_code: 'Code',
327
+ field_currency_name: 'Nom',
328
+ field_currency_exchangeRate: 'Taux de change',
329
+ field_currency_default: 'Par défaut',
330
+ // webpage
331
+ field_webpage_title: 'Titre',
332
+ field_webpage_path: 'Chemin',
333
+ field_webpage_published: 'Publié',
334
+ field_webpage_html: 'Html',
335
+ field_webpage_inSitemap: 'Indexée dans le sitemap',
336
+ field_webpage_description: 'Description',
337
+ field_webpage_keywords: 'Mots-clés',
338
+ field_webpage_image: 'Image',
339
+ field_webpage_category: 'Catégorie',
340
+ // content
341
+ field_content_webpage: 'Page Web',
342
+ field_content_title: 'Titre',
343
+ field_content_slug: 'Slug',
344
+ field_content_published: 'Publié',
345
+ field_content_publishedAt: 'Date de publication',
346
+ field_content_html: 'Html',
347
+ field_content_type: 'Type',
348
+ field_content_keywords: 'Mots-clés',
349
+ field_content_image: 'Image',
350
+ field_content_author: 'Auteur',
351
+ // taxonomy
352
+ field_taxonomy_name: 'Nom',
353
+ field_taxonomy_parent: 'Parent',
354
+ field_taxonomy_type: 'Type',
355
+ // contact
356
+ field_contact_legalName: 'Nom légal',
357
+ field_contact_firstName: 'Prénom',
358
+ field_contact_lastName: 'Nom',
359
+ field_contact_email: 'Email',
360
+ field_contact_phone: 'Téléphone',
361
+ field_contact_location: 'Lieu',
362
+ // location
363
+ field_location_address_1: 'Adresse 1',
364
+ field_location_address_2: 'Adresse 2',
365
+ field_location_address_3: 'Adresse 3',
366
+ field_location_address_4: 'Adresse 4',
367
+ field_location_city: 'Ville',
368
+ field_location_postalCode: 'Code postal',
369
+ field_location_region: 'Région',
370
+ field_location_country: 'Pays',
371
+ field_location_latitude: 'Latitude',
372
+ field_location_longitude: 'Longitude',
373
+ // user
374
+ field_user_username: 'Nom d\'utilisateur',
375
+ field_user_password: 'Mot de passe',
376
+ field_user_contact: 'Contact',
377
+ field_user_roles: 'Rôles',
378
+ field_user_tokens: 'Tokens',
379
+ // token
380
+ field_token_name: 'Nom',
381
+ field_token_value: 'Valeur',
382
+ field_token_lastRefresh: 'Dernier rafraîchissement',
383
+ // brand
384
+ field_brand_name: 'Nom',
385
+ field_brand_logo: 'Logo',
386
+ field_brand_company: 'Entreprise',
387
+ // cart
388
+ field_cart_user: 'Utilisateur',
389
+ field_cart_items: 'Éléments',
390
+ field_cart_creationDate: 'Date de création',
391
+ field_cart_lastUpdate: 'Dernière mise à jour',
392
+ field_cart_active: 'Actif',
393
+ // cartItem
394
+ field_cartItem_product: 'Produit',
395
+ field_cartItem_quantity: 'Quantité',
396
+ field_cartItem_variant: 'Variante',
397
+ // discount
398
+ field_discount_code: 'Code',
399
+ field_discount_productSelection: 'Sélection de produits',
400
+ field_discount_description: 'Description',
401
+ field_discount_percentAmount: 'Pourcentage',
402
+ field_discount_fixedAmount: 'Montant fixe',
403
+ field_discount_minAmount: 'Montant minimum',
404
+ field_discount_minProductQuantity: 'Quantité minimum de produits',
405
+ field_discount_freeProductQuantity: 'Quantité de produits offerts',
406
+ field_discount_startDate: 'Date de début',
407
+ field_discount_endDate: 'Date de fin',
408
+ // order
409
+ field_order_orderId: 'ID de commande',
410
+ field_order_orderDate: 'Date de commande',
411
+ field_order_status: 'Statut',
412
+ field_order_products: 'Produits',
413
+ field_order_customer: 'Client',
414
+ field_order_totalAmount: 'Montant total',
415
+ field_order_currency: 'Monnaie',
416
+ field_order_paymentMethod: 'Mode de paiement',
417
+ field_order_shippingAddress: 'Adresse de livraison',
418
+ field_order_billingAddress: 'Adresse de facturation',
419
+ field_order_shippedDate: 'Date d\'expédition',
420
+ field_order_deliveryDate: 'Date de livraison',
421
+ field_order_discount: 'Promotion',
422
+ // invoice
423
+ field_invoice_order: 'Commande',
424
+ field_invoice_invoiceId: 'ID de facture',
425
+ field_invoice_invoiceDate: 'Date de facture',
426
+ field_invoice_dueDate: 'Date d\'échéance',
427
+ field_invoice_status: 'Statut',
428
+ // resource
429
+ field_resource_source: 'Source',
430
+ // product
431
+ field_product_name: 'Nom',
432
+ field_product_description: 'Description',
433
+ field_product_image: 'Image',
434
+ field_product_price: 'Prix',
435
+ field_product_currency: 'Monnaie',
436
+ field_product_billingFrequency: 'Fréquence de facturation',
437
+ field_product_brand: 'Marque',
438
+ field_product_category: 'Catégorie',
439
+ // productVariant
440
+ field_productVariant_product: 'Produit',
441
+ field_productVariant_size: 'Taille',
442
+ field_productVariant_color: 'Couleur',
443
+ field_productVariant_sku: 'SKU',
444
+ field_productVariant_price: 'Prix',
445
+ field_productVariant_currency: 'Monnaie',
446
+ field_productVariant_stock: 'Stock',
447
+ field_productVariant_image: 'Image',
448
+ // stock
449
+ field_stock_product: 'Produit',
450
+ field_stock_variant: 'Variante',
451
+ field_stock_warehouse: 'Entrepôt',
452
+ field_stock_available: 'Disponible',
453
+ field_stock_reserved: 'Réservé',
454
+ // stockAlert
455
+ field_stockAlert_user: 'Utilisateur',
456
+ field_stockAlert_stock: 'Stock',
457
+ field_stockAlert_threshold: 'Seuil',
458
+ // warehouse
459
+ field_warehouse_name: 'Nom',
460
+ field_warehouse_location: 'Lieu',
461
+ field_warehouse_capacity: 'Capacité',
462
+ // shipment
463
+ field_shipment_order: 'Commande',
464
+ field_shipment_trackingNumber: 'Numéro de suivi',
465
+ field_shipment_carrier: 'Transporteur',
466
+ field_shipment_status: 'Statut',
467
+ field_shipment_estimatedDeliveryDate: 'Date de livraison estimée',
468
+ field_shipment_actualDeliveryDate: 'Date de livraison réelle',
469
+ // userSubscription
470
+ field_userSubscription_user: 'Utilisateur',
471
+ field_userSubscription_product: 'Produit',
472
+ field_userSubscription_startDate: 'Date de début',
473
+ field_userSubscription_endDate: 'Date de fin',
474
+ field_userSubscription_price: 'Prix',
475
+ field_userSubscription_currency: 'Monnaie',
476
+ field_userSubscription_paymentMethod: 'Mode de paiement',
477
+ field_userSubscription_status: 'Statut',
478
+ field_userSubscription_billingCycleAnchor: 'Ancre du cycle de facturation',
479
+ field_userSubscription_nextBillingDate: 'Prochaine date de facturation',
480
+ field_userSubscription_lastBillingDate: 'Dernière date de facturation',
481
+ field_userSubscription_cancelReason: 'Raison de l\'annulation',
482
+ field_userSubscription_autoRenew: 'Renouvellement automatique',
483
+ // ticket
484
+ field_ticket_user: 'Utilisateur',
485
+ field_ticket_order: 'Commande',
486
+ field_ticket_channel: 'Canal',
487
+ field_ticket_subject: 'Sujet',
488
+ field_ticket_message: 'Message',
489
+ field_ticket_status: 'Statut',
490
+ field_ticket_priority: 'Priorité',
491
+ field_ticket_assignedTo: 'Assigné à',
492
+ field_ticket_createdAt: 'Date de création',
493
+ // campaign
494
+ field_campaign_name: 'Nom',
495
+ field_campaign_description: 'Description',
496
+ field_campaign_startDate: 'Date de début',
497
+ field_campaign_endDate: 'Date de fin',
498
+ field_campaign_type: 'Type',
499
+ field_campaign_status: 'Statut',
500
+ field_campaign_budget: 'Budget',
501
+ // device
502
+ field_device_location: 'Lieu',
503
+ field_device_lastLocationUpdate: 'Dernière mise à jour de la position',
504
+ // review
505
+ field_review_user: 'Utilisateur',
506
+ field_review_comment: 'Commentaire',
507
+ field_review_score: 'Note',
508
+ field_review_publishedAt: 'Date de publication',
509
+ // return
510
+ field_return_user: 'Utilisateur',
511
+ field_return_reason: 'Raison',
512
+ field_return_status: 'Statut',
513
+ field_return_amount: 'Montant',
514
+ field_return_currency: 'Monnaie',
515
+ field_return_refundDate: 'Date de remboursement',
516
+ //returnItem
517
+ field_returnItem_return: 'Retour',
518
+ field_returnItem_product: 'Produit',
519
+ field_returnItem_variant: 'Variante',
520
+ field_returnItem_quantity: 'Quantité',
521
+ field_returnItem_condition: 'État',
522
+ //message
523
+ field_message_sender: 'Expéditeur',
524
+ field_message_recipient: 'Destinataire',
525
+ field_message_subject: 'Sujet',
526
+ field_message_content: 'Contenu',
527
+ field_message_channels: 'Canaux',
528
+ field_message_status: 'Statut',
529
+ field_message_sentAt: 'Date d\'envoi',
530
+ field_message_readAt: 'Date de lecture',
531
+ field_message_type: 'Type',
532
+ field_message_priority: 'Priorité',
533
+ //channel
534
+ field_channel_name: 'Nom',
535
+ field_channel_description: 'Description',
536
+ field_channel_type: 'Type',
537
+
538
+ "field_request_timestamp_hint": "Date et heure exactes de la réception de la requête.",
539
+ "field_request_method_hint": "Méthode HTTP utilisée (GET, POST, etc.).",
540
+ "field_request_url_hint": "URL complète de la requête, incluant les query parameters.",
541
+ "field_request_status_hint": "Code de statut HTTP retourné par le serveur (ex: 200, 404, 500).",
542
+ "field_request_latencyMs_hint": "Temps de traitement de la requête par le serveur, en millisecondes.",
543
+ "field_request_ip_hint": "Adresse IP du client ayant effectué la requête.",
544
+ "field_request_requestBody_hint": "Corps de la requête (stocké sous forme de chaîne JSON/texte). Attention: peut contenir des données sensibles et être volumineux.",
545
+ "field_request_responseBody_hint": "Corps de la réponse (stocké sous forme de chaîne JSON/texte). Attention: peut être volumineux.",
546
+ "field_request_error_hint": "Message d'erreur si la requête a échoué côté serveur (ex: statut 500).",
547
+
548
+ "field_kpi_name": "Nom",
549
+ "field_kpi_description": "Description",
550
+ "field_kpi_targetModel": "Modèle cible",
551
+ "field_kpi_aggregationType": "Type d'aggrégation",
552
+ "field_kpi_aggregationField": "Cible de l'aggrégation",
553
+ "field_kpi_matchFormula": "Filtre de sélection",
554
+
555
+ "field_dashboard_name":"Nom",
556
+ "field_dashboard_description":"Description",
557
+ "field_dashboard_layout":"Mise en page",
558
+ "field_dashboard_settings":"Configuration",
559
+ "field_dashboard_isDefault":"Vue par défaut ?",
560
+
561
+ "field_kpi_showTotal": "Afficher le total",
562
+ "field_kpi_showPercentTotal": "Afficher le pourcentage total",
563
+ "field_kpi_totalMatchFormula": "Formule de correspondance totale",
564
+ "field_kpi_unit": "Unité",
565
+ "field_kpi_icon": "Icône",
566
+ "field_kpi_order": "Ordre",
567
+ "field_kpi_color": "Couleur",
568
+ "field_content_lang": "Langue",
569
+ "field_message_lang": "Langue",
570
+ "field_request_timestamp": "Horodatage",
571
+ "field_request_method": "Méthode",
572
+ "field_request_url": "URL",
573
+ "field_request_status": "État",
574
+ "field_request_latencyMs": "Latence (ms)",
575
+ "field_request_ip": "Adresse IP",
576
+ "field_request_requestBody": "Corps de la requête",
577
+ "field_request_responseBody": "Corps de la réponse",
578
+ "field_request_error": "Erreur",
579
+ field_user_gender: "Sexe",
580
+ field_user_lang: "Langue",
581
+ field_user_profilePicture: "Photo de profil",
582
+ "field_employee_employeeId": "Numéro d'employé",
583
+ "field_employee_personalInfo": "Informations personnelles",
584
+ "field_employee_jobTitle": "Intitulé du poste",
585
+ "field_employee_department": "Service",
586
+ "field_employee_manager": "Responsable",
587
+ "field_employee_workLocation": "Lieu de travail",
588
+ "field_employee_employmentType": "Type d'emploi",
589
+ "field_employee_emergencyContact": "Contact d'urgence",
590
+ "field_employee_homeAddress": "Adresse du domicile",
591
+ "field_employee_dateOfBirth": "Date de naissance",
592
+ "field_employee_nationality": "Nationalité",
593
+ "field_employee_nationalId": "Carte nationale d'identité",
594
+ "field_employee_socialSecurityNumber": "Numéro de sécurité sociale",
595
+ "field_employee_taxId": "Numéro d'identification fiscale",
596
+ "field_employee_startDate": "Début Date",
597
+ "field_employee_endDate": "Date de fin",
598
+ "field_employee_contractType": "Type de contrat",
599
+ "field_employee_salary": "Salaire",
600
+ "field_employee_salaryCurrency": "Devise du salaire",
601
+ "field_employee_payFrequency": "Fréquence de paie",
602
+ "field_employee_bankAccountNumber": "Numéro de compte bancaire",
603
+ "field_employee_bankName": "Nom de la banque",
604
+ "field_employee_iban": "IBAN",
605
+ "field_employee_swiftBic": "SWIFT/BIC",
606
+ "field_employee_workPermitNumber": "Numéro de permis de travail",
607
+ "field_employee_workPermitExpiry": "Date d'expiration du permis de travail",
608
+ "field_employee_visaType": "Type de visa",
609
+ "field_employee_visaExpiry": "Date d'expiration du visa",
610
+ "field_employee_skills": "Compétences",
611
+ field_employee_notes: "Notes",
612
+
613
+ "field_imageGallery_name": "Nom",
614
+ "field_imageGallery_images": "Images",
615
+ "field_imageGallery_description": "Description",
616
+ "field_imageGallery_tags": "Étiquettes",
617
+ "field_imageGallery_createdAt": "Date de création",
618
+
619
+ "field_workflowAction_name": "Nom de l'action",
620
+ "field_workflowAction_type": "Type d'action",
621
+ "field_workflowAction_targetModel": "Modèle cible",
622
+ "field_workflowAction_targetSelector": "Slecteur de cible",
623
+ "field_workflowAction_fieldsToUpdate": "Champs à mettre à jour",
624
+ "field_workflowAction_dataToCreate": "Données à créer",
625
+ "field_workflowAction_script": "Script",
626
+ "field_workflowAction_url": "URL",
627
+ "field_workflowAction_method": "Méthode",
628
+ "field_workflowAction_headers": "En-têtes",
629
+ "field_workflowAction_body": "Corps de la requête",
630
+ "field_workflowAction_duration": "Durée",
631
+ "field_workflowAction_durationUnit": "Unité de durée",
632
+
633
+ "field_workflowStep_workflow": "Workflow",
634
+ "field_workflowStep_name": "Nom de l'étape",
635
+ "field_workflowStep_conditions": "Conditions",
636
+ "field_workflowStep_actions": "Actions",
637
+ "field_workflowStep_onSuccessStep": "Étape en cas de succès",
638
+ "field_workflowStep_onFailureStep": "Étape en cas d'échec",
639
+ "field_workflowStep_isTerminal": "Étape terminale",
640
+
641
+ "field_workflowRun_contextData": "Données de contexte",
642
+ "field_workflowRun_stepExecutionsCount": "Nombre d'exécutions d'étape",
643
+ "field_workflowRun_currentStep": "Étape actuelle",
644
+ "field_workflowRun_owner": "Propriétaire",
645
+ "field_workflowRun_error": "Erreur",
646
+
647
+ "field_workflowTrigger_workflow": "Workflow",
648
+ "field_workflowTrigger_onEvent": "Sur l'événement",
649
+ "field_workflowTrigger_targetModel": "Modèle cible",
650
+ "field_workflowTrigger_dataFilter": "Filtre de données",
651
+ "field_workflowTrigger_env": "Environnement",
652
+ "field_workflowTrigger_isActive": "Est actif",
653
+ "field_workflowTrigger_cronExpression": "Expression CRON",
654
+
655
+ "field_accountingEntry_exercise": "Exercise",
656
+ "field_accountingEntry_label": "Label",
657
+ "field_accountingEntry_entryDate": "Entry Date",
658
+ "field_accountingEntry_referenceNumber": "Reference Number",
659
+ "field_accountingEntry_status": "Status",
660
+ "field_accountingEntry_createdBy": "Created By",
661
+ "field_accountingEntry_validatedBy": "Validated By",
662
+ "field_accountingEntry_validationDate": "Validation Date",
663
+ "field_accountingEntry_attachments": "Attachments",
664
+
665
+ "field_accountingLineItem_accountingExercise": "Accounting Exercise",
666
+ "field_accountingLineItem_code": "Code",
667
+ "field_accountingLineItem_label": "Label",
668
+ "field_accountingLineItem_documentType": "Document Type",
669
+ "field_accountingLineItem_section": "Section",
670
+ "field_accountingLineItem_subSection": "Sub-section",
671
+ "field_accountingLineItem_order": "Order",
672
+ "field_accountingLineItem_calculationFormula": "Calculation Formula",
673
+ "field_accountingLineItem_values": "Values",
674
+ "field_accountingLineItem_notes": "Notes",
675
+
676
+ "field_ticketMessage_ticket": "Ticket",
677
+ "field_ticketMessage_sender": "Expéditeur",
678
+ "field_ticketMessage_content": "Contenu",
679
+ "field_ticketMessage_sentAt": "Envoyé à",
680
+ "field_workflow_name": "Nom",
681
+ "field_workflow_description": "Description",
682
+ "field_workflow_trigger": "Déclencheur",
683
+ "field_workflow_steps": "Étapes",
684
+ "field_workflow_active": "Actif",
685
+ "field_workflowRun_workflow": "Workflow",
686
+ "field_workflowRun_status": "Statut",
687
+ "field_workflowRun_startDate": "Date de début",
688
+ "field_workflowRun_endDate": "Date de fin",
689
+ "field_workflowRun_logs": "Journaux",
690
+ "field_workflowTrigger_name": "Nom",
691
+ "field_workflowTrigger_type": "Type",
692
+ "field_workflowTrigger_modelName": "Nom du modèle",
693
+ "field_workflowTrigger_condition": "Condition",
694
+
695
+ "field_accountingEntry_accountingExercise": "Exercice comptable",
696
+ "field_accountingEntry_date": "Date",
697
+ "field_accountingEntry_description": "Description",
698
+ "field_accountingEntry_amount": "Montant",
699
+ "field_accountingEntry_currency": "Devise",
700
+ "field_accountingEntry_type": "Type",
701
+ "field_accountingEntry_category": "Catégorie",
702
+ "field_accountingEntry_notes": "Notes",
703
+
704
+ "field.cronSchedule": "Planification",
705
+ "field_accountingEntry_accountingExercise_hint": "L'exercice comptable auquel cette opération est rattachée.",
706
+ "field_accountingEntry_date_hint": "La date de l'opération comptable.",
707
+ "field_accountingEntry_description_hint": "Une brève description de l'opération comptable.",
708
+ "field_accountingEntry_amount_hint": "Le montant de l'opération comptable.",
709
+ "field_accountingEntry_currency_hint": "La devise de l'opération comptable.",
710
+ "field_accountingEntry_type_hint": "Le type de l'opération (débit ou crédit).",
711
+ "field_accountingEntry_category_hint": "La catégorie de l'opération (ex: Ventes, Achats, Salaires).",
712
+ "field_accountingEntry_notes_hint": "Notes ou commentaires supplémentaires concernant l'opération.",
713
+
714
+ "field_accountingExercise_startDate_hint": "La date de début de l'exercice comptable.",
715
+ "field_accountingExercise_endDate_hint": "La date de fin de l'exercice comptable.",
716
+
717
+ "field_brand_name_hint": "Le nom de la marque.",
718
+ "field_brand_logo_hint": "Le logo de la marque.",
719
+ "field_brand_company_hint": "Le nom de l'entreprise associée à la marque.",
720
+
721
+ "field_campaign_name_hint": "Le nom de la campagne marketing.",
722
+ "field_campaign_description_hint": "Une description détaillée de la campagne.",
723
+ "field_campaign_startDate_hint": "La date de début de la campagne.",
724
+ "field_campaign_endDate_hint": "La date de fin de la campagne.",
725
+ "field_campaign_type_hint": "Le type de campagne (ex: Email, Publicité, Réseaux sociaux).",
726
+ "field_campaign_status_hint": "Le statut actuel de la campagne (ex: Actif, Terminé, En pause).",
727
+ "field_campaign_budget_hint": "Le budget alloué à la campagne.",
728
+
729
+ "field_cart_user_hint": "L'utilisateur propriétaire de ce panier.",
730
+ "field_cart_items_hint": "Les articles contenus dans le panier.",
731
+ "field_cart_creationDate_hint": "La date et l'heure de création du panier.",
732
+ "field_cart_lastUpdate_hint": "La date et l'heure de la dernière mise à jour du panier.",
733
+ "field_cart_active_hint": "Indique si le panier est toujours actif ou a été converti en commande.",
734
+
735
+ "field_cartItem_product_hint": "Le produit ajouté au panier.",
736
+ "field_cartItem_quantity_hint": "La quantité de ce produit dans le panier.",
737
+ "field_cartItem_variant_hint": "La variante spécifique du produit (taille, couleur, etc.).",
738
+
739
+ "field_channel_name_hint": "Le nom du canal de notification (ex: Email, SMS, Push).",
740
+ "field_channel_description_hint": "Une description du canal de notification.",
741
+ "field_channel_type_hint": "Le type de canal (ex: Marketing, Transactionnel, Support).",
742
+
743
+ "field_contact_legalName_hint": "Le nom légal complet de la personne ou de l'organisation.",
744
+ "field_contact_firstName_hint": "Le prom du contact.",
745
+ "field_contact_lastName_hint": "Le nom de famille du contact.",
746
+ "field_contact_email_hint": "L'adresse email du contact.",
747
+ "field_contact_phone_hint": "Le numéro de téléphone du contact.",
748
+ "field_contact_location_hint": "L'adresse physique du contact.",
749
+
750
+ "field_content_webpage_hint": "La page web à laquelle ce contenu est associé.",
751
+ "field_content_title_hint": "Le titre du contenu.",
752
+ "field_content_slug_hint": "Le slug (partie de l'URL) du contenu.",
753
+ "field_content_published_hint": "Indique si le contenu est publié et visible.",
754
+ "field_content_publishedAt_hint": "La date et l'heure de publication du contenu.",
755
+ "field_content_html_hint": "Le contenu HTML enrichi de l'article ou de la page.",
756
+ "field_content_type_hint": "Le type de contenu (ex: Article, Actualité, Page).",
757
+ "field_content_keywords_hint": "Mots-clés associés au contenu pour le réfcement ou la recherche.",
758
+ "field_content_image_hint": "L'image principale associée au contenu.",
759
+ "field_content_author_hint": "L'auteur du contenu.",
760
+
761
+ "field_currency_symbol_hint": "Le symbole de la devise (ex: €, $).",
762
+ "field_currency_code_hint": "Le code ISO de la devise (ex: EUR, USD).",
763
+ "field_currency_name_hint": "Le nom complet de la devise (ex: Euro, Dollar Américain).",
764
+ "field_currency_exchangeRate_hint": "Le taux de change par rapport à une devise de référence (ex: 1 USD = X EUR).",
765
+ "field_currency_default_hint": "Indique si cette devise est la devise par défaut de l'application.",
766
+
767
+ "field_dashboard_name_hint": "Le nom du tableau de bord.",
768
+ "field_dashboard_description_hint": "Une description détaillée du tableau de bord.",
769
+ "field_dashboard_layout_hint": "La structure de la disposition des éléments sur le tableau de bord.",
770
+ "field_dashboard_sections_hint": "Les sections composant le tableau de bord.",
771
+ "field_dashboard_owner_hint": "L'utilisateur propriétaire de ce tableau de bord.",
772
+ "field_dashboard_isPublic_hint": "Indique si le tableau de bord est accessible publiquement ou est privé.",
773
+
774
+ "field_device_name_hint": "Le nom de l'appareil (ex: Mon téléphone, Ordinateur de bureau).",
775
+ "field_device_type_hint": "Le type d'appareil (ex: mobile, tablette, desktop, IoT).",
776
+ "field_device_os_hint": "Le système d'exploitation de l'appareil (ex: Android, iOS, Windows, Linux).",
777
+ "field_device_owner_hint": "L'utilisateur propriétaire de cet appareil.",
778
+
779
+ "field_discount_totalAmount_hint": "Le montant total de la facture.",
780
+ "field_discount_currency_hint": "La devise de la facture.",
781
+ "field_discount_billingAddress_hint": "L'adresse de facturation associée à la facture.",
782
+
783
+ "field_employee_firstName_hint": "Le prénom de l'employé.",
784
+ "field_employee_lastName_hint": "Le nom de famille de l'employé.",
785
+ "field_employee_email_hint": "L'adresse email professionnelle de l'employé",
786
+ "field_employee_phone_hint": "Le numéro de téléphone professionnel de l'employé.",
787
+ "field_employee_position_hint": "Le poste occupé par l'employé au sein de l'entreprise.",
788
+ "field_employee_department_hint": "Le département ou service auquel l'employé est rattaché.",
789
+ "field_employee_hireDate_hint": "La date d'embauche de l'employé.",
790
+ "field_employee_salary_hint": "Le salaire annuel ou mensuel de l'employé.",
791
+
792
+ "model_description_imageGallery": "Gère les collections d'images et leurs propriétés.",
793
+ "field_imageGallery_name_hint": "Le nom de la galerie d'images.",
794
+ "field_imageGallery_description_hint": "Une description de la galerie d'images.",
795
+ "field_imageGallery_images_hint": "La liste des images contenues dans cette galerie.",
796
+ "field_imageGallery_isPublic_hint": "Indique si la galerie est accessible publiquement.",
797
+ "field_imageGallery_owner_hint": "L'utilisateur propriétaire de cette galerie d'images.",
798
+
799
+ "field_invoice_totalAmount_hint": "Le montant total de la facture, incluant taxes et frais.",
800
+ "field_invoice_currency_hint": "La devise dans laquelle la facture est émise.",
801
+ "field_invoice_billingAddress_hint": "L'adresse complète utilisée pour la facturation.",
802
+
803
+ "model_description_kpi": "Indicateurs clés de performance (KPI) pour le suivi des données.",
804
+ "field_kpi_name_hint": "Le nom de l'indicateur clé de performance (KPI).",
805
+ "field_kpi_description_hint": "Une description détaillée du KPI, expliquant ce qu'il mesure.",
806
+ "field_kpi_model_hint": "Le modèle de données sur lequel ce KPI est basé.",
807
+ "field_kpi_field_hint": "Le champ spécifique du modèle utilisé pour le calcul du KPI.",
808
+ "field_kpi_aggregationType_hint": "Le type d'agrégation appliqué aux données (ex: SOMME, MOYENNE, COMPTE).",
809
+ "field_kpi_filter_hint": "Les conditions de filtrage appliquées aux données pour ce KPI.",
810
+ "field_kpi_displayType_hint": "Le type d'affichage préféré pour le KPI (ex: nombre, pourcentage, graphique).",
811
+ "field_kpi_unit_hint": "L'unité de mesure du KPI (ex: €, %, nombre).",
812
+
813
+ "field_lang_isDefault_hint": "Indique si cette langue est la langue par défaut de l'application.",
814
+
815
+ "field_location_name_hint": "Le nom du lieu (ex: Bureau principal, Entrepôt A).",
816
+ "field_location_type_hint": "Le type de lieu (ex: bureau, entrepôt, magasin, domicile).",
817
+
818
+ "field_message_totalAmount_hint": "Le montant total de la facture, incluant taxes et frais.",
819
+ "field_message_currency_hint": "La devise dans laquelle la facture est émise.",
820
+ "field_message_billingAddress_hint": "L'adresse complète utilisée pour la facturation.",
821
+
822
+ "field_order_orderId_hint": "L'identifiant unique généré pour cette commande.",
823
+ "field_order_orderDate_hint": "La date et l'heure auxquelles la commande a été passée.",
824
+ "field_order_status_hint": "Le statut actuel de la commande (ex: En attente, Expédiée, Livrée).",
825
+ "field_order_products_hint": "La liste des produits et des quantités inclus dans la commande.",
826
+ "field_order_customer_hint": "Le client qui a effectué la commande.",
827
+ "field_order_totalAmount_hint": "Le montant total de la commande, incluant les taxes et les frais de port.",
828
+ "field_order_currency_hint": "La devise dans laquelle la commande a été payée.",
829
+ "field_order_paymentMethod_hint": "La méthode de paiement utilisée pour la commande (ex: Carte de crédit, PayPal).",
830
+ "field_order_shippingAddress_hint": "L'adresse où la commande doit être livrée.",
831
+ "field_order_billingAddress_hint": "L'adresse de facturation associée à la commande.",
832
+ "field_order_shippedDate_hint": "La date à laquelle la commande a été expédiée par le vendeur.",
833
+ "field_order_deliveryDate_hint": "La date à laquelle la commande a été livrée au client.",
834
+ "field_order_discount_hint": "La promotion ou le code de réduction qui a été appliqué à la commande.",
835
+
836
+ "field_permission_name_hint": "Le nom unique de la permission (ex: API_ADMIN, API_ADD_DATA_product).",
837
+ "field_permission_description_hint": "Une description claire de ce que cette permission autorise à faire.",
838
+
839
+ "field_product_name_hint": "Le nom commercial du produit, tel qu'il sera affiché aux clients.",
840
+ "field_product_description_hint": "Une description détaillée du produit, incluant ses caractéristiques et avantages.",
841
+ "field_product_image_hint": "L'image principale représentant le produit.",
842
+ "field_product_price_hint": "Le prix de base du produit avant toute promotion ou variation.",
843
+ "field_product_currency_hint": "La devise du prix de base du produit.",
844
+ "field_product_billingFrequency_hint": "La fréquence de facturation pour les produits vendus par abonnement (ex: monthly, yearly).",
845
+ "field_product_brand_hint": "La marque à laquelle ce produit est associé.",
846
+ "field_product_category_hint": "La catégorie principale à laquelle ce produit appartient.",
847
+
848
+ "field_productVariant_product_hint": "Le produit de base auquel cette variante est rattachée.",
849
+ "field_productVariant_size_hint": "La taille spécifique de cette variante (ex: S, M, L, 42).",
850
+ "field_productVariant_color_hint": "La couleur spécifique de cette variante (ex: Rouge, Bleu, Vert).",
851
+ "field_productVariant_sku_hint": "Le code SKU (Stock Keeping Unit) unique pour identifier précisément cette variante.",
852
+ "field_productVariant_price_hint": "Le prix spécifique de cette variante, qui peut être différent du produit de base.",
853
+ "field_productVariant_currency_hint": "La devise du prix pour cette variante spécifique.",
854
+ "field_productVariant_stock_hint": "La gestion des stocks pour cette variante.",
855
+ "field_productVariant_image_hint": "L'image spécifique montrant cette variante du produit.",
856
+
857
+ "field_resource_source_hint": "L'URL ou le chemin d'accès à la ressource (ex: /uploads/mon-fichier.pdf).",
858
+
859
+ "field_return_user_hint": "L'utilisateur qui a initié la demande de retour.",
860
+ "field_return_reason_hint": "La raison pour laquelle le produit est retournde retour (ex: Demandé, Approuvé, Remboursé).",
861
+ "field_return_amount_hint": "Le montant total qui sera remboursé au client.",
862
+ "field_return_currency_hint": "La devise dans laquelle le remboursement sera effectué.",
863
+ "field_return_refundDate_hint": "La date à laquelle le remboursement a été effectivement réalisé.",
864
+
865
+ "field_returnItem_return_hint": "La demande de retour parente à laquelle cet article est associé.",
866
+ "field_returnItem_product_hint": "Le produit spécifique qui est retourné.",
867
+ "field_returnItem_variant_hint": "La variante exacte du produit retourné, si applicable.",
868
+ "field_returnItem_quantity_hint": "La quantité de cet article qui est retournée.",
869
+ "field_returnItem_condition_hint": "L'état du produit retourné (ex: Neuf, Ouvert, Endommagé).",
870
+
871
+ "field_review_user_hint": "L'utilisateur qui a soumis l'avis.",
872
+ "field_review_comment_hint": "Le texte complet du commentaire ou de l'avis laissé par l'utilisateur.",
873
+ "field_review_score_hint": "La note numérique attribuée par l'utilisateur (ex: de 1 à 5).",
874
+ "field_review_publishedAt_hint": "La date et l'heure de publication de l'avis.",
875
+
876
+ "field_role_name_hint": "Le nom du rôle, qui sera utilisé pour l'assigner aux utilisateurs (ex: Administrateur, Éditeur).",
877
+ "field_role_permissions_hint": "La liste des permissions qui sont accordées aux utilisateurs ayant ce rôle.",
878
+
879
+ "field_stock_product_hint": "Le produit concerné par cette ligne de stock.",
880
+ "field_stock_variant_hint": "La variante spécifique du produit, si applicable.",
881
+ "field_stock_warehouse_hint": "L'entrepôt où ce stock est physiquement localisé.",
882
+ "field_stock_available_hint": "La quantité de produit actuellement disponible à la vente.",
883
+ "field_stock_reserved_hint": "La quantité de produit réservée pour des commandes en cours mais non encore expédiées.",
884
+
885
+ "field_stockAlert_user_hint": "L'utilisateur qui recevra l'alerte de stock bas.",
886
+ "field_stockAlert_stock_hint": "La ligne de stock spécifique à surveiller.",
887
+ "field_stockAlert_threshold_hint": "Le seuil de quantité en dessous duquel l'alerte sera déclenchée.",
888
+
889
+ "field_taxonomy_name_hint": "Le nom de la catégorie ou du terme de taxonomie (ex: Électronique, Promotions d'été).",
890
+ "field_taxonomy_parent_hint": "La catégorie parente, permettant de créer une hiérarchie (ex: 'Smartphones' a pour parent 'Électronique').",
891
+ "field_taxonomy_type_hint": "Le type de taxonomie, pour regrouper les catégories (ex: Catégorie de produit, Tag d'article).",
892
+
893
+ "field_ticket_user_hint": "L'utilisateur qui a créé le ticket de support.",
894
+ "field_ticket_order_hint": "La commande associée au ticket, si le problème la concerne.",
895
+ "field_ticket_channel_hint": "Le canal par lequel le ticket a été soumis (ex: Email, Formulaire web, Téléphone).",
896
+ "field_ticket_subject_hint": "Le sujet ou le titre concis du ticket.",
897
+ "field_ticket_message_hint": "Le message initial ou la description détaillée du problème.",
898
+ "field_ticket_status_hint": "Le statut actuel du ticket (ex: Ouvert, En cours, Fermé, En attente de réponse).",
899
+ "field_ticket_priority_hint": "La priorité de traitement du ticket (ex: Basse, Moyenne, Haute).",
900
+ "field_ticket_assignedTo_hint": "L'employé ou l'équipe à qui le ticket est assigné pour résolution.",
901
+ "field_ticket_createdAt_hint": "La date et l'heure de création du ticket.",
902
+
903
+ "field_ticketMessage_ticket_hint": "Le ticket de support parent auquel ce message est rattaché.",
904
+ "field_ticketMessage_sender_hint": "L'expéditeur du message (peut être le client ou un membre du support).",
905
+ "field_ticketMessage_content_hint": "Le contenu textuel du message ou de la réponse.",
906
+ "field_ticketMessage_sentAt_hint": "La date et l'heure exactes d'envoi du message.",
907
+
908
+ "field_token_name_hint": "Un nom descriptif pour le jeton afin de l'identifier (ex: Clé API pour App Mobile).",
909
+ "field_token_value_hint": "La valeur unique du jeton d'accès, utilisée pour l'authentification.",
910
+ "field_token_lastRefresh_hint": "La date de la dernière utilisation ou du dernier rafraîchissement du jeton.",
911
+
912
+ "field_translation_key_hint": "La clé unique de traduction, utilisée dans le code (ex: btns.save, model_product).",
913
+ "field_translation_value_hint": "Le texte traduit correspondant à la clé pour une langue donnée.",
914
+ "field_translation_html_hint": "Le texte traduit au format HTML, si la traduction contient des balises.",
915
+ "field_translation_lang_hint": "La langue (code ISO) à laquelle cette traduction s'applique.",
916
+
917
+ "field_user_username_hint": "Le nom d'utilisateur unique utilisé pour la connexion.",
918
+ "field_user_password_hint": "Le mot de passe de l'utilisateur (sera stocké de manière sécurisée et hachée).",
919
+ "field_user_contact_hint": "La fiche contact associée à cet utilisateur, contenant les informations personnelles.",
920
+ "field_user_roles_hint": "Les rôles assignés à l'utilisateur, qui définissent l'ensemble de ses permissions.",
921
+ "field_user_tokens_hint": "Les jetons d'API personnels de l'utilisateur pour un accès programatique.",
922
+
923
+ "field_userSubscription_user_hint": "L'utilisateur qui a souscrit à l'abonnement.",
924
+ "field_userSubscription_product_hint": "Le produit ou service auquel l'utilisateur est abonné.",
925
+ "field_userSubscription_startDate_hint": "La date à laquelle l'abonnement a commencé.",
926
+ "field_userSubscription_endDate_hint": "La date de fin prévue de l'abonnement (si non renouvelé).",
927
+ "field_userSubscription_status_hint": "Le statut actuel de l'abonnement (ex: Actif, Annulé, Expiré).",
928
+ "field_userSubscription_autoRenew_hint": "Indique si l'abonnement se renouvellera automatiquement à la fin de la période.",
929
+
930
+ "field_warehouse_name_hint": "Le nom de l'entrepôt pour l'identifier (ex: Entrepôt Principal, Dépôt Sud).",
931
+ "field_warehouse_location_hint": "L'adresse physique complète de l'entrepôt.",
932
+ "field_warehouse_capacity_hint": "La capacité de stockage maximale de l'entrepôt (en volume, unités, etc.).",
933
+
934
+ "field_webpage_title_hint": "Le titre de la page, affiché dans l'onglet du navigateur et important pour le SEO.",
935
+ "field_webpage_path_hint": "Le chemin de l'URL de la page après le nom de domaine (ex: /a-propos).",
936
+ "field_webpage_published_hint": "Indique si la page est visible par le public.",
937
+ "field_webpage_inSitemap_hint": "Indique si la page doit être incluse dans le sitemap pour les moteurs de recherche.",
938
+
939
+ "field_workflow_name_hint": "Le nom du workflow pour l'identifier facilement dans la liste.",
940
+ "field_workflow_description_hint": "Une brève explication de l'objectif et du fonctionnement de ce workflow.",
941
+ "field_workflow_trigger_hint": "L'événement qui va démarrer l'exécution de ce workflow.",
942
+ "field_workflow_steps_hint": "La séquence d'étapes et d'actions à exécuter lorsque le workflow est déclenché.",
943
+ "field_workflow_active_hint": "Indique si le workflow est actuellement activé et peut être déclenché.",
944
+
945
+ "field_workflowRun_workflow_hint": "Le workflow parent qui a été exécuté pour cette instance.",
946
+ "field_workflowRun_status_hint": "Le statut de cette exécution spécifique (ex: En cours, Terminé, Échoué).",
947
+ "field_workflowRun_startDate_hint": "La date et l'heure exactes du début de l'exécution.",
948
+ "field_workflowRun_endDate_hint": "La date et l'heure de fin de l'exécution (si terminée ou échouée).",
949
+ "field_workflowRun_logs_hint": "Les journaux détaillés de chaque étape de l'exécution du workflow.",
950
+
951
+ "field_workflowTrigger_name_hint": "Un nom descriptif pour le déclencheur (ex: À la création d'une nouvelle commande).",
952
+ "field_workflowTrigger_type_hint": "Le type d'événement qui déclenche le workflow (ex: Création de donnée, Mise à jour, Tâche planifiée...)",
953
+ "field_workflowTrigger_modelName_hint": "Le nom du modèle de données qui est surveillé par le déclencheur.",
954
+ "field_workflowTrigger_condition_hint": "Une condition supplémentaire sur les données pour que le déclenchement ait lieu.",
955
+
956
+ field_accountingExercise_companyContact_hint: 'Désignation de l\'entreprise',
957
+ field_accountingExercise_companyIdentifier_hint: 'SIRET de l\'entreprise',
958
+ field_accountingExercise_startDate: 'Date de début de l\'exercice',
959
+ field_accountingExercise_endDate: 'Date de clôture de l\'exercice',
960
+ field_accountingLineItem_code_hint: 'Code unique de la ligne (ex: AA, FB, HA)',
961
+ field_accountingLineItem_label_hint: 'Libellé de la ligne (ex: Frais d\'établissement)',
962
+ field_accountingLineItem_section_hint: 'Section principale (ex: ACTIF IMMOBILISÉ)',
963
+ field_accountingLineItem_subSection_hint: 'Sous-section (ex: IMMOBILISATIONS INCORPORELLES)',
964
+ field_accountingLineItem_order_hint: 'Ordre d\'affichage dans la section/sous-section',
965
+ field_accountingLineItem_calculationFormula_hint: 'Formule de calcul (si applicable)',
966
+ field_accountingLineItem_notes_hint: 'Notes ou renvois',
967
+ model_accountingEntry: 'Opération comptable',
968
+ model_description_accountingEntry: 'Entrée d\'une opération comptable au sein d\'un exercice particulier',
969
+ model_employee: 'Employé(e)s',
970
+ model_description_employee: 'Gère les aspects de ressources humaines relativement aux employé(e)s de l\'entreprise.',
971
+ model_accountingLineItem: 'Ligne d\'exercice comptable',
972
+ model_accountingExercise: 'Exercice comptable',
973
+ model_description_accountingLineItem: 'Définit une ligne/catégorie dans un document comptable.',
974
+ model_description_accountingExercise: 'Représente un exercice comptable pour une entreprise donnée.',
975
+ 'bilan_actif': 'Bilan actif',
976
+ 'bilan_passif': 'Bilan passif',
977
+ 'compte_resultat': 'Compte de résultat',
978
+ 'immobilisations': 'Immobilisations',
979
+ 'amortissements': 'Amortissements',
980
+ 'provisions': 'Provisions',
981
+ 'creances_dettes': 'Créances et dettes',
982
+ 'deficits': 'Déficits',
983
+ 'plus_moins_values': 'Plus et moins values',
984
+ 'effectifs_valeur_ajoutee': 'Effectifs et valeur ajoutée',
985
+ 'capital_social': 'Capital social',
986
+ 'filiales_participations': 'Filiales et participations',
987
+ 'resultat_fiscal': 'Résultat fiscal',
988
+
989
+ "model_description_translation": "Gérer les traductions des différentes chaînes de caractères. Les champs traduisibles sont indiqués dans l'interface. Indiquez simplement une langue et la clé qui est utilisée pour indexer le contenu traduit. Vous pouvez renommer les le modèle et les champs avec respectivement les clés 'model_$modelName' et 'field_$modelName_$fieldName', ou traduire les descriptions des modèles avec 'model_description_$modelName'.",
990
+ "model_description_permission": "Gérer les permissions des différents utilisateurs. Chaque permission représente une action spécifique (ou un ensemble d'actions) qu'un utilisateur ou un rôle peut effectuer au sein de l'API. Par exemple, 'API_ADMIN' donne tous les droits sur l'API, mais il existe également 'API_ADD_DATA', 'API_ADD_DATA_$modelName', 'API_SEARCH_DATA', 'API_SEARCH_DATA_$modelName', 'API_EDIT_DATA', 'API_EDIT_DATA_$modelName', 'API_DELETE_DATA', et 'API_DELETE_DATA_$modelName' pour gérer finement les droits d'accès à l'API.",
991
+ "model_description_user": "Gérer les utilisateurs. Assignez des rôles et des tokens d'accès à l'API aux utilisateurs de votre application.",
992
+ "model_description_role": "Gérer les différents rôles. Assignez des permissions pour configurer le rôle. Celui-ci pourra ensuite être attribué aux utilisateurs.",
993
+ "model_description_lang": "Gérer les langues du site. Utilisé par les traductions notamment.",
994
+ "model_description_order": "Gérer les commandes.",
995
+ "model_description_webpage": "Gérer les différentes pages web.",
996
+ "model_description_content": "Gérer les différents contenus et actualités.",
997
+ "model_description_token": "Gérer les différents jetons d'accès.",
998
+ "model_description_contact": "Gérer les différents contacts.",
999
+ "model_description_currency": "Gérer les devises utilisables.",
1000
+ "model_description_resource": "Gérer les différents ressources web.",
1001
+ "model_description_product": "Gérer les produits.",
1002
+ "model_description_discount": "Gérer les promotions.",
1003
+ "model_description_productVariant": "Gérer les déclinaisons des produits.",
1004
+ "model_description_cart": "Gérer les paniers des utilisateurs.",
1005
+ "model_description_cartItem": "Gérer le contenu des paniers.",
1006
+ "model_description_brand": "Gérer les marques.",
1007
+ "model_description_taxonomy": "Gérer les catégories (taxonomie).",
1008
+ "model_description_location": "Gérer les différents lieux.",
1009
+ "model_description_device": "Gérer les terminaux d'accès.",
1010
+ "model_description_return": "Gérer les retours produits.",
1011
+ "model_description_review": "Gérer les retours utilisateurs.",
1012
+ "model_description_stock": "Gérer les stocks des produits.",
1013
+ "model_description_warehouse": "Gérer les entrepôts.",
1014
+ "model_description_shipment": "Gérer les expéditions.",
1015
+ "model_description_ticket": "Gérer les tickets de support.",
1016
+ "model_description_ticketMessage": "Gérer les messages des tickets de support.",
1017
+ "model_description_campaign": "Gérer les campagnes marketing.",
1018
+ "model_description_userSubscription": "Gérer les abonnements utilisateurs.",
1019
+ "model_description_invoice": "Gérer les factures.",
1020
+ "model_description_stockAlert": "Gérer les alertes de stocks.",
1021
+ "model_description_returnItem": "Gérer les produits retournés.",
1022
+ "model_description_channel": "Gérer les canaux de notification.",
1023
+ "model_description_message": "Gérer les messages.",
1024
+
1025
+ "pending": "En attente",
1026
+ "approved": "Approuvé",
1027
+ "refunded": "Remboursé",
1028
+ "refused": "Refusé",
1029
+
1030
+ "processing": "En traitement",
1031
+ "shipped": "Expédié",
1032
+ "delivered": "Livré",
1033
+ "cancelled": "Annulé",
1034
+
1035
+ "paid": "Payée",
1036
+ "unpaid": "Non payée",
1037
+ "partially_paid": "Partiellement payée",
1038
+ "active": "Actif",
1039
+ "inactive": "Inactif",
1040
+ "expired": "Expiré",
1041
+
1042
+ "in_progress": "En cours",
1043
+ "opened": "Ouvert",
1044
+ "closed": "Fermé",
1045
+ "low":"Basse",
1046
+ "medium":"Moyenne",
1047
+ "high":"Haute",
1048
+ "urgent":"Urgent",
1049
+
1050
+ "in_transit":"En transit",
1051
+ "issue":"Problème",
1052
+
1053
+ "bank_card":"Carte bancaire",
1054
+ "SEPA_mandate":"Mandat SEPA",
1055
+ "cash":"Espèces",
1056
+ "check":"Chèque",
1057
+ "other":"Autre",
1058
+
1059
+ "daily": "Au jour",
1060
+ "weekly": "A la semaine",
1061
+ "hourly": "Par heure",
1062
+ "monthly": "Au mois",
1063
+ "yearly": "A l'année",
1064
+
1065
+ // user.gender
1066
+ "male": "Homme",
1067
+ "female": "Femme",
1068
+ "prefer_not_to_say": "Préfère ne pas répondre",
1069
+
1070
+ // channel.type
1071
+ "web": "Web",
1072
+ "mobile": "Mobile",
1073
+ "sms": "SMS",
1074
+ "push": "Notification Push",
1075
+
1076
+ // alert.notificationChannel
1077
+ "in_app": "Dans l'application",
1078
+
1079
+ // taxonomy.type
1080
+ "keyword": "Mot-clé",
1081
+ "category": "Catégorie",
1082
+
1083
+ // message.status
1084
+ "sent": "Envoyée",
1085
+ "read": "Lue",
1086
+
1087
+ // product.billingFrequency
1088
+ "none": "Aucune",
1089
+
1090
+ // returnItem.condition
1091
+ "new": "Neuf",
1092
+ "very_good": "Très bon état",
1093
+ "good": "Bon état",
1094
+ "degraded": "Dégradé",
1095
+ "damaged": "Endommagé",
1096
+ "unusable": "Inutilisable",
1097
+
1098
+ // campaign.type
1099
+ "advertisement": "Publicité",
1100
+
1101
+ // campaign.status
1102
+ "planned": "Planifiée",
1103
+ "finished": "Terminée",
1104
+
1105
+ // accountingEntry.status
1106
+ "draft": "Brouillon",
1107
+ "validated": "Validée",
1108
+
1109
+ // channel.type & campaign.type
1110
+ "email": "Email",
1111
+ "promotion": "Promotion",
1112
+
1113
+ // workflowAction.type
1114
+ "UpdateData": "Mettre à jour une donnée",
1115
+ "CreateData": "Créer une donnée",
1116
+ "DeleteData": "Supprimer une donnée",
1117
+ "ExecuteScript": "Exécuter un script",
1118
+ "CallWebhook": "Appeler un Webhook",
1119
+ "SendEmail": "Envoyer un Email",
1120
+ "Wait": "Attendre",
1121
+ "GenerateAIContent": "Générer un contenu IA",
1122
+
1123
+ // workflowAction.durationUnit
1124
+ "milliseconds": "Millisecondes",
1125
+ "seconds": "Secondes",
1126
+ "minutes": "Minutes",
1127
+ "hours": "Heures",
1128
+ "days": "Jours",
1129
+
1130
+ // workflowRun.status & event.status & campaign.status
1131
+ "running": "En cours d'exécution",
1132
+ "completed": "Terminé",
1133
+ "failed": "Échoué",
1134
+ "waiting": "En attente",
1135
+ "scheduled": "Planifié",
1136
+ "ongoing": "En cours",
1137
+ "postponed": "Reporté",
1138
+
1139
+ // kpi.aggregationType
1140
+ "count": "Total",
1141
+ "sum": "Somme",
1142
+ "avg": "Moyenne",
1143
+ "min": "Minimum",
1144
+ "max": "Maximum",
1145
+
1146
+ // employee.employmentType
1147
+ "full_time": "Temps plein",
1148
+ "part_time": "Temps partiel",
1149
+ "contractor": "Contractuel",
1150
+ "intern": "Stagiaire",
1151
+ "temporary": "Temporaire",
1152
+
1153
+ // employee.payFrequency
1154
+ "bi_weekly": "Bi-hebdomadaire",
1155
+
1156
+ // workflowTrigger.type
1157
+ "manual": "Manuel",
1158
+
1159
+ // workflowTrigger.onEvent
1160
+ "DataAdded": "Donnée ajoutée",
1161
+ "DataEdited": "Donnée modifiée",
1162
+ "DataDeleted": "Donnée supprimée",
1163
+ "ModelAdded": "Modèle ajouté",
1164
+ "ModelEdited": "Modèle modifié",
1165
+ "ModelDeleted": "Modèle supprimé",
1166
+
1167
+ "yes": "Oui",
1168
+ "no": "Non",
1169
+ "true": "Vrai",
1170
+ "false": "Faux",
1171
+
9
1172
  "assistant.type": "Entrez votre message...",
10
1173
  "assistant.welcome": "Bonjour ! Comment puis-je vous aider avec vos données ?",
11
1174
  "assistant.named": "Assistant {{named}}",
@@ -71,67 +1234,1231 @@ export const translations = {
71
1234
  },
72
1235
  en: {
73
1236
  translation: {
74
- "assistant.type": "Type your message...",
75
- "assistant.welcome": "Hello! How can I help you with your data?",
76
- "assistant.named": "Assistant {{named}}",
77
- "api.data.duplicateValue": "The value '{{value}}' already exists for the unique field '{{field}}'.",
78
- "api.model.invalidStructure": "The model is invalid. Some fields are incorrect.",
79
- "api.validate.fieldArray": "The field '{{0}}' must be an array.",
80
- "api.validate.invalidMimeType": "Invalid file type '{{type}}'. Allowed types are: {{authorized}}.",
81
- "api.field.missingRequired": "Missing required field: {{field}}.",
82
- "api.field.requiredCannotBeEmpty": "The required field '{{field}}' cannot be empty.",
83
- "api.field.validationFailed": "Validation failed for field '{{field}}' with value: {{value}}.",
84
- "api.data.notUniqueData": "An identical record already exists.",
85
- "api.file.invalidGuid": "The file GUID is not valid.",
86
- "api.file.notFound": "File not found (GUID: {{guid}}).",
87
- "api.file.unauthorizedDelete": "You are not authorized to delete this file.",
88
- "api.file.notFoundOnServer": "File not found on server.",
89
- "api.file.unauthorizedUpload": "You are not authorized to upload this file.",
90
- "api.file.unauthorizedDownload": "You are not authorized to download this file.",
91
- "api.data.storageLimitExceeded": "The storage limit of {{limit}}MB would be exceeded with this addition.",
92
- "api.data.serverStorageFull": "The server has reached its maximum storage capacity. Please try again later.",
93
- "api.validate.unknowField": "Unrecognized property(s): '{{0}}' for field '{{1}}'",
94
- "api.validate.invalidField": "Invalid field(s): '{{0}}'",
95
- "api.validate.requiredFieldString": "The field '{{0}}' is required and must be a string.",
96
- "api.validate.fieldBoolean": "The attribute '{{0}}' must be a boolean.",
97
- "api.validate.fieldObject": "The attribute '{{0}}' must be an object.",
98
- "api.validate.fieldStringArray": "The attribute '{{0}}' must be an array of strings.",
99
- "api.validate.fieldString": "The field '{{0}}' must be a string.",
100
- "api.validate.fieldNumber": "The attribute '{{0}}' must be a number.",
101
- "api.validate.inferiorTo": "The attribute '{{0}}' must be less than the attribute '{{1}}'.",
102
- "api.validate.fileSize": "The 'maxSize' attribute must not exceed {{0}} bytes.",
103
- "api.validate.unknowType": "The type '{{0}}' is not recognized.",
104
- "api.validate.sameType": "The attribute '{{0}}' must be of the same type as attribute '{{1}}' ({{2}}).",
105
- "api.validate.fieldFunction": "The attribute '{{0}}' must be a function.",
106
- "api.model.deleteFailed": "The data model could not be deleted.",
107
- "api.model.updateFailed": "The data model could not be updated.",
108
- "api.permission.installPack": "You don't have permission to install a pack.",
109
- "api.data.tooDeep": "Maximum depth for data retrieval reached (depth of {{depth}})",
110
- "api.field.validationError": "The field {{field}} is not valid according to type {{type}}.",
111
- "api.field.undefined": "The type {{type}} is not defined.",
112
- "api.field.required": "The field {{field}} is required in the model {{model}}",
113
- "api.data.notFound": "Resource not found.",
114
- "api.data.notModified": "Resource not modified.",
115
- "api.data.error": "An error occurred while processing the request.",
116
- "api.data.noData": "No valid data to insert.",
117
- "api.data.tooManyData": "Maximum number of data reached for this model.",
118
- "api.model.alreadyExists": "The model already exists.",
119
- "api.model.delete": "Model deleted.",
120
- "api.model.notFound": "Model {{model}} not found.",
121
- "api.model.maxModels": "Maximum number of models reached.",
122
- "api.data.hashesNotValid": "Relation data hashes are not valid.",
123
- "api.permission.addData": "Cannot add data to the API.",
124
- "api.permission.editData": "Cannot insert data into the API.",
125
- "api.permission.searchData": "Cannot search data from the API",
126
- "api.permission.deleteData": "Cannot delete data from the API",
127
- "api.permission.import": "Cannot import models from the API",
128
- "api.permission.addModel": "Cannot add a model to the API",
129
- "api.permission.editModel": "Cannot modify models from the API",
130
- "api.permission.importModel": "Cannot import models from the API",
131
- "api.permission.deleteModel": "Cannot delete models from the API",
132
- "api.permission.getModels": "Cannot get models from the API",
133
- "api.permission.getModel": "Cannot get a model from the API",
134
- },
1237
+
1238
+ "field_workflowRun_completedAt_hint": "Timestamp of when the execution ended (successfully or failed).",
1239
+ "field_employee_socialSecurityNumber_hint": "Employee's social security number.",
1240
+
1241
+ // shipment
1242
+ "field_shipment_order_hint": "The order associated with this shipment.",
1243
+ "field_shipment_trackingNumber_hint": "Tracking number provided by the carrier.",
1244
+ "field_shipment_carrier_hint": "Name of the carrier (e.g., Chronopost, UPS, FedEx).",
1245
+ "field_shipment_status_hint": "Current status of the shipment (e.g., In Transit, Delivered, Problem).",
1246
+ "field_shipment_estimatedDeliveryDate_hint": "Estimated delivery date provided by the carrier.",
1247
+ "field_shipment_actualDeliveryDate_hint": "Actual date and time of delivery.",
1248
+
1249
+ // invoice
1250
+ "field_invoice_order_hint": "The order to which this invoice is associated.",
1251
+ "field_invoice_invoiceId_hint": "Unique identifier of the invoice.",
1252
+ "field_invoice_invoiceDate_hint": "Invoice issuance date.",
1253
+ "field_invoice_dueDate_hint": "Due date for invoice payment.",
1254
+ "field_invoice_status_hint": "Invoice payment status (e.g., Paid, Unpaid, Partially Paid).",
1255
+
1256
+ // userSubscription
1257
+ "field_userSubscription_price_hint": "Price paid for each billing cycle.",
1258
+ "field_userSubscription_currency_hint": "Subscription price currency.",
1259
+ "field_userSubscription_paymentMethod_hint": "Payment method used for the subscription.",
1260
+ "field_userSubscription_billingCycleAnchor_hint": "Reference date for the start of the billing cycle.",
1261
+ "field_userSubscription_nextBillingDate_hint": "Date of the next scheduled payment.",
1262
+ "field_userSubscription_lastBillingDate_hint": "Date of the last payment processed.",
1263
+ "field_userSubscription_cancelReason_hint": "Reason for subscription cancellation, if provided.",
1264
+
1265
+ // message
1266
+ "field_message_sender_hint": "Sender of the message (can be a user or the system).",
1267
+ "field_message_recipient_hint": "Recipient of the message.",
1268
+ "field_message_lang_hint": "Language in which the message should be sent.",
1269
+ "field_message_subject_hint": "Message subject (e.g., email title).",
1270
+ "field_message_content_hint": "Full content of the message, which may include HTML.",
1271
+ "field_message_channels_hint": "Channels through which this message was or will be sent.",
1272
+ "field_message_status_hint": "Message delivery status (e.g., Pending, Sent, Read).",
1273
+ "field_message_sentAt_hint": "Date and time the message was sent.",
1274
+ "field_message_readAt_hint": "Date and time the message was read by the recipient.",
1275
+ "field_message_type_hint": "Internal type to categorize the message (e.g., 'order.confirmation').",
1276
+ "field_message_priority_hint": "Message priority, for managing sending queues.",
1277
+
1278
+ "field_user_gender_hint": "User's gender.",
1279
+ "field_user_profilePicture_hint": "User's profile picture.",
1280
+
1281
+ "field_employee_employeeId_hint": "Employee's unique identifier within the company.",
1282
+ "field_employee_personalInfo_hint": "Link to the user profile containing basic information (name, email, etc.).",
1283
+ "field_employee_jobTitle_hint": "Employee's official position (e.g., Developer, Project Manager).",
1284
+ "field_employee_manager_hint": "Link to the employee's direct manager or supervisor.",
1285
+ "field_employee_workLocation_hint": "Employee's primary work location.",
1286
+ "field_employee_employmentType_hint": "Employee's contract type (e.g., Full-time, Part-time, Intern).",
1287
+ "field_employee_emergencyContact_hint": "Emergency contact person.",
1288
+ "field_employee_homeAddress_hint": "Employee's personal address.",
1289
+ "field_employee_dateOfBirth_hint": "Employee's date of birth.",
1290
+ "field_employee_nationality_hint": "Employee's nationality.",
1291
+ "field_employee_nationalId_hint": "National ID card number or equivalent.",
1292
+ "field_employee_taxId_hint": "Employee's tax identification number.",
1293
+ "field_employee_startDate_hint": "Employment contract start date.",
1294
+ "field_employee_endDate_hint": "Employment contract end date (if applicable).",
1295
+ "field_employee_contractType_hint": "Contract type (e.g., Permanent, Fixed-term).",
1296
+ "field_employee_salaryCurrency_hint": "Currency in which the salary is paid.",
1297
+ "field_employee_payFrequency_hint": "Frequency at which the salary is paid (e.g., Monthly, Weekly).",
1298
+ "field_employee_bankAccountNumber_hint": "Bank account number for salary payment.",
1299
+ "field_employee_bankName_hint": "Employee's bank name.",
1300
+ "field_employee_iban_hint": "Employee's bank account IBAN.",
1301
+ "field_employee_swiftBic_hint": "Employee's bank SWIFT/BIC code.",
1302
+ "field_employee_workPermitNumber_hint": "Work permit number (if applicable).",
1303
+ "field_employee_workPermitExpiry_hint": "Work permit expiration date.",
1304
+ "field_employee_visaType_hint": "Work visa type (if applicable).",
1305
+ "field_employee_visaExpiry_hint": "Visa expiration date.",
1306
+ "field_employee_skills_hint": "List of employee's skills and qualifications.",
1307
+ "field_workflowStep_actions_hint": "Main actions performed by this step.",
1308
+ "field_workflowAction_targetSelector_hint": "JSON expression (MongoDB $match format) to filter target document(s).",
1309
+ "field_workflowAction_emailRecipients_hint": "Email recipient(s). Can be an address, multiple comma-separated addresses, or a variable like {triggerData.client.email}.",
1310
+ "field_workflowAction_emailSubject_hint": "Email subject. Can contain variables like {triggerData.orderId}.",
1311
+ "field_workflowAction_emailContent_hint": "Email content. Can contain variables and HTML.",
1312
+ "field_workflowAction_aiProvider_hint": "Large Language Model (LLM) provider to use for generation.",
1313
+ "field_workflowAction_aiModel_hint": "Specific model to use (e.g., gpt-4o-mini, gemini-1.5-pro-latest).",
1314
+ "field_workflowAction_prompt_hint": "Prompt template. Use variables like {triggerData.field} or {context.variable} to insert dynamic data.",
1315
+ "field_workflowRun_startedAt_hint": "Timestamp of when the workflow execution started.",
1316
+
1317
+ // imageGallery
1318
+ "field_imageGallery_tags_hint": "Tags or categories to organize galleries (optional).",
1319
+ "field_imageGallery_createdAt_hint": "Gallery creation date (usually system-managed).",
1320
+
1321
+ // kpi
1322
+ "field_kpi_targetModel_hint": "Model name on which to calculate the KPI (e.g., order).",
1323
+ "field_kpi_matchFormula_hint": "JSON filter (MongoDB $match) to apply before aggregation (e.g., { \"status\": \"delivered\" }).",
1324
+ "field_kpi_showTotal_hint": "Show total.",
1325
+ "field_kpi_showPercentTotal_hint": "Show total as a percentage.",
1326
+ "field_kpi_totalMatchFormula_hint": "Formula for the total (used for percentage calculation).",
1327
+ "field_kpi_icon_hint": "Icon name (e.g., FaUsers, FaShoppingCart).",
1328
+ "field_kpi_order_hint": "Display order on a dashboard.",
1329
+ "field_kpi_color_hint": "Color associated with the KPI.",
1330
+
1331
+ // dashboard
1332
+ "field_dashboard_settings_hint": "JSON settings for the dashboard, such as default time range ('defaultTimeRange') or refresh interval in seconds ('refreshInterval').",
1333
+ "field_dashboard_isDefault_hint": "If checked, this dashboard is displayed by default for the user.",
1334
+
1335
+ // event (continued)
1336
+ "field_event_currency_hint": "Price currency (e.g., EUR, USD).",
1337
+ "field_event_registrationDeadline_hint": "Deadline by which participants must register for the event.",
1338
+ "field_event_attendees_hint": "Link to contacts attending the event.",
1339
+ "field_event_sponsors_hint": "List of sponsors or partners involved in the event.",
1340
+
1341
+ // workflowTrigger
1342
+ "field_workflowTrigger_workflow_hint": "The workflow to which this trigger belongs.",
1343
+ "field_workflowTrigger_dataFilter_hint": "Optional conditions checked on data before launching the workflow.",
1344
+ "field_workflowTrigger_env_hint": "Environment variables (JSON key/value pairs) available in the workflow.",
1345
+ "field_workflowTrigger_cronExpression_hint": "Cron expression for scheduling (e.g., '0 9 * * 1' for Monday at 9 AM).",
1346
+
1347
+ // workflowStep
1348
+ "field_workflowStep_workflow_hint": "The workflow to which this step belongs.",
1349
+ "field_workflowStep_name_hint": "Optional descriptive name for the step (e.g., 'Check Inventory', 'Send Confirmation Email').",
1350
+ "field_workflowStep_conditions_hint": "Optional conditions checked before executing the step's action.",
1351
+ "field_workflowStep_onSuccessStep_hint": "Optional: Next step if this step's action succeeds.",
1352
+ "field_workflowStep_onFailureStep_hint": "Optional: Next step if conditions or action fail.",
1353
+ "field_workflowStep_isTerminal_hint": "Indicates if this step marks the end of a workflow path.",
1354
+
1355
+ // workflowAction
1356
+ "field_workflowAction_name_hint": "Action name (e.g., 'Update Status', 'Send Email', 'Call an API').",
1357
+ "field_workflowAction_type_hint": "Type of operation to perform.",
1358
+ "field_workflowAction_targetModel_hint": "Data model to filter target document(s).",
1359
+ "field_workflowAction_fieldsToUpdate_hint": "Key-value pairs of fields to update (e.g., { \"status\": \"Validated\" }).",
1360
+ "field_workflowAction_dataToCreate_hint": "Model object for the new document to create.",
1361
+ "field_workflowAction_script_hint": "Script to execute.",
1362
+ "field_workflowAction_url_hint": "Webhook URL to call.",
1363
+ "field_workflowAction_method_hint": "HTTP method to use for the webhook call.",
1364
+ "field_workflowAction_headers_hint": "HTTP headers for the webhook request (JSON format).",
1365
+ "field_workflowAction_body_hint": "Webhook request body (JSON format, may contain variables).",
1366
+ "field_workflowAction_duration_hint": "Wait duration.",
1367
+ "field_workflowAction_durationUnit_hint": "Time unit for the wait duration.",
1368
+
1369
+ // workflowRun
1370
+ "field_workflowRun_contextData_hint": "Snapshot of data or event that triggered the execution.",
1371
+ "field_workflowRun_currentStep_hint": "Current step being executed or pending.",
1372
+ "field_workflowRun_error_hint": "Error message if workflow execution failed.",
1373
+
1374
+ // event
1375
+ "field_event_title_hint": "Event title.",
1376
+ "field_event_description_hint": "Detailed description of the event, including agenda, speakers, etc.",
1377
+ "field_event_startDate_hint": "Event start date and time.",
1378
+ "field_event_endDate_hint": "Event end date and time.",
1379
+ "field_event_location_hint": "Event location (physical address or online link).",
1380
+ "field_event_categories_hint": "Categories or tags associated with the event (e.g., \"conference\", \"workshop\").",
1381
+ "field_event_organizer_hint": "Name of the organization or person organizing the event.",
1382
+ "field_event_isOnline_hint": "Indicates if the event is online or in-person.",
1383
+ "field_event_eventUrl_hint": "Link to the event's official website or registration page.",
1384
+ "field_event_imageUrl_hint": "URL of the event's image or banner.",
1385
+ "field_event_status_hint": "Current status of the event.",
1386
+ "field_event_capacity_hint": "Maximum number of participants allowed for the event.",
1387
+ "field_event_price_hint": "Entry price, if applicable.",
1388
+
1389
+ "field_alert_name_hint": "Unique name to identify the alert (e.g., 'Low Stock Alert', 'New Inactive Users').",
1390
+ "field_alert_targetModel_hint": "Data model to which this alert applies.",
1391
+ "field_alert_description_hint": "Description of what the alert monitors and why.",
1392
+ "field_alert_triggerCondition_hint": "Condition that, when met, will trigger the alert.",
1393
+ "field_alert_frequency_hint": "How often to check if the condition is met.",
1394
+ "field_alert_lastNotifiedAt_hint": "Timestamp of the last notification sent for this alert.",
1395
+ "field_alert_notificationChannel_hint": "Channel through which the notification will be sent (in-app or by email).",
1396
+ "field_alert_isActive_hint": "If checked, the alert is active and will check conditions.",
1397
+ "field_env_name_hint": "Variable name (e.g., OPENAI_API_KEY).",
1398
+ "field_env_value_hint": "Variable value (will be stored securely and not exported).",
1399
+ "field_kpi_aggregationField_hint": "Name of the numeric field to apply aggregation to (e.g., totalAmount). Not required for 'count'.",
1400
+ "field_content_category": "Category",
1401
+ "field_content_order": "Order",
1402
+ "field_content_inSitemap": "In sitemap",
1403
+ "field_resource_file": "File",
1404
+ "field_taxonomy_identifier": "Identifier",
1405
+ "field_taxonomy_order": "Order",
1406
+ "field_taxonomy_description": "Description",
1407
+ "field_review_product": "Product",
1408
+ "field_review_productVariant": "Product variant",
1409
+ "field_product_slug": "Slug",
1410
+ "field_product_seoTitle": "SEO Title",
1411
+ "field_product_seoDescription": "SEO Description",
1412
+ "field_productVariant_description": "Description",
1413
+ "field_cart_name": "Cart name",
1414
+ "field_return_channel": "Channel",
1415
+ "field_ticket_parent": "Parent ticket",
1416
+ "field_accountingExercise_name_hint": "Accounting exercise name",
1417
+ "field_accountingLineItem_values_hint": "Accounting line item values",
1418
+ "field_accountingEntry_entryDate_hint": "Entry date",
1419
+ "field_accountingEntry_referenceNumber_hint": "Reference number",
1420
+ "field_accountingEntry_status_hint": "Status",
1421
+ "field_accountingEntry_createdBy_hint": "Created by",
1422
+ "field_accountingEntry_validatedBy_hint": "Validated by",
1423
+ "field_accountingEntry_validationDate_hint": "Validation date",
1424
+ "field_accountingEntry_attachments_hint": "Attachments",
1425
+ "field_employee_notes_hint": "Additional notes about the employee",
1426
+
1427
+ // workflow
1428
+ "field_workflow_startStep_hint": "First step to execute when the workflow starts.",
1429
+
1430
+ "field_alert_name": "Name",
1431
+ "field_alert_targetModel": "Target model",
1432
+ "field_alert_description": "Description",
1433
+ "field_alert_triggerCondition": "Trigger condition",
1434
+ "field_alert_frequency": "Frequency",
1435
+ "field_alert_notificationChannel": "Notification channel",
1436
+ "field_alert_isActive": "Active",
1437
+ "field_alert_lastNotifiedAt": "Last notified",
1438
+ "field_env_name": "Name",
1439
+ "field_env_value": "Value",
1440
+ "field_event_title": "Title",
1441
+ "field_event_description": "Description",
1442
+ "field_event_startDate": "Start date",
1443
+ "field_event_endDate": "End date",
1444
+ "field_event_location": "Location",
1445
+ "field_event_categories": "Categories",
1446
+ "field_event_organizer": "Organizer",
1447
+ "field_event_isOnline": "Online",
1448
+ "field_event_eventUrl": "Event URL",
1449
+ "field_event_imageUrl": "Image",
1450
+ "field_event_status": "Status",
1451
+ "field_event_capacity": "Capacity",
1452
+ "field_event_price": "Price",
1453
+ "field_event_currency": "Currency",
1454
+ "field_event_registrationDeadline": "Registration deadline",
1455
+ "field_event_attendees": "Attendees",
1456
+ "field_event_sponsors": "Sponsors",
1457
+ "field_accountingExercise_name": "Name",
1458
+ "field_accountingExercise_companyContact": "Company contact",
1459
+ "field_accountingExercise_companyIdentifier": "Company identifier",
1460
+ "field_workflow_startStep": "Start step",
1461
+ "field_workflowAction_emailRecipients": "Recipients",
1462
+ "field_workflowAction_emailSubject": "Subject",
1463
+ "field_workflowAction_emailContent": "Content",
1464
+ "field_workflowAction_aiProvider": "AI provider",
1465
+ "field_workflowAction_aiModel": "AI model",
1466
+ "field_workflowAction_prompt": "Prompt",
1467
+ "field_workflowRun_startedAt": "Started at",
1468
+ "field_workflowRun_completedAt": "Completed at",
1469
+
1470
+ "model_budget": "Budget",
1471
+ "model_request": "Requests",
1472
+ "model_imageGallery": "Image Gallery",
1473
+ "model_workflow": "Workflow",
1474
+ "model_workflowRun": "Workflow - instances",
1475
+ "model_workflowAction": "Workflow - actions",
1476
+ "model_workflowStep": "Workflow - steps",
1477
+ "model_workflowTrigger": "Workflow - triggers",
1478
+ "model_dashboard": "Dashboards",
1479
+ "model_description_dashboard": "Management of raw dashboard data (layout, options...)",
1480
+ "model_translation": 'Translations',
1481
+ "model_permission": 'Permissions',
1482
+ "model_order": 'Orders',
1483
+ "model_webpage": 'Web pages',
1484
+ "model_role": 'Roles',
1485
+ "model_user": 'Users',
1486
+ "model_lang": 'Languages',
1487
+ "model_content": 'Contents',
1488
+ "model_token": 'Tokens',
1489
+ "model_contact": 'Contacts',
1490
+ "model_currency": 'Currencies',
1491
+ "model_resource": 'Web resource',
1492
+ "model_product": 'Products',
1493
+ "model_discount": 'Discounts',
1494
+ "model_productVariant": 'Product variants',
1495
+ "model_cart": 'Shopping carts',
1496
+ "model_cartItem": 'Cart contents',
1497
+ "model_brand": 'Brands',
1498
+ "model_taxonomy": 'Categories',
1499
+ "model_location": 'Locations',
1500
+ "model_device": 'Devices',
1501
+ "model_return": 'Product returns',
1502
+ "model_review": 'User feedback',
1503
+ "model_stock": 'Product stock',
1504
+ "model_warehouse": 'Warehouses',
1505
+ "model_shipment": 'Shipments',
1506
+ "model_ticket": 'Support tickets',
1507
+ "model_ticketMessage": 'Ticket messages',
1508
+ "model_campaign": 'Marketing campaigns',
1509
+ "model_userSubscription": 'Subscriptions',
1510
+ "model_invoice": 'Invoices',
1511
+ "model_stockAlert": 'Stock alerts',
1512
+ "model_returnItem": 'Returned products',
1513
+ "model_channel": 'Notification channels',
1514
+ "model_message": 'Messages',
1515
+ "model_kpi": 'KPI indicators',
1516
+ "field_permission_name": 'Name',
1517
+ "field_permission_description": 'Description',
1518
+ // budget
1519
+ "field_budget_name": "Title",
1520
+ "field_budget_amount": "Transaction amount",
1521
+ "field_budget_currency": "Currency",
1522
+ "field_budget_transactionDate": "Date/time",
1523
+ "field_budget_description": "Description",
1524
+ "field_budget_paymentMethod": "Payment method",
1525
+ "field_budget_category": "Category",
1526
+ "field_budget_isRecurring": "Recurring?",
1527
+ "field_budget_recurringFrequency": "Frequency",
1528
+ "field_budget_recurringEndDate": "Recurrence end date",
1529
+ "field_budget_attachments": "Attachments",
1530
+ "field_budget_name_hint": "Name or description of the transaction (e.g.: Groceries, January Salary).",
1531
+ "field_budget_amount_hint": "Transaction amount. Positive for income, negative for expense.",
1532
+ "field_budget_currency_hint": "Transaction currency.",
1533
+ "field_budget_transactionDate_hint": "Date when the transaction occurred.",
1534
+ "field_budget_description_hint": "Additional notes or details about the transaction.",
1535
+ "field_budget_paymentMethod_hint": "Payment method used (e.g.: Credit card, Cash, Transfer).",
1536
+ "field_budget_category_hint": "Transaction category (e.g.: Food, Housing, Transport).",
1537
+ "field_budget_isRecurring_hint": "Indicates if this transaction is recurring.",
1538
+ "field_budget_recurringFrequency_hint": "Operation frequency for recurring transactions",
1539
+ "field_budget_recurringEndDate_hint": "End date of the recurring operation",
1540
+ "field_budget_attachments_hint": "Attachments (receipts, invoices).",
1541
+ // role
1542
+ "field_role_name": 'Name',
1543
+ "field_role_permissions": 'Permissions',
1544
+ // translation
1545
+ "field_translation_key": 'Key',
1546
+ "field_translation_value": 'Translation',
1547
+ "field_translation_html": 'HTML Translation',
1548
+ "field_translation_lang": 'Language',
1549
+ // locale
1550
+ "field_lang_name": 'Name',
1551
+ "field_lang_code": 'Code',
1552
+ // currency
1553
+ "field_currency_symbol": 'Symbol',
1554
+ "field_currency_code": 'Code',
1555
+ "field_currency_name": 'Name',
1556
+ "field_currency_exchangeRate": 'Exchange rate',
1557
+ "field_currency_default": 'Default',
1558
+ // webpage
1559
+ "field_webpage_title": 'Title',
1560
+ "field_webpage_path": 'Path',
1561
+ "field_webpage_published": 'Published',
1562
+ "field_webpage_html": 'Html',
1563
+ "field_webpage_inSitemap": 'Indexed in sitemap',
1564
+ "field_webpage_description": 'Description',
1565
+ "field_webpage_keywords": 'Keywords',
1566
+ "field_webpage_image": 'Image',
1567
+ "field_webpage_category": 'Category',
1568
+ // content
1569
+ "field_content_webpage": 'Web page',
1570
+ "field_content_title": 'Title',
1571
+ "field_content_slug": 'Slug',
1572
+ "field_content_published": 'Published',
1573
+ "field_content_publishedAt": 'Publication date',
1574
+ "field_content_html": 'Html',
1575
+ "field_content_type": 'Type',
1576
+ "field_content_keywords": 'Keywords',
1577
+ "field_content_image": 'Image',
1578
+ "field_content_author": 'Author',
1579
+ // taxonomy
1580
+ "field_taxonomy_name": 'Name',
1581
+ "field_taxonomy_parent": 'Parent',
1582
+ "field_taxonomy_type": 'Type',
1583
+ // contact
1584
+ "field_contact_legalName": 'Legal name',
1585
+ "field_contact_firstName": 'First name',
1586
+ "field_contact_lastName": 'Last name',
1587
+ "field_contact_email": 'Email',
1588
+ "field_contact_phone": 'Phone',
1589
+ "field_contact_location": 'Location',
1590
+ // location
1591
+ "field_location_address_1": 'Address 1',
1592
+ "field_location_address_2": 'Address 2',
1593
+ "field_location_address_3": 'Address 3',
1594
+ "field_location_address_4": 'Address 4',
1595
+ "field_location_city": 'City',
1596
+ "field_location_postalCode": 'Postal code',
1597
+ "field_location_region": 'Region',
1598
+ "field_location_country": 'Country',
1599
+ "field_location_latitude": 'Latitude',
1600
+ "field_location_longitude": 'Longitude',
1601
+ // user
1602
+ "field_user_username": 'Username',
1603
+ "field_user_password": 'Password',
1604
+ "field_user_contact": 'Contact',
1605
+ "field_user_roles": 'Roles',
1606
+ "field_user_tokens": 'Tokens',
1607
+ // token
1608
+ "field_token_name": 'Name',
1609
+ "field_token_value": 'Value',
1610
+ "field_token_lastRefresh": 'Last refresh',
1611
+ // brand
1612
+ "field_brand_name": 'Name',
1613
+ "field_brand_logo": 'Logo',
1614
+ "field_brand_company": 'Company',
1615
+ // cart
1616
+ "field_cart_user": 'User',
1617
+ "field_cart_items": 'Items',
1618
+ "field_cart_creationDate": 'Creation date',
1619
+ "field_cart_lastUpdate": 'Last update',
1620
+ "field_cart_active": 'Active',
1621
+ // cartItem
1622
+ "field_cartItem_product": 'Product',
1623
+ "field_cartItem_quantity": 'Quantity',
1624
+ "field_cartItem_variant": 'Variant',
1625
+ // discount
1626
+ "field_discount_code": 'Code',
1627
+ "field_discount_productSelection": 'Product selection',
1628
+ "field_discount_description": 'Description',
1629
+ "field_discount_percentAmount": 'Percentage',
1630
+ "field_discount_fixedAmount": 'Fixed amount',
1631
+ "field_discount_minAmount": 'Minimum amount',
1632
+ "field_discount_minProductQuantity": 'Minimum product quantity',
1633
+ "field_discount_freeProductQuantity": 'Free product quantity',
1634
+ "field_discount_startDate": 'Start date',
1635
+ "field_discount_endDate": 'End date',
1636
+ // order
1637
+ "field_order_orderId": 'Order ID',
1638
+ "field_order_orderDate": 'Order date',
1639
+ "field_order_status": 'Status',
1640
+ "field_order_products": 'Products',
1641
+ "field_order_customer": 'Customer',
1642
+ "field_order_totalAmount": 'Total amount',
1643
+ "field_order_currency": 'Currency',
1644
+ "field_order_paymentMethod": 'Payment method',
1645
+ "field_order_shippingAddress": 'Shipping address',
1646
+ "field_order_billingAddress": 'Billing address',
1647
+ "field_order_shippedDate": 'Shipping date',
1648
+ "field_order_deliveryDate": 'Delivery date',
1649
+ "field_order_discount": 'Discount',
1650
+ // invoice
1651
+ "field_invoice_order": 'Order',
1652
+ "field_invoice_invoiceId": 'Invoice ID',
1653
+ "field_invoice_invoiceDate": 'Invoice date',
1654
+ "field_invoice_dueDate": 'Due date',
1655
+ "field_invoice_status": 'Status',
1656
+ // resource
1657
+ "field_resource_source": 'Source',
1658
+ // product
1659
+ "field_product_name": 'Name',
1660
+ "field_product_description": 'Description',
1661
+ "field_product_image": 'Image',
1662
+ "field_product_price": 'Price',
1663
+ "field_product_currency": 'Currency',
1664
+ "field_product_billingFrequency": 'Billing frequency',
1665
+ "field_product_brand": 'Brand',
1666
+ "field_product_category": 'Category',
1667
+ // productVariant
1668
+ "field_productVariant_product": 'Product',
1669
+ "field_productVariant_size": 'Size',
1670
+ "field_productVariant_color": 'Color',
1671
+ "field_productVariant_sku": 'SKU',
1672
+ "field_productVariant_price": 'Price',
1673
+ "field_productVariant_currency": 'Currency',
1674
+ "field_productVariant_stock": 'Stock',
1675
+ "field_productVariant_image": 'Image',
1676
+ // stock
1677
+ "field_stock_product": 'Product',
1678
+ "field_stock_variant": 'Variant',
1679
+ "field_stock_warehouse": 'Warehouse',
1680
+ "field_stock_available": 'Available',
1681
+ "field_stock_reserved": 'Reserved',
1682
+ // stockAlert
1683
+ "field_stockAlert_user": 'User',
1684
+ "field_stockAlert_stock": 'Stock',
1685
+ "field_stockAlert_threshold": 'Threshold',
1686
+ // warehouse
1687
+ "field_warehouse_name": 'Name',
1688
+ "field_warehouse_location": 'Location',
1689
+ "field_warehouse_capacity": 'Capacity',
1690
+ // shipment
1691
+ "field_shipment_order": 'Order',
1692
+ "field_shipment_trackingNumber": 'Tracking number',
1693
+ "field_shipment_carrier": 'Carrier',
1694
+ "field_shipment_status": 'Status',
1695
+ "field_shipment_estimatedDeliveryDate": 'Estimated delivery date',
1696
+ "field_shipment_actualDeliveryDate": 'Actual delivery date',
1697
+ // userSubscription
1698
+ "field_userSubscription_user": 'User',
1699
+ "field_userSubscription_product": 'Product',
1700
+ "field_userSubscription_startDate": 'Start date',
1701
+ "field_userSubscription_endDate": 'End date',
1702
+ "field_userSubscription_price": 'Price',
1703
+ "field_userSubscription_currency": 'Currency',
1704
+ "field_userSubscription_paymentMethod": 'Payment method',
1705
+ "field_userSubscription_status": 'Status',
1706
+ "field_userSubscription_billingCycleAnchor": 'Billing cycle anchor',
1707
+ "field_userSubscription_nextBillingDate": 'Next billing date',
1708
+ "field_userSubscription_lastBillingDate": 'Last billing date',
1709
+ "field_userSubscription_cancelReason": 'Cancellation reason',
1710
+ "field_userSubscription_autoRenew": 'Auto renew',
1711
+ // ticket
1712
+ "field_ticket_user": 'User',
1713
+ "field_ticket_order": 'Order',
1714
+ "field_ticket_channel": 'Channel',
1715
+ "field_ticket_subject": 'Subject',
1716
+ "field_ticket_message": 'Message',
1717
+ "field_ticket_status": 'Status',
1718
+ "field_ticket_priority": 'Priority',
1719
+ "field_ticket_assignedTo": 'Assigned to',
1720
+ "field_ticket_createdAt": 'Creation date',
1721
+ // campaign
1722
+ "field_campaign_name": 'Name',
1723
+ "field_campaign_description": 'Description',
1724
+ "field_campaign_startDate": 'Start date',
1725
+ "field_campaign_endDate": 'End date',
1726
+ "field_campaign_type": 'Type',
1727
+ "field_campaign_status": 'Status',
1728
+ "field_campaign_budget": 'Budget',
1729
+ // device
1730
+ "field_device_location": 'Location',
1731
+ "field_device_lastLocationUpdate": 'Last location update',
1732
+ // review
1733
+ "field_review_user": 'User',
1734
+ "field_review_comment": 'Comment',
1735
+ "field_review_score": 'Score',
1736
+ "field_review_publishedAt": 'Publication date',
1737
+ // return
1738
+ "field_return_user": 'User',
1739
+ "field_return_reason": 'Reason',
1740
+ "field_return_status": 'Status',
1741
+ "field_return_amount": 'Amount',
1742
+ "field_return_currency": 'Currency',
1743
+ "field_return_refundDate": 'Refund date',
1744
+ //returnItem
1745
+ "field_returnItem_return": 'Return',
1746
+ "field_returnItem_product": 'Product',
1747
+ "field_returnItem_variant": 'Variant',
1748
+ "field_returnItem_quantity": 'Quantity',
1749
+ "field_returnItem_condition": 'Condition',
1750
+ //message
1751
+ "field_message_sender": 'Sender',
1752
+ "field_message_recipient": 'Recipient',
1753
+ "field_message_subject": 'Subject',
1754
+ "field_message_content": 'Content',
1755
+ "field_message_channels": 'Channels',
1756
+ "field_message_status": 'Status',
1757
+ "field_message_sentAt": 'Sent at',
1758
+ "field_message_readAt": 'Read at',
1759
+ "field_message_type": 'Type',
1760
+ "field_message_priority": 'Priority',
1761
+ //channel
1762
+ "field_channel_name": 'Name',
1763
+ "field_channel_description": 'Description',
1764
+ "field_channel_type": 'Type',
1765
+
1766
+ "field_request_timestamp_hint": "Exact date and time when the request was received.",
1767
+ "field_request_method_hint": "HTTP method used (GET, POST, etc.).",
1768
+ "field_request_url_hint": "Complete request URL, including query parameters.",
1769
+ "field_request_status_hint": "HTTP status code returned by the server (e.g.: 200, 404, 500).",
1770
+ "field_request_latencyMs_hint": "Server processing time for the request, in milliseconds.",
1771
+ "field_request_ip_hint": "IP address of the client who made the request.",
1772
+ "field_request_requestBody_hint": "Request body (stored as JSON/text string). Warning: may contain sensitive data and be large.",
1773
+ "field_request_responseBody_hint": "Response body (stored as JSON/text string). Warning: may be large.",
1774
+ "field_request_error_hint": "Error message if the request failed on server side (e.g.: status 500).",
1775
+
1776
+ "field_kpi_name": "Name",
1777
+ "field_kpi_description": "Description",
1778
+ "field_kpi_targetModel": "Target model",
1779
+ "field_kpi_aggregationType": "Aggregation type",
1780
+ "field_kpi_aggregationField": "Aggregation target",
1781
+ "field_kpi_matchFormula": "Selection filter",
1782
+
1783
+ "field_dashboard_name":"Name",
1784
+ "field_dashboard_description":"Description",
1785
+ "field_dashboard_layout":"Layout",
1786
+ "field_dashboard_settings":"Settings",
1787
+ "field_dashboard_isDefault":"Default view?",
1788
+
1789
+ "field_kpi_showTotal": "Show total",
1790
+ "field_kpi_showPercentTotal": "Show percentage total",
1791
+ "field_kpi_totalMatchFormula": "Total match formula",
1792
+ "field_kpi_unit": "Unit",
1793
+ "field_kpi_icon": "Icon",
1794
+ "field_kpi_order": "Order",
1795
+ "field_kpi_color": "Color",
1796
+ "field_content_lang": "Language",
1797
+ "field_message_lang": "Language",
1798
+ "field_request_timestamp": "Timestamp",
1799
+ "field_request_method": "Method",
1800
+ "field_request_url": "URL",
1801
+ "field_request_status": "Status",
1802
+ "field_request_latencyMs": "Latency (ms)",
1803
+ "field_request_ip": "IP address",
1804
+ "field_request_requestBody": "Request body",
1805
+ "field_request_responseBody": "Response body",
1806
+ "field_request_error": "Error",
1807
+ "field_user_gender": "Gender",
1808
+ "field_user_lang": "Language",
1809
+ "field_user_profilePicture": "Profile picture",
1810
+ "field_employee_employeeId": "Employee number",
1811
+ "field_employee_personalInfo": "Personal information",
1812
+ "field_employee_jobTitle": "Job title",
1813
+ "field_employee_department": "Department",
1814
+ "field_employee_manager": "Manager",
1815
+ "field_employee_workLocation": "Work location",
1816
+ "field_employee_employmentType": "Employment type",
1817
+ "field_employee_emergencyContact": "Emergency contact",
1818
+ "field_employee_homeAddress": "Home address",
1819
+ "field_employee_dateOfBirth": "Date of birth",
1820
+ "field_employee_nationality": "Nationality",
1821
+ "field_employee_nationalId": "National ID card",
1822
+ "field_employee_socialSecurityNumber": "Social security number",
1823
+ "field_employee_taxId": "Tax identification number",
1824
+ "field_employee_startDate": "Start Date",
1825
+ "field_employee_endDate": "End Date",
1826
+ "field_employee_contractType": "Contract type",
1827
+ "field_employee_salary": "Salary",
1828
+ "field_employee_salaryCurrency": "Salary currency",
1829
+ "field_employee_payFrequency": "Pay frequency",
1830
+ "field_employee_bankAccountNumber": "Bank account number",
1831
+ "field_employee_bankName": "Bank name",
1832
+ "field_employee_iban": "IBAN",
1833
+ "field_employee_swiftBic": "SWIFT/BIC",
1834
+ "field_employee_workPermitNumber": "Work permit number",
1835
+ "field_employee_workPermitExpiry": "Work permit expiry date",
1836
+ "field_employee_visaType": "Visa type",
1837
+ "field_employee_visaExpiry": "Visa expiry date",
1838
+ "field_employee_skills": "Skills",
1839
+ "field_employee_notes": "Notes",
1840
+
1841
+ "field_imageGallery_name": "Name",
1842
+ "field_imageGallery_images": "Images",
1843
+ "field_imageGallery_description": "Description",
1844
+ "field_imageGallery_tags": "Tags",
1845
+ "field_imageGallery_createdAt": "Creation date",
1846
+
1847
+ "field_workflowAction_name": "Action name",
1848
+ "field_workflowAction_type": "Action type",
1849
+ "field_workflowAction_targetModel": "Target model",
1850
+ "field_workflowAction_targetSelector": "Target selector",
1851
+ "field_workflowAction_fieldsToUpdate": "Fields to update",
1852
+ "field_workflowAction_dataToCreate": "Data to create",
1853
+ "field_workflowAction_script": "Script",
1854
+ "field_workflowAction_url": "URL",
1855
+ "field_workflowAction_method": "Method",
1856
+ "field_workflowAction_headers": "Headers",
1857
+ "field_workflowAction_body": "Request body",
1858
+ "field_workflowAction_duration": "Duration",
1859
+ "field_workflowAction_durationUnit": "Duration unit",
1860
+
1861
+ "field_workflowStep_workflow": "Workflow",
1862
+ "field_workflowStep_name": "Step name",
1863
+ "field_workflowStep_conditions": "Conditions",
1864
+ "field_workflowStep_actions": "Actions",
1865
+ "field_workflowStep_onSuccessStep": "Success step",
1866
+ "field_workflowStep_onFailureStep": "Failure step",
1867
+ "field_workflowStep_isTerminal": "Terminal step",
1868
+
1869
+ "field_workflowRun_contextData": "Context data",
1870
+ "field_workflowRun_stepExecutionsCount": "Step executions count",
1871
+ "field_workflowRun_currentStep": "Current step",
1872
+ "field_workflowRun_owner": "Owner",
1873
+ "field_workflowRun_error": "Error",
1874
+
1875
+ "field_workflowTrigger_workflow": "Workflow",
1876
+ "field_workflowTrigger_onEvent": "On event",
1877
+ "field_workflowTrigger_targetModel": "Target model",
1878
+ "field_workflowTrigger_dataFilter": "Data filter",
1879
+ "field_workflowTrigger_env": "Environment",
1880
+ "field_workflowTrigger_isActive": "Is active",
1881
+ "field_workflowTrigger_cronExpression": "CRON expression",
1882
+
1883
+ "field_accountingEntry_exercise": "Exercise",
1884
+ "field_accountingEntry_label": "Label",
1885
+ "field_accountingEntry_entryDate": "Entry Date",
1886
+ "field_accountingEntry_referenceNumber": "Reference Number",
1887
+ "field_accountingEntry_status": "Status",
1888
+ "field_accountingEntry_createdBy": "Created By",
1889
+ "field_accountingEntry_validatedBy": "Validated By",
1890
+ "field_accountingEntry_validationDate": "Validation Date",
1891
+ "field_accountingEntry_attachments": "Attachments",
1892
+
1893
+ "field_accountingLineItem_accountingExercise": "Accounting Exercise",
1894
+ "field_accountingLineItem_code": "Code",
1895
+ "field_accountingLineItem_label": "Label",
1896
+ "field_accountingLineItem_documentType": "Document Type",
1897
+ "field_accountingLineItem_section": "Section",
1898
+ "field_accountingLineItem_subSection": "Sub-section",
1899
+ "field_accountingLineItem_order": "Order",
1900
+ "field_accountingLineItem_calculationFormula": "Calculation Formula",
1901
+ "field_accountingLineItem_values": "Values",
1902
+ "field_accountingLineItem_notes": "Notes",
1903
+
1904
+ "field_ticketMessage_ticket": "Ticket",
1905
+ "field_ticketMessage_sender": "Sender",
1906
+ "field_ticketMessage_content": "Content",
1907
+ "field_ticketMessage_sentAt": "Sent at",
1908
+ "field_workflow_name": "Name",
1909
+ "field_workflow_description": "Description",
1910
+ "field_workflow_trigger": "Trigger",
1911
+ "field_workflow_steps": "Steps",
1912
+ "field_workflow_active": "Active",
1913
+ "field_workflowRun_workflow": "Workflow",
1914
+ "field_workflowRun_status": "Status",
1915
+ "field_workflowRun_startDate": "Start date",
1916
+ "field_workflowRun_endDate": "End date",
1917
+ "field_workflowRun_logs": "Logs",
1918
+ "field_workflowTrigger_name": "Name",
1919
+ "field_workflowTrigger_type": "Type",
1920
+ "field_workflowTrigger_modelName": "Model name",
1921
+ "field_workflowTrigger_condition": "Condition",
1922
+
1923
+ "field_accountingEntry_accountingExercise": "Accounting exercise",
1924
+ "field_accountingEntry_date": "Date",
1925
+ "field_accountingEntry_description": "Description",
1926
+ "field_accountingEntry_amount": "Amount",
1927
+ "field_accountingEntry_currency": "Currency",
1928
+ "field_accountingEntry_type": "Type",
1929
+ "field_accountingEntry_category": "Category",
1930
+ "field_accountingEntry_notes": "Notes",
1931
+
1932
+ "field.cronSchedule": "Schedule",
1933
+ "field_accountingEntry_accountingExercise_hint": "The accounting exercise this entry belongs to.",
1934
+ "field_accountingEntry_date_hint": "The date of the accounting entry.",
1935
+ "field_accountingEntry_description_hint": "A brief description of the accounting entry.",
1936
+ "field_accountingEntry_amount_hint": "The amount of the accounting entry.",
1937
+ "field_accountingEntry_currency_hint": "The currency of the accounting entry.",
1938
+ "field_accountingEntry_type_hint": "The type of entry (debit or credit).",
1939
+ "field_accountingEntry_category_hint": "The category of the entry (e.g.: Sales, Purchases, Salaries).",
1940
+ "field_accountingEntry_notes_hint": "Additional notes or comments about the entry.",
1941
+
1942
+ "field_accountingExercise_startDate_hint": "The start date of the accounting exercise.",
1943
+ "field_accountingExercise_endDate_hint": "The end date of the accounting exercise.",
1944
+
1945
+ "field_brand_name_hint": "The brand name.",
1946
+ "field_brand_logo_hint": "The brand logo.",
1947
+ "field_brand_company_hint": "The company name associated with the brand.",
1948
+
1949
+ "field_campaign_name_hint": "The marketing campaign name.",
1950
+ "field_campaign_description_hint": "A detailed description of the campaign.",
1951
+ "field_campaign_startDate_hint": "The campaign start date.",
1952
+ "field_campaign_endDate_hint": "The campaign end date.",
1953
+ "field_campaign_type_hint": "The campaign type (e.g.: Email, Advertising, Social media).",
1954
+ "field_campaign_status_hint": "The current campaign status (e.g.: Active, Finished, Paused).",
1955
+ "field_campaign_budget_hint": "The budget allocated to the campaign.",
1956
+
1957
+ "field_cart_user_hint": "The user who owns this cart.",
1958
+ "field_cart_items_hint": "The items contained in the cart.",
1959
+ "field_cart_creationDate_hint": "The date and time the cart was created.",
1960
+ "field_cart_lastUpdate_hint": "The date and time the cart was last updated.",
1961
+ "field_cart_active_hint": "Indicates whether the cart is still active or has been converted to an order.",
1962
+
1963
+ "field_cartItem_product_hint": "The product added to the cart.",
1964
+ "field_cartItem_quantity_hint": "The quantity of this product in the cart.",
1965
+ "field_cartItem_variant_hint": "The specific product variant (size, color, etc.).",
1966
+
1967
+ "field_channel_name_hint": "The notification channel name (e.g.: Email, SMS, Push).",
1968
+ "field_channel_description_hint": "A description of the notification channel.",
1969
+ "field_channel_type_hint": "The channel type (e.g.: Marketing, Transactional, Support).",
1970
+
1971
+ "field_contact_legalName_hint": "The full legal name of the person or organization.",
1972
+ "field_contact_firstName_hint": "The contact's first name.",
1973
+ "field_contact_lastName_hint": "The contact's last name.",
1974
+ "field_contact_email_hint": "The contact's email address.",
1975
+ "field_contact_phone_hint": "The contact's phone number.",
1976
+ "field_contact_location_hint": "The contact's physical address.",
1977
+
1978
+ "field_content_webpage_hint": "The web page this content is associated with.",
1979
+ "field_content_title_hint": "The content title.",
1980
+ "field_content_slug_hint": "The content slug (URL part).",
1981
+ "field_content_published_hint": "Indicates whether the content is published and visible.",
1982
+ "field_content_publishedAt_hint": "The content publication date and time.",
1983
+ "field_content_html_hint": "The enriched HTML content of the article or page.",
1984
+ "field_content_type_hint": "The content type (e.g.: Article, News, Page).",
1985
+ "field_content_keywords_hint": "Keywords associated with the content for SEO or search.",
1986
+ "field_content_image_hint": "The main image associated with the content.",
1987
+ "field_content_author_hint": "The content author.",
1988
+
1989
+ "field_currency_symbol_hint": "The currency symbol (e.g.: €, $).",
1990
+ "field_currency_code_hint": "The ISO currency code (e.g.: EUR, USD).",
1991
+ "field_currency_name_hint": "The full currency name (e.g.: Euro, US Dollar).",
1992
+ "field_currency_exchangeRate_hint": "The exchange rate relative to a reference currency (e.g.: 1 USD = X EUR).",
1993
+ "field_currency_default_hint": "Indicates whether this currency is the application's default currency.",
1994
+
1995
+ "field_dashboard_name_hint": "The dashboard name.",
1996
+ "field_dashboard_description_hint": "A detailed dashboard description.",
1997
+ "field_dashboard_layout_hint": "The layout structure of dashboard elements.",
1998
+ "field_dashboard_sections_hint": "The sections composing the dashboard.",
1999
+ "field_dashboard_owner_hint": "The user who owns this dashboard.",
2000
+ "field_dashboard_isPublic_hint": "Indicates whether the dashboard is publicly accessible or private.",
2001
+
2002
+ "field_device_name_hint": "The device name (e.g.: My phone, Desktop computer).",
2003
+ "field_device_type_hint": "The device type (e.g.: mobile, tablet, desktop, IoT).",
2004
+ "field_device_os_hint": "The device operating system (e.g.: Android, iOS, Windows, Linux).",
2005
+ "field_device_owner_hint": "The user who owns this device.",
2006
+
2007
+ "field_discount_totalAmount_hint": "The invoice total amount.",
2008
+ "field_discount_currency_hint": "The invoice currency.",
2009
+ "field_discount_billingAddress_hint": "The billing address associated with the invoice.",
2010
+
2011
+ "field_employee_firstName_hint": "The employee's first name.",
2012
+ "field_employee_lastName_hint": "The employee's last name.",
2013
+ "field_employee_email_hint": "The employee's professional email address",
2014
+ "field_employee_phone_hint": "The employee's professional phone number.",
2015
+ "field_employee_position_hint": "The position held by the employee within the company.",
2016
+ "field_employee_department_hint": "The department or service the employee belongs to.",
2017
+ "field_employee_hireDate_hint": "The employee's hire date.",
2018
+ "field_employee_salary_hint": "The employee's annual or monthly salary.",
2019
+
2020
+ "model_description_imageGallery": "Manages image collections and their properties.",
2021
+ "field_imageGallery_name_hint": "The image gallery name.",
2022
+ "field_imageGallery_description_hint": "An image gallery description.",
2023
+ "field_imageGallery_images_hint": "The list of images contained in this gallery.",
2024
+ "field_imageGallery_isPublic_hint": "Indicates whether the gallery is publicly accessible.",
2025
+ "field_imageGallery_owner_hint": "The user who owns this image gallery.",
2026
+
2027
+ "field_invoice_totalAmount_hint": "The invoice total amount, including taxes and fees.",
2028
+ "field_invoice_currency_hint": "The currency in which the invoice is issued.",
2029
+ "field_invoice_billingAddress_hint": "The complete address used for billing.",
2030
+
2031
+ "model_description_kpi": "Key performance indicators (KPIs) for data tracking.",
2032
+ "field_kpi_name_hint": "The key performance indicator (KPI) name.",
2033
+ "field_kpi_description_hint": "A detailed KPI description explaining what it measures.",
2034
+ "field_kpi_model_hint": "The data model this KPI is based on.",
2035
+ "field_kpi_field_hint": "The specific model field used for KPI calculation.",
2036
+ "field_kpi_aggregationType_hint": "The aggregation type applied to data (e.g.: SUM, AVERAGE, COUNT).",
2037
+ "field_kpi_filter_hint": "The filtering conditions applied to data for this KPI.",
2038
+ "field_kpi_displayType_hint": "The preferred display type for the KPI (e.g.: number, percentage, chart).",
2039
+ "field_kpi_unit_hint": "The KPI measurement unit (e.g.: €, %, number).",
2040
+
2041
+ "field_lang_isDefault_hint": "Indicates whether this language is the application's default language.",
2042
+
2043
+ "field_location_name_hint": "The location name (e.g.: Main office, Warehouse A).",
2044
+ "field_location_type_hint": "The location type (e.g.: office, warehouse, store, home).",
2045
+
2046
+ "field_message_totalAmount_hint": "The invoice total amount, including taxes and fees.",
2047
+ "field_message_currency_hint": "The currency in which the invoice is issued.",
2048
+ "field_message_billingAddress_hint": "The complete address used for billing.",
2049
+
2050
+ "field_order_orderId_hint": "The unique identifier generated for this order.",
2051
+ "field_order_orderDate_hint": "The date and time the order was placed.",
2052
+ "field_order_status_hint": "The current order status (e.g.: Pending, Shipped, Delivered).",
2053
+ "field_order_products_hint": "The list of products and quantities included in the order.",
2054
+ "field_order_customer_hint": "The customer who placed the order.",
2055
+ "field_order_totalAmount_hint": "The order total amount, including taxes and shipping fees.",
2056
+ "field_order_currency_hint": "The currency in which the order was paid.",
2057
+ "field_order_paymentMethod_hint": "The payment method used for the order (e.g.: Credit card, PayPal).",
2058
+ "field_order_shippingAddress_hint": "The address where the order should be delivered.",
2059
+ "field_order_billingAddress_hint": "The billing address associated with the order.",
2060
+ "field_order_shippedDate_hint": "The date the order was shipped by the seller.",
2061
+ "field_order_deliveryDate_hint": "The date the order was delivered to the customer.",
2062
+ "field_order_discount_hint": "The discount or promo code that was applied to the order.",
2063
+
2064
+ "field_permission_name_hint": "The unique permission name (e.g.: API_ADMIN, API_ADD_DATA_product).",
2065
+ "field_permission_description_hint": "A clear description of what this permission allows to do.",
2066
+
2067
+ "field_product_name_hint": "The commercial product name, as it will be displayed to customers.",
2068
+ "field_product_description_hint": "A detailed product description, including its features and benefits.",
2069
+ "field_product_image_hint": "The main image representing the product.",
2070
+ "field_product_price_hint": "The base product price before any discount or variation.",
2071
+ "field_product_currency_hint": "The base product price currency.",
2072
+ "field_product_billingFrequency_hint": "The billing frequency for subscription products (e.g.: monthly, yearly).",
2073
+ "field_product_brand_hint": "The brand this product is associated with.",
2074
+ "field_product_category_hint": "The main category this product belongs to.",
2075
+
2076
+ "field_productVariant_product_hint": "The base product this variant is attached to.",
2077
+ "field_productVariant_size_hint": "The specific size of this variant (e.g.: S, M, L, 42).",
2078
+ "field_productVariant_color_hint": "The specific color of this variant (e.g.: Red, Blue, Green).",
2079
+ "field_productVariant_sku_hint": "The unique SKU (Stock Keeping Unit) code to precisely identify this variant.",
2080
+ "field_productVariant_price_hint": "The specific price of this variant, which may differ from the base product.",
2081
+ "field_productVariant_currency_hint": "The price currency for this specific variant.",
2082
+ "field_productVariant_stock_hint": "The stock management for this variant.",
2083
+ "field_productVariant_image_hint": "The specific image showing this product variant.",
2084
+
2085
+ "field_resource_source_hint": "The resource URL or access path (e.g.: /uploads/my-file.pdf).",
2086
+
2087
+ "field_return_user_hint": "The user who initiated the return request.",
2088
+ "field_return_reason_hint": "The reason why the product is being returned (e.g.: Defective, Wrong item).",
2089
+ "field_return_status_hint": "The current return status (e.g.: Requested, Approved, Refunded).",
2090
+ "field_return_amount_hint": "The total amount that will be refunded to the customer.",
2091
+ "field_return_currency_hint": "The currency in which the refund will be made.",
2092
+ "field_return_refundDate_hint": "The date when the refund was actually processed.",
2093
+
2094
+ "field_returnItem_return_hint": "The parent return request this item is associated with.",
2095
+ "field_returnItem_product_hint": "The specific product being returned.",
2096
+ "field_returnItem_variant_hint": "The exact product variant being returned, if applicable.",
2097
+ "field_returnItem_quantity_hint": "The quantity of this item being returned.",
2098
+ "field_returnItem_condition_hint": "The condition of the returned product (e.g.: New, Opened, Damaged).",
2099
+
2100
+ "field_review_user_hint": "The user who submitted the review.",
2101
+ "field_review_comment_hint": "The full text of the comment or review left by the user.",
2102
+ "field_review_score_hint": "The numerical rating given by the user (e.g.: from 1 to 5).",
2103
+ "field_review_publishedAt_hint": "The review publication date and time.",
2104
+
2105
+ "field_role_name_hint": "The role name, which will be used to assign it to users (e.g.: Administrator, Editor).",
2106
+ "field_role_permissions_hint": "The list of permissions granted to users with this role.",
2107
+
2108
+ "field_stock_product_hint": "The product concerned by this stock line.",
2109
+ "field_stock_variant_hint": "The specific product variant, if applicable.",
2110
+ "field_stock_warehouse_hint": "The warehouse where this stock is physically located.",
2111
+ "field_stock_available_hint": "The quantity of product currently available for sale.",
2112
+ "field_stock_reserved_hint": "The quantity of product reserved for current orders but not yet shipped.",
2113
+
2114
+ "field_stockAlert_user_hint": "The user who will receive the low stock alert.",
2115
+ "field_stockAlert_stock_hint": "The specific stock line to monitor.",
2116
+ "field_stockAlert_threshold_hint": "The quantity threshold below which the alert will be triggered.",
2117
+
2118
+ "field_taxonomy_name_hint": "The category or taxonomy term name (e.g.: Electronics, Summer promotions).",
2119
+ "field_taxonomy_parent_hint": "The parent category, allowing to create a hierarchy (e.g.: 'Smartphones' has parent 'Electronics').",
2120
+ "field_taxonomy_type_hint": "The taxonomy type, to group categories (e.g.: Product category, Article tag).",
2121
+
2122
+ "field_ticket_user_hint": "The user who created the support ticket.",
2123
+ "field_ticket_order_hint": "The order associated with the ticket, if the issue concerns it.",
2124
+ "field_ticket_channel_hint": "The channel through which the ticket was submitted (e.g.: Email, Web form, Phone).",
2125
+ "field_ticket_subject_hint": "The concise ticket subject or title.",
2126
+ "field_ticket_message_hint": "The initial message or detailed problem description.",
2127
+ "field_ticket_status_hint": "The current ticket status (e.g.: Open, In progress, Closed, Awaiting response).",
2128
+ "field_ticket_priority_hint": "The ticket processing priority (e.g.: Low, Medium, High).",
2129
+ "field_ticket_assignedTo_hint": "The employee or team the ticket is assigned to for resolution.",
2130
+ "field_ticket_createdAt_hint": "The ticket creation date and time.",
2131
+
2132
+ "field_ticketMessage_ticket_hint": "The parent support ticket this message is attached to.",
2133
+ "field_ticketMessage_sender_hint": "The message sender (can be the customer or a support member).",
2134
+ "field_ticketMessage_content_hint": "The textual content of the message or response.",
2135
+ "field_ticketMessage_sentAt_hint": "The exact date and time the message was sent.",
2136
+
2137
+ "field_token_name_hint": "A descriptive name for the token to identify it (e.g.: API Key for Mobile App).",
2138
+ "field_token_value_hint": "The unique access token value, used for authentication.",
2139
+ "field_token_lastRefresh_hint": "The date of the last use or refresh of the token.",
2140
+
2141
+ "field_translation_key_hint": "The unique translation key, used in the code (e.g., btns.save, model_product).",
2142
+ "field_translation_value_hint": "The translated text corresponding to the key for a given language.",
2143
+ "field_translation_html_hint": "The translated text in HTML format, if the translation contains tags.",
2144
+ "field_translation_lang_hint": "The language (ISO code) to which this translation applies.",
2145
+
2146
+ "field_user_username_hint": "The unique username used for login.",
2147
+ "field_user_password_hint": "The user's password (will be stored securely and hashed).",
2148
+ "field_user_contact_hint": "The contact record associated with this user, containing personal information.",
2149
+ "field_user_roles_hint": "The roles assigned to the user, which define their set of permissions.",
2150
+ "field_user_tokens_hint": "The user's personal API tokens for programmatic access.",
2151
+
2152
+ "field_userSubscription_user_hint": "The user who subscribed to the subscription.",
2153
+ "field_userSubscription_product_hint": "The product or service to which the user is subscribed.",
2154
+ "field_userSubscription_startDate_hint": "The date when the subscription started.",
2155
+ "field_userSubscription_endDate_hint": "The expected end date of the subscription (if not renewed).",
2156
+ "field_userSubscription_status_hint": "The current status of the subscription (e.g., Active, Cancelled, Expired).",
2157
+ "field_userSubscription_autoRenew_hint": "Indicates whether the subscription will automatically renew at the end of the period.",
2158
+
2159
+ "field_warehouse_name_hint": "The name of the warehouse to identify it (e.g., Main Warehouse, South Depot).",
2160
+ "field_warehouse_location_hint": "The complete physical address of the warehouse.",
2161
+ "field_warehouse_capacity_hint": "The maximum storage capacity of the warehouse (in volume, units, etc.).",
2162
+
2163
+ "field_webpage_title_hint": "The page title, displayed in the browser tab and important for SEO.",
2164
+ "field_webpage_path_hint": "The URL path of the page after the domain name (e.g., /about).",
2165
+ "field_webpage_published_hint": "Indicates whether the page is visible to the public.",
2166
+ "field_webpage_inSitemap_hint": "Indicates whether the page should be included in the sitemap for search engines.",
2167
+
2168
+ "field_workflow_name_hint": "The name of the workflow to easily identify it in the list.",
2169
+ "field_workflow_description_hint": "A brief explanation of the purpose and operation of this workflow.",
2170
+ "field_workflow_trigger_hint": "The event that will start the execution of this workflow.",
2171
+ "field_workflow_steps_hint": "The sequence of steps and actions to execute when the workflow is triggered.",
2172
+ "field_workflow_active_hint": "Indicates whether the workflow is currently enabled and can be triggered.",
2173
+
2174
+ "field_workflowRun_workflow_hint": "The parent workflow that was executed for this instance.",
2175
+ "field_workflowRun_status_hint": "The status of this specific execution (e.g., In Progress, Completed, Failed).",
2176
+ "field_workflowRun_startDate_hint": "The exact date and time when the execution started.",
2177
+ "field_workflowRun_endDate_hint": "The date and time when the execution ended (if completed or failed).",
2178
+ "field_workflowRun_logs_hint": "The detailed logs of each step of the workflow execution.",
2179
+
2180
+ "field_workflowTrigger_name_hint": "A descriptive name for the trigger (e.g., On New Order Creation).",
2181
+ "field_workflowTrigger_type_hint": "The type of event that triggers the workflow (e.g., Data Creation, Update, Scheduled Task...).",
2182
+ "field_workflowTrigger_modelName_hint": "The name of the data model monitored by the trigger.",
2183
+ "field_workflowTrigger_condition_hint": "An additional condition on the data for the trigger to activate.",
2184
+
2185
+ "field_accountingExercise_companyContact_hint": "Company designation",
2186
+ "field_accountingExercise_companyIdentifier_hint": "Company SIRET",
2187
+ "field_accountingExercise_startDate": "Start date of the accounting period",
2188
+ "field_accountingExercise_endDate": "Closing date of the accounting period",
2189
+ "field_accountingLineItem_code_hint": "Unique line code (e.g., AA, FB, HA)",
2190
+ "field_accountingLineItem_label_hint": "Line label (e.g., Establishment costs)",
2191
+ "field_accountingLineItem_section_hint": "Main section (e.g., FIXED ASSETS)",
2192
+ "field_accountingLineItem_subSection_hint": "Sub-section (e.g., INTANGIBLE ASSETS)",
2193
+ "field_accountingLineItem_order_hint": "Display order in the section/sub-section",
2194
+ "field_accountingLineItem_calculationFormula_hint": "Calculation formula (if applicable)",
2195
+ "field_accountingLineItem_notes_hint": "Notes or references",
2196
+ "model_accountingEntry": "Accounting entry",
2197
+ "model_description_accountingEntry": "Entry of an accounting operation within a specific accounting period",
2198
+ "model_employee": "Employees",
2199
+ "model_description_employee": "Manages human resources aspects related to the company's employees.",
2200
+ "model_accountingLineItem": "Accounting period line item",
2201
+ "model_accountingExercise": "Accounting period",
2202
+ "model_description_accountingLineItem": "Defines a line/category in an accounting document.",
2203
+ "model_description_accountingExercise": "Represents an accounting period for a given company.",
2204
+ "bilan_actif": "Assets balance sheet",
2205
+ "bilan_passif": "Liabilities balance sheet",
2206
+ "compte_resultat": "Income statement",
2207
+ "immobilisations": "Fixed assets",
2208
+ "amortissements": "Depreciation",
2209
+ "provisions": "Provisions",
2210
+ "creances_dettes": "Receivables and payables",
2211
+ "deficits": "Deficits",
2212
+ "plus_moins_values": "Gains and losses",
2213
+ "effectifs_valeur_ajoutee": "Headcount and added value",
2214
+ "capital_social": "Share capital",
2215
+ "filiales_participations": "Subsidiaries and holdings",
2216
+ "resultat_fiscal": "Taxable income",
2217
+
2218
+ "model_description_translation": "Manage translations of various strings. Translatable fields are indicated in the interface. Simply specify a language and the key used to index the translated content. You can rename the model and fields with the keys 'model_$modelName' and 'field_$modelName_$fieldName' respectively, or translate model descriptions with 'model_description_$modelName'.",
2219
+ "model_description_permission": "Manage user permissions. Each permission represents a specific action (or set of actions) that a user or role can perform within the API. For example, 'API_ADMIN' grants all rights to the API, but there are also 'API_ADD_DATA', 'API_ADD_DATA_$modelName', 'API_SEARCH_DATA', 'API_SEARCH_DATA_$modelName', 'API_EDIT_DATA', 'API_EDIT_DATA_$modelName', 'API_DELETE_DATA', and 'API_DELETE_DATA_$modelName' to finely manage API access rights.",
2220
+ "model_description_user": "Manage users. Assign roles and API access tokens to your application's users.",
2221
+ "model_description_role": "Manage different roles. Assign permissions to configure the role. It can then be assigned to users.",
2222
+ "model_description_lang": "Manage the site's languages. Used notably for translations.",
2223
+ "model_description_order": "Manage orders.",
2224
+ "model_description_webpage": "Manage various web pages.",
2225
+ "model_description_content": "Manage different content and news.",
2226
+ "model_description_token": "Manage various access tokens.",
2227
+ "model_description_contact": "Manage various contacts.",
2228
+ "model_description_currency": "Manage usable currencies.",
2229
+ "model_description_resource": "Manage various web resources.",
2230
+ "model_description_product": "Manage products.",
2231
+ "model_description_discount": "Manage promotions.",
2232
+ "model_description_productVariant": "Manage product variants.",
2233
+ "model_description_cart": "Manage user carts.",
2234
+ "model_description_cartItem": "Manage cart contents.",
2235
+ "model_description_brand": "Manage brands.",
2236
+ "model_description_taxonomy": "Manage categories (taxonomy).",
2237
+ "model_description_location": "Manage different locations.",
2238
+ "model_description_device": "Manage access devices.",
2239
+ "model_description_return": "Manage product returns.",
2240
+ "model_description_review": "Manage user feedback.",
2241
+ "model_description_stock": "Manage product stock.",
2242
+ "model_description_warehouse": "Manage warehouses.",
2243
+ "model_description_shipment": "Manage shipments.",
2244
+ "model_description_ticket": "Manage support tickets.",
2245
+ "model_description_ticketMessage": "Manage support ticket messages.",
2246
+ "model_description_campaign": "Manage marketing campaigns.",
2247
+ "model_description_userSubscription": "Manage user subscriptions.",
2248
+ "model_description_invoice": "Manage invoices.",
2249
+ "model_description_stockAlert": "Manage stock alerts.",
2250
+ "model_description_returnItem": "Manage returned products.",
2251
+ "model_description_channel": "Manage notification channels.",
2252
+ "model_description_message": "Manage messages.",
2253
+
2254
+ "pending": "Pending",
2255
+ "approved": "Approved",
2256
+ "refunded": "Refunded",
2257
+ "refused": "Refused",
2258
+
2259
+ "processing": "Processing",
2260
+ "shipped": "Shipped",
2261
+ "delivered": "Delivered",
2262
+ "cancelled": "Cancelled",
2263
+
2264
+ "paid": "Paid",
2265
+ "unpaid": "Unpaid",
2266
+ "partially_paid": "Partially paid",
2267
+ "active": "Active",
2268
+ "inactive": "Inactive",
2269
+ "expired": "Expired",
2270
+
2271
+ "in_progress": "In progress",
2272
+ "opened": "Opened",
2273
+ "closed": "Closed",
2274
+ "low": "Low",
2275
+ "medium": "Medium",
2276
+ "high": "High",
2277
+ "urgent": "Urgent",
2278
+
2279
+ "in_transit": "In transit",
2280
+ "issue": "Issue",
2281
+
2282
+ "bank_card": "Bank card",
2283
+ "SEPA_mandate": "SEPA mandate",
2284
+ "cash": "Cash",
2285
+ "check": "Check",
2286
+ "other": "Other",
2287
+
2288
+ "daily": "Daily",
2289
+ "weekly": "Weekly",
2290
+ "hourly": "Hourly",
2291
+ "monthly": "Monthly",
2292
+ "yearly": "Yearly",
2293
+
2294
+ // user.gender
2295
+ "male": "Male",
2296
+ "female": "Female",
2297
+ "prefer_not_to_say": "Prefer not to say",
2298
+
2299
+ // channel.type
2300
+ "web": "Web",
2301
+ "mobile": "Mobile",
2302
+ "sms": "SMS",
2303
+ "push": "Push notification",
2304
+
2305
+ // alert.notificationChannel
2306
+ "in_app": "In-app",
2307
+
2308
+ // taxonomy.type
2309
+ "keyword": "Keyword",
2310
+ "category": "Category",
2311
+
2312
+ // message.status
2313
+ "sent": "Sent",
2314
+ "read": "Read",
2315
+
2316
+ // product.billingFrequency
2317
+ "none": "None",
2318
+
2319
+ // returnItem.condition
2320
+ "new": "New",
2321
+ "very_good": "Very good condition",
2322
+ "good": "Good condition",
2323
+ "degraded": "Degraded",
2324
+ "damaged": "Damaged",
2325
+ "unusable": "Unusable",
2326
+
2327
+ // campaign.type
2328
+ "advertisement": "Advertisement",
2329
+
2330
+ // campaign.status
2331
+ "planned": "Planned",
2332
+ "finished": "Finished",
2333
+
2334
+ // accountingEntry.status
2335
+ "draft": "Draft",
2336
+ "validated": "Validated",
2337
+
2338
+ // channel.type & campaign.type
2339
+ "email": "Email",
2340
+ "promotion": "Promotion",
2341
+
2342
+ // workflowAction.type
2343
+ "UpdateData": "Update data",
2344
+ "CreateData": "Create data",
2345
+ "DeleteData": "Delete data",
2346
+ "ExecuteScript": "Execute script",
2347
+ "CallWebhook": "Call webhook",
2348
+ "SendEmail": "Send email",
2349
+ "Wait": "Wait",
2350
+ "GenerateAIContent": "Generate AI content",
2351
+
2352
+ // workflowAction.durationUnit
2353
+ "milliseconds": "Milliseconds",
2354
+ "seconds": "Seconds",
2355
+ "minutes": "Minutes",
2356
+ "hours": "Hours",
2357
+ "days": "Days",
2358
+
2359
+ // workflowRun.status & event.status & campaign.status
2360
+ "running": "Running",
2361
+ "completed": "Completed",
2362
+ "failed": "Failed",
2363
+ "waiting": "Waiting",
2364
+ "scheduled": "Scheduled",
2365
+ "ongoing": "Ongoing",
2366
+ "postponed": "Postponed",
2367
+
2368
+ // kpi.aggregationType
2369
+ "count": "Count",
2370
+ "sum": "Sum",
2371
+ "avg": "Average",
2372
+ "min": "Minimum",
2373
+ "max": "Maximum",
2374
+
2375
+ // employee.employmentType
2376
+ "full_time": "Full-time",
2377
+ "part_time": "Part-time",
2378
+ "contractor": "Contractor",
2379
+ "intern": "Intern",
2380
+ "temporary": "Temporary",
2381
+
2382
+ // employee.payFrequency
2383
+ "bi_weekly": "Bi-weekly",
2384
+
2385
+ // workflowTrigger.type
2386
+ "manual": "Manual",
2387
+
2388
+ // workflowTrigger.onEvent
2389
+ "DataAdded": "Data added",
2390
+ "DataEdited": "Data edited",
2391
+ "DataDeleted": "Data deleted",
2392
+ "ModelAdded": "Model added",
2393
+ "ModelEdited": "Model edited",
2394
+ "ModelDeleted": "Model deleted",
2395
+
2396
+ "yes": "Yes",
2397
+ "no": "No",
2398
+ "true": "True",
2399
+ "false": "False",
2400
+
2401
+ "assistant.type": "Type your message...",
2402
+ "assistant.welcome": "Hello! How can I help you with your data?",
2403
+ "assistant.named": "Assistant {{named}}",
2404
+ "api.data.duplicateValue": "The value '{{value}}' already exists for the unique field '{{field}}'.",
2405
+ "api.model.invalidStructure": "The model is invalid. Some fields are incorrect.",
2406
+ "api.validate.fieldArray": "The field '{{0}}' must be an array.",
2407
+ "api.validate.invalidMimeType": "Invalid file type '{{type}}'. Allowed types are: {{authorized}}.",
2408
+ "api.field.missingRequired": "Missing required field: {{field}}.",
2409
+ "api.field.requiredCannotBeEmpty": "The required field '{{field}}' cannot be empty.",
2410
+ "api.field.validationFailed": "Validation failed for field '{{field}}' with value: {{value}}.",
2411
+ "api.data.notUniqueData": "An identical record already exists.",
2412
+ "api.file.invalidGuid": "The file GUID is not valid.",
2413
+ "api.file.notFound": "File not found (GUID: {{guid}}).",
2414
+ "api.file.unauthorizedDelete": "You are not authorized to delete this file.",
2415
+ "api.file.notFoundOnServer": "File not found on server.",
2416
+ "api.file.unauthorizedUpload": "You are not authorized to upload this file.",
2417
+ "api.file.unauthorizedDownload": "You are not authorized to download this file.",
2418
+ "api.data.storageLimitExceeded": "The storage limit of {{limit}}MB would be exceeded with this addition.",
2419
+ "api.data.serverStorageFull": "The server has reached its maximum storage capacity. Please try again later.",
2420
+ "api.validate.unknowField": "Unrecognized property(s): '{{0}}' for field '{{1}}'",
2421
+ "api.validate.invalidField": "Invalid field(s): '{{0}}'",
2422
+ "api.validate.requiredFieldString": "The field '{{0}}' is required and must be a string.",
2423
+ "api.validate.fieldBoolean": "The attribute '{{0}}' must be a boolean.",
2424
+ "api.validate.fieldObject": "The attribute '{{0}}' must be an object.",
2425
+ "api.validate.fieldStringArray": "The attribute '{{0}}' must be an array of strings.",
2426
+ "api.validate.fieldString": "The field '{{0}}' must be a string.",
2427
+ "api.validate.fieldNumber": "The attribute '{{0}}' must be a number.",
2428
+ "api.validate.inferiorTo": "The attribute '{{0}}' must be less than the attribute '{{1}}'.",
2429
+ "api.validate.fileSize": "The 'maxSize' attribute must not exceed {{0}} bytes.",
2430
+ "api.validate.unknowType": "The type '{{0}}' is not recognized.",
2431
+ "api.validate.sameType": "The attribute '{{0}}' must be of the same type as attribute '{{1}}' ({{2}}).",
2432
+ "api.validate.fieldFunction": "The attribute '{{0}}' must be a function.",
2433
+ "api.model.deleteFailed": "The data model could not be deleted.",
2434
+ "api.model.updateFailed": "The data model could not be updated.",
2435
+ "api.permission.installPack": "You don't have permission to install a pack.",
2436
+ "api.data.tooDeep": "Maximum depth for data retrieval reached (depth of {{depth}})",
2437
+ "api.field.validationError": "The field {{field}} is not valid according to type {{type}}.",
2438
+ "api.field.undefined": "The type {{type}} is not defined.",
2439
+ "api.field.required": "The field {{field}} is required in the model {{model}}",
2440
+ "api.data.notFound": "Resource not found.",
2441
+ "api.data.notModified": "Resource not modified.",
2442
+ "api.data.error": "An error occurred while processing the request.",
2443
+ "api.data.noData": "No valid data to insert.",
2444
+ "api.data.tooManyData": "Maximum number of data reached for this model.",
2445
+ "api.model.alreadyExists": "The model already exists.",
2446
+ "api.model.delete": "Model deleted.",
2447
+ "api.model.notFound": "Model {{model}} not found.",
2448
+ "api.model.maxModels": "Maximum number of models reached.",
2449
+ "api.data.hashesNotValid": "Relation data hashes are not valid.",
2450
+ "api.permission.addData": "Cannot add data to the API.",
2451
+ "api.permission.editData": "Cannot insert data into the API.",
2452
+ "api.permission.searchData": "Cannot search data from the API",
2453
+ "api.permission.deleteData": "Cannot delete data from the API",
2454
+ "api.permission.import": "Cannot import models from the API",
2455
+ "api.permission.addModel": "Cannot add a model to the API",
2456
+ "api.permission.editModel": "Cannot modify models from the API",
2457
+ "api.permission.importModel": "Cannot import models from the API",
2458
+ "api.permission.deleteModel": "Cannot delete models from the API",
2459
+ "api.permission.getModels": "Cannot get models from the API",
2460
+ "api.permission.getModel": "Cannot get a model from the API",
2461
+ },
135
2462
  },
136
2463
  es: {
137
2464
  translation: {
@@ -262,7 +2589,8 @@ export const translations = {
262
2589
  "api.permission.getModels": "Não é possível obter modelos da API",
263
2590
  "api.permission.getModel": "Não é possível obter um modelo da API"
264
2591
  }
265
- }, de: {
2592
+ },
2593
+ de: {
266
2594
  translation: {
267
2595
  "assistant.type": "Geben Sie Ihre Nachricht ein...",
268
2596
  "assistant.welcome": "Hallo! Wie kann ich Ihnen mit Ihren Daten helfen?",
@@ -524,6 +2852,1187 @@ export const translations = {
524
2852
  },
525
2853
  ar: {
526
2854
  translation: {
2855
+
2856
+ "field_return_status_hint": "الحالة الحالية لطلب الإرجاع (مثال: مطلوب، معتمد، تم استرداده).",
2857
+ "field_workflowRun_completedAt_hint": "طابع زمني لانتهاء التنفيذ (نجاحًا أو فشلًا).",
2858
+ "field_employee_socialSecurityNumber_hint": "رقم الضمان الاجتماعي للموظف.",
2859
+
2860
+ // shipment
2861
+ "field_shipment_order_hint": "الطلب المرتبط بهذه الشحنة.",
2862
+ "field_shipment_trackingNumber_hint": "رقم التتبع المقدم من شركة النقل.",
2863
+ "field_shipment_carrier_hint": "اسم شركة النقل (مثال: Chronopost, UPS, FedEx).",
2864
+ "field_shipment_status_hint": "الحالة الحالية للشحنة (مثال: قيد النقل، تم التسليم، مشكلة).",
2865
+ "field_shipment_estimatedDeliveryDate_hint": "تاريخ التسليم المتوقع من شركة النقل.",
2866
+ "field_shipment_actualDeliveryDate_hint": "التاريخ والوقت الفعلي للتسليم.",
2867
+
2868
+ // invoice
2869
+ "field_invoice_order_hint": "الطلب المرتبط بهذه الفاتورة.",
2870
+ "field_invoice_invoiceId_hint": "المعرف الفريد للفاتورة.",
2871
+ "field_invoice_invoiceDate_hint": "تاريخ إصدار الفاتورة.",
2872
+ "field_invoice_dueDate_hint": "تاريخ استحقاق دفع الفاتورة.",
2873
+ "field_invoice_status_hint": "حالة دفع الفاتورة (مثال: مدفوعة، غير مدفوعة، مدفوعة جزئيًا).",
2874
+
2875
+ // userSubscription
2876
+ "field_userSubscription_price_hint": "السعر المدفوع لكل دورة فوترة.",
2877
+ "field_userSubscription_currency_hint": "عملة سعر الاشتراك.",
2878
+ "field_userSubscription_paymentMethod_hint": "طريقة الدفع المستخدمة للاشتراك.",
2879
+ "field_userSubscription_billingCycleAnchor_hint": "تاريخ بداية دورة الفوترة.",
2880
+ "field_userSubscription_nextBillingDate_hint": "تاريخ الدفع التالي المجدول.",
2881
+ "field_userSubscription_lastBillingDate_hint": "تاريخ آخر دفعة تمت معالجتها.",
2882
+ "field_userSubscription_cancelReason_hint": "سبب إلغاء الاشتراك، إذا تم تقديمه.",
2883
+
2884
+ // message
2885
+ "field_message_sender_hint": "مرسل الرسالة (يمكن أن يكون مستخدمًا أو النظام).",
2886
+ "field_message_recipient_hint": "مستلم الرسالة.",
2887
+ "field_message_lang_hint": "اللغة التي يجب إرسال الرسالة بها.",
2888
+ "field_message_subject_hint": "موضوع الرسالة (مثال: عنوان البريد الإلكتروني).",
2889
+ "field_message_content_hint": "المحتوى الكامل للرسالة، وقد يتضمن HTML.",
2890
+ "field_message_channels_hint": "القنوات التي تم أو سيتم إرسال الرسالة من خلالها.",
2891
+ "field_message_status_hint": "حالة تسليم الرسالة (مثال: معلقة، مرسولة، مقروءة).",
2892
+ "field_message_sentAt_hint": "التاريخ والوقت الذي تم فيه إرسال الرسالة.",
2893
+ "field_message_readAt_hint": "التاريخ والوقت الذي قرأ فيه المستلم الرسالة.",
2894
+ "field_message_type_hint": "نوع داخلي لتصنيف الرسالة (مثال: 'order.confirmation').",
2895
+ "field_message_priority_hint": "أولوية الرسالة، لإدارة قوائم الانتظار.",
2896
+
2897
+ "field_user_gender_hint": "جنس المستخدم.",
2898
+ "field_user_profilePicture_hint": "صورة الملف الشخصي للمستخدم.",
2899
+
2900
+ "field_employee_employeeId_hint": "المعرف الفريد للموظف داخل الشركة.",
2901
+ "field_employee_personalInfo_hint": "رابط لملف المستخدم الذي يحتوي على المعلومات الأساسية (الاسم، البريد الإلكتروني، إلخ).",
2902
+ "field_employee_jobTitle_hint": "المسمى الوظيفي الرسمي للموظف (مثال: مطور، مدير مشروع).",
2903
+ "field_employee_manager_hint": "رابط إلى المدير المباشر للموظف.",
2904
+ "field_employee_workLocation_hint": "موقع العمل الرئيسي للموظف.",
2905
+ "field_employee_employmentType_hint": "نوع عقد الموظف (مثال: دوام كامل، دوام جزئي، متدرب).",
2906
+ "field_employee_emergencyContact_hint": "شخص للاتصال به في حالات الطوارئ.",
2907
+ "field_employee_homeAddress_hint": "عنوان الموظف الشخصي.",
2908
+ "field_employee_dateOfBirth_hint": "تاريخ ميلاد الموظف.",
2909
+ "field_employee_nationality_hint": "جنسية الموظف.",
2910
+ "field_employee_nationalId_hint": "رقم بطاقة الهوية الوطنية أو ما يعادلها.",
2911
+ "field_employee_taxId_hint": "رقم التعريف الضريبي للموظف.",
2912
+ "field_employee_startDate_hint": "تاريخ بدء عقد العمل.",
2913
+ "field_employee_endDate_hint": "تاريخ انتهاء عقد العمل (إذا كان مطبقًا).",
2914
+ "field_employee_contractType_hint": "نوع العقد (مثال: دائم، مؤقت).",
2915
+ "field_employee_salaryCurrency_hint": "العملة التي يتم دفع الراتب بها.",
2916
+ "field_employee_payFrequency_hint": "تكرار دفع الراتب (مثال: شهري، أسبوعي).",
2917
+ "field_employee_bankAccountNumber_hint": "رقم الحساب البنكي لدفع الراتب.",
2918
+ "field_employee_bankName_hint": "اسم البنك الخاص بالموظف.",
2919
+ "field_employee_iban_hint": "رقم IBAN للحساب البنكي للموظف.",
2920
+ "field_employee_swiftBic_hint": "رمز SWIFT/BIC لبنك الموظف.",
2921
+ "field_employee_workPermitNumber_hint": "رقم تصريح العمل (إذا كان مطبقًا).",
2922
+ "field_employee_workPermitExpiry_hint": "تاريخ انتهاء تصريح العمل.",
2923
+ "field_employee_visaType_hint": "نوع تأشيرة العمل (إذا كان مطبقًا).",
2924
+ "field_employee_visaExpiry_hint": "تاريخ انتهاء التأشيرة.",
2925
+ "field_employee_skills_hint": "قائمة بمهارات الموظف ومؤهلاته.",
2926
+ "field_workflowStep_actions_hint": "الإجراءات الرئيسية التي تنفذها هذه الخطوة.",
2927
+ "field_workflowAction_targetSelector_hint": "تعبير JSON (بتنسيق MongoDB $match) لتصفية المستندات المستهدفة.",
2928
+ "field_workflowAction_emailRecipients_hint": "مستلمو البريد الإلكتروني. يمكن أن يكون عنوانًا واحدًا أو عناوين متعددة مفصولة بفواصل، أو متغيرًا مثل {triggerData.client.email}.",
2929
+ "field_workflowAction_emailSubject_hint": "موضوع البريد الإلكتروني. يمكن أن يحتوي على متغيرات مثل {triggerData.orderId}.",
2930
+ "field_workflowAction_emailContent_hint": "محتوى البريد الإلكتروني. يمكن أن يحتوي على متغيرات وHTML.",
2931
+ "field_workflowAction_aiProvider_hint": "مزود نموذج اللغة الكبيرة (LLM) المستخدم في التوليد.",
2932
+ "field_workflowAction_aiModel_hint": "النموذج المحدد المستخدم (مثال: gpt-4o-mini, gemini-1.5-pro-latest).",
2933
+ "field_workflowAction_prompt_hint": "قالب المطالبة. استخدم متغيرات مثل {triggerData.field} أو {context.variable} لإدراج بيانات ديناميكية.",
2934
+ "field_workflowRun_startedAt_hint": "طابع زمني لبدء تنفيذ سير العمل.",
2935
+
2936
+ // imageGallery
2937
+ "field_imageGallery_tags_hint": "علامات أو فئات لتنظيم المعارض (اختياري).",
2938
+ "field_imageGallery_createdAt_hint": "تاريخ إنشاء المعرض (يتم إدارته عادةً بواسطة النظام).",
2939
+
2940
+ // kpi
2941
+ "field_kpi_targetModel_hint": "اسم النموذج الذي يتم حساب مؤشر الأداء عليه (مثال: order).",
2942
+ "field_kpi_matchFormula_hint": "عامل تصفية JSON (MongoDB $match) لتطبيقه قبل التجميع (مثال: { \"status\": \"delivered\" }).",
2943
+ "field_kpi_showTotal_hint": "عرض الإجمالي.",
2944
+ "field_kpi_showPercentTotal_hint": "عرض الإجمالي كنسبة مئوية.",
2945
+ "field_kpi_totalMatchFormula_hint": "صيغة الإجمالي (تستخدم لحساب النسبة المئوية).",
2946
+ "field_kpi_icon_hint": "اسم الأيقونة (مثال: FaUsers, FaShoppingCart).",
2947
+ "field_kpi_order_hint": "ترتيب العرض على لوحة التحكم.",
2948
+ "field_kpi_color_hint": "اللون المرتبط بمؤشر الأداء.",
2949
+
2950
+ // dashboard
2951
+ "field_dashboard_settings_hint": "إعدادات JSON للوحة التحكم، مثل النطاق الزمني الافتراضي ('defaultTimeRange') أو فاصل التحديث بالثواني ('refreshInterval').",
2952
+ "field_dashboard_isDefault_hint": "إذا تم تحديده، يتم عرض لوحة التحكم هذه افتراضيًا للمستخدم.",
2953
+
2954
+ // event (continued)
2955
+ "field_event_currency_hint": "عملة السعر (مثال: EUR, USD).",
2956
+ "field_event_registrationDeadline_hint": "الموعد النهائي لتسجيل المشاركين في الحدث.",
2957
+ "field_event_attendees_hint": "رابط إلى جهات الاتصال الحاضرة في الحدث.",
2958
+ "field_event_sponsors_hint": "قائمة بالرعاة أو الشركاء المشاركين في الحدث.",
2959
+
2960
+ // workflowTrigger
2961
+ "field_workflowTrigger_workflow_hint": "سير العمل الذي ينتمي إليه هذا المشغل.",
2962
+ "field_workflowTrigger_dataFilter_hint": "شروط اختيارية يتم التحقق منها في البيانات قبل بدء سير العمل.",
2963
+ "field_workflowTrigger_env_hint": "متغيرات البيئة (أزواج مفتاح/قيمة JSON) المتاحة في سير العمل.",
2964
+ "field_workflowTrigger_cronExpression_hint": "تعبير Cron للجدولة (مثال: '0 9 * * 1' ليوم الاثنين الساعة 9 صباحًا).",
2965
+
2966
+ // workflowStep
2967
+ "field_workflowStep_workflow_hint": "سير العمل الذي تنتمي إليه هذه الخطوة.",
2968
+ "field_workflowStep_name_hint": "اسم وصفي اختياري للخطوة (مثال: 'التحقق من المخزون'، 'إرسال بريد التأكيد').",
2969
+ "field_workflowStep_conditions_hint": "شروط اختيارية يتم التحقق منها قبل تنفيذ إجراء الخطوة.",
2970
+ "field_workflowStep_onSuccessStep_hint": "اختياري: الخطوة التالية إذا نجح إجراء هذه الخطوة.",
2971
+ "field_workflowStep_onFailureStep_hint": "اختياري: الخطوة التالية إذا فشلت الشروط أو الإجراء.",
2972
+ "field_workflowStep_isTerminal_hint": "يشير إلى ما إذا كانت هذه الخطوة تمثل نهاية مسار سير العمل.",
2973
+
2974
+ // workflowAction
2975
+ "field_workflowAction_name_hint": "اسم الإجراء (مثال: 'تحديث الحالة'، 'إرسال بريد إلكتروني'، 'استدعاء API').",
2976
+ "field_workflowAction_type_hint": "نوع العملية المطلوب تنفيذها.",
2977
+ "field_workflowAction_targetModel_hint": "نموذج البيانات لتصفية المستندات المستهدفة.",
2978
+ "field_workflowAction_fieldsToUpdate_hint": "أزواج مفتاح/قيمة للحقول المراد تحديثها (مثال: { \"status\": \"Validated\" }).",
2979
+ "field_workflowAction_dataToCreate_hint": "كائن النموذج للمستند الجديد المراد إنشاؤه.",
2980
+ "field_workflowAction_script_hint": "النص البرمجي المطلوب تنفيذه.",
2981
+ "field_workflowAction_url_hint": "عنوان URL لاستدعاء webhook.",
2982
+ "field_workflowAction_method_hint": "طريقة HTTP المستخدمة لاستدعاء webhook.",
2983
+ "field_workflowAction_headers_hint": "رؤوس HTTP لطلب webhook (بتنسيق JSON).",
2984
+ "field_workflowAction_body_hint": "جسم طلب webhook (بتنسيق JSON، وقد يحتوي على متغيرات).",
2985
+ "field_workflowAction_duration_hint": "مدة الانتظار.",
2986
+ "field_workflowAction_durationUnit_hint": "وحدة الوقت لمدة الانتظار.",
2987
+
2988
+ // workflowRun
2989
+ "field_workflowRun_contextData_hint": "لقطة للبيانات أو الحدث الذي أطلق التنفيذ.",
2990
+ "field_workflowRun_currentStep_hint": "الخطوة الحالية قيد التنفيذ أو في الانتظار.",
2991
+ "field_workflowRun_error_hint": "رسالة الخطأ إذا فشل تنفيذ سير العمل.",
2992
+
2993
+ // event
2994
+ "field_event_title_hint": "عنوان الحدث.",
2995
+ "field_event_description_hint": "وصف مفصل للحدث، يتضمن جدول الأعمال، المتحدثين، إلخ.",
2996
+ "field_event_startDate_hint": "تاريخ ووقت بدء الحدث.",
2997
+ "field_event_endDate_hint": "تاريخ ووقت انتهاء الحدث.",
2998
+ "field_event_location_hint": "موقع الحدث (عنوان فعلي أو رابط عبر الإنترنت).",
2999
+ "field_event_categories_hint": "فئات أو علامات مرتبطة بالحدث (مثال: \"مؤتمر\"، \"ورشة عمل\").",
3000
+ "field_event_organizer_hint": "اسم المنظمة أو الشخص المنظم للحدث.",
3001
+ "field_event_isOnline_hint": "يشير إلى ما إذا كان الحدث عبر الإنترنت أو حضورياً.",
3002
+ "field_event_eventUrl_hint": "رابط الموقع الرسمي للحدث أو صفحة التسجيل.",
3003
+ "field_event_imageUrl_hint": "رابط صورة أو بانر الحدث.",
3004
+ "field_event_status_hint": "الحالة الحالية للحدث.",
3005
+ "field_event_capacity_hint": "العدد الأقصى للمشاركين المسموح به للحدث.",
3006
+ "field_event_price_hint": "سعر الدخول، إذا كان مطبقًا.",
3007
+
3008
+ "field_alert_name_hint": "اسم فريد لتحديد التنبيه (مثال: 'تنبيه مخزون منخفض'، 'مستخدمون غير نشطين جدد').",
3009
+ "field_alert_targetModel_hint": "نموذج البيانات الذي ينطبق عليه هذا التنبيه.",
3010
+ "field_alert_description_hint": "وصف لما يراقبه التنبيه ولماذا.",
3011
+ "field_alert_triggerCondition_hint": "الشرط الذي عند تحققه، سيتم تشغيل التنبيه.",
3012
+ "field_alert_frequency_hint": "عدد مرات التحقق من استيفاء الشرط.",
3013
+ "field_alert_lastNotifiedAt_hint": "طابع زمني لآخر إشعار تم إرساله لهذا التنبيه.",
3014
+ "field_alert_notificationChannel_hint": "القناة التي سيتم إرسال الإشعار من خلالها (داخل التطبيق أو عبر البريد الإلكتروني).",
3015
+ "field_alert_isActive_hint": "إذا تم تحديده، يكون التنبيه نشطًا وسيتحقق من الشروط.",
3016
+ "field_env_name_hint": "اسم المتغير (مثال: OPENAI_API_KEY).",
3017
+ "field_env_value_hint": "قيمة المتغير (سيتم تخزينها بشكل آمن ولن يتم تصديرها).",
3018
+ "field_kpi_aggregationField_hint": "اسم الحقل الرقمي لتطبيق التجميع عليه (مثال: totalAmount). غير مطلوب لـ 'count'.",
3019
+ "field_content_category": "الفئة",
3020
+ "field_content_order": "الترتيب",
3021
+ "field_content_inSitemap": "في خريطة الموقع",
3022
+ "field_resource_file": "الملف",
3023
+ "field_taxonomy_identifier": "المعرف",
3024
+ "field_taxonomy_order": "الترتيب",
3025
+ "field_taxonomy_description": "الوصف",
3026
+ "field_review_product": "المنتج",
3027
+ "field_review_productVariant": "متغير المنتج",
3028
+ "field_product_slug": "الرابط الدال",
3029
+ "field_product_seoTitle": "عنوان SEO",
3030
+ "field_product_seoDescription": "وصف SEO",
3031
+ "field_productVariant_description": "الوصف",
3032
+ "field_cart_name": "اسم السلة",
3033
+ "field_return_channel": "القناة",
3034
+ "field_ticket_parent": "التذكرة الأم",
3035
+ "field_accountingExercise_name_hint": "اسم التمرين المحاسبي",
3036
+ "field_accountingLineItem_values_hint": "قيم بند المحاسبة",
3037
+ "field_accountingEntry_entryDate_hint": "تاريخ الإدخال",
3038
+ "field_accountingEntry_referenceNumber_hint": "رقم المرجع",
3039
+ "field_accountingEntry_status_hint": "الحالة",
3040
+ "field_accountingEntry_createdBy_hint": "تم الإنشاء بواسطة",
3041
+ "field_accountingEntry_validatedBy_hint": "تم التحقق بواسطة",
3042
+ "field_accountingEntry_validationDate_hint": "تاريخ التحقق",
3043
+ "field_accountingEntry_attachments_hint": "المرفقات",
3044
+ "field_employee_notes_hint": "ملاحظات إضافية حول الموظف",
3045
+
3046
+ // workflow
3047
+ "field_workflow_startStep_hint": "الخطوة الأولى التي يتم تنفيذها عند بدء سير العمل.",
3048
+
3049
+ "field_alert_name": "الاسم",
3050
+ "field_alert_targetModel": "النموذج المستهدف",
3051
+ "field_alert_description": "الوصف",
3052
+ "field_alert_triggerCondition": "شرط التشغيل",
3053
+ "field_alert_frequency": "التكرار",
3054
+ "field_alert_notificationChannel": "قناة الإشعار",
3055
+ "field_alert_isActive": "نشط",
3056
+ "field_alert_lastNotifiedAt": "آخر إشعار",
3057
+ "field_env_name": "الاسم",
3058
+ "field_env_value": "القيمة",
3059
+ "field_event_title": "العنوان",
3060
+ "field_event_description": "الوصف",
3061
+ "field_event_startDate": "تاريخ البدء",
3062
+ "field_event_endDate": "تاريخ الانتهاء",
3063
+ "field_event_location": "الموقع",
3064
+ "field_event_categories": "الفئات",
3065
+ "field_event_organizer": "المنظم",
3066
+ "field_event_isOnline": "عبر الإنترنت",
3067
+ "field_event_eventUrl": "رابط الحدث",
3068
+ "field_event_imageUrl": "الصورة",
3069
+ "field_event_status": "الحالة",
3070
+ "field_event_capacity": "السعة",
3071
+ "field_event_price": "السعر",
3072
+ "field_event_currency": "العملة",
3073
+ "field_event_registrationDeadline": "موعد التسجيل النهائي",
3074
+ "field_event_attendees": "الحضور",
3075
+ "field_event_sponsors": "الرعاة",
3076
+ "field_accountingExercise_name": "الاسم",
3077
+ "field_accountingExercise_companyContact": "جهة اتصال الشركة",
3078
+ "field_accountingExercise_companyIdentifier": "معرف الشركة",
3079
+ "field_workflow_startStep": "خطوة البدء",
3080
+ "field_workflowAction_emailRecipients": "المستلمون",
3081
+ "field_workflowAction_emailSubject": "الموضوع",
3082
+ "field_workflowAction_emailContent": "المحتوى",
3083
+ "field_workflowAction_aiProvider": "مزود الذكاء الاصطناعي",
3084
+ "field_workflowAction_aiModel": "نموذج الذكاء الاصطناعي",
3085
+ "field_workflowAction_prompt": "المطالبة",
3086
+ "field_workflowRun_startedAt": "تم البدء في",
3087
+ "field_workflowRun_completedAt": "تم الانتهاء في",
3088
+
3089
+ "model_budget": "الميزانية",
3090
+ "model_request": "الطلبات",
3091
+ "model_imageGallery": "معرض الصور",
3092
+ "model_workflow": "سير العمل",
3093
+ "model_workflowRun": "سير العمل - حالات التنفيذ",
3094
+ "model_workflowAction": "سير العمل - إجراءات",
3095
+ "model_workflowStep": "سير العمل - خطوات",
3096
+ "model_workflowTrigger": "سير العمل - محفزات",
3097
+ "model_dashboard": "لوحات التحكم",
3098
+ "model_description_dashboard": "إدارة بيانات لوحات التحكم الأولية (التخطيط، الخيارات...)",
3099
+ "model_translation": "الترجمات",
3100
+ "model_permission": "الصلاحيات",
3101
+ "model_order": "الطلبات",
3102
+ "model_webpage": "صفحات الويب",
3103
+ "model_role": "الأدوار",
3104
+ "model_user": "المستخدمون",
3105
+ "model_lang": "اللغات",
3106
+ "model_content": "المحتويات",
3107
+ "model_token": "الرموز المميزة",
3108
+ "model_contact": "جهات الاتصال",
3109
+ "model_currency": "العملات",
3110
+ "model_resource": "مصادر الويب",
3111
+ "model_product": "المنتجات",
3112
+ "model_discount": "التخفيضات",
3113
+ "model_productVariant": "متغيرات المنتجات",
3114
+ "model_cart": "عربات التسوق",
3115
+ "model_cartItem": "محتويات عربات التسوق",
3116
+ "model_brand": "العلامات التجارية",
3117
+ "model_taxonomy": "الفئات",
3118
+ "model_location": "المواقع",
3119
+ "model_device": "الأجهزة",
3120
+ "model_return": "إرجاع المنتجات",
3121
+ "model_review": "تقييمات المستخدمين",
3122
+ "model_stock": "مخزون المنتجات",
3123
+ "model_warehouse": "المستودعات",
3124
+ "model_shipment": "الشحنات",
3125
+ "model_ticket": "تذاكر الدعم",
3126
+ "model_ticketMessage": "رسائل التذاكر",
3127
+ "model_campaign": "الحملات التسويقية",
3128
+ "model_userSubscription": "الاشتراكات",
3129
+ "model_invoice": "الفواتير",
3130
+ "model_stockAlert": "تنبيهات المخزون",
3131
+ "model_returnItem": "المنتجات المرتجعة",
3132
+ "model_channel": "قنوات الإشعارات",
3133
+ "model_message": "الرسائل",
3134
+ "model_kpi": "مؤشرات الأداء الرئيسية",
3135
+ "field_permission_name": "الاسم",
3136
+ "field_permission_description": "الوصف",
3137
+
3138
+ // budget
3139
+ "field_budget_name": "المسمى",
3140
+ "field_budget_amount": "مبلغ المعاملة",
3141
+ "field_budget_currency": "العملة",
3142
+ "field_budget_transactionDate": "التاريخ / الوقت",
3143
+ "field_budget_description": "الوصف",
3144
+ "field_budget_paymentMethod": "طريقة الدفع",
3145
+ "field_budget_category": "الفئة",
3146
+ "field_budget_isRecurring": "متكرر؟",
3147
+ "field_budget_recurringFrequency": "التكرار",
3148
+ "field_budget_recurringEndDate": "نهاية التكرار",
3149
+ "field_budget_attachments": "المرفقات",
3150
+ "field_budget_name_hint": "اسم أو وصف المعاملة (مثال: مشتريات، راتب يناير).",
3151
+ "field_budget_amount_hint": "مبلغ المعاملة. موجب للإيرادات، سالب للمصروفات.",
3152
+ "field_budget_currency_hint": "عملة المعاملة.",
3153
+ "field_budget_transactionDate_hint": "تاريخ حدوث المعاملة.",
3154
+ "field_budget_description_hint": "ملاحظات أو تفاصيل إضافية عن المعاملة.",
3155
+ "field_budget_paymentMethod_hint": "طريقة الدفع المستخدمة (مثال: بطاقة ائتمان، نقد، تحويل بنكي).",
3156
+ "field_budget_category_hint": "فئة المعاملة (مثال: طعام، سكن، مواصلات).",
3157
+ "field_budget_isRecurring_hint": "يدل على ما إذا كانت هذه المعاملة متكررة.",
3158
+ "field_budget_recurringFrequency_hint": "تكرار العملية للمعاملات المتكررة",
3159
+ "field_budget_recurringEndDate_hint": "تاريخ انتهاء العملية المتكررة",
3160
+ "field_budget_attachments_hint": "المرفقات (إيصالات، فواتير).",
3161
+
3162
+ // role
3163
+ "field_role_name": "الاسم",
3164
+ "field_role_permissions": "الصلاحيات",
3165
+
3166
+ // translation
3167
+ "field_translation_key": "المفتاح",
3168
+ "field_translation_value": "الترجمة",
3169
+ "field_translation_html": "ترجمة HTML",
3170
+ "field_translation_lang": "اللغة",
3171
+
3172
+ // locale
3173
+ "field_lang_name": "الاسم",
3174
+ "field_lang_code": "الكود",
3175
+
3176
+ // currency
3177
+ "field_currency_symbol": "الرمز",
3178
+ "field_currency_code": "الكود",
3179
+ "field_currency_name": "الاسم",
3180
+ "field_currency_exchangeRate": "سعر الصرف",
3181
+ "field_currency_default": "افتراضي",
3182
+
3183
+ // webpage
3184
+ "field_webpage_title": "العنوان",
3185
+ "field_webpage_path": "المسار",
3186
+ "field_webpage_published": "منشور",
3187
+ "field_webpage_html": "HTML",
3188
+ "field_webpage_inSitemap": "مفهرس في خريطة الموقع",
3189
+ "field_webpage_description": "الوصف",
3190
+ "field_webpage_keywords": "الكلمات المفتاحية",
3191
+ "field_webpage_image": "الصورة",
3192
+ "field_webpage_category": "الفئة",
3193
+
3194
+ // content
3195
+ "field_content_webpage": "صفحة الويب",
3196
+ "field_content_title": "العنوان",
3197
+ "field_content_slug": "الرابط الدال",
3198
+ "field_content_published": "منشور",
3199
+ "field_content_publishedAt": "تاريخ النشر",
3200
+ "field_content_html": "HTML",
3201
+ "field_content_type": "النوع",
3202
+ "field_content_keywords": "الكلمات المفتاحية",
3203
+ "field_content_image": "الصورة",
3204
+ "field_content_author": "المؤلف",
3205
+
3206
+ // taxonomy
3207
+ "field_taxonomy_name": "الاسم",
3208
+ "field_taxonomy_parent": "الأصل",
3209
+ "field_taxonomy_type": "النوع",
3210
+
3211
+ // contact
3212
+ "field_contact_legalName": "الاسم القانوني",
3213
+ "field_contact_firstName": "الاسم الأول",
3214
+ "field_contact_lastName": "الاسم الأخير",
3215
+ "field_contact_email": "البريد الإلكتروني",
3216
+ "field_contact_phone": "الهاتف",
3217
+ "field_contact_location": "الموقع",
3218
+
3219
+ // location
3220
+ "field_location_address_1": "العنوان 1",
3221
+ "field_location_address_2": "العنوان 2",
3222
+ "field_location_address_3": "العنوان 3",
3223
+ "field_location_address_4": "العنوان 4",
3224
+ "field_location_city": "المدينة",
3225
+ "field_location_postalCode": "الرمز البريدي",
3226
+ "field_location_region": "المنطقة",
3227
+ "field_location_country": "الدولة",
3228
+ "field_location_latitude": "خط العرض",
3229
+ "field_location_longitude": "خط الطول",
3230
+
3231
+ // user
3232
+ "field_user_username": "اسم المستخدم",
3233
+ "field_user_password": "كلمة المرور",
3234
+ "field_user_contact": "جهة الاتصال",
3235
+ "field_user_roles": "الأدوار",
3236
+ "field_user_tokens": "الرموز المميزة",
3237
+
3238
+ // token
3239
+ "field_token_name": "الاسم",
3240
+ "field_token_value": "القيمة",
3241
+ "field_token_lastRefresh": "آخر تحديث",
3242
+
3243
+ // brand
3244
+ "field_brand_name": "الاسم",
3245
+ "field_brand_logo": "الشعار",
3246
+ "field_brand_company": "الشركة",
3247
+
3248
+ // cart
3249
+ "field_cart_user": "المستخدم",
3250
+ "field_cart_items": "العناصر",
3251
+ "field_cart_creationDate": "تاريخ الإنشاء",
3252
+ "field_cart_lastUpdate": "آخر تحديث",
3253
+ "field_cart_active": "نشط",
3254
+
3255
+ // cartItem
3256
+ "field_cartItem_product": "المنتج",
3257
+ "field_cartItem_quantity": "الكمية",
3258
+ "field_cartItem_variant": "المتغير",
3259
+
3260
+ // discount
3261
+ "field_discount_code": "الكود",
3262
+ "field_discount_productSelection": "اختيار المنتجات",
3263
+ "field_discount_description": "الوصف",
3264
+ "field_discount_percentAmount": "النسبة المئوية",
3265
+ "field_discount_fixedAmount": "المبلغ الثابت",
3266
+ "field_discount_minAmount": "الحد الأدنى للمبلغ",
3267
+ "field_discount_minProductQuantity": "الحد الأدنى لكمية المنتجات",
3268
+ "field_discount_freeProductQuantity": "كمية المنتجات المجانية",
3269
+ "field_discount_startDate": "تاريخ البدء",
3270
+ "field_discount_endDate": "تاريخ الانتهاء",
3271
+
3272
+ // order
3273
+ "field_order_orderId": "معرف الطلب",
3274
+ "field_order_orderDate": "تاريخ الطلب",
3275
+ "field_order_status": "الحالة",
3276
+ "field_order_products": "المنتجات",
3277
+ "field_order_customer": "العميل",
3278
+ "field_order_totalAmount": "المبلغ الإجمالي",
3279
+ "field_order_currency": "العملة",
3280
+ "field_order_paymentMethod": "طريقة الدفع",
3281
+ "field_order_shippingAddress": "عنوان الشحن",
3282
+ "field_order_billingAddress": "عنوان الفاتورة",
3283
+ "field_order_shippedDate": "تاريخ الشحن",
3284
+ "field_order_deliveryDate": "تاريخ التسليم",
3285
+ "field_order_discount": "الخصم",
3286
+
3287
+ // invoice
3288
+ "field_invoice_order": "الطلب",
3289
+ "field_invoice_invoiceId": "معرف الفاتورة",
3290
+ "field_invoice_invoiceDate": "تاريخ الفاتورة",
3291
+ "field_invoice_dueDate": "تاريخ الاستحقاق",
3292
+ "field_invoice_status": "الحالة",
3293
+
3294
+ // resource
3295
+ "field_resource_source": "المصدر",
3296
+
3297
+ // product
3298
+ "field_product_name": "الاسم",
3299
+ "field_product_description": "الوصف",
3300
+ "field_product_image": "الصورة",
3301
+ "field_product_price": "السعر",
3302
+ "field_product_currency": "العملة",
3303
+ "field_product_billingFrequency": "تكرار الفوترة",
3304
+ "field_product_brand": "العلامة التجارية",
3305
+ "field_product_category": "الفئة",
3306
+
3307
+ // productVariant
3308
+ "field_productVariant_product": "المنتج",
3309
+ "field_productVariant_size": "الحجم",
3310
+ "field_productVariant_color": "اللون",
3311
+ "field_productVariant_sku": "SKU",
3312
+ "field_productVariant_price": "السعر",
3313
+ "field_productVariant_currency": "العملة",
3314
+ "field_productVariant_stock": "المخزون",
3315
+ "field_productVariant_image": "الصورة",
3316
+
3317
+ // stock
3318
+ "field_stock_product": "المنتج",
3319
+ "field_stock_variant": "المتغير",
3320
+ "field_stock_warehouse": "المستودع",
3321
+ "field_stock_available": "متاح",
3322
+ "field_stock_reserved": "محجوز",
3323
+
3324
+ // stockAlert
3325
+ "field_stockAlert_user": "المستخدم",
3326
+ "field_stockAlert_stock": "المخزون",
3327
+ "field_stockAlert_threshold": "الحد الأدنى",
3328
+
3329
+ // warehouse
3330
+ "field_warehouse_name": "الاسم",
3331
+ "field_warehouse_location": "الموقع",
3332
+ "field_warehouse_capacity": "السعة",
3333
+
3334
+ // shipment
3335
+ "field_shipment_order": "الطلب",
3336
+ "field_shipment_trackingNumber": "رقم التتبع",
3337
+ "field_shipment_carrier": "شركة الشحن",
3338
+ "field_shipment_status": "الحالة",
3339
+ "field_shipment_estimatedDeliveryDate": "تاريخ التسليم المتوقع",
3340
+ "field_shipment_actualDeliveryDate": "تاريخ التسليم الفعلي",
3341
+
3342
+ // userSubscription
3343
+ "field_userSubscription_user": "المستخدم",
3344
+ "field_userSubscription_product": "المنتج",
3345
+ "field_userSubscription_startDate": "تاريخ البدء",
3346
+ "field_userSubscription_endDate": "تاريخ الانتهاء",
3347
+ "field_userSubscription_price": "السعر",
3348
+ "field_userSubscription_currency": "العملة",
3349
+ "field_userSubscription_paymentMethod": "طريقة الدفع",
3350
+ "field_userSubscription_status": "الحالة",
3351
+ "field_userSubscription_billingCycleAnchor": "مرجع دورة الفوترة",
3352
+ "field_userSubscription_nextBillingDate": "تاريخ الفوترة التالي",
3353
+ "field_userSubscription_lastBillingDate": "تاريخ الفوترة الأخير",
3354
+ "field_userSubscription_cancelReason": "سبب الإلغاء",
3355
+ "field_userSubscription_autoRenew": "التجديد التلقائي",
3356
+
3357
+ // ticket
3358
+ "field_ticket_user": "المستخدم",
3359
+ "field_ticket_order": "الطلب",
3360
+ "field_ticket_channel": "القناة",
3361
+ "field_ticket_subject": "الموضوع",
3362
+ "field_ticket_message": "الرسالة",
3363
+ "field_ticket_status": "الحالة",
3364
+ "field_ticket_priority": "الأولوية",
3365
+ "field_ticket_assignedTo": "مخصص لـ",
3366
+ "field_ticket_createdAt": "تاريخ الإنشاء",
3367
+
3368
+ // campaign
3369
+ "field_campaign_name": "الاسم",
3370
+ "field_campaign_description": "الوصف",
3371
+ "field_campaign_startDate": "تاريخ البدء",
3372
+ "field_campaign_endDate": "تاريخ الانتهاء",
3373
+ "field_campaign_type": "النوع",
3374
+ "field_campaign_status": "الحالة",
3375
+ "field_campaign_budget": "الميزانية",
3376
+
3377
+ // device
3378
+ "field_device_location": "الموقع",
3379
+ "field_device_lastLocationUpdate": "آخر تحديث للموقع",
3380
+
3381
+ // review
3382
+ "field_review_user": "المستخدم",
3383
+ "field_review_comment": "التعليق",
3384
+ "field_review_score": "التقييم",
3385
+ "field_review_publishedAt": "تاريخ النشر",
3386
+
3387
+ // return
3388
+ "field_return_user": "المستخدم",
3389
+ "field_return_reason": "السبب",
3390
+ "field_return_status": "الحالة",
3391
+ "field_return_amount": "المبلغ",
3392
+ "field_return_currency": "العملة",
3393
+ "field_return_refundDate": "تاريخ الاسترداد",
3394
+
3395
+ // returnItem
3396
+ "field_returnItem_return": "الإرجاع",
3397
+ "field_returnItem_product": "المنتج",
3398
+ "field_returnItem_variant": "المتغير",
3399
+ "field_returnItem_quantity": "الكمية",
3400
+ "field_returnItem_condition": "الحالة",
3401
+
3402
+ // message
3403
+ "field_message_sender": "المرسل",
3404
+ "field_message_recipient": "المستلم",
3405
+ "field_message_subject": "الموضوع",
3406
+ "field_message_content": "المحتوى",
3407
+ "field_message_channels": "القنوات",
3408
+ "field_message_status": "الحالة",
3409
+ "field_message_sentAt": "تاريخ الإرسال",
3410
+ "field_message_readAt": "تاريخ القراءة",
3411
+ "field_message_type": "النوع",
3412
+ "field_message_priority": "الأولوية",
3413
+
3414
+ // channel
3415
+ "field_channel_name": "الاسم",
3416
+ "field_channel_description": "الوصف",
3417
+ "field_channel_type": "النوع",
3418
+
3419
+ "field_request_timestamp_hint": "التاريخ والوقت الدقيق لاستلام الطلب.",
3420
+ "field_request_method_hint": "طريقة HTTP المستخدمة (GET, POST, إلخ).",
3421
+ "field_request_url_hint": "عنوان URL الكامل للطلب، بما في ذلك معلمات الاستعلام.",
3422
+ "field_request_status_hint": "رمز حالة HTTP الذي أعاده الخادم (مثال: 200, 404, 500).",
3423
+ "field_request_latencyMs_hint": "وقت معالجة الخادم للطلب، بالميلي ثانية.",
3424
+ "field_request_ip_hint": "عنوان IP للعميل الذي قدم الطلب.",
3425
+ "field_request_requestBody_hint": "نص الطلب (مخزن كسلسلة JSON/نص). تحذير: قد يحتوي على بيانات حساسة وحجم كبير.",
3426
+ "field_request_responseBody_hint": "نص الرد (مخزن كسلسلة JSON/نص). تحذير: قد يكون حجمه كبيرًا.",
3427
+ "field_request_error_hint": "رسالة الخطأ إذا فشل الطلب في الخادم (مثال: حالة 500).",
3428
+
3429
+ "field_kpi_name": "الاسم",
3430
+ "field_kpi_description": "الوصف",
3431
+ "field_kpi_targetModel": "النموذج المستهدف",
3432
+ "field_kpi_aggregationType": "نوع التجميع",
3433
+ "field_kpi_aggregationField": "هدف التجميع",
3434
+ "field_kpi_matchFormula": "فلتر الاختيار",
3435
+
3436
+ "field_dashboard_name": "الاسم",
3437
+ "field_dashboard_description": "الوصف",
3438
+ "field_dashboard_layout": "التخطيط",
3439
+ "field_dashboard_settings": "الإعدادات",
3440
+ "field_dashboard_isDefault": "عرض افتراضي؟",
3441
+
3442
+ "field_kpi_showTotal": "عرض الإجمالي",
3443
+ "field_kpi_showPercentTotal": "عرض النسبة المئوية الإجمالية",
3444
+ "field_kpi_totalMatchFormula": "صيغة المطابقة الإجمالية",
3445
+ "field_kpi_unit": "الوحدة",
3446
+ "field_kpi_icon": "الأيقونة",
3447
+ "field_kpi_order": "الترتيب",
3448
+ "field_kpi_color": "اللون",
3449
+ "field_content_lang": "اللغة",
3450
+ "field_message_lang": "اللغة",
3451
+ "field_request_timestamp": "الطابع الزمني",
3452
+ "field_request_method": "الطريقة",
3453
+ "field_request_url": "عنوان URL",
3454
+ "field_request_status": "الحالة",
3455
+ "field_request_latencyMs": "الكمون (مللي ثانية)",
3456
+ "field_request_ip": "عنوان IP",
3457
+ "field_request_requestBody": "نص الطلب",
3458
+ "field_request_responseBody": "نص الرد",
3459
+ "field_request_error": "خطأ",
3460
+ "field_user_gender": "الجنس",
3461
+ "field_user_lang": "اللغة",
3462
+ "field_user_profilePicture": "صورة الملف الشخصي",
3463
+ "field_employee_employeeId": "رقم الموظف",
3464
+ "field_employee_personalInfo": "المعلومات الشخصية",
3465
+ "field_employee_jobTitle": "المسمى الوظيفي",
3466
+ "field_employee_department": "القسم",
3467
+ "field_employee_manager": "المدير",
3468
+ "field_employee_workLocation": "موقع العمل",
3469
+ "field_employee_employmentType": "نوع التوظيف",
3470
+ "field_employee_emergencyContact": "جهة اتصال الطوارئ",
3471
+ "field_employee_homeAddress": "عنوان المنزل",
3472
+ "field_employee_dateOfBirth": "تاريخ الميلاد",
3473
+ "field_employee_nationality": "الجنسية",
3474
+ "field_employee_nationalId": "بطاقة الهوية الوطنية",
3475
+ "field_employee_socialSecurityNumber": "رقم الضمان الاجتماعي",
3476
+ "field_employee_taxId": "رقم التعريف الضريبي",
3477
+ "field_employee_startDate": "تاريخ البدء",
3478
+ "field_employee_endDate": "تاريخ الانتهاء",
3479
+ "field_employee_contractType": "نوع العقد",
3480
+ "field_employee_salary": "الراتب",
3481
+ "field_employee_salaryCurrency": "عملة الراتب",
3482
+ "field_employee_payFrequency": "تكرار الدفع",
3483
+ "field_employee_bankAccountNumber": "رقم الحساب البنكي",
3484
+ "field_employee_bankName": "اسم البنك",
3485
+ "field_employee_iban": "IBAN",
3486
+ "field_employee_swiftBic": "SWIFT/BIC",
3487
+ "field_employee_workPermitNumber": "رقم تصريح العمل",
3488
+ "field_employee_workPermitExpiry": "تاريخ انتهاء تصريح العمل",
3489
+ "field_employee_visaType": "نوع التأشيرة",
3490
+ "field_employee_visaExpiry": "تاريخ انتهاء التأشيرة",
3491
+ "field_employee_skills": "المهارات",
3492
+ "field_employee_notes": "ملاحظات",
3493
+
3494
+ "field_imageGallery_name": "الاسم",
3495
+ "field_imageGallery_images": "الصور",
3496
+ "field_imageGallery_description": "الوصف",
3497
+ "field_imageGallery_tags": "العلامات",
3498
+ "field_imageGallery_createdAt": "تاريخ الإنشاء",
3499
+
3500
+ "field_workflowAction_name": "اسم الإجراء",
3501
+ "field_workflowAction_type": "نوع الإجراء",
3502
+ "field_workflowAction_targetModel": "النموذج المستهدف",
3503
+ "field_workflowAction_targetSelector": "محدد الهدف",
3504
+ "field_workflowAction_fieldsToUpdate": "الحقول للتحديث",
3505
+ "field_workflowAction_dataToCreate": "البيانات للإنشاء",
3506
+ "field_workflowAction_script": "النص البرمجي",
3507
+ "field_workflowAction_url": "عنوان URL",
3508
+ "field_workflowAction_method": "الطريقة",
3509
+ "field_workflowAction_headers": "الرؤوس",
3510
+ "field_workflowAction_body": "نص الطلب",
3511
+ "field_workflowAction_duration": "المدة",
3512
+ "field_workflowAction_durationUnit": "وحدة المدة",
3513
+
3514
+ "field_workflowStep_workflow": "سير العمل",
3515
+ "field_workflowStep_name": "اسم الخطوة",
3516
+ "field_workflowStep_conditions": "الشروط",
3517
+ "field_workflowStep_actions": "الإجراءات",
3518
+ "field_workflowStep_onSuccessStep": "الخطوة في حالة النجاح",
3519
+ "field_workflowStep_onFailureStep": "الخطوة في حالة الفشل",
3520
+ "field_workflowStep_isTerminal": "خطوة نهائية",
3521
+
3522
+ "field_workflowRun_contextData": "بيانات السياق",
3523
+ "field_workflowRun_stepExecutionsCount": "عدد تنفيذات الخطوة",
3524
+ "field_workflowRun_currentStep": "الخطوة الحالية",
3525
+ "field_workflowRun_owner": "المالك",
3526
+ "field_workflowRun_error": "خطأ",
3527
+
3528
+ "field_workflowTrigger_workflow": "سير العمل",
3529
+ "field_workflowTrigger_onEvent": "عند الحدث",
3530
+ "field_workflowTrigger_targetModel": "النموذج المستهدف",
3531
+ "field_workflowTrigger_dataFilter": "فلتر البيانات",
3532
+ "field_workflowTrigger_env": "البيئة",
3533
+ "field_workflowTrigger_isActive": "نشط",
3534
+ "field_workflowTrigger_cronExpression": "تعبير CRON",
3535
+
3536
+ "field_accountingEntry_exercise": "التمرين",
3537
+ "field_accountingEntry_label": "التسمية",
3538
+ "field_accountingEntry_entryDate": "تاريخ الإدخال",
3539
+ "field_accountingEntry_referenceNumber": "رقم المرجع",
3540
+ "field_accountingEntry_status": "الحالة",
3541
+ "field_accountingEntry_createdBy": "تم الإنشاء بواسطة",
3542
+ "field_accountingEntry_validatedBy": "تم التحقق بواسطة",
3543
+ "field_accountingEntry_validationDate": "تاريخ التحقق",
3544
+ "field_accountingEntry_attachments": "المرفقات",
3545
+
3546
+ "field_accountingLineItem_accountingExercise": "التمرين المحاسبي",
3547
+ "field_accountingLineItem_code": "الكود",
3548
+ "field_accountingLineItem_label": "التسمية",
3549
+ "field_accountingLineItem_documentType": "نوع المستند",
3550
+ "field_accountingLineItem_section": "القسم",
3551
+ "field_accountingLineItem_subSection": "القسم الفرعي",
3552
+ "field_accountingLineItem_order": "الترتيب",
3553
+ "field_accountingLineItem_calculationFormula": "صيغة الحساب",
3554
+ "field_accountingLineItem_values": "القيم",
3555
+ "field_accountingLineItem_notes": "ملاحظات",
3556
+
3557
+ "field_ticketMessage_ticket": "التذكرة",
3558
+ "field_ticketMessage_sender": "المرسل",
3559
+ "field_ticketMessage_content": "المحتوى",
3560
+ "field_ticketMessage_sentAt": "تم الإرسال في",
3561
+ "field_workflow_name": "الاسم",
3562
+ "field_workflow_description": "الوصف",
3563
+ "field_workflow_trigger": "المحفز",
3564
+ "field_workflow_steps": "الخطوات",
3565
+ "field_workflow_active": "نشط",
3566
+ "field_workflowRun_workflow": "سير العمل",
3567
+ "field_workflowRun_status": "الحالة",
3568
+ "field_workflowRun_startDate": "تاريخ البدء",
3569
+ "field_workflowRun_endDate": "تاريخ الانتهاء",
3570
+ "field_workflowRun_logs": "السجلات",
3571
+
3572
+ "field_workflowTrigger_name": "الاسم",
3573
+ "field_workflowTrigger_type": "النوع",
3574
+ "field_workflowTrigger_modelName": "اسم النموذج",
3575
+ "field_workflowTrigger_condition": "الشرط",
3576
+
3577
+ "field_accountingEntry_accountingExercise": "التمرين المحاسبي",
3578
+ "field_accountingEntry_date": "التاريخ",
3579
+ "field_accountingEntry_description": "الوصف",
3580
+ "field_accountingEntry_amount": "المبلغ",
3581
+ "field_accountingEntry_currency": "العملة",
3582
+ "field_accountingEntry_type": "النوع",
3583
+ "field_accountingEntry_category": "الفئة",
3584
+ "field_accountingEntry_notes": "ملاحظات",
3585
+
3586
+ "field.cronSchedule": "الجدولة",
3587
+ "field_accountingEntry_accountingExercise_hint": "التمرين المحاسبي المرتبط بهذه العملية.",
3588
+ "field_accountingEntry_date_hint": "تاريخ العملية المحاسبية.",
3589
+ "field_accountingEntry_description_hint": "وصف مختصر للعملية المحاسبية.",
3590
+ "field_accountingEntry_amount_hint": "مبلغ العملية المحاسبية.",
3591
+ "field_accountingEntry_currency_hint": "عملة العملية المحاسبية.",
3592
+ "field_accountingEntry_type_hint": "نوع العملية (مدين أو دائن).",
3593
+ "field_accountingEntry_category_hint": "فئة العملية (مثال: مبيعات، مشتريات، رواتب).",
3594
+ "field_accountingEntry_notes_hint": "ملاحظات أو تعليقات إضافية حول العملية.",
3595
+
3596
+ "field_accountingExercise_startDate_hint": "تاريخ بدء التمرين المحاسبي.",
3597
+ "field_accountingExercise_endDate_hint": "تاريخ انتهاء التمرين المحاسبي.",
3598
+
3599
+ "field_brand_name_hint": "اسم العلامة التجارية.",
3600
+ "field_brand_logo_hint": "شعار العلامة التجارية.",
3601
+ "field_brand_company_hint": "اسم الشركة المرتبطة بالعلامة التجارية.",
3602
+
3603
+ "field_campaign_name_hint": "اسم الحملة التسويقية.",
3604
+ "field_campaign_description_hint": "وصف تفصيلي للحملة.",
3605
+ "field_campaign_startDate_hint": "تاريخ بدء الحملة.",
3606
+ "field_campaign_endDate_hint": "تاريخ انتهاء الحملة.",
3607
+ "field_campaign_type_hint": "نوع الحملة (مثال: بريد إلكتروني، إعلان، وسائل التواصل الاجتماعي).",
3608
+ "field_campaign_status_hint": "الحالة الحالية للحملة (مثال: نشط، منتهي، متوقف).",
3609
+ "field_campaign_budget_hint": "الميزانية المخصصة للحملة.",
3610
+
3611
+ "field_cart_user_hint": "المستخدم المالك لعربة التسوق هذه.",
3612
+ "field_cart_items_hint": "العناصر الموجودة في عربة التسوق.",
3613
+ "field_cart_creationDate_hint": "تاريخ ووقت إنشاء عربة التسوق.",
3614
+ "field_cart_lastUpdate_hint": "تاريخ ووقت آخر تحديث لعربة التسوق.",
3615
+ "field_cart_active_hint": "يدل على ما إذا كانت عربة التسوق لا تزال نشطة أو تم تحويلها إلى طلب.",
3616
+
3617
+ "field_cartItem_product_hint": "المنتج المضاف إلى عربة التسوق.",
3618
+ "field_cartItem_quantity_hint": "كمية هذا المنتج في عربة التسوق.",
3619
+ "field_cartItem_variant_hint": "المتغير المحدد للمنتج (الحجم، اللون، إلخ).",
3620
+
3621
+ "field_channel_name_hint": "اسم قناة الإشعار (مثال: بريد إلكتروني، رسالة نصية، إشعار دفع).",
3622
+ "field_channel_description_hint": "وصف لقناة الإشعار.",
3623
+ "field_channel_type_hint": "نوع القناة (مثال: تسويق، معاملات، دعم).",
3624
+
3625
+ "field_contact_legalName_hint": "الاسم القانوني الكامل للشخص أو المنظمة.",
3626
+ "field_contact_firstName_hint": "الاسم الأول للجهة الاتصال.",
3627
+ "field_contact_lastName_hint": "الاسم الأخير للجهة الاتصال.",
3628
+ "field_contact_email_hint": "عنوان البريد الإلكتروني للجهة الاتصال.",
3629
+ "field_contact_phone_hint": "رقم هاتف الجهة الاتصال.",
3630
+ "field_contact_location_hint": "العنوان الفعلي للجهة الاتصال.",
3631
+
3632
+ "field_content_webpage_hint": "صفحة الويب المرتبطة بهذا المحتوى.",
3633
+ "field_content_title_hint": "عنوان المحتوى.",
3634
+ "field_content_slug_hint": "الرابط الدال (جزء URL) للمحتوى.",
3635
+ "field_content_published_hint": "يدل على ما إذا كان المحتوى منشورًا ومرئيًا.",
3636
+ "field_content_publishedAt_hint": "تاريخ ووقت نشر المحتوى.",
3637
+ "field_content_html_hint": "محتوى HTML المنسق للمقال أو الصفحة.",
3638
+ "field_content_type_hint": "نوع المحتوى (مثال: مقال، أخبار، صفحة).",
3639
+ "field_content_keywords_hint": "الكلمات المفتاحية المرتبطة بالمحتوى للتصنيف أو البحث.",
3640
+ "field_content_image_hint": "الصورة الرئيسية المرتبطة بالمحتوى.",
3641
+ "field_content_author_hint": "مؤلف المحتوى.",
3642
+
3643
+ "field_currency_symbol_hint": "رمز العملة (مثال: €، $).",
3644
+ "field_currency_code_hint": "كود ISO للعملة (مثال: EUR، USD).",
3645
+ "field_currency_name_hint": "الاسم الكامل للعملة (مثال: يورو، دولار أمريكي).",
3646
+ "field_currency_exchangeRate_hint": "سعر الصرف مقابل عملة مرجعية (مثال: 1 دولار = X يورو).",
3647
+ "field_currency_default_hint": "يدل على ما إذا كانت هذه العملة هي العملة الافتراضية للتطبيق.",
3648
+
3649
+ "field_dashboard_name_hint": "اسم لوحة التحكم.",
3650
+ "field_dashboard_description_hint": "وصف تفصيلي للوحة التحكم.",
3651
+ "field_dashboard_layout_hint": "هيكل تخطيط العناصر على لوحة التحكم.",
3652
+ "field_dashboard_sections_hint": "الأقسام المكونة للوحة التحكم.",
3653
+ "field_dashboard_owner_hint": "المستخدم المالك لهذه لوحة التحكم.",
3654
+ "field_dashboard_isPublic_hint": "يدل على ما إذا كانت لوحة التحكم متاحة للعامة أو خاصة.",
3655
+
3656
+ "field_device_name_hint": "اسم الجهاز (مثال: هاتفي، كمبيوتر مكتبي).",
3657
+ "field_device_type_hint": "نوع الجهاز (مثال: جوال، لوحي، كمبيوتر مكتبي، إنترنت الأشياء).",
3658
+ "field_device_os_hint": "نظام تشغيل الجهاز (مثال: أندرويد، iOS، ويندوز، لينكس).",
3659
+ "field_device_owner_hint": "المستخدم المالك لهذا الجهاز.",
3660
+
3661
+ "field_discount_totalAmount_hint": "المبلغ الإجمالي للفاتورة.",
3662
+ "field_discount_currency_hint": "عملة الفاتورة.",
3663
+ "field_discount_billingAddress_hint": "عنوان الفاتورة المرتبط بالفاتورة.",
3664
+
3665
+ "field_employee_firstName_hint": "الاسم الأول للموظف.",
3666
+ "field_employee_lastName_hint": "الاسم الأخير للموظف.",
3667
+ "field_employee_email_hint": "عنوان البريد الإلكتروني المهني للموظف",
3668
+ "field_employee_phone_hint": "رقم الهاتف المهني للموظف.",
3669
+ "field_employee_position_hint": "المنصب الذي يشغله الموظف في الشركة.",
3670
+ "field_employee_department_hint": "القسم أو الإدارة التي ينتمي إليها الموظف.",
3671
+ "field_employee_hireDate_hint": "تاريخ توظيف الموظف.",
3672
+ "field_employee_salary_hint": "الراتب السنوي أو الشهري للموظف.",
3673
+
3674
+ "model_description_imageGallery": "يدير مجموعات الصور وخصائصها.",
3675
+ "field_imageGallery_name_hint": "اسم معرض الصور.",
3676
+ "field_imageGallery_description_hint": "وصف معرض الصور.",
3677
+ "field_imageGallery_images_hint": "قائمة الصور الموجودة في هذا المعرض.",
3678
+ "field_imageGallery_isPublic_hint": "يدل على ما إذا كان المعرض متاحًا للعامة.",
3679
+ "field_imageGallery_owner_hint": "المستخدم المالك لهذا معرض الصور.",
3680
+
3681
+ "field_invoice_totalAmount_hint": "المبلغ الإجمالي للفاتورة، بما في ذلك الضرائب والرسوم.",
3682
+ "field_invoice_currency_hint": "العملة التي تم إصدار الفاتورة بها.",
3683
+ "field_invoice_billingAddress_hint": "العنوان الكامل المستخدم للفوترة.",
3684
+
3685
+ "model_description_kpi": "مؤشرات الأداء الرئيسية (KPI) لمتابعة البيانات.",
3686
+ "field_kpi_name_hint": "اسم مؤشر الأداء الرئيسي (KPI).",
3687
+ "field_kpi_description_hint": "وصف تفصيلي لـ KPI، موضحًا ما يقيسه.",
3688
+ "field_kpi_model_hint": "نموذج البيانات الذي يعتمد عليه هذا KPI.",
3689
+ "field_kpi_field_hint": "الحقل المحدد للنموذج المستخدم لحساب KPI.",
3690
+ "field_kpi_aggregationType_hint": "نوع التجميع المطبق على البيانات (مثال: مجموع، متوسط، عدد).",
3691
+ "field_kpi_filter_hint": "شروط التصفية المطبقة على البيانات لهذا KPI.",
3692
+ "field_kpi_displayType_hint": "نوع العرض المفضل لـ KPI (مثال: رقم، نسبة مئوية، رسم بياني).",
3693
+ "field_kpi_unit_hint": "وحدة قياس KPI (مثال: يورو، %، عدد).",
3694
+
3695
+ "field_lang_isDefault_hint": "يشير إلى ما إذا كانت هذه اللغة هي اللغة الافتراضية للتطبيق.",
3696
+
3697
+ "field_location_name_hint": "اسم المكان (مثال: المكتب الرئيسي، المستودع أ).",
3698
+ "field_location_type_hint": "نوع المكان (مثال: مكتب، مستودع، متجر، منزل).",
3699
+
3700
+ "field_message_totalAmount_hint": "المبلغ الإجمالي للفاتورة، بما في ذلك الضرائب والرسوم.",
3701
+ "field_message_currency_hint": "العملة التي تم إصدار الفاتورة بها.",
3702
+ "field_message_billingAddress_hint": "العنوان الكامل المستخدم للفوترة.",
3703
+
3704
+ "field_order_orderId_hint": "المعرف الفريد الذي تم إنشاؤه لهذا الطلب.",
3705
+ "field_order_orderDate_hint": "التاريخ والوقت الذي تم فيه تقديم الطلب.",
3706
+ "field_order_status_hint": "الحالة الحالية للطلب (مثال: قيد الانتظار، تم الشحن، تم التسليم).",
3707
+ "field_order_products_hint": "قائمة المنتجات والكميات المضمنة في الطلب.",
3708
+ "field_order_customer_hint": "العميل الذي قام بالطلب.",
3709
+ "field_order_totalAmount_hint": "المبلغ الإجمالي للطلب، بما في ذلك الضرائب ورسوم الشحن.",
3710
+ "field_order_currency_hint": "العملة التي تم دفع الطلب بها.",
3711
+ "field_order_paymentMethod_hint": "طريقة الدفع المستخدمة للطلب (مثال: بطاقة ائتمان، PayPal).",
3712
+ "field_order_shippingAddress_hint": "العنوان الذي يجب تسليم الطلب إليه.",
3713
+ "field_order_billingAddress_hint": "عنوان الفوترة المرتبط بالطلب.",
3714
+ "field_order_shippedDate_hint": "التاريخ الذي تم فيه شحن الطلب من قبل البائع.",
3715
+ "field_order_deliveryDate_hint": "التاريخ الذي تم فيه تسليم الطلب إلى العميل.",
3716
+ "field_order_discount_hint": "الترويج أو كود الخصم الذي تم تطبيقه على الطلب.",
3717
+
3718
+ "field_permission_name_hint": "الاسم الفريد للإذن (مثال: API_ADMIN، API_ADD_DATA_product).",
3719
+ "field_permission_description_hint": "وصف واضح لما يسمح به هذا الإذن.",
3720
+
3721
+ "field_product_name_hint": "الاسم التجاري للمنتج، كما سيظهر للعملاء.",
3722
+ "field_product_description_hint": "وصف مفصل للمنتج، بما في ذلك ميزاته وفوائده.",
3723
+ "field_product_image_hint": "الصورة الرئيسية التي تمثل المنتج.",
3724
+ "field_product_price_hint": "السعر الأساسي للمنتج قبل أي ترويج أو تغيير.",
3725
+ "field_product_currency_hint": "عملة السعر الأساسي للمنتج.",
3726
+ "field_product_billingFrequency_hint": "تكرار الفوترة للمنتجات المباعة عن طريق الاشتراك (مثال: شهري، سنوي).",
3727
+ "field_product_brand_hint": "العلامة التجارية المرتبطة بهذا المنتج.",
3728
+ "field_product_category_hint": "الفئة الرئيسية التي ينتمي إليها هذا المنتج.",
3729
+
3730
+ "field_productVariant_product_hint": "المنتج الأساسي الذي ترتبط به هذه المتغير.",
3731
+ "field_productVariant_size_hint": "الحجم المحدد لهذا المتغير (مثال: S، M، L، 42).",
3732
+ "field_productVariant_color_hint": "اللون المحدد لهذا المتغير (مثال: أحمر، أزرق، أخضر).",
3733
+ "field_productVariant_sku_hint": "الكود الفريد (SKU) لتحديد هذا المتغير بدقة.",
3734
+ "field_productVariant_price_hint": "السعر المحدد لهذا المتغير، والذي قد يختلف عن المنتج الأساسي.",
3735
+ "field_productVariant_currency_hint": "عملة السعر لهذا المتغير المحدد.",
3736
+ "field_productVariant_stock_hint": "إدارة المخزون لهذا المتغير.",
3737
+ "field_productVariant_image_hint": "الصورة المحددة التي تظهر هذا المتغير من المنتج.",
3738
+
3739
+ "field_resource_source_hint": "رابط URL أو مسار الوصول إلى المورد (مثال: /uploads/ملف.pdf).",
3740
+
3741
+ "field_return_user_hint": "المستخدم الذي بدأ طلب الإرجاع.",
3742
+ "field_return_reason_hint": "سبب إرجاع المنتج (مثال: تالف، خطأ في الشحن).",
3743
+ "field_return_amount_hint": "المبلغ الإجمالي الذي سيتم إعادته إلى العميل.",
3744
+ "field_return_currency_hint": "العملة التي سيتم بها الاسترداد.",
3745
+ "field_return_refundDate_hint": "التاريخ الذي تم فيه الاسترداد فعليًا.",
3746
+
3747
+ "field_returnItem_return_hint": "طلب الإرجاع الأصلي المرتبط بهذا العنصر.",
3748
+ "field_returnItem_product_hint": "المنتج المحدد الذي تم إرجاعه.",
3749
+ "field_returnItem_variant_hint": "المتغير الدقيق للمنتج المرتجع، إذا كان مطبقًا.",
3750
+ "field_returnItem_quantity_hint": "كمية هذا العنصر التي تم إرجاعها.",
3751
+ "field_returnItem_condition_hint": "حالة المنتج المرتجع (مثال: جديد، مفتوح، تالف).",
3752
+
3753
+ "field_review_user_hint": "المستخدم الذي قدم التقييم.",
3754
+ "field_review_comment_hint": "النص الكامل للتعليق أو التقييم الذي تركه المستخدم.",
3755
+ "field_review_score_hint": "التقييم الرقمي الممنوح من قبل المستخدم (مثال: من 1 إلى 5).",
3756
+ "field_review_publishedAt_hint": "تاريخ ووقت نشر التقييم.",
3757
+
3758
+ "field_role_name_hint": "اسم الدور، والذي سيستخدم لتعيينه للمستخدمين (مثال: مدير، محرر).",
3759
+ "field_role_permissions_hint": "قائمة الأذونات الممنوحة للمستخدمين الذين لديهم هذا الدور.",
3760
+
3761
+ "field_stock_product_hint": "المنتج المتعلق بخط المخزون هذا.",
3762
+ "field_stock_variant_hint": "المتغير المحدد للمنتج، إذا كان مطبقًا.",
3763
+ "field_stock_warehouse_hint": "المستودع حيث يوجد هذا المخزون فعليًا.",
3764
+ "field_stock_available_hint": "كمية المنتج المتاحة حاليًا للبيع.",
3765
+ "field_stock_reserved_hint": "كمية المنتج المحجوزة للطلبات الجارية ولكن لم يتم شحنها بعد.",
3766
+
3767
+ "field_stockAlert_user_hint": "المستخدم الذي سيستلم تنبيه المخزون المنخفض.",
3768
+ "field_stockAlert_stock_hint": "خط المخزون المحدد المراقب.",
3769
+ "field_stockAlert_threshold_hint": "حد الكمية الذي سيتم عنده تشغيل التنبيه.",
3770
+
3771
+ "field_taxonomy_name_hint": "اسم الفئة أو مصطلح التصنيف (مثال: إلكترونيات، عروض الصيف).",
3772
+ "field_taxonomy_parent_hint": "الفئة الأصل، لإنشاء تسلسل هرمي (مثال: 'هواتف ذكية' لها الأصل 'إلكترونيات').",
3773
+ "field_taxonomy_type_hint": "نوع التصنيف، لتجميع الفئات (مثال: فئة المنتج، وسم المقال).",
3774
+
3775
+ "field_ticket_user_hint": "المستخدم الذي أنشأ تذكرة الدعم.",
3776
+ "field_ticket_order_hint": "الطلب المرتبط بالتذكرة، إذا كانت المشكلة تتعلق به.",
3777
+ "field_ticket_channel_hint": "القناة التي تم من خلالها تقديم التذكرة (مثال: بريد إلكتروني، نموذج ويب، هاتف).",
3778
+ "field_ticket_subject_hint": "الموضوع أو العنوان المختصر للتذكرة.",
3779
+ "field_ticket_message_hint": "الرسالة الأولية أو الوصف المفصل للمشكلة.",
3780
+ "field_ticket_status_hint": "الحالة الحالية للتذكرة (مثال: مفتوحة، قيد المعالجة، مغلقة، في انتظار الرد).",
3781
+ "field_ticket_priority_hint": "أولوية معالجة التذكرة (مثال: منخفضة، متوسطة، عالية).",
3782
+ "field_ticket_assignedTo_hint": "الموظف أو الفريق المسؤول عن حل التذكرة.",
3783
+ "field_ticket_createdAt_hint": "تاريخ ووقت إنشاء التذكرة.",
3784
+
3785
+ "field_ticketMessage_ticket_hint": "تذكرة الدعم الأصلية المرتبطة بهذه الرسالة.",
3786
+ "field_ticketMessage_sender_hint": "مرسل الرسالة (يمكن أن يكون العميل أو عضو الدعم).",
3787
+ "field_ticketMessage_content_hint": "المحتوى النصي للرسالة أو الرد.",
3788
+ "field_ticketMessage_sentAt_hint": "التاريخ والوقت الدقيقين لإرسال الرسالة.",
3789
+
3790
+ "field_token_name_hint": "اسم وصفي للرمز لتحديده (مثال: مفتاح API للتطبيق المحمول).",
3791
+ "field_token_value_hint": "القيمة الفريدة لرمز الوصول، المستخدم للمصادقة.",
3792
+ "field_token_lastRefresh_hint": "تاريخ آخر استخدام أو تحديث للرمز.",
3793
+
3794
+ "field_translation_key_hint": "مفتاح الترجمة الفريد، المستخدم في الكود (مثال: btns.save، model_product).",
3795
+ "field_translation_value_hint": "النص المترجم المقابل للمفتاح للغة معينة.",
3796
+ "field_translation_html_hint": "النص المترجم بتنسيق HTML، إذا كانت الترجمة تحتوي على علامات.",
3797
+ "field_translation_lang_hint": "اللغة (كود ISO) التي تنطبق عليها هذه الترجمة.",
3798
+
3799
+ "field_user_username_hint": "اسم المستخدم الفريد المستخدم لتسجيل الدخول.",
3800
+ "field_user_password_hint": "كلمة مرور المستخدم (سيتم تخزينها بشكل آمن ومشفرة).",
3801
+ "field_user_contact_hint": "بطاقة الاتصال المرتبطة بهذا المستخدم، والتي تحتوي على المعلومات الشخصية.",
3802
+ "field_user_roles_hint": "الأدوار المخصصة للمستخدم، والتي تحدد مجموعة أذوناته.",
3803
+ "field_user_tokens_hint": "رموز API الشخصية للمستخدم للوصول البرمجي.",
3804
+
3805
+ "field_userSubscription_user_hint": "المستخدم الذي اشترك في الاشتراك.",
3806
+ "field_userSubscription_product_hint": "المنتج أو الخدمة التي اشترك فيها المستخدم.",
3807
+ "field_userSubscription_startDate_hint": "التاريخ الذي بدأ فيه الاشتراك.",
3808
+ "field_userSubscription_endDate_hint": "تاريخ الانتهاء المخطط للاشتراك (إذا لم يتم تجديده).",
3809
+ "field_userSubscription_status_hint": "الحالة الحالية للاشتراك (مثال: نشط، ملغي، منتهي).",
3810
+ "field_userSubscription_autoRenew_hint": "يشير إلى ما إذا كان الاشتراك سيتجدد تلقائيًا في نهاية الفترة.",
3811
+
3812
+ "field_warehouse_name_hint": "اسم المستودع لتحديده (مثال: المستودع الرئيسي، مستودع الجنوب).",
3813
+ "field_warehouse_location_hint": "العنوان الفعلي الكامل للمستودع.",
3814
+ "field_warehouse_capacity_hint": "السعة التخزينية القصوى للمستودع (حجم، وحدات، إلخ).",
3815
+
3816
+ "field_webpage_title_hint": "عنوان الصفحة، المعروض في علامة تبويب المتصفح ومهم لـ SEO.",
3817
+ "field_webpage_path_hint": "مسار URL للصفحة بعد اسم النطاق (مثال: /about).",
3818
+ "field_webpage_published_hint": "يشير إلى ما إذا كانت الصفحة مرئية للجمهور.",
3819
+ "field_webpage_inSitemap_hint": "يشير إلى ما إذا كانت الصفحة يجب أن تدرج في خريطة الموقع لمحركات البحث.",
3820
+
3821
+ "field_workflow_name_hint": "اسم سير العمل لتحديده بسهولة في القائمة.",
3822
+ "field_workflow_description_hint": "شرح موجز لهدف وطريقة عمل سير العمل هذا.",
3823
+ "field_workflow_trigger_hint": "الحدث الذي سيبدأ تنفيذ سير العمل هذا.",
3824
+ "field_workflow_steps_hint": "تسلسل الخطوات والإجراءات التي سيتم تنفيذها عند تشغيل سير العمل.",
3825
+ "field_workflow_active_hint": "يشير إلى ما إذا كان سير العمل مفعل حاليًا ويمكن تشغيله.",
3826
+
3827
+ "field_workflowRun_workflow_hint": "سير العمل الأصلي الذي تم تنفيذه لهذه الحالة.",
3828
+ "field_workflowRun_status_hint": "حالة هذا التنفيذ المحدد (مثال: قيد التنفيذ، مكتمل، فشل).",
3829
+ "field_workflowRun_startDate_hint": "التاريخ والوقت الدقيقين لبدء التنفيذ.",
3830
+ "field_workflowRun_endDate_hint": "تاريخ ووقت انتهاء التنفيذ (إذا اكتمل أو فشل).",
3831
+ "field_workflowRun_logs_hint": "السجلات المفصلة لكل خطوة من تنفيذ سير العمل.",
3832
+
3833
+ "field_workflowTrigger_name_hint": "اسم وصفي للمشغل (مثال: عند إنشاء طلب جديد).",
3834
+ "field_workflowTrigger_type_hint": "نوع الحدث الذي يشغل سير العمل (مثال: إنشاء بيانات، تحديث، مهمة مجدولة...)",
3835
+ "field_workflowTrigger_modelName_hint": "اسم نموذج البيانات الذي تتم مراقبته بواسطة المشغل.",
3836
+ "field_workflowTrigger_condition_hint": "شرط إضافي على البيانات لحدوث التشغيل.",
3837
+
3838
+ "field_accountingExercise_companyContact_hint": "تحديد الشركة",
3839
+ "field_accountingExercise_companyIdentifier_hint": "سجل الشركة (SIRET)",
3840
+ "field_accountingExercise_startDate": "تاريخ بداية السنة المالية",
3841
+ "field_accountingExercise_endDate": "تاريخ نهاية السنة المالية",
3842
+ "field_accountingLineItem_code_hint": "الكود الفريد للبند (مثال: AA، FB، HA)",
3843
+ "field_accountingLineItem_label_hint": "تسمية البند (مثال: مصاريف التأسيس)",
3844
+ "field_accountingLineItem_section_hint": "القسم الرئيسي (مثال: الأصول الثابتة)",
3845
+ "field_accountingLineItem_subSection_hint": "القسم الفرعي (مثال: الأصول غير المادية)",
3846
+ "field_accountingLineItem_order_hint": "ترتيب العرض في القسم/القسم الفرعي",
3847
+ "field_accountingLineItem_calculationFormula_hint": "صيغة الحساب (إذا كانت مطبقة)",
3848
+ "field_accountingLineItem_notes_hint": "ملاحظات أو مراجع",
3849
+
3850
+ "model_accountingEntry": "قيد محاسبي",
3851
+ "model_description_accountingEntry": "إدخال لعملية محاسبية ضمن سنة مالية معينة",
3852
+ "model_employee": "الموظفون",
3853
+ "model_description_employee": "يدير جوانب الموارد البشرية المتعلقة بموظفي الشركة.",
3854
+ "model_accountingLineItem": "بند السنة المالية",
3855
+ "model_accountingExercise": "سنة مالية",
3856
+ "model_description_accountingLineItem": "يحدد بند/فئة في مستند محاسبي.",
3857
+ "model_description_accountingExercise": "يمثل سنة مالية لشركة معينة.",
3858
+
3859
+ "bilan_actif": "الميزانية العمومية - الأصول",
3860
+ "bilan_passif": "الميزانية العمومية - الخصوم",
3861
+ "compte_resultat": "حساب النتيجة",
3862
+ "immobilisations": "الأصول الثابتة",
3863
+ "amortissements": "الاستهلاكات",
3864
+ "provisions": "المخصصات",
3865
+ "creances_dettes": "الذمم المدينة والدائنة",
3866
+ "deficits": "العجوزات",
3867
+ "plus_moins_values": "الزيادات والنقصان في القيمة",
3868
+ "effectifs_valeur_ajoutee": "الموظفون والقيمة المضافة",
3869
+ "capital_social": "رأس المال الاجتماعي",
3870
+ "filiales_participations": "الشركات التابعة والمشاركات",
3871
+ "resultat_fiscal": "النتيجة الضريبية",
3872
+
3873
+ "model_description_translation": "إدارة ترجمات السلاسل النصية المختلفة. الحقول القابلة للترجمة موضحة في الواجهة. ما عليك سوى تحديد اللغة والمفتاح المستخدم لفهرسة المحتوى المترجم. يمكنك إعادة تسمية النموذج والحقول باستخدام المفاتيح 'model_$modelName' و 'field_$modelName_$fieldName' على التوالي، أو ترجمة أوصاف النماذج باستخدام 'model_description_$modelName'.",
3874
+ "model_description_permission": "إدارة أذونات المستخدمين المختلفين. كل إذن يمثل إجراءً محددًا (أو مجموعة إجراءات) يمكن للمستخدم أو الدور تنفيذه داخل API. على سبيل المثال، 'API_ADMIN' يمنح جميع الصلاحيات على API، ولكن هناك أيضًا 'API_ADD_DATA'، 'API_ADD_DATA_$modelName'، 'API_SEARCH_DATA'، 'API_SEARCH_DATA_$modelName'، 'API_EDIT_DATA'، 'API_EDIT_DATA_$modelName'، 'API_DELETE_DATA'، و 'API_DELETE_DATA_$modelName' لإدارة وصول API بدقة.",
3875
+ "model_description_user": "إدارة المستخدمين. تعيين الأدوات ورمز الوصول إلى API لمستخدمي التطبيق.",
3876
+ "model_description_role": "إدارة الأدوار المختلفة. تعيين الأذونات لتكوين الدور. يمكن بعد ذلك تعيينه للمستخدمين.",
3877
+ "model_description_lang": "إدارة لغات الموقع. تستخدم خاصة للترجمات.",
3878
+ "model_description_order": "إدارة الطلبات.",
3879
+ "model_description_webpage": "إدارة صفحات الويب المختلفة.",
3880
+ "model_description_content": "إدارة المحتويات والأخبار المختلفة.",
3881
+ "model_description_token": "إدارة رموز الوصول المختلفة.",
3882
+ "model_description_contact": "إدارة جهات الاتصال المختلفة.",
3883
+ "model_description_currency": "إدارة العملات المستخدمة.",
3884
+ "model_description_resource": "إدارة موارد الويب المختلفة.",
3885
+ "model_description_product": "إدارة المنتجات.",
3886
+ "model_description_discount": "إدارة العروض الترويجية.",
3887
+ "model_description_productVariant": "إدارة متغيرات المنتجات.",
3888
+ "model_description_cart": "إدارة سلال المستخدمين.",
3889
+ "model_description_cartItem": "إدارة محتوى السلال.",
3890
+ "model_description_brand": "إدارة العلامات التجارية.",
3891
+ "model_description_taxonomy": "إدارة الفئات (التصنيف).",
3892
+ "model_description_location": "إدارة الأماكن المختلفة.",
3893
+ "model_description_device": "إدارة أجهزة الوصول.",
3894
+ "model_description_return": "إدارة إرجاعات المنتجات.",
3895
+ "model_description_review": "إدارة تقييمات المستخدمين.",
3896
+ "model_description_stock": "إدارة مخزون المنتجات.",
3897
+ "model_description_warehouse": "إدارة المستودعات.",
3898
+ "model_description_shipment": "إدارة الشحنات.",
3899
+ "model_description_ticket": "إدارة تذاكر الدعم.",
3900
+ "model_description_ticketMessage": "إدارة رسائل تذاكر الدعم.",
3901
+ "model_description_campaign": "إدارة الحملات التسويقية.",
3902
+ "model_description_userSubscription": "إدارة اشتراكات المستخدمين.",
3903
+ "model_description_invoice": "إدارة الفواتير.",
3904
+ "model_description_stockAlert": "إدارة تنبيهات المخزون.",
3905
+ "model_description_returnItem": "إدارة المنتجات المرتجعة.",
3906
+ "model_description_channel": "إدارة قنوات الإشعارات.",
3907
+ "model_description_message": "إدارة الرسائل.",
3908
+
3909
+ "pending": "قيد الانتظار",
3910
+ "approved": "موافق عليه",
3911
+ "refunded": "تم الاسترداد",
3912
+ "refused": "مرفوض",
3913
+
3914
+ "processing": "قيد المعالجة",
3915
+ "shipped": "تم الشحن",
3916
+ "delivered": "تم التسليم",
3917
+ "cancelled": "ملغي",
3918
+
3919
+ "paid": "مدفوع",
3920
+ "unpaid": "غير مدفوع",
3921
+ "partially_paid": "مدفوع جزئيًا",
3922
+ "active": "نشط",
3923
+ "inactive": "غير نشط",
3924
+ "expired": "منتهي الصلاحية",
3925
+
3926
+ "in_progress": "قيد التنفيذ",
3927
+ "opened": "مفتوح",
3928
+ "closed": "مغلق",
3929
+ "low": "منخفض",
3930
+ "medium": "متوسط",
3931
+ "high": "عالي",
3932
+ "urgent": "عاجل",
3933
+
3934
+ "in_transit": "قيد النقل",
3935
+ "issue": "مشكلة",
3936
+
3937
+ "bank_card": "بطاقة بنكية",
3938
+ "SEPA_mandate": "تفويض SEPA",
3939
+ "cash": "نقدي",
3940
+ "check": "شيك",
3941
+ "other": "أخرى",
3942
+
3943
+ "daily": "يومي",
3944
+ "weekly": "أسبوعي",
3945
+ "hourly": "كل ساعة",
3946
+ "monthly": "شهري",
3947
+ "yearly": "سنوي",
3948
+
3949
+ "male": "ذكر",
3950
+ "female": "أنثى",
3951
+ "prefer_not_to_say": "يفضل عدم الإجابة",
3952
+
3953
+ "web": "ويب",
3954
+ "mobile": "محمول",
3955
+ "sms": "رسالة نصية",
3956
+ "push": "إشعار دفع",
3957
+
3958
+ "in_app": "داخل التطبيق",
3959
+
3960
+ "keyword": "كلمة مفتاحية",
3961
+ "category": "فئة",
3962
+
3963
+ "sent": "مرسلة",
3964
+ "read": "مقروءة",
3965
+
3966
+ "none": "لا شيء",
3967
+
3968
+ "new": "جديد",
3969
+ "very_good": "حالة جيدة جدًا",
3970
+ "good": "حالة جيدة",
3971
+ "degraded": "متهالك",
3972
+ "damaged": "تالف",
3973
+ "unusable": "غير قابل للاستخدام",
3974
+
3975
+ "advertisement": "إعلان",
3976
+
3977
+ "planned": "مخطط",
3978
+ "finished": "منتهي",
3979
+
3980
+ "draft": "مسودة",
3981
+ "validated": "معتمد",
3982
+
3983
+ "email": "بريد إلكتروني",
3984
+ "promotion": "ترويج",
3985
+
3986
+ "UpdateData": "تحديث البيانات",
3987
+ "CreateData": "إنشاء بيانات",
3988
+ "DeleteData": "حذف بيانات",
3989
+ "ExecuteScript": "تنفيذ سكريبت",
3990
+ "CallWebhook": "استدعاء ويب هوك",
3991
+ "SendEmail": "إرسال بريد إلكتروني",
3992
+ "Wait": "انتظار",
3993
+ "GenerateAIContent": "إنشاء محتوى بالذكاء الاصطناعي",
3994
+
3995
+ "milliseconds": "ميلي ثانية",
3996
+ "seconds": "ثواني",
3997
+ "minutes": "دقائق",
3998
+ "hours": "ساعات",
3999
+ "days": "أيام",
4000
+
4001
+ "running": "قيد التشغيل",
4002
+ "completed": "مكتمل",
4003
+ "failed": "فشل",
4004
+ "waiting": "في الانتظار",
4005
+ "scheduled": "مجدول",
4006
+ "ongoing": "جاري",
4007
+ "postponed": "مؤجل",
4008
+
4009
+ "count": "عدد",
4010
+ "sum": "مجموع",
4011
+ "avg": "متوسط",
4012
+ "min": "الحد الأدنى",
4013
+ "max": "الحد الأقصى",
4014
+
4015
+ "full_time": "دوام كامل",
4016
+ "part_time": "دوام جزئي",
4017
+ "contractor": "مقاول",
4018
+ "intern": "متدرّب",
4019
+ "temporary": "مؤقت",
4020
+
4021
+ "bi_weekly": "كل أسبوعين",
4022
+
4023
+ "manual": "يدوي",
4024
+
4025
+ "DataAdded": "تمت إضافة بيانات",
4026
+ "DataEdited": "تم تعديل بيانات",
4027
+ "DataDeleted": "تم حذف بيانات",
4028
+ "ModelAdded": "تمت إضافة نموذج",
4029
+ "ModelEdited": "تم تعديل نموذج",
4030
+ "ModelDeleted": "تم حذف نموذج",
4031
+
4032
+ "yes": "نعم",
4033
+ "no": "لا",
4034
+ "true": "صحيح",
4035
+ "false": "خطأ",
527
4036
  "assistant.type": "أدخل رسالتك...",
528
4037
  "assistant.welcome": "مرحبًا! كيف يمكنني مساعدتك ببياناتك؟",
529
4038
  "assistant.named": "المساعد {{named}}",
@@ -719,6 +4228,588 @@ export const translations = {
719
4228
  },
720
4229
  fa: {
721
4230
  translation: {
4231
+ "field_return_status_hint": "وضعیت فعلی درخواست مرجوعی (مثال: درخواست شده، تأیید شده، مسترد شده).",
4232
+ "field_workflowRun_completedAt_hint": "مهر زمانی پایان اجرا (موفق یا ناموفق).",
4233
+ "field_employee_socialSecurityNumber_hint": "شماره تأمین اجتماعی کارمند.",
4234
+
4235
+ // shipment
4236
+ "field_shipment_order_hint": "سفارش مرتبط با این محموله.",
4237
+ "field_shipment_trackingNumber_hint": "شماره پیگیری ارائه شده توسط شرکت حمل و نقل.",
4238
+ "field_shipment_carrier_hint": "نام شرکت حمل و نقل (مثال: کرونوپست، UPS، FedEx).",
4239
+ "field_shipment_status_hint": "وضعیت فعلی محموله (مثال: در حال حمل، تحویل داده شده، مشکل).",
4240
+ "field_shipment_estimatedDeliveryDate_hint": "تاریخ تحویل تخمینی توسط شرکت حمل و نقل.",
4241
+ "field_shipment_actualDeliveryDate_hint": "تاریخ و زمان واقعی تحویل.",
4242
+
4243
+ // invoice
4244
+ "field_invoice_order_hint": "سفارشی که این فاکتور به آن مرتبط است.",
4245
+ "field_invoice_invoiceId_hint": "شناسه منحصر به فرد فاکتور.",
4246
+ "field_invoice_invoiceDate_hint": "تاریخ صدور فاکتور.",
4247
+ "field_invoice_dueDate_hint": "تاریخ سررسید پرداخت فاکتور.",
4248
+ "field_invoice_status_hint": "وضعیت پرداخت فاکتور (مثال: پرداخت شده، پرداخت نشده، جزئی پرداخت شده).",
4249
+
4250
+ // userSubscription
4251
+ "field_userSubscription_price_hint": "قیمت پرداختی برای هر چرخه صورتحساب.",
4252
+ "field_userSubscription_currency_hint": "ارز قیمت اشتراک.",
4253
+ "field_userSubscription_paymentMethod_hint": "روش پرداخت استفاده شده برای اشتراک.",
4254
+ "field_userSubscription_billingCycleAnchor_hint": "تاریخ مرجع برای شروع چرخه صورتحساب.",
4255
+ "field_userSubscription_nextBillingDate_hint": "تاریخ پرداخت بعدی برنامه ریزی شده.",
4256
+ "field_userSubscription_lastBillingDate_hint": "تاریخ آخرین پرداخت انجام شده.",
4257
+ "field_userSubscription_cancelReason_hint": "دلیل لغو اشتراک، در صورت ارائه.",
4258
+
4259
+ // message
4260
+ "field_message_sender_hint": "فرستنده پیام (می‌تواند کاربر یا سیستم باشد).",
4261
+ "field_message_recipient_hint": "گیرنده پیام.",
4262
+ "field_message_lang_hint": "زبانی که پیام باید به آن ارسال شود.",
4263
+ "field_message_subject_hint": "موضوع پیام (مثال: عنوان ایمیل).",
4264
+ "field_message_content_hint": "محتوای کامل پیام، که ممکن است شامل HTML باشد.",
4265
+ "field_message_channels_hint": "کانال‌هایی که این پیام از طریق آن‌ها ارسال شده یا خواهد شد.",
4266
+ "field_message_status_hint": "وضعیت تحویل پیام (مثال: در انتظار، ارسال شده، خوانده شده).",
4267
+ "field_message_sentAt_hint": "تاریخ و زمان ارسال پیام.",
4268
+ "field_message_readAt_hint": "تاریخ و زمان خوانده شدن پیام توسط گیرنده.",
4269
+ "field_message_type_hint": "یک نوع داخلی برای دسته‌بندی پیام (مثال: 'سفارش.تأیید').",
4270
+ "field_message_priority_hint": "اولویت پیام، برای مدیریت صف‌های ارسال.",
4271
+
4272
+ "field_user_gender_hint": "جنسیت کاربر.",
4273
+ "field_user_profilePicture_hint": "عکس پروفایل کاربر.",
4274
+
4275
+ "field_employee_employeeId_hint": "شناسه منحصر به فرد کارمند در شرکت.",
4276
+ "field_employee_personalInfo_hint": "ارتباط با اطلاعات کاربر حاوی اطلاعات پایه (نام، ایمیل و غیره).",
4277
+ "field_employee_jobTitle_hint": "عنوان شغلی رسمی کارمند (مثال: توسعه‌دهنده، مدیر پروژه).",
4278
+ "field_employee_manager_hint": "ارتباط با مدیر یا سرپرست مستقیم کارمند.",
4279
+ "field_employee_workLocation_hint": "محل کار اصلی کارمند.",
4280
+ "field_employee_employmentType_hint": "نوع قرارداد کارمند (مثال: تمام وقت، پاره وقت، کارآموز).",
4281
+ "field_employee_emergencyContact_hint": "شخصی که در مواقع اضطراری باید تماس گرفته شود.",
4282
+ "field_employee_homeAddress_hint": "آدرس شخصی کارمند.",
4283
+ "field_employee_dateOfBirth_hint": "تاریخ تولد کارمند.",
4284
+ "field_employee_nationality_hint": "ملیت کارمند.",
4285
+ "field_employee_nationalId_hint": "شماره کارت ملی یا معادل آن.",
4286
+ "field_employee_taxId_hint": "شماره شناسایی مالیاتی کارمند.",
4287
+ "field_employee_startDate_hint": "تاریخ شروع قرارداد کاری.",
4288
+ "field_employee_endDate_hint": "تاریخ پایان قرارداد کاری (در صورت وجود).",
4289
+ "field_employee_contractType_hint": "نوع قرارداد (مثال: دائم، موقت).",
4290
+ "field_employee_salaryCurrency_hint": "ارزی که حقوق در آن پرداخت می‌شود.",
4291
+ "field_employee_payFrequency_hint": "تناوب پرداخت حقوق (مثال: ماهانه، هفتگی).",
4292
+ "field_employee_bankAccountNumber_hint": "شماره حساب بانکی برای واریز حقوق.",
4293
+ "field_employee_bankName_hint": "نام بانک کارمند.",
4294
+ "field_employee_iban_hint": "شماره IBAN حساب بانکی کارمند.",
4295
+ "field_employee_swiftBic_hint": "کد SWIFT/BIC بانک کارمند.",
4296
+ "field_employee_workPermitNumber_hint": "شماره مجوز کار (در صورت وجود).",
4297
+ "field_employee_workPermitExpiry_hint": "تاریخ انقضای مجوز کار.",
4298
+ "field_employee_visaType_hint": "نوع ویزای کاری (در صورت وجود).",
4299
+ "field_employee_visaExpiry_hint": "تاریخ انقضای ویزا.",
4300
+ "field_employee_skills_hint": "فهرست مهارت‌ها و صلاحیت‌های کارمند.",
4301
+ "field_workflowStep_actions_hint": "اقدامات اصلی انجام شده توسط این مرحله.",
4302
+ "field_workflowAction_targetSelector_hint": "عبارت JSON (فرمت MongoDB $match) برای فیلتر کردن سند(های) هدف.",
4303
+ "field_workflowAction_emailRecipients_hint": "گیرنده(های) ایمیل. می‌تواند یک آدرس، چند آدرس جدا شده با کاما، یا یک متغیر مانند {triggerData.client.email} باشد.",
4304
+ "field_workflowAction_emailSubject_hint": "موضوع ایمیل. می‌تواند شامل متغیرهایی مانند {triggerData.orderId} باشد.",
4305
+ "field_workflowAction_emailContent_hint": "محتوای ایمیل. می‌تواند شامل متغیرها و HTML باشد.",
4306
+ "field_workflowAction_aiProvider_hint": "ارائه‌دهنده مدل زبان بزرگ (LLM) برای استفاده در تولید.",
4307
+ "field_workflowAction_aiModel_hint": "مدل خاص مورد استفاده (مثال: gpt-4o-mini, gemini-1.5-pro-latest).",
4308
+ "field_workflowAction_prompt_hint": "الگوی prompt. از متغیرهایی مانند {triggerData.field} یا {context.variable} برای وارد کردن داده‌های پویا استفاده کنید.",
4309
+ "field_workflowRun_startedAt_hint": "مهر زمانی شروع اجرای گردش کار.",
4310
+
4311
+ // imageGallery
4312
+ "field_imageGallery_tags_hint": "برچسب‌ها یا دسته‌ها برای سازماندهی گالری‌ها (اختیاری).",
4313
+ "field_imageGallery_createdAt_hint": "تاریخ ایجاد گالری (معمولاً توسط سیستم مدیریت می‌شود).",
4314
+
4315
+ // kpi
4316
+ "field_kpi_targetModel_hint": "نام مدلی که KPI روی آن محاسبه می‌شود (مثال: سفارش).",
4317
+ "field_kpi_matchFormula_hint": "فیلتر JSON (MongoDB $match) برای اعمال قبل از تجمع (مثال: { \"status\": \"تحویل داده شده\" }).",
4318
+ "field_kpi_showTotal_hint": "نمایش کل.",
4319
+ "field_kpi_showPercentTotal_hint": "نمایش کل به درصد.",
4320
+ "field_kpi_totalMatchFormula_hint": "فرمول برای کل (استفاده شده برای محاسبه درصد).",
4321
+ "field_kpi_icon_hint": "نام آیکون (مثال: FaUsers, FaShoppingCart).",
4322
+ "field_kpi_order_hint": "ترتیب نمایش در داشبورد.",
4323
+ "field_kpi_color_hint": "رنگ مرتبط با KPI.",
4324
+
4325
+ // dashboard
4326
+ "field_dashboard_settings_hint": "تنظیمات JSON برای داشبورد، مانند محدوده زمان پیش‌فرض ('defaultTimeRange') یا فاصله به‌روزرسانی بر حسب ثانیه ('refreshInterval').",
4327
+ "field_dashboard_isDefault_hint": "اگر انتخاب شود، این داشبورد به طور پیش‌فرض برای کاربر نمایش داده می‌شود.",
4328
+
4329
+ // event (suite)
4330
+ "field_event_currency_hint": "ارز برای قیمت (مثال: EUR, USD).",
4331
+ "field_event_registrationDeadline_hint": "مهلت زمانی که شرکت‌کنندگان باید در رویداد ثبت‌نام کنند.",
4332
+ "field_event_attendees_hint": "ارتباط با مخاطبین شرکت کننده در رویداد.",
4333
+ "field_event_sponsors_hint": "فهرست حامیان یا شرکای درگیر در رویداد.",
4334
+
4335
+ // workflowTrigger
4336
+ "field_workflowTrigger_workflow_hint": "گردش کاری که این محرک به آن تعلق دارد.",
4337
+ "field_workflowTrigger_dataFilter_hint": "شرایط اختیاری بررسی شده روی داده‌ها قبل از راه‌اندازی گردش کار.",
4338
+ "field_workflowTrigger_env_hint": "متغیرهای محیطی (جفت کلید/مقدار JSON) موجود در گردش کار.",
4339
+ "field_workflowTrigger_cronExpression_hint": "عبارت Cron برای برنامه‌ریزی (مثال: '0 9 * * 1' برای دوشنبه ساعت 9).",
4340
+
4341
+ // workflowStep
4342
+ "field_workflowStep_workflow_hint": "گردش کاری که این مرحله به آن تعلق دارد.",
4343
+ "field_workflowStep_name_hint": "نام توصیفی اختیاری برای مرحله (مثال: 'بررسی موجودی', 'ارسال ایمیل تأیید').",
4344
+ "field_workflowStep_conditions_hint": "شرایط اختیاری بررسی شده قبل از اجرای اقدام مرحله.",
4345
+ "field_workflowStep_onSuccessStep_hint": "اختیاری: مرحله بعدی اگر اقدام این مرحله موفق باشد.",
4346
+ "field_workflowStep_onFailureStep_hint": "اختیاری: مرحله بعدی اگر شرایط یا اقدام شکست بخورد.",
4347
+ "field_workflowStep_isTerminal_hint": "نشان می‌دهد که آیا این مرحله پایان یک مسیر گردش کار را نشان می‌دهد.",
4348
+
4349
+ // workflowAction
4350
+ "field_workflowAction_name_hint": "نام اقدام (مثال: 'به‌روزرسانی وضعیت', 'ارسال ایمیل', 'فراخوانی API').",
4351
+ "field_workflowAction_type_hint": "نوع عملیاتی که باید انجام شود.",
4352
+ "field_workflowAction_targetModel_hint": "مدل داده‌ای که سند(های) هدف از آن انتخاب می‌شود.",
4353
+ "field_workflowAction_fieldsToUpdate_hint": "جفت‌های کلید-مقدار فیلدهایی که باید به‌روزرسانی شوند (مثال: { \"status\": \"تأیید شده\" }).",
4354
+ "field_workflowAction_dataToCreate_hint": "شیء مدل برای سند جدیدی که باید ایجاد شود.",
4355
+ "field_workflowAction_script_hint": "اسکریپتی که باید اجرا شود.",
4356
+ "field_workflowAction_url_hint": "URL وب‌هوک برای فراخوانی.",
4357
+ "field_workflowAction_method_hint": "روش HTTP برای استفاده در فراخوانی وب‌هوک.",
4358
+ "field_workflowAction_headers_hint": "هدرهای HTTP درخواست وب‌هوک (فرمت JSON).",
4359
+ "field_workflowAction_body_hint": "بدنه درخواست وب‌هوک (فرمت JSON، می‌تواند شامل متغیرها باشد).",
4360
+ "field_workflowAction_duration_hint": "مدت زمان انتظار.",
4361
+ "field_workflowAction_durationUnit_hint": "واحد زمان برای مدت انتظار.",
4362
+
4363
+ // workflowRun
4364
+ "field_workflowRun_contextData_hint": "تصویری از داده‌ها یا رویدادی که اجرا را راه‌اندازی کرده است.",
4365
+ "field_workflowRun_currentStep_hint": "مرحله در حال اجرا یا در انتظار.",
4366
+ "field_workflowRun_error_hint": "پیام خطا اگر اجرای گردش کار شکست خورده باشد.",
4367
+
4368
+ // event
4369
+ "field_event_title_hint": "عنوان رویداد.",
4370
+ "field_event_description_hint": "توضیح مفصلی از رویداد، شامل برنامه، سخنرانان و غیره.",
4371
+ "field_event_startDate_hint": "تاریخ و زمان شروع رویداد.",
4372
+ "field_event_endDate_hint": "تاریخ و زمان پایان رویداد.",
4373
+ "field_event_location_hint": "محل برگزاری رویداد (آدرس فیزیکی یا لینک آنلاین).",
4374
+ "field_event_categories_hint": "دسته‌بندی‌ها یا برچسب‌های مرتبط با رویداد (مثال: \"کنفرانس\", \"کارگاه\").",
4375
+ "field_event_organizer_hint": "نام سازمان یا فردی که رویداد را برگزار می‌کند.",
4376
+ "field_event_isOnline_hint": "نشان می‌دهد که رویداد آنلاین است یا حضوری.",
4377
+ "field_event_eventUrl_hint": "لینک به صفحه وب رسمی رویداد یا صفحه ثبت‌نام.",
4378
+ "field_event_imageUrl_hint": "URL تصویر یا بنر رویداد.",
4379
+ "field_event_status_hint": "وضعیت فعلی رویداد.",
4380
+ "field_event_capacity_hint": "حداکثر تعداد شرکت‌کنندگان مجاز برای رویداد.",
4381
+ "field_event_price_hint": "هزینه ورودی، در صورت وجود.",
4382
+
4383
+ "field_alert_name_hint": "نام منحصر به فرد برای شناسایی هشدار (مثال: 'هشدار موجودی کم', 'کاربران جدید غیرفعال').",
4384
+ "field_alert_targetModel_hint": "مدل داده‌ای که این هشدار روی آن اعمال می‌شود.",
4385
+ "field_alert_description_hint": "توضیحی درباره آنچه هشدار نظارت می‌کند و چرا.",
4386
+ "field_alert_triggerCondition_hint": "شرطی که در صورت برآورده شدن، هشدار را فعال می‌کند.",
4387
+ "field_alert_frequency_hint": "تناوب بررسی برآورده شدن شرط.",
4388
+ "field_alert_lastNotifiedAt_hint": "مهر زمانی آخرین اعلان ارسال شده برای این هشدار.",
4389
+ "field_alert_notificationChannel_hint": "کانالی که اعلان از طریق آن ارسال می‌شود (در برنامه یا از طریق ایمیل).",
4390
+ "field_alert_isActive_hint": "اگر انتخاب شود، هشدار فعال است و شرایط را بررسی می‌کند.",
4391
+ "field_env_name_hint": "نام متغیر (مثال: OPENAI_API_KEY).",
4392
+ "field_env_value_hint": "مقدار متغیر (به صورت ایمن ذخیره می‌شود و صادر نخواهد شد).",
4393
+ "field_kpi_aggregationField_hint": "نام فیلد عددی که تجمع روی آن اعمال می‌شود (مثال: totalAmount). برای 'count' لازم نیست.",
4394
+ "field_content_category": "دسته‌بندی",
4395
+ "field_content_order": "ترتیب",
4396
+ "field_content_inSitemap": "در نقشه سایت",
4397
+ "field_resource_file": "فایل",
4398
+ "field_taxonomy_identifier": "شناسه",
4399
+ "field_taxonomy_order": "ترتیب",
4400
+ "field_taxonomy_description": "توضیحات",
4401
+ "field_review_product": "محصول",
4402
+ "field_review_productVariant": "گونه محصول",
4403
+ "field_product_slug": "Slug",
4404
+ "field_product_seoTitle": "عنوان SEO",
4405
+ "field_product_seoDescription": "توضیحات SEO",
4406
+ "field_productVariant_description": "توضیحات",
4407
+ "field_cart_name": "نام سبد خرید",
4408
+ "field_return_channel": "کانال",
4409
+ "field_ticket_parent": "تیکت والد",
4410
+ "field_accountingExercise_name_hint": "عنوان سال مالی",
4411
+ "field_accountingLineItem_values_hint": "مقادیر خط حسابداری",
4412
+ "field_accountingEntry_entryDate_hint": "تاریخ ثبت",
4413
+ "field_accountingEntry_referenceNumber_hint": "شماره مرجع",
4414
+ "field_accountingEntry_status_hint": "وضعیت",
4415
+ "field_accountingEntry_createdBy_hint": "ایجاد شده توسط",
4416
+ "field_accountingEntry_validatedBy_hint": "تأیید شده توسط",
4417
+ "field_accountingEntry_validationDate_hint": "تاریخ تأیید",
4418
+ "field_accountingEntry_attachments_hint": "پیوست‌ها",
4419
+ "field_employee_notes_hint": "یادداشت‌های اضافی درباره کارمند",
4420
+
4421
+ // workflow
4422
+ "field_workflow_startStep_hint": "اولین مرحله‌ای که هنگام شروع گردش کار اجرا می‌شود.",
4423
+
4424
+ "field_request_timestamp_hint": "تاریخ و زمان دقیق دریافت درخواست.",
4425
+ "field_request_method_hint": "روش HTTP استفاده شده (GET, POST و غیره).",
4426
+ "field_request_url_hint": "URL کامل درخواست، شامل پارامترهای جستجو.",
4427
+ "field_request_status_hint": "کد وضعیت HTTP برگردانده شده توسط سرور (مثال: 200, 404, 500).",
4428
+ "field_request_latencyMs_hint": "زمان پردازش درخواست توسط سرور، بر حسب میلی‌ثانیه.",
4429
+ "field_request_ip_hint": "آدرس IP کلاینت درخواست دهنده.",
4430
+ "field_request_requestBody_hint": "بدنه درخواست (ذخیره شده به صورت رشته JSON/متن). توجه: ممکن است حاوی داده‌های حساس و حجیم باشد.",
4431
+ "field_request_responseBody_hint": "بدنه پاسخ (ذخیره شده به صورت رشته JSON/متن). توجه: ممکن است حجیم باشد.",
4432
+ "field_request_error_hint": "پیام خطا اگر درخواست در سمت سرور شکست خورده باشد (مثال: وضعیت 500).",
4433
+
4434
+ "field_accountingEntry_accountingExercise_hint": "سال مالی که این عملیات به آن مرتبط است.",
4435
+ "field_accountingEntry_date_hint": "تاریخ عملیات حسابداری.",
4436
+ "field_accountingEntry_description_hint": "توضیح مختصری از عملیات حسابداری.",
4437
+ "field_accountingEntry_amount_hint": "مبلغ عملیات حسابداری.",
4438
+ "field_accountingEntry_currency_hint": "ارز عملیات حسابداری.",
4439
+ "field_accountingEntry_type_hint": "نوع عملیات (بدهکار یا بستانکار).",
4440
+ "field_accountingEntry_category_hint": "دسته‌بندی عملیات (مثال: فروش، خرید، حقوق).",
4441
+ "field_accountingEntry_notes_hint": "یادداشت‌ها یا نظرات اضافی درباره عملیات.",
4442
+
4443
+ "field_accountingExercise_startDate_hint": "تاریخ شروع سال مالی.",
4444
+ "field_accountingExercise_endDate_hint": "تاریخ پایان سال مالی.",
4445
+
4446
+ "field_brand_name_hint": "نام برند.",
4447
+ "field_brand_logo_hint": "لوگوی برند.",
4448
+ "field_brand_company_hint": "نام شرکت مرتبط با برند.",
4449
+
4450
+ "field_campaign_name_hint": "نام کمپین بازاریابی.",
4451
+ "field_campaign_description_hint": "توضیح مفصلی از کمپین.",
4452
+ "field_campaign_startDate_hint": "تاریخ شروع کمپین.",
4453
+ "field_campaign_endDate_hint": "تاریخ پایان کمپین.",
4454
+ "field_campaign_type_hint": "نوع کمپین (مثال: ایمیل، تبلیغات، شبکه‌های اجتماعی).",
4455
+ "field_campaign_status_hint": "وضعیت فعلی کمپین (مثال: فعال، پایان یافته، متوقف شده).",
4456
+ "field_campaign_budget_hint": "بودجه تخصیص یافته به کمپین.",
4457
+
4458
+ "model_description_imageGallery": "مجموعه‌های تصاویر و ویژگی‌های آن‌ها را مدیریت می‌کند.",
4459
+ "field_imageGallery_name_hint": "نام گالری تصاویر.",
4460
+ "field_imageGallery_description_hint": "توضیحی درباره گالری تصاویر.",
4461
+ "field_imageGallery_images_hint": "فهرست تصاویر موجود در این گالری.",
4462
+ "field_imageGallery_isPublic_hint": "نشان می‌دهد که گالری به صورت عمومی قابل دسترسی است یا خیر.",
4463
+ "field_imageGallery_owner_hint": "کاربر مالک این گالری تصاویر.",
4464
+
4465
+ "field_kpi_field_hint": "فیلد خاص مدل مورد استفاده برای محاسبه KPI.",
4466
+ "field_kpi_aggregationType_hint": "نوع تجمع اعمال شده بر داده‌ها (مثال: جمع، میانگین، شمارش).",
4467
+ "field_kpi_filter_hint": "شرایط فیلتر اعمال شده بر داده‌ها برای این KPI.",
4468
+ "field_kpi_displayType_hint": "نوع نمایش ترجیحی برای KPI (مثال: عدد، درصد، نمودار).",
4469
+ "field_kpi_unit_hint": "واحد اندازه‌گیری KPI (مثال: یورو، %، عدد).",
4470
+
4471
+ "field_lang_isDefault_hint": "نشان می‌دهد که آیا این زبان، زبان پیش‌فرض برنامه است یا خیر.",
4472
+
4473
+ "field_location_name_hint": "نام مکان (مثال: دفتر اصلی، انبار A).",
4474
+ "field_location_type_hint": "نوع مکان (مثال: دفتر، انبار، فروشگاه، منزل).",
4475
+
4476
+ "field_message_totalAmount_hint": "مبلغ کل فاکتور، شامل مالیات و هزینه‌ها.",
4477
+ "field_message_currency_hint": "ارزی که فاکتور در آن صادر شده است.",
4478
+ "field_message_billingAddress_hint": "آدرس کامل مورد استفاده برای صدور فاکتور.",
4479
+
4480
+ "field_order_orderId_hint": "شناسه منحصر به فرد تولید شده برای این سفارش.",
4481
+ "field_order_orderDate_hint": "تاریخ و ساعتی که سفارش ثبت شده است.",
4482
+ "field_order_status_hint": "وضعیت فعلی سفارش (مثال: در انتظار، ارسال شده، تحویل داده شده).",
4483
+ "field_order_products_hint": "لیست محصولات و مقادیر موجود در سفارش.",
4484
+ "field_order_customer_hint": "مشتری که سفارش را ثبت کرده است.",
4485
+ "field_order_totalAmount_hint": "مبلغ کل سفارش، شامل مالیات و هزینه حمل.",
4486
+ "field_order_currency_hint": "ارزی که سفارش با آن پرداخت شده است.",
4487
+ "field_order_paymentMethod_hint": "روش پرداخت استفاده شده برای سفارش (مثال: کارت اعتباری، پی پال).",
4488
+ "field_order_shippingAddress_hint": "آدرسی که سفارش باید به آن تحویل داده شود.",
4489
+ "field_order_billingAddress_hint": "آدرس فاکتور مرتبط با سفارش.",
4490
+ "field_order_shippedDate_hint": "تاریخی که سفارش توسط فروشنده ارسال شده است.",
4491
+ "field_order_deliveryDate_hint": "تاریخی که سفارش به مشتری تحویل داده شده است.",
4492
+ "field_order_discount_hint": "تخفیف یا کد تخفیف اعمال شده به سفارش.",
4493
+
4494
+ "field_permission_name_hint": "نام منحصر به فرد مجوز (مثال: API_ADMIN, API_ADD_DATA_product).",
4495
+ "field_permission_description_hint": "توضیح واضح از اینکه این مجوز چه کاری را اجازه می‌دهد.",
4496
+
4497
+ "field_product_name_hint": "نام تجاری محصول، همانطور که به مشتریان نمایش داده می‌شود.",
4498
+ "field_product_description_hint": "توضیحات دقیق محصول، شامل ویژگی‌ها و مزایای آن.",
4499
+ "field_product_image_hint": "تصویر اصلی نمایش دهنده محصول.",
4500
+ "field_product_price_hint": "قیمت پایه محصول قبل از هرگونه تخفیف یا تغییر.",
4501
+ "field_product_currency_hint": "ارز قیمت پایه محصول.",
4502
+ "field_product_billingFrequency_hint": "تناوب صدور فاکتور برای محصولات فروخته شده با اشتراک (مثال: ماهانه، سالانه).",
4503
+ "field_product_brand_hint": "برندی که این محصول به آن مرتبط است.",
4504
+ "field_product_category_hint": "دسته‌بندی اصلی که این محصول به آن تعلق دارد.",
4505
+
4506
+ "field_productVariant_product_hint": "محصول پایه‌ای که این گونه به آن مرتبط است.",
4507
+ "field_productVariant_size_hint": "سایز خاص این گونه (مثال: S, M, L, 42).",
4508
+ "field_productVariant_color_hint": "رنگ خاص این گونه (مثال: قرمز، آبی، سبز).",
4509
+ "field_productVariant_sku_hint": "کد SKU (واحد نگهداری انبار) منحصر به فرد برای شناسایی دقیق این گونه.",
4510
+ "field_productVariant_price_hint": "قیمت خاص این گونه، که ممکن است با محصول پایه متفاوت باشد.",
4511
+ "field_productVariant_currency_hint": "ارز قیمت برای این گونه خاص.",
4512
+ "field_productVariant_stock_hint": "مدیریت موجودی برای این گونه.",
4513
+ "field_productVariant_image_hint": "تصویر خاص نمایش دهنده این گونه از محصول.",
4514
+
4515
+ "field_resource_source_hint": "URL یا مسیر دسترسی به منبع (مثال: /uploads/فایل-من.pdf).",
4516
+
4517
+ "field_return_user_hint": "کاربری که درخواست مرجوعی را آغاز کرده است.",
4518
+ "field_return_reason_hint": "دلیل مرجوعی محصول (مثال: معیوب، خطا در ارسال).",
4519
+ "field_return_amount_hint": "مبلغ کل که به مشتری بازگردانده خواهد شد.",
4520
+ "field_return_currency_hint": "ارزی که بازپرداخت در آن انجام می‌شود.",
4521
+ "field_return_refundDate_hint": "تاریخی که بازپرداخت واقعاً انجام شده است.",
4522
+
4523
+ "field_returnItem_return_hint": "درخواست مرجوعی اصلی که این آیتم به آن مرتبط است.",
4524
+ "field_returnItem_product_hint": "محصول خاصی که مرجوع شده است.",
4525
+ "field_returnItem_variant_hint": "گونه دقیق محصول مرجوع شده، در صورت وجود.",
4526
+ "field_returnItem_quantity_hint": "تعداد این آیتم که مرجوع شده است.",
4527
+ "field_returnItem_condition_hint": "وضعیت محصول مرجوع شده (مثال: نو، باز شده، آسیب دیده).",
4528
+
4529
+ "field_review_user_hint": "کاربری که نظر را ارسال کرده است.",
4530
+ "field_review_comment_hint": "متن کامل نظر یا بازخورد ارسال شده توسط کاربر.",
4531
+ "field_review_score_hint": "امتیاز عددی داده شده توسط کاربر (مثال: از 1 تا 5).",
4532
+ "field_review_publishedAt_hint": "تاریخ و زمان انتشار نظر.",
4533
+
4534
+ "field_role_name_hint": "نام نقش، که برای اختصاص دادن به کاربران استفاده می‌شود (مثال: مدیر، ویرایشگر).",
4535
+ "field_role_permissions_hint": "لیست مجوزهایی که به کاربران دارای این نقش اعطا می‌شود.",
4536
+
4537
+ "field_stock_product_hint": "محصول مرتبط با این خط موجودی.",
4538
+ "field_stock_variant_hint": "گونه خاص محصول، در صورت وجود.",
4539
+ "field_stock_warehouse_hint": "انباری که این موجودی به صورت فیزیکی در آن قرار دارد.",
4540
+ "field_stock_available_hint": "تعداد محصولی که هم‌اکنون برای فروش موجود است.",
4541
+ "field_stock_reserved_hint": "تعداد محصول رزرو شده برای سفارشات در جریان اما هنوز ارسال نشده.",
4542
+
4543
+ "field_stockAlert_user_hint": "کاربری که هشدار کمبود موجودی را دریافت خواهد کرد.",
4544
+ "field_stockAlert_stock_hint": "خط موجودی خاصی که باید نظارت شود.",
4545
+ "field_stockAlert_threshold_hint": "آستانه تعداد که در صورت رسیدن به آن، هشدار فعال می‌شود.",
4546
+
4547
+ "field_taxonomy_name_hint": "نام دسته‌بندی یا اصطلاح طبقه‌بندی (مثال: الکترونیک، پیشنهادات تابستانه).",
4548
+ "field_taxonomy_parent_hint": "دسته‌بندی والد، برای ایجاد سلسله مراتب (مثال: 'گوشی‌های هوشمند' والد 'الکترونیک' دارد).",
4549
+ "field_taxonomy_type_hint": "نوع طبقه‌بندی، برای گروه‌بندی دسته‌ها (مثال: دسته‌بندی محصول، برچسب مقاله).",
4550
+
4551
+ "field_ticket_user_hint": "کاربری که تیکت پشتیبانی را ایجاد کرده است.",
4552
+ "field_ticket_order_hint": "سفارش مرتبط با تیکت، در صورتی که مشکل مربوط به آن باشد.",
4553
+ "field_ticket_channel_hint": "کانالی که تیکت از طریق آن ارسال شده است (مثال: ایمیل، فرم وب، تلفن).",
4554
+ "field_ticket_subject_hint": "موضوع یا عنوان مختصر تیکت.",
4555
+ "field_ticket_message_hint": "پیام اولیه یا توضیح دقیق مشکل.",
4556
+ "field_ticket_status_hint": "وضعیت فعلی تیکت (مثال: باز، در دست بررسی، بسته شده، در انتظار پاسخ).",
4557
+ "field_ticket_priority_hint": "اولویت بررسی تیکت (مثال: کم، متوسط، بالا).",
4558
+ "field_ticket_assignedTo_hint": "کارمند یا تیمی که تیکت به آن‌ها اختصاص داده شده است.",
4559
+ "field_ticket_createdAt_hint": "تاریخ و زمان ایجاد تیکت.",
4560
+
4561
+ "field_ticketMessage_ticket_hint": "تیکت پشتیبانی اصلی که این پیام به آن مرتبط است.",
4562
+ "field_ticketMessage_sender_hint": "فرستنده پیام (می‌تواند مشتری یا عضو پشتیبانی باشد).",
4563
+ "field_ticketMessage_content_hint": "محتوای متنی پیام یا پاسخ.",
4564
+ "field_ticketMessage_sentAt_hint": "تاریخ و زمان دقیق ارسال پیام.",
4565
+
4566
+ "field_token_name_hint": "یک نام توصیفی برای توکن به منظور شناسایی آن (مثال: کلید API برای اپ موبایل).",
4567
+ "field_token_value_hint": "مقدار منحصر به فرد توکن دسترسی، مورد استفاده برای احراز هویت.",
4568
+ "field_token_lastRefresh_hint": "تاریخ آخرین استفاده یا به‌روزرسانی توکن.",
4569
+
4570
+ "field_translation_key_hint": "کلید منحصر به فرد ترجمه، مورد استفاده در کد (مثال: btns.save, model_product).",
4571
+ "field_translation_value_hint": "متن ترجمه شده متناظر با کلید برای یک زبان خاص.",
4572
+ "field_translation_html_hint": "متن ترجمه شده با فرمت HTML، در صورتی که ترجمه شامل تگ‌هایی باشد.",
4573
+ "field_translation_lang_hint": "زبان (کد ISO) که این ترجمه به آن اعمال می‌شود.",
4574
+
4575
+ "field_user_username_hint": "نام کاربری منحصر به فرد مورد استفاده برای ورود.",
4576
+ "field_user_password_hint": "رمز عبور کاربر (به صورت ایمن ذخیره و هش خواهد شد).",
4577
+ "field_user_contact_hint": "مخاطب مرتبط با این کاربر، شامل اطلاعات شخصی.",
4578
+ "field_user_roles_hint": "نقش‌های اختصاص داده شده به کاربر، که مجموعه مجوزهای او را تعریف می‌کنند.",
4579
+ "field_user_tokens_hint": "توکن‌های API شخصی کاربر برای دسترسی برنامه‌نویسی.",
4580
+
4581
+ "field_userSubscription_user_hint": "کاربری که اشتراک را خریداری کرده است.",
4582
+ "field_userSubscription_product_hint": "محصول یا خدمتی که کاربر به آن اشتراک دارد.",
4583
+ "field_userSubscription_startDate_hint": "تاریخی که اشتراک شروع شده است.",
4584
+ "field_userSubscription_endDate_hint": "تاریخ پایان پیش‌بینی شده اشتراک (در صورت عدم تمدید).",
4585
+ "field_userSubscription_status_hint": "وضعیت فعلی اشتراک (مثال: فعال، لغو شده، منقضی شده).",
4586
+ "field_userSubscription_autoRenew_hint": "نشان می‌دهد که آیا اشتراک به صورت خودکار در پایان دوره تمدید می‌شود یا خیر.",
4587
+
4588
+ "field_warehouse_name_hint": "نام انبار برای شناسایی آن (مثال: انبار اصلی، انبار جنوب).",
4589
+ "field_warehouse_location_hint": "آدرس فیزیکی کامل انبار.",
4590
+ "field_warehouse_capacity_hint": "حداکثر ظرفیت ذخیره‌سازی انبار (حجم، واحد و غیره).",
4591
+
4592
+ "field_webpage_title_hint": "عنوان صفحه، نمایش داده شده در تب مرورگر و مهم برای سئو.",
4593
+ "field_webpage_path_hint": "مسیر URL صفحه پس از نام دامنه (مثال: /درباره-ما).",
4594
+ "field_webpage_published_hint": "نشان می‌دهد که آیا صفحه برای عموم قابل مشاهده است یا خیر.",
4595
+ "field_webpage_inSitemap_hint": "نشان می‌دهد که آیا صفحه باید در نقشه سایت برای موتورهای جستجو گنجانده شود یا خیر.",
4596
+
4597
+ "field_workflow_name_hint": "نام گردش کار برای شناسایی آسان در لیست.",
4598
+ "field_workflow_description_hint": "توضیح مختصری از هدف و عملکرد این گردش کار.",
4599
+ "field_workflow_trigger_hint": "رویدادی که اجرای این گردش کار را آغاز می‌کند.",
4600
+ "field_workflow_steps_hint": "دنباله مراحل و اقداماتی که هنگام راه‌اندازی گردش کار اجرا می‌شوند.",
4601
+ "field_workflow_active_hint": "نشان می‌دهد که آیا گردش کار در حال حاضر فعال است و می‌تواند راه‌اندازی شود یا خیر.",
4602
+
4603
+ "field_workflowRun_workflow_hint": "گردش کار اصلی که برای این نمونه اجرا شده است.",
4604
+ "field_workflowRun_status_hint": "وضعیت این اجرای خاص (مثال: در حال اجرا، تکمیل شده، ناموفق).",
4605
+ "field_workflowRun_startDate_hint": "تاریخ و زمان دقیق شروع اجرا.",
4606
+ "field_workflowRun_endDate_hint": "تاریخ و زمان پایان اجرا (در صورت تکمیل یا ناموفق بودن).",
4607
+ "field_workflowRun_logs_hint": "گزارش‌های دقیق هر مرحله از اجرای گردش کار.",
4608
+
4609
+ "field_workflowTrigger_name_hint": "یک نام توصیفی برای محرک (مثال: هنگام ایجاد سفارش جدید).",
4610
+ "field_workflowTrigger_type_hint": "نوع رویدادی که گردش کار را راه‌اندازی می‌کند (مثال: ایجاد داده، به‌روزرسانی، کار زمان‌بندی شده...)",
4611
+ "field_workflowTrigger_modelName_hint": "نام مدل داده‌ای که توسط محرک نظارت می‌شود.",
4612
+ "field_workflowTrigger_condition_hint": "شرط اضافی بر روی داده‌ها برای وقوع محرک.",
4613
+
4614
+ "field_accountingExercise_companyContact_hint": "تعیین شرکت",
4615
+ "field_accountingExercise_companyIdentifier_hint": "شناسه شرکت (SIRET)",
4616
+ "field_accountingExercise_startDate": "تاریخ شروع سال مالی",
4617
+ "field_accountingExercise_endDate": "تاریخ پایان سال مالی",
4618
+ "field_accountingLineItem_code_hint": "کد منحصر به فرد آیتم (مثال: AA, FB, HA)",
4619
+ "field_accountingLineItem_label_hint": "برچسب آیتم (مثال: هزینه‌های تأسیس)",
4620
+ "field_accountingLineItem_section_hint": "بخش اصلی (مثال: دارایی‌های ثابت)",
4621
+ "field_accountingLineItem_subSection_hint": "زیربخش (مثال: دارایی‌های نامشهود)",
4622
+ "field_accountingLineItem_order_hint": "ترتیب نمایش در بخش/زیربخش",
4623
+ "field_accountingLineItem_calculationFormula_hint": "فرمول محاسبه (در صورت وجود)",
4624
+ "field_accountingLineItem_notes_hint": "یادداشت‌ها یا ارجاعات",
4625
+
4626
+ "model_accountingEntry": "رویداد حسابداری",
4627
+ "model_description_accountingEntry": "ورودی یک عملیات حسابداری در یک سال مالی خاص",
4628
+ "model_employee": "کارمندان",
4629
+ "model_description_employee": "مدیریت جنبه‌های منابع انسانی مربوط به کارمندان شرکت.",
4630
+ "model_accountingLineItem": "آیتم خط سال مالی",
4631
+ "model_accountingExercise": "سال مالی",
4632
+ "model_description_accountingLineItem": "یک خط/دسته در یک سند حسابداری را تعریف می‌کند.",
4633
+ "model_description_accountingExercise": "نمایانگر یک سال مالی برای یک شرکت معین.",
4634
+
4635
+ "bilan_actif": "ترازنامه دارایی‌ها",
4636
+ "bilan_passif": "ترازنامه بدهی‌ها",
4637
+ "compte_resultat": "حساب سود و زیان",
4638
+ "immobilisations": "دارایی‌های ثابت",
4639
+ "amortissements": "استهلاک",
4640
+ "provisions": "ذخایر",
4641
+ "creances_dettes": "بدهی‌ها و مطالبات",
4642
+ "deficits": "کسری‌ها",
4643
+ "plus_moins_values": "مازاد و کسری ارزش",
4644
+ "effectifs_valeur_ajoutee": "کارکنان و ارزش افزوده",
4645
+ "capital_social": "سرمایه اجتماعی",
4646
+ "filiales_participations": "شرکت‌های تابعه و مشارکت‌ها",
4647
+ "resultat_fiscal": "نتیجه مالیاتی",
4648
+
4649
+ "model_description_translation": "مدیریت ترجمه‌های رشته‌های مختلف. فیلدهای قابل ترجمه در رابط نشان داده شده‌اند. فقط یک زبان و کلیدی که برای نمایه‌سازی محتوای ترجمه شده استفاده می‌شود را مشخص کنید. می‌توانید مدل و فیلدها را به ترتیب با کلیدهای 'model_$modelName' و 'field_$modelName_$fieldName' تغییر نام دهید، یا توضیحات مدل‌ها را با 'model_description_$modelName' ترجمه کنید.",
4650
+ "model_description_permission": "مدیریت مجوزهای کاربران مختلف. هر مجوز نشان‌دهنده یک اقدام خاص (یا مجموعه‌ای از اقدامات) است که یک کاربر یا نقش می‌تواند در API انجام دهد. به عنوان مثال، 'API_ADMIN' تمام مجوزها را روی API می‌دهد، اما همچنین 'API_ADD_DATA'، 'API_ADD_DATA_$modelName'، 'API_SEARCH_DATA'، 'API_SEARCH_DATA_$modelName'، 'API_EDIT_DATA'، 'API_EDIT_DATA_$modelName'، 'API_DELETE_DATA'، و 'API_DELETE_DATA_$modelName' برای مدیریت دقیق دسترسی به API وجود دارد.",
4651
+ "model_description_user": "مدیریت کاربران. اختصاص نقش‌ها و توکن‌های دسترسی به API به کاربران برنامه شما.",
4652
+ "model_description_role": "مدیریت نقش‌های مختلف. اختصاص مجوزها برای پیکربندی نقش. سپس می‌توان آن را به کاربران اختصاص داد.",
4653
+ "model_description_lang": "مدیریت زبان‌های سایت. عمدتاً برای ترجمه‌ها استفاده می‌شود.",
4654
+ "model_description_order": "مدیریت سفارشات.",
4655
+ "model_description_webpage": "مدیریت صفحات وب مختلف.",
4656
+ "model_description_content": "مدیریت محتواها و اخبار مختلف.",
4657
+ "model_description_token": "مدیریت توکن‌های دسترسی مختلف.",
4658
+ "model_description_contact": "مدیریت مخاطبین مختلف.",
4659
+ "model_description_currency": "مدیریت ارزهای قابل استفاده.",
4660
+ "model_description_resource": "مدیریت منابع وب مختلف.",
4661
+ "model_description_product": "مدیریت محصولات.",
4662
+ "model_description_discount": "مدیریت تخفیف‌ها.",
4663
+ "model_description_productVariant": "مدیریت انواع محصولات.",
4664
+ "model_description_cart": "مدیریت سبدهای خرید کاربران.",
4665
+ "model_description_cartItem": "مدیریت محتوای سبدهای خرید.",
4666
+ "model_description_brand": "مدیریت برندها.",
4667
+ "model_description_taxonomy": "مدیریت دسته‌بندی‌ها (تاکسونومی).",
4668
+ "model_description_location": "مدیریت مکان‌های مختلف.",
4669
+ "model_description_device": "مدیریت دستگاه‌های دسترسی.",
4670
+ "model_description_return": "مدیریت مرجوعی محصولات.",
4671
+ "model_description_review": "مدیریت بازخورد کاربران.",
4672
+ "model_description_stock": "مدیریت موجودی محصولات.",
4673
+ "model_description_warehouse": "مدیریت انبارها.",
4674
+ "model_description_shipment": "مدیریت محموله‌ها.",
4675
+ "model_description_ticket": "مدیریت تیکت‌های پشتیبانی.",
4676
+ "model_description_ticketMessage": "مدیریت پیام‌های تیکت پشتیبانی.",
4677
+ "model_description_campaign": "مدیریت کمپین‌های بازاریابی.",
4678
+ "model_description_userSubscription": "مدیریت اشتراک‌های کاربران.",
4679
+ "model_description_invoice": "مدیریت فاکتورها.",
4680
+ "model_description_stockAlert": "مدیریت هشدارهای موجودی.",
4681
+ "model_description_returnItem": "مدیریت آیتم‌های مرجوعی.",
4682
+ "model_description_channel": "مدیریت کانال‌های اطلاع‌رسانی.",
4683
+ "model_description_message": "مدیریت پیام‌ها.",
4684
+
4685
+ "pending": "در انتظار",
4686
+ "approved": "تأیید شده",
4687
+ "refunded": "مسترد شده",
4688
+ "refused": "رد شده",
4689
+
4690
+ "processing": "در حال پردازش",
4691
+ "shipped": "ارسال شده",
4692
+ "delivered": "تحویل داده شده",
4693
+ "cancelled": "لغو شده",
4694
+
4695
+ "paid": "پرداخت شده",
4696
+ "unpaid": "پرداخت نشده",
4697
+ "partially_paid": "جزئی پرداخت شده",
4698
+ "active": "فعال",
4699
+ "inactive": "غیرفعال",
4700
+ "expired": "منقضی شده",
4701
+
4702
+ "in_progress": "در حال انجام",
4703
+ "opened": "باز",
4704
+ "closed": "بسته",
4705
+ "low": "کم",
4706
+ "medium": "متوسط",
4707
+ "high": "زیاد",
4708
+ "urgent": "فوری",
4709
+
4710
+ "in_transit": "در حال انتقال",
4711
+ "issue": "مشکل",
4712
+
4713
+ "bank_card": "کارت بانکی",
4714
+ "SEPA_mandate": "دستور SEPA",
4715
+ "cash": "نقدی",
4716
+ "check": "چک",
4717
+ "other": "سایر",
4718
+
4719
+ "daily": "روزانه",
4720
+ "weekly": "هفتگی",
4721
+ "hourly": "ساعتی",
4722
+ "monthly": "ماهانه",
4723
+ "yearly": "سالانه",
4724
+
4725
+ "male": "مرد",
4726
+ "female": "زن",
4727
+ "prefer_not_to_say": "ترجیح می‌دهم نگویم",
4728
+
4729
+ "web": "وب",
4730
+ "mobile": "موبایل",
4731
+ "sms": "پیامک",
4732
+ "push": "نوتیفیکیشن",
4733
+
4734
+ "in_app": "درون برنامه‌ای",
4735
+
4736
+ "keyword": "کلمه کلیدی",
4737
+ "category": "دسته‌بندی",
4738
+
4739
+ "sent": "ارسال شده",
4740
+ "read": "خوانده شده",
4741
+
4742
+ "none": "هیچ‌کدام",
4743
+
4744
+ "new": "نو",
4745
+ "very_good": "خیلی خوب",
4746
+ "good": "خوب",
4747
+ "degraded": "فرسوده",
4748
+ "damaged": "آسیب دیده",
4749
+ "unusable": "غیرقابل استفاده",
4750
+
4751
+ "advertisement": "تبلیغات",
4752
+
4753
+ "planned": "برنامه‌ریزی شده",
4754
+ "finished": "پایان یافته",
4755
+
4756
+ "draft": "پیش‌نویس",
4757
+ "validated": "تأیید شده",
4758
+
4759
+ "email": "ایمیل",
4760
+ "promotion": "ترویج",
4761
+
4762
+ "UpdateData": "به‌روزرسانی داده",
4763
+ "CreateData": "ایجاد داده",
4764
+ "DeleteData": "حذف داده",
4765
+ "ExecuteScript": "اجرای اسکریپت",
4766
+ "CallWebhook": "فراخوانی وب‌هوک",
4767
+ "SendEmail": "ارسال ایمیل",
4768
+ "Wait": "انتظار",
4769
+ "GenerateAIContent": "تولید محتوای هوش مصنوعی",
4770
+
4771
+ "milliseconds": "میلی‌ثانیه",
4772
+ "seconds": "ثانیه",
4773
+ "minutes": "دقیقه",
4774
+ "hours": "ساعت",
4775
+ "days": "روز",
4776
+
4777
+ "running": "در حال اجرا",
4778
+ "completed": "تکمیل شده",
4779
+ "failed": "ناموفق",
4780
+ "waiting": "در انتظار",
4781
+ "scheduled": "زمان‌بندی شده",
4782
+ "ongoing": "در جریان",
4783
+ "postponed": "به تعویق افتاده",
4784
+
4785
+ "count": "تعداد",
4786
+ "sum": "جمع",
4787
+ "avg": "میانگین",
4788
+ "min": "حداقل",
4789
+ "max": "حداکثر",
4790
+
4791
+ "full_time": "تمام وقت",
4792
+ "part_time": "پاره وقت",
4793
+ "contractor": "پیمانکار",
4794
+ "intern": "کارآموز",
4795
+ "temporary": "موقت",
4796
+
4797
+ "bi_weekly": "دو هفته یکبار",
4798
+
4799
+ "manual": "دستی",
4800
+
4801
+ "DataAdded": "داده اضافه شد",
4802
+ "DataEdited": "داده ویرایش شد",
4803
+ "DataDeleted": "داده حذف شد",
4804
+ "ModelAdded": "مدل اضافه شد",
4805
+ "ModelEdited": "مدل ویرایش شد",
4806
+ "ModelDeleted": "مدل حذف شد",
4807
+
4808
+ "yes": "بله",
4809
+ "no": "خیر",
4810
+ "true": "صحیح",
4811
+ "false": "غلط",
4812
+
722
4813
  "assistant.type": "پیام خود را وارد کنید...",
723
4814
  "assistant.welcome": "سلام! چگونه می‌توانم در مورد داده‌هایتان به شما کمک کنم؟",
724
4815
  "assistant.named": "دستیار {{named}}",