@bigbinary/neeto-rules-frontend 2.5.22 → 2.5.23
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.
|
@@ -0,0 +1,386 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoRules": {
|
|
3
|
+
"common": {
|
|
4
|
+
"title": "Automatisierungsregeln",
|
|
5
|
+
"collapseSidebar": "Seitenleiste schließen",
|
|
6
|
+
"back": "Zurück",
|
|
7
|
+
"automationRuleWithCount_one": "{{count}} Automatisierungsregel",
|
|
8
|
+
"automationRuleWithCount_other": "{{count}} Automatisierungsregeln",
|
|
9
|
+
"events": "Ereignisse",
|
|
10
|
+
"name": "Name",
|
|
11
|
+
"description": "Beschreibung",
|
|
12
|
+
"conditions": "Bedingungen",
|
|
13
|
+
"condition": "Bedingung",
|
|
14
|
+
"preview": "Vorschau",
|
|
15
|
+
"addAction": "Aktion hinzufügen",
|
|
16
|
+
"actions": "Aktionen",
|
|
17
|
+
"saveChange": "Änderungen speichern",
|
|
18
|
+
"value": "Wert",
|
|
19
|
+
"email": "E-Mail",
|
|
20
|
+
"action": "Aktion",
|
|
21
|
+
"addItem": "Element hinzufügen",
|
|
22
|
+
"emailId": "E-Mail-ID",
|
|
23
|
+
"emailIds": "E-Mail-IDs",
|
|
24
|
+
"assign": "Zuweisen {{what}}",
|
|
25
|
+
"then": "Dann",
|
|
26
|
+
"and": "und {{what}}",
|
|
27
|
+
"to": "zu",
|
|
28
|
+
"noOptions": "Keine Optionen",
|
|
29
|
+
"by": "von",
|
|
30
|
+
"when": "Wann",
|
|
31
|
+
"if": "Wenn",
|
|
32
|
+
"or": "oder",
|
|
33
|
+
"search": "Suchen",
|
|
34
|
+
"as": "als",
|
|
35
|
+
"delete": "Löschen",
|
|
36
|
+
"viewMore": "Mehr anzeigen",
|
|
37
|
+
"viewLess": "Weniger anzeigen",
|
|
38
|
+
"sms": "SMS",
|
|
39
|
+
"phoneNumber": "Telefonnummer",
|
|
40
|
+
"phoneNumbers": "Telefonnummern",
|
|
41
|
+
"data": "Daten",
|
|
42
|
+
"reorder": "Neu anordnen",
|
|
43
|
+
"at": "um",
|
|
44
|
+
"apply": "Anwenden und senden",
|
|
45
|
+
"addDelay": "Verzögerung hinzufügen",
|
|
46
|
+
"andIf": "und wenn",
|
|
47
|
+
"orIf": "oder wenn",
|
|
48
|
+
"andWhen": "und wenn",
|
|
49
|
+
"orWhen": "oder wenn",
|
|
50
|
+
"andThen": "und dann"
|
|
51
|
+
},
|
|
52
|
+
"cannedResponses": {
|
|
53
|
+
"title": "Vordefinierte Antworten"
|
|
54
|
+
},
|
|
55
|
+
"form": {
|
|
56
|
+
"noEvents": "Eine Regel ohne Ereignisse wird stündlich ausgeführt.",
|
|
57
|
+
"addEvent": "Ereignis hinzufügen",
|
|
58
|
+
"noCondition": "Keine Tickets, die den angegebenen Bedingungen entsprechen",
|
|
59
|
+
"noTicketFields": "Keine weiteren Bedingungen.",
|
|
60
|
+
"subjectText": "Wird aus dem Betreff des Tickets generiert.",
|
|
61
|
+
"note": "Hinweis",
|
|
62
|
+
"thisHappens": "dies geschieht",
|
|
63
|
+
"addValue": "Wert hinzufügen",
|
|
64
|
+
"doThis": "dies tun",
|
|
65
|
+
"selectValues": "Werte auswählen",
|
|
66
|
+
"selectValue": "Wert auswählen",
|
|
67
|
+
"list": "Liste",
|
|
68
|
+
"selectVerb": "Verb auswählen",
|
|
69
|
+
"selectField": "Feld auswählen",
|
|
70
|
+
"addCondition": "Bedingung hinzufügen",
|
|
71
|
+
"selectDate": "Datum auswählen",
|
|
72
|
+
"delayExecutionBy": "Ausführung um verzögern",
|
|
73
|
+
"addConditionDescription": "Fügen Sie eine Bedingung hinzu, die für die Ausführung der Regel erfüllt sein muss.",
|
|
74
|
+
"addConditionVerbAndValueDescription": "Fügen Sie den bedingten Auslöser hinzu, der die Regel in Bewegung setzt.",
|
|
75
|
+
"addActionDescription": "Fügen Sie eine Aktion hinzu, die als Ergebnis der Regel erfolgt.",
|
|
76
|
+
"addActionSubItemDescription": "Fügen Sie Details hinzu, wie diese Aktion ausgeführt werden soll.",
|
|
77
|
+
"addEventDescription": "Fügen Sie einen Auslöser hinzu, der die Regel in Bewegung setzt.",
|
|
78
|
+
"actionTriggeredBy": "Aktion ausgelöst von",
|
|
79
|
+
"addPerformerDescription": "Fügen Sie hinzu, von wem die Aktion ausgelöst werden soll, die die Regel in Bewegung setzt.",
|
|
80
|
+
"aiGeneratedName": "Ein KI-generierter Name wird bald verfügbar sein."
|
|
81
|
+
},
|
|
82
|
+
"labels": {
|
|
83
|
+
"active": "Aktiv",
|
|
84
|
+
"body": "Inhalt",
|
|
85
|
+
"selectValues": "Werte auswählen",
|
|
86
|
+
"selectValue": "Wert auswählen",
|
|
87
|
+
"multipleValues": "Mehrere Werte",
|
|
88
|
+
"id": "ID",
|
|
89
|
+
"name": "Name",
|
|
90
|
+
"firstName": "Vorname",
|
|
91
|
+
"lastName": "Nachname",
|
|
92
|
+
"subdomain": "Subdomain",
|
|
93
|
+
"number": "Nummer",
|
|
94
|
+
"source": "Quelle/Kanal",
|
|
95
|
+
"url": "URL/Link",
|
|
96
|
+
"customerURL": "Kunden-URL/Link",
|
|
97
|
+
"createdAt": "Erstellt am",
|
|
98
|
+
"updatedAt": "Aktualisiert am",
|
|
99
|
+
"ticket": "Ticket",
|
|
100
|
+
"requester": "Anforderer",
|
|
101
|
+
"organization": "Arbeitsbereich",
|
|
102
|
+
"memberOrRequester": "Mitglied oder Anforderer",
|
|
103
|
+
"system": "System",
|
|
104
|
+
"ui": "UI",
|
|
105
|
+
"email": "E-Mail",
|
|
106
|
+
"twitter": "Twitter",
|
|
107
|
+
"chat": "Chat",
|
|
108
|
+
"none": "Keine",
|
|
109
|
+
"questions": "Fragen",
|
|
110
|
+
"incident": "Vorfall",
|
|
111
|
+
"problem": "Problem",
|
|
112
|
+
"featureRequest": "Funktionsanfrage",
|
|
113
|
+
"refund": "Rückerstattung",
|
|
114
|
+
"low": "Niedrig",
|
|
115
|
+
"medium": "Mittel",
|
|
116
|
+
"high": "Hoch",
|
|
117
|
+
"urgent": "Dringend",
|
|
118
|
+
"any": "Alle",
|
|
119
|
+
"happy": "Zufrieden",
|
|
120
|
+
"neutral": "Neutral",
|
|
121
|
+
"unhappy": "Unzufrieden",
|
|
122
|
+
"yes": "Ja",
|
|
123
|
+
"no": "Nein",
|
|
124
|
+
"member": "Mitglied",
|
|
125
|
+
"admin": "Administrator",
|
|
126
|
+
"created": "Erstellt",
|
|
127
|
+
"channel": "Kanal",
|
|
128
|
+
"customerEmail": "Kunden-E-Mail",
|
|
129
|
+
"subject": "Betreff",
|
|
130
|
+
"description": "Beschreibung",
|
|
131
|
+
"latestComment": "Neuester Kommentar",
|
|
132
|
+
"anyComment": "Jeder Kommentar",
|
|
133
|
+
"subjectOrDescription": "Betreff oder Beschreibung",
|
|
134
|
+
"status": "Status",
|
|
135
|
+
"category": "Kategorie",
|
|
136
|
+
"priority": "Priorität",
|
|
137
|
+
"company": "Unternehmen",
|
|
138
|
+
"assignedMember": "Zugewiesenes Mitglied",
|
|
139
|
+
"assignedTeam": "Zugewiesenes Team",
|
|
140
|
+
"mailbox": "Postfach",
|
|
141
|
+
"tags": "Tags",
|
|
142
|
+
"submitterRole": "Rolle des Einreichers",
|
|
143
|
+
"hoursSince": {
|
|
144
|
+
"created": "Stunden seit der Erstellung",
|
|
145
|
+
"updatedBy": {
|
|
146
|
+
"memberOrRequester": "Stunden seit der Aktualisierung durch Mitglied oder Anforderer",
|
|
147
|
+
"requester": "Stunden seit der Aktualisierung durch Anforderer",
|
|
148
|
+
"member": "Stunden seit der Aktualisierung durch Mitglied"
|
|
149
|
+
},
|
|
150
|
+
"firstAssigned": "Stunden seit der ersten Zuordnung",
|
|
151
|
+
"lastAssigned": "Stunden seit der letzten Zuordnung",
|
|
152
|
+
"new": "Stunden seit Neu",
|
|
153
|
+
"open": "Stunden seit Offen",
|
|
154
|
+
"onHold": "Stunden seit in Bearbeitung",
|
|
155
|
+
"waitingOnCustomer": "Stunden seit Wartend auf Kunden",
|
|
156
|
+
"closed": "Stunden seit Geschlossen",
|
|
157
|
+
"spammed": "Stunden seit Spam",
|
|
158
|
+
"trashed": "Stunden seit gelöscht"
|
|
159
|
+
},
|
|
160
|
+
"feedback": "Feedback",
|
|
161
|
+
"memberOutOfOffice": "Mitglied ist nicht im Büro",
|
|
162
|
+
"unassigned": "Nicht zugewiesen",
|
|
163
|
+
"checked": "Überprüft",
|
|
164
|
+
"unchecked": "Nicht überprüft",
|
|
165
|
+
"text": "Text",
|
|
166
|
+
"ruleSummary": "Zusammenfassung der Automatisierungsregel",
|
|
167
|
+
"template": "Vorlage",
|
|
168
|
+
"remainingItemsCount": "{{count}} mehr",
|
|
169
|
+
"endpoint": "Endpunkt",
|
|
170
|
+
"key": "Schlüssel",
|
|
171
|
+
"value": "Wert",
|
|
172
|
+
"remove_tags": "Tags entfernen",
|
|
173
|
+
"add_tags": "Tags hinzufügen",
|
|
174
|
+
"change_status": "Status ändern",
|
|
175
|
+
"add_note": "Notiz hinzufügen",
|
|
176
|
+
"add_reply": "Antwort hinzufügen",
|
|
177
|
+
"assign_group": "Zuweisen {{taxonomies.group.singular}}",
|
|
178
|
+
"assign_agent": "Zuweisen {{taxonomies.agent.singular}}",
|
|
179
|
+
"change_priority": "Priorität ändern",
|
|
180
|
+
"selectCannedResponse": "Wählen Sie eine vordefinierte Antwort",
|
|
181
|
+
"headers": "Header",
|
|
182
|
+
"includeHeaders": "Header einfügen",
|
|
183
|
+
"addEntity": "Hinzufügen {{entity}}",
|
|
184
|
+
"templateName": "Vorlagenname",
|
|
185
|
+
"saveAsTemplate": "Als Vorlage speichern",
|
|
186
|
+
"viewHelpArticle": "Hilfebereich anzeigen"
|
|
187
|
+
},
|
|
188
|
+
"placeholders": {
|
|
189
|
+
"autoGenerateName": "Der Name wird automatisch basierend auf Ihrer Regel generiert, wenn er leer gelassen wird.",
|
|
190
|
+
"if": "Wenn",
|
|
191
|
+
"multiSelect": "Beispiel: dringend, abrechnung",
|
|
192
|
+
"select": "Wählen",
|
|
193
|
+
"emailField": "E-Mail eingeben und die Eingabetaste drücken",
|
|
194
|
+
"selectTags": "Tags auswählen",
|
|
195
|
+
"selectOption": "Option auswählen",
|
|
196
|
+
"value": "Wert",
|
|
197
|
+
"selectTemplate": "Vorlage auswählen",
|
|
198
|
+
"phoneNumberField": "Telefonnummer eingeben und die Eingabetaste drücken",
|
|
199
|
+
"searchRules": "Automatisierungsregeln suchen",
|
|
200
|
+
"enterDelay": "Verzögerung eingeben",
|
|
201
|
+
"chooseOption": "Wählen Sie eine Option"
|
|
202
|
+
},
|
|
203
|
+
"buttons": {
|
|
204
|
+
"save": "Speichern",
|
|
205
|
+
"cancel": "Abbrechen",
|
|
206
|
+
"continue": "Fortfahren",
|
|
207
|
+
"cancelNameGeneration": "Namensgenerierung abbrechen"
|
|
208
|
+
},
|
|
209
|
+
"validations": {
|
|
210
|
+
"required": {
|
|
211
|
+
"entity": "{{entity}} ist erforderlich",
|
|
212
|
+
"condition": "Bedingung ist erforderlich",
|
|
213
|
+
"value": "Wert ist erforderlich",
|
|
214
|
+
"email": "E-Mail ist erforderlich",
|
|
215
|
+
"action": "Aktion ist erforderlich",
|
|
216
|
+
"emailId": "E-Mail-ID ist erforderlich",
|
|
217
|
+
"field": "Feld ist erforderlich",
|
|
218
|
+
"verb": "Verb ist erforderlich",
|
|
219
|
+
"ruleName": "Regelname ist erforderlich",
|
|
220
|
+
"name": "Name ist erforderlich",
|
|
221
|
+
"subject": "Betreff ist erforderlich",
|
|
222
|
+
"content": "Inhalt ist erforderlich",
|
|
223
|
+
"decimal": "Dezimalzahl ist erforderlich",
|
|
224
|
+
"url": "URL ist erforderlich",
|
|
225
|
+
"body": "Inhalt ist erforderlich",
|
|
226
|
+
"text": "Text ist erforderlich"
|
|
227
|
+
},
|
|
228
|
+
"inValidEmail": "E-Mail ist ungültig",
|
|
229
|
+
"inValidURL": "URL ist ungültig",
|
|
230
|
+
"noBlankSpaces": "Wert darf keine Leerzeichen enthalten",
|
|
231
|
+
"positiveDecimal": "Wert muss eine positive Dezimalzahl sein.",
|
|
232
|
+
"decimal": "Wert muss eine Dezimalzahl sein.",
|
|
233
|
+
"atLeastOne": {
|
|
234
|
+
"option": "Mindestens eine Option ist erforderlich",
|
|
235
|
+
"email": "Mindestens eine E-Mail ist erforderlich",
|
|
236
|
+
"tag": "Mindestens ein Tag ist erforderlich"
|
|
237
|
+
},
|
|
238
|
+
"atLeastOneValue": "Mindestens ein Wert ist erforderlich",
|
|
239
|
+
"emailList": "Bitte stellen Sie sicher, dass alle E-Mails gültig sind.",
|
|
240
|
+
"positiveInteger": "Wert muss eine positive ganze Zahl sein.",
|
|
241
|
+
"positiveNumber": "Wert muss eine positive ganze Zahl sein.",
|
|
242
|
+
"number": "Wert muss eine ganze Zahl sein.",
|
|
243
|
+
"leadingSpace": "Darf kein führendes Leerzeichen haben",
|
|
244
|
+
"slack": {
|
|
245
|
+
"invalidChannel": "Konnte keine Verbindung zum Kanal herstellen, bitte wählen Sie andere Optionen.",
|
|
246
|
+
"errorInIntegration": "Konnte keine Verbindung zu Slack herstellen! Bitte überprüfen Sie die Integrations-Einstellungen oder entfernen Sie diese Aktion, um sicherzustellen, dass die Automatisierungsregel korrekt funktioniert.<br/><br/>Gehen Sie zu <button>Slack-Integration</button>."
|
|
247
|
+
},
|
|
248
|
+
"invalidPhoneNumber": "Telefonnummer ist ungültig",
|
|
249
|
+
"invalidUrlEntity": "{{entity}} muss eine gültige URL sein",
|
|
250
|
+
"maximumEmails": "Es sind nur bis zu {{max}} E-Mail-Adressen erlaubt",
|
|
251
|
+
"maxDelay": "Die Verzögerung darf nicht mehr als {{max}} betragen",
|
|
252
|
+
"minDelay": "Die Verzögerung darf nicht weniger als {{min}} betragen",
|
|
253
|
+
"invalidJsonBody": "Inhalt sollte ein gültiges JSON sein"
|
|
254
|
+
},
|
|
255
|
+
"conditionVerbs": {
|
|
256
|
+
"is": "Ist",
|
|
257
|
+
"isNot": "Ist nicht",
|
|
258
|
+
"contains": "Enthält",
|
|
259
|
+
"doesNotContain": "Enthält nicht",
|
|
260
|
+
"containsAnyOf": "Enthält eines der",
|
|
261
|
+
"containsAllOf": "Enthält alle von",
|
|
262
|
+
"containsNoneOf": "Enthält keines von",
|
|
263
|
+
"startsWith": "Beginnt mit",
|
|
264
|
+
"endsWith": "Endet mit",
|
|
265
|
+
"lessThan": "Weniger als",
|
|
266
|
+
"greaterThan": "Mehr als",
|
|
267
|
+
"anyTime": "Jede Zeit",
|
|
268
|
+
"during": "Während",
|
|
269
|
+
"notDuring": "Nicht während",
|
|
270
|
+
"anyOf": "Ist",
|
|
271
|
+
"noneOf": "Ist nicht",
|
|
272
|
+
"isBefore": "Ist vor",
|
|
273
|
+
"isAfter": "Ist nach"
|
|
274
|
+
},
|
|
275
|
+
"operators": {
|
|
276
|
+
"and": "und",
|
|
277
|
+
"or": "oder"
|
|
278
|
+
},
|
|
279
|
+
"note": {
|
|
280
|
+
"add": "Notiz hinzufügen",
|
|
281
|
+
"added": "Notiz wurde hinzugefügt"
|
|
282
|
+
},
|
|
283
|
+
"ticket": {
|
|
284
|
+
"changeStatus": "Ticketstatus ändern",
|
|
285
|
+
"selectStatus": "Status auswählen",
|
|
286
|
+
"changePriority": "Ticketpriorität ändern",
|
|
287
|
+
"selectPriority": "Priorität auswählen",
|
|
288
|
+
"created": "Ticket wurde erstellt",
|
|
289
|
+
"updated": "Ticket wurde aktualisiert",
|
|
290
|
+
"deleted": "Ticket wurde gelöscht",
|
|
291
|
+
"spammed": "Ticket wurde als Spam markiert"
|
|
292
|
+
},
|
|
293
|
+
"priority": {
|
|
294
|
+
"changed": "Priorität wurde geändert"
|
|
295
|
+
},
|
|
296
|
+
"category": {
|
|
297
|
+
"changed": "Kategorie wurde geändert"
|
|
298
|
+
},
|
|
299
|
+
"status": {
|
|
300
|
+
"changed": "Status wurde geändert"
|
|
301
|
+
},
|
|
302
|
+
"team": {
|
|
303
|
+
"updated": "Team wurde aktualisiert"
|
|
304
|
+
},
|
|
305
|
+
"member": {
|
|
306
|
+
"updated": "Mitglied wurde aktualisiert"
|
|
307
|
+
},
|
|
308
|
+
"reply": {
|
|
309
|
+
"added": "Antwort wurde hinzugefügt"
|
|
310
|
+
},
|
|
311
|
+
"feedback": {
|
|
312
|
+
"received": "Feedback wurde erhalten"
|
|
313
|
+
},
|
|
314
|
+
"tags": {
|
|
315
|
+
"add": "Tags hinzufügen",
|
|
316
|
+
"remove": "Tags entfernen"
|
|
317
|
+
},
|
|
318
|
+
"assign": {
|
|
319
|
+
"member": "Mitglied zuweisen",
|
|
320
|
+
"selectMember": "Mitglied auswählen",
|
|
321
|
+
"team": "Team zuweisen",
|
|
322
|
+
"selectTeam": "Team auswählen",
|
|
323
|
+
"firstResponder": "Ersthelfer zuweisen",
|
|
324
|
+
"lastResponder": "Letzten Antwortenden zuweisen",
|
|
325
|
+
"roundRobin": "Mitglieder zuweisen - Round-Robin",
|
|
326
|
+
"loadBalanced": "Mitglieder zuweisen - Lastenverteilung"
|
|
327
|
+
},
|
|
328
|
+
"remove": {
|
|
329
|
+
"member": "Zugewiesenes Mitglied entfernen"
|
|
330
|
+
},
|
|
331
|
+
"email": {
|
|
332
|
+
"allMembers": "E-Mail an alle Mitglieder",
|
|
333
|
+
"requester": "E-Mail an den Anforderer",
|
|
334
|
+
"assignedMember": "E-Mail an das zugewiesene Mitglied",
|
|
335
|
+
"member": "E-Mail an Mitglied",
|
|
336
|
+
"selectMember": "Mitglied auswählen"
|
|
337
|
+
},
|
|
338
|
+
"tasksList": {
|
|
339
|
+
"add": "Aufgabenliste hinzufügen",
|
|
340
|
+
"select": "Aufgabenliste auswählen"
|
|
341
|
+
},
|
|
342
|
+
"emailTo": "E-Mail an",
|
|
343
|
+
"slack": {
|
|
344
|
+
"messageTo": "Nachricht an Slack",
|
|
345
|
+
"selectChannel": "Kanal auswählen",
|
|
346
|
+
"refreshChannelList": "Slack-Kanalliste aktualisieren"
|
|
347
|
+
},
|
|
348
|
+
"shortcuts": {
|
|
349
|
+
"submit": "Feld einreichen",
|
|
350
|
+
"cancel": "Abbrechen"
|
|
351
|
+
},
|
|
352
|
+
"helpTexts": {
|
|
353
|
+
"phoneNumber": "Beispiel: +491234567890"
|
|
354
|
+
},
|
|
355
|
+
"messages": {
|
|
356
|
+
"removeInvalidPhoneNumbers": "Klicken Sie hier, um ungültige Telefonnummern zu entfernen."
|
|
357
|
+
},
|
|
358
|
+
"description": {
|
|
359
|
+
"reorder": "Automatisierungsregeln werden von oben nach unten angewendet."
|
|
360
|
+
},
|
|
361
|
+
"button": {
|
|
362
|
+
"clone": "Klonen",
|
|
363
|
+
"delete": "Löschen",
|
|
364
|
+
"edit": "Bearbeiten",
|
|
365
|
+
"addNew": "Neue Regel hinzufügen"
|
|
366
|
+
},
|
|
367
|
+
"deleteAlert": {
|
|
368
|
+
"message": "Sie löschen die Automatisierungsregel <strong>{{name, anyCase}}</strong> dauerhaft. Dies kann nicht rückgängig gemacht werden.",
|
|
369
|
+
"title": "Automatisierungsregel löschen?"
|
|
370
|
+
},
|
|
371
|
+
"noData": {
|
|
372
|
+
"title": "Es gibt keine Automatisierungsregeln anzuzeigen",
|
|
373
|
+
"helpText": "So können Sie <a>Automatisierungsregeln</a> verwenden."
|
|
374
|
+
},
|
|
375
|
+
"tooltips": {
|
|
376
|
+
"rule": {
|
|
377
|
+
"active": "Diese Automatisierungsregel ist derzeit aktiv. Umschalten, um sie inaktiv zu machen.",
|
|
378
|
+
"inactive": "Diese Automatisierungsregel ist derzeit inaktiv. Umschalten, um sie aktiv zu machen."
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
"helpText": {
|
|
382
|
+
"description": "Die Funktion für Automatisierungsregeln ermöglicht es Ihnen, Regeln zu erstellen, um bestimmte Aktionen zu automatisieren, wenn bestimmte Ereignisse auftreten.",
|
|
383
|
+
"addDelay": "Fügen Sie eine Verzögerung hinzu, damit die folgenden Aktionen nach der angegebenen Zeit ausgeführt werden."
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
}
|
|
@@ -0,0 +1,389 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoRules": {
|
|
3
|
+
"common": {
|
|
4
|
+
"title": "Reglas de automatización",
|
|
5
|
+
"collapseSidebar": "Colapsar barra lateral",
|
|
6
|
+
"back": "Atrás",
|
|
7
|
+
"automationRuleWithCount_one": "{{count}} regla de automatización",
|
|
8
|
+
"automationRuleWithCount_other": "{{count}} reglas de automatización",
|
|
9
|
+
"events": "Eventos",
|
|
10
|
+
"name": "Nombre",
|
|
11
|
+
"description": "Descripción",
|
|
12
|
+
"conditions": "Condiciones",
|
|
13
|
+
"condition": "Condición",
|
|
14
|
+
"preview": "Vista previa",
|
|
15
|
+
"addAction": "Agregar acción",
|
|
16
|
+
"actions": "Acciones",
|
|
17
|
+
"saveChange": "Guardar cambios",
|
|
18
|
+
"value": "Valor",
|
|
19
|
+
"email": "Correo electrónico",
|
|
20
|
+
"action": "Acción",
|
|
21
|
+
"addItem": "Agregar artículo",
|
|
22
|
+
"emailId": "ID de correo electrónico",
|
|
23
|
+
"emailIds": "IDs de correo electrónico",
|
|
24
|
+
"assign": "Asignar {{what}}",
|
|
25
|
+
"then": "Luego",
|
|
26
|
+
"and": "y {{what}}",
|
|
27
|
+
"to": "a",
|
|
28
|
+
"noOptions": "Sin opciones",
|
|
29
|
+
"by": "por",
|
|
30
|
+
"when": "Cuando",
|
|
31
|
+
"if": "Si",
|
|
32
|
+
"or": "o",
|
|
33
|
+
"search": "Buscar",
|
|
34
|
+
"as": "como",
|
|
35
|
+
"delete": "Eliminar",
|
|
36
|
+
"viewMore": "Ver más",
|
|
37
|
+
"viewLess": "Ver menos",
|
|
38
|
+
"sms": "SMS",
|
|
39
|
+
"phoneNumber": "Número de teléfono",
|
|
40
|
+
"phoneNumbers": "Números de teléfono",
|
|
41
|
+
"data": "Datos",
|
|
42
|
+
"reorder": "Reordenar",
|
|
43
|
+
"at": "a",
|
|
44
|
+
"apply": "Aplicar y enviar",
|
|
45
|
+
"addDelay": "Agregar retraso",
|
|
46
|
+
"andIf": "y si",
|
|
47
|
+
"orIf": "o si",
|
|
48
|
+
"andWhen": "y cuando",
|
|
49
|
+
"orWhen": "o cuando",
|
|
50
|
+
"andThen": "y luego"
|
|
51
|
+
},
|
|
52
|
+
"cannedResponses": {
|
|
53
|
+
"title": "Respuestas prediseñadas"
|
|
54
|
+
},
|
|
55
|
+
"form": {
|
|
56
|
+
"noEvents": "Una regla sin eventos se ejecutará cada hora.",
|
|
57
|
+
"addEvent": "Agregar evento",
|
|
58
|
+
"noCondition": "No hay tickets que cumplan con las condiciones especificadas",
|
|
59
|
+
"noTicketFields": "No hay más condiciones.",
|
|
60
|
+
"subjectText": "Se generará a partir del asunto del ticket.",
|
|
61
|
+
"note": "Nota",
|
|
62
|
+
"thisHappens": "esto sucede",
|
|
63
|
+
"addValue": "agregar valor",
|
|
64
|
+
"doThis": "hacer esto",
|
|
65
|
+
"selectValues": "seleccionar valores",
|
|
66
|
+
"selectValue": "seleccionar valor",
|
|
67
|
+
"list": "Lista",
|
|
68
|
+
"selectVerb": "seleccionar verbo",
|
|
69
|
+
"selectField": "seleccionar campo",
|
|
70
|
+
"addCondition": "Agregar condición",
|
|
71
|
+
"selectDate": "Seleccionar fecha",
|
|
72
|
+
"delayExecutionBy": "Retrasar la ejecución por",
|
|
73
|
+
"addConditionDescription": "Agrega una condición que debe cumplirse para que se ejecute la regla.",
|
|
74
|
+
"addConditionVerbAndValueDescription": "Agrega el desencadenador condicional que activa la regla.",
|
|
75
|
+
"addActionDescription": "Agrega una acción que ocurre como resultado de la regla.",
|
|
76
|
+
"addActionSubItemDescription": "Agrega detalles sobre cómo se debe realizar esta acción.",
|
|
77
|
+
"addEventDescription": "Agrega un desencadenador que activa la regla.",
|
|
78
|
+
"actionTriggeredBy": "Acción activada por",
|
|
79
|
+
"addPerformerDescription": "Agregar por quién se debe activar la acción que pone en marcha la regla.",
|
|
80
|
+
"aiGeneratedName": "Un nombre generado por IA estará disponible pronto."
|
|
81
|
+
},
|
|
82
|
+
"labels": {
|
|
83
|
+
"active": "Activo",
|
|
84
|
+
"body": "Cuerpo",
|
|
85
|
+
"selectValues": "Seleccionar valores",
|
|
86
|
+
"selectValue": "Seleccionar valor",
|
|
87
|
+
"multipleValues": "Valores múltiples",
|
|
88
|
+
"id": "ID",
|
|
89
|
+
"name": "Nombre",
|
|
90
|
+
"firstName": "Nombre",
|
|
91
|
+
"lastName": "Apellido",
|
|
92
|
+
"subdomain": "Subdominio",
|
|
93
|
+
"number": "Número",
|
|
94
|
+
"source": "Fuente/Canal",
|
|
95
|
+
"url": "URL/Vínculo",
|
|
96
|
+
"customerURL": "URL/Vínculo del cliente",
|
|
97
|
+
"createdAt": "Creado en",
|
|
98
|
+
"updatedAt": "Actualizado en",
|
|
99
|
+
"ticket": "Ticket",
|
|
100
|
+
"requester": "Solicitante",
|
|
101
|
+
"organization": "Espacio de trabajo",
|
|
102
|
+
"memberOrRequester": "Miembro o Solicitante",
|
|
103
|
+
"system": "Sistema",
|
|
104
|
+
"ui": "Interfaz de usuario",
|
|
105
|
+
"email": "Correo electrónico",
|
|
106
|
+
"twitter": "Twitter",
|
|
107
|
+
"chat": "Chat",
|
|
108
|
+
"none": "Ninguno",
|
|
109
|
+
"questions": "Preguntas",
|
|
110
|
+
"incident": "Incidente",
|
|
111
|
+
"problem": "Problema",
|
|
112
|
+
"featureRequest": "Solicitud de función",
|
|
113
|
+
"refund": "Reembolso",
|
|
114
|
+
"low": "Bajo",
|
|
115
|
+
"medium": "Medio",
|
|
116
|
+
"high": "Alto",
|
|
117
|
+
"urgent": "Urgente",
|
|
118
|
+
"any": "Cualquiera",
|
|
119
|
+
"happy": "Feliz",
|
|
120
|
+
"neutral": "Neutral",
|
|
121
|
+
"unhappy": "Descontento",
|
|
122
|
+
"yes": "Sí",
|
|
123
|
+
"no": "No",
|
|
124
|
+
"member": "Miembro",
|
|
125
|
+
"admin": "Administrador",
|
|
126
|
+
"created": "Creado",
|
|
127
|
+
"channel": "Canal",
|
|
128
|
+
"customerEmail": "Correo electrónico del cliente",
|
|
129
|
+
"subject": "Asunto",
|
|
130
|
+
"description": "Descripción",
|
|
131
|
+
"latestComment": "Último comentario",
|
|
132
|
+
"anyComment": "Cualquier comentario",
|
|
133
|
+
"subjectOrDescription": "Asunto o descripción",
|
|
134
|
+
"status": "Estado",
|
|
135
|
+
"category": "Categoría",
|
|
136
|
+
"priority": "Prioridad",
|
|
137
|
+
"company": "Empresa",
|
|
138
|
+
"assignedMember": "Miembro asignado",
|
|
139
|
+
"assignedTeam": "Equipo asignado",
|
|
140
|
+
"mailbox": "Bandeja de entrada",
|
|
141
|
+
"tags": "Etiquetas",
|
|
142
|
+
"submitterRole": "Rol del remitente",
|
|
143
|
+
"hoursSince": {
|
|
144
|
+
"created": "Horas desde creado",
|
|
145
|
+
"updatedBy": {
|
|
146
|
+
"memberOrRequester": "Horas desde actualizado por Miembro o Solicitante",
|
|
147
|
+
"requester": "Horas desde actualizado por el solicitante",
|
|
148
|
+
"member": "Horas desde actualizado por miembro"
|
|
149
|
+
},
|
|
150
|
+
"firstAssigned": "Horas desde la primera asignación",
|
|
151
|
+
"lastAssigned": "Horas desde la última asignación",
|
|
152
|
+
"new": "Horas desde Nuevo",
|
|
153
|
+
"open": "Horas desde Abierto",
|
|
154
|
+
"onHold": "Horas desde En espera",
|
|
155
|
+
"waitingOnCustomer": "Horas desde Esperando al cliente",
|
|
156
|
+
"closed": "Horas desde Cerrado",
|
|
157
|
+
"spammed": "Horas desde Spam",
|
|
158
|
+
"trashed": "Horas desde Eliminado"
|
|
159
|
+
},
|
|
160
|
+
"feedback": "Comentarios",
|
|
161
|
+
"memberOutOfOffice": "Miembro fuera de la oficina",
|
|
162
|
+
"unassigned": "No asignado",
|
|
163
|
+
"checked": "Marcado",
|
|
164
|
+
"unchecked": "Desmarcado",
|
|
165
|
+
"text": "Texto",
|
|
166
|
+
"ruleSummary": "Resumen de la regla de automatización",
|
|
167
|
+
"template": "Plantilla",
|
|
168
|
+
"remainingItemsCount": "{{count}} más",
|
|
169
|
+
"endpoint": "Endpoint",
|
|
170
|
+
"key": "Clave",
|
|
171
|
+
"value": "Valor",
|
|
172
|
+
"remove_tags": "Eliminar etiquetas",
|
|
173
|
+
"add_tags": "Agregar etiquetas",
|
|
174
|
+
"change_status": "Cambiar estado",
|
|
175
|
+
"add_note": "Agregar nota",
|
|
176
|
+
"add_reply": "Agregar respuesta",
|
|
177
|
+
"assign_group": "Asignar {{taxonomies.group.singular}}",
|
|
178
|
+
"assign_agent": "Asignar {{taxonomies.agent.singular}}",
|
|
179
|
+
"change_priority": "Cambiar prioridad",
|
|
180
|
+
"selectCannedResponse": "Seleccionar una respuesta prediseñada",
|
|
181
|
+
"headers": "Encabezados",
|
|
182
|
+
"includeHeaders": "Incluir encabezados",
|
|
183
|
+
"addEntity": "Agregar {{entity}}",
|
|
184
|
+
"templateName": "Nombre de la plantilla",
|
|
185
|
+
"saveAsTemplate": "Guardar como plantilla",
|
|
186
|
+
"viewHelpArticle": "Ver artículo de ayuda"
|
|
187
|
+
},
|
|
188
|
+
"placeholders": {
|
|
189
|
+
"autoGenerateName": "El nombre se generará automáticamente según tu regla si se deja en blanco.",
|
|
190
|
+
"if": "Si",
|
|
191
|
+
"multiSelect": "Ejemplo: urgente, facturación",
|
|
192
|
+
"select": "Seleccionar",
|
|
193
|
+
"emailField": "Escriba el correo electrónico y presione enter",
|
|
194
|
+
"selectTags": "Seleccionar etiquetas",
|
|
195
|
+
"selectOption": "Seleccionar opción",
|
|
196
|
+
"value": "Valor",
|
|
197
|
+
"selectTemplate": "Seleccionar una plantilla",
|
|
198
|
+
"phoneNumberField": "Escriba el número de teléfono y presione enter",
|
|
199
|
+
"searchRules": "Buscar reglas de automatización",
|
|
200
|
+
"enterDelay": "Ingrese el retraso",
|
|
201
|
+
"chooseOption": "Elegir una opción"
|
|
202
|
+
},
|
|
203
|
+
"buttons": {
|
|
204
|
+
"save": "Guardar",
|
|
205
|
+
"cancel": "Cancelar",
|
|
206
|
+
"continue": "Continuar",
|
|
207
|
+
"cancelNameGeneration": "Cancelar generación de nombres"
|
|
208
|
+
},
|
|
209
|
+
"validations": {
|
|
210
|
+
"required": {
|
|
211
|
+
"entity": "{{entity}} es requerido",
|
|
212
|
+
"condition": "La condición es requerida",
|
|
213
|
+
"value": "El valor es requerido",
|
|
214
|
+
"email": "El correo electrónico es requerido",
|
|
215
|
+
"action": "La acción es requerida",
|
|
216
|
+
"emailId": "El ID de correo electrónico es requerido",
|
|
217
|
+
"field": "El campo es requerido",
|
|
218
|
+
"verb": "El verbo es requerido",
|
|
219
|
+
"ruleName": "El nombre de la regla es requerido",
|
|
220
|
+
"name": "El nombre es requerido",
|
|
221
|
+
"subject": "El asunto es requerido",
|
|
222
|
+
"content": "El contenido es requerido",
|
|
223
|
+
"decimal": "El decimal es requerido",
|
|
224
|
+
"url": "La URL es requerida",
|
|
225
|
+
"body": "El cuerpo es requerido",
|
|
226
|
+
"text": "El texto es requerido"
|
|
227
|
+
},
|
|
228
|
+
"inValidEmail": "El correo electrónico no es válido",
|
|
229
|
+
"inValidURL": "La URL no es válida",
|
|
230
|
+
"noBlankSpaces": "El valor no debe contener espacios en blanco",
|
|
231
|
+
"positiveDecimal": "El valor debe ser un número decimal positivo.",
|
|
232
|
+
"decimal": "El valor debe ser un número decimal.",
|
|
233
|
+
"atLeastOne": {
|
|
234
|
+
"option": "Se requiere al menos una opción",
|
|
235
|
+
"email": "Se requiere al menos un correo electrónico",
|
|
236
|
+
"tag": "Se requiere al menos una etiqueta"
|
|
237
|
+
},
|
|
238
|
+
"atLeastOneValue": "Se requiere al menos un valor",
|
|
239
|
+
"emailList": "Asegúrese de que todos los correos electrónicos sean válidos.",
|
|
240
|
+
"positiveInteger": "El valor debe ser un entero positivo.",
|
|
241
|
+
"positiveNumber": "El valor debe ser un número entero positivo.",
|
|
242
|
+
"number": "El valor debe ser un número entero.",
|
|
243
|
+
"leadingSpace": "No puede tener espacios en blanco al principio",
|
|
244
|
+
"slack": {
|
|
245
|
+
"invalidChannel": "No se pudo conectar al canal, por favor seleccione otras opciones.",
|
|
246
|
+
"errorInIntegration": "¡No se pudo conectar a Slack! Verifique la configuración de integración o elimine esta acción para asegurar que la regla de automatización funcione correctamente.<br/><br/>Ir a <button>Integración de Slack</button>."
|
|
247
|
+
},
|
|
248
|
+
"invalidPhoneNumber": "El número de teléfono no es válido",
|
|
249
|
+
"invalidUrlEntity": "{{entity}} debe ser una URL válida",
|
|
250
|
+
"maximumEmails": "Solo se permiten hasta {{max}} direcciones de correo electrónico",
|
|
251
|
+
"maxDelay": "El retraso no puede ser mayor que {{max}}",
|
|
252
|
+
"minDelay": "El retraso no puede ser menor que {{min}}",
|
|
253
|
+
"invalidJsonBody": "El cuerpo debe ser un JSON válido"
|
|
254
|
+
},
|
|
255
|
+
"conditionVerbs": {
|
|
256
|
+
"is": "Es",
|
|
257
|
+
"isNot": "No es",
|
|
258
|
+
"contains": "Contiene",
|
|
259
|
+
"doesNotContain": "No contiene",
|
|
260
|
+
"containsAnyOf": "Contiene alguno de",
|
|
261
|
+
"containsAllOf": "Contiene todos los de",
|
|
262
|
+
"containsNoneOf": "No contiene ninguno de",
|
|
263
|
+
"startsWith": "Empieza con",
|
|
264
|
+
"endsWith": "Termina con",
|
|
265
|
+
"lessThan": "Menos que",
|
|
266
|
+
"greaterThan": "Mayor que",
|
|
267
|
+
"anyTime": "Cualquier momento",
|
|
268
|
+
"during": "Durante",
|
|
269
|
+
"notDuring": "No durante",
|
|
270
|
+
"anyOf": "Es",
|
|
271
|
+
"noneOf": "No es",
|
|
272
|
+
"isBefore": "Es antes",
|
|
273
|
+
"isAfter": "Es después"
|
|
274
|
+
},
|
|
275
|
+
"operators": {
|
|
276
|
+
"and": "y",
|
|
277
|
+
"or": "o"
|
|
278
|
+
},
|
|
279
|
+
"note": {
|
|
280
|
+
"add": "Agregar nota",
|
|
281
|
+
"added": "Nota agregada"
|
|
282
|
+
},
|
|
283
|
+
"ticket": {
|
|
284
|
+
"changeStatus": "Cambiar estado del ticket",
|
|
285
|
+
"selectStatus": "Seleccionar estado",
|
|
286
|
+
"changePriority": "Cambiar prioridad del ticket",
|
|
287
|
+
"selectPriority": "Seleccionar prioridad",
|
|
288
|
+
"created": "Ticket creado",
|
|
289
|
+
"updated": "Ticket actualizado",
|
|
290
|
+
"deleted": "Ticket eliminado",
|
|
291
|
+
"spammed": "Ticket marcado como spam"
|
|
292
|
+
},
|
|
293
|
+
"priority": {
|
|
294
|
+
"changed": "Prioridad cambiada"
|
|
295
|
+
},
|
|
296
|
+
"category": {
|
|
297
|
+
"changed": "Categoría cambiada"
|
|
298
|
+
},
|
|
299
|
+
"status": {
|
|
300
|
+
"changed": "Estado cambiado"
|
|
301
|
+
},
|
|
302
|
+
"team": {
|
|
303
|
+
"updated": "Equipo actualizado"
|
|
304
|
+
},
|
|
305
|
+
"member": {
|
|
306
|
+
"updated": "Miembro actualizado"
|
|
307
|
+
},
|
|
308
|
+
"reply": {
|
|
309
|
+
"added": "Respuesta agregada"
|
|
310
|
+
},
|
|
311
|
+
"feedback": {
|
|
312
|
+
"received": "Comentarios recibidos"
|
|
313
|
+
},
|
|
314
|
+
"tags": {
|
|
315
|
+
"add": "Agregar etiquetas",
|
|
316
|
+
"remove": "Eliminar etiquetas"
|
|
317
|
+
},
|
|
318
|
+
"assign": {
|
|
319
|
+
"member": "Asignar miembro",
|
|
320
|
+
"selectMember": "Seleccionar miembro",
|
|
321
|
+
"team": "Asignar equipo",
|
|
322
|
+
"selectTeam": "Seleccionar equipo",
|
|
323
|
+
"firstResponder": "Asignar al primer respondedor",
|
|
324
|
+
"lastResponder": "Asignar al último respondedor",
|
|
325
|
+
"roundRobin": "Asignar miembros - Por ronda",
|
|
326
|
+
"loadBalanced": "Asignar miembros - Balance de carga"
|
|
327
|
+
},
|
|
328
|
+
"remove": {
|
|
329
|
+
"member": "Eliminar miembro asignado"
|
|
330
|
+
},
|
|
331
|
+
"email": {
|
|
332
|
+
"allMembers": "Correo electrónico a todos los miembros",
|
|
333
|
+
"requester": "Correo electrónico al solicitante",
|
|
334
|
+
"assignedMember": "Correo electrónico al miembro asignado",
|
|
335
|
+
"member": "Correo electrónico al miembro",
|
|
336
|
+
"selectMember": "Seleccionar miembro"
|
|
337
|
+
},
|
|
338
|
+
"tasksList": {
|
|
339
|
+
"add": "Agregar lista de tareas",
|
|
340
|
+
"select": "Seleccionar lista de tareas"
|
|
341
|
+
},
|
|
342
|
+
"emailTo": "Correo electrónico a",
|
|
343
|
+
"slack": {
|
|
344
|
+
"messageTo": "Mensaje a Slack",
|
|
345
|
+
"selectChannel": "Seleccionar un canal",
|
|
346
|
+
"refreshChannelList": "Actualizar lista de canales de Slack"
|
|
347
|
+
},
|
|
348
|
+
"shortcuts": {
|
|
349
|
+
"submit": "Enviar campo",
|
|
350
|
+
"cancel": "Cancelar"
|
|
351
|
+
},
|
|
352
|
+
"helpTexts": {
|
|
353
|
+
"phoneNumber": "Ejemplo: +918888888888"
|
|
354
|
+
},
|
|
355
|
+
"messages": {
|
|
356
|
+
"removeInvalidPhoneNumbers": "Haga clic aquí para eliminar números de teléfono no válidos."
|
|
357
|
+
},
|
|
358
|
+
"description": {
|
|
359
|
+
"reorder": "Las reglas de automatización se aplican de arriba hacia abajo."
|
|
360
|
+
},
|
|
361
|
+
"button": {
|
|
362
|
+
"clone": "Clonar",
|
|
363
|
+
"delete": "Eliminar",
|
|
364
|
+
"edit": "Editar",
|
|
365
|
+
"addNew": "Agregar nueva regla"
|
|
366
|
+
},
|
|
367
|
+
"deleteAlert": {
|
|
368
|
+
"message": "Está eliminando permanentemente la regla de automatización <strong>{{name, anyCase}}</strong>. Esto no se puede deshacer.",
|
|
369
|
+
"title": "¿Eliminar regla de automatización?"
|
|
370
|
+
},
|
|
371
|
+
"noData": {
|
|
372
|
+
"title": "No hay reglas de automatización para mostrar",
|
|
373
|
+
"helpText": "Aquí te mostramos cómo puedes usar <a> reglas de automatización </a>."
|
|
374
|
+
},
|
|
375
|
+
"tooltips": {
|
|
376
|
+
"rule": {
|
|
377
|
+
"active": "Esta regla de automatización está actualmente activa. Cambiar para hacerla inactiva.",
|
|
378
|
+
"inactive": "Esta regla de automatización está actualmente inactiva. Cambiar para hacerla activa."
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
"helpText": {
|
|
382
|
+
"description": "La función de reglas de automatización te permite crear reglas para automatizar acciones específicas cuando ocurren ciertos eventos.",
|
|
383
|
+
"addDelay": "Agrega un retraso para que las acciones siguientes se ejecuten después del tiempo especificado."
|
|
384
|
+
},
|
|
385
|
+
"apiFields": {
|
|
386
|
+
"insertPlaceholder": "Insertar marcador de posición: {{label}}"
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
}
|
|
@@ -1,9 +1,390 @@
|
|
|
1
1
|
{
|
|
2
2
|
"neetoRules": {
|
|
3
|
-
"common": {
|
|
3
|
+
"common": {
|
|
4
|
+
"title": "Règles d'automatisation",
|
|
5
|
+
"collapseSidebar": "Réduire la barre latérale",
|
|
6
|
+
"back": "Retour",
|
|
7
|
+
"automationRuleWithCount_one": "{{count}} règle d'automatisation",
|
|
8
|
+
"automationRuleWithCount_other": "{{count}} règles d'automatisation",
|
|
9
|
+
"events": "Événements",
|
|
10
|
+
"name": "Nom",
|
|
11
|
+
"description": "Description",
|
|
12
|
+
"conditions": "Conditions",
|
|
13
|
+
"condition": "Condition",
|
|
14
|
+
"preview": "Aperçu",
|
|
15
|
+
"addAction": "Ajouter une action",
|
|
16
|
+
"actions": "Actions",
|
|
17
|
+
"saveChange": "Sauvegarder les changements",
|
|
18
|
+
"value": "Valeur",
|
|
19
|
+
"email": "Email",
|
|
20
|
+
"action": "Action",
|
|
21
|
+
"addItem": "Ajouter un élément",
|
|
22
|
+
"emailId": "Identifiant email",
|
|
23
|
+
"emailIds": "Identifiants email",
|
|
24
|
+
"assign": "Assigner {{what}}",
|
|
25
|
+
"then": "Alors",
|
|
26
|
+
"and": "et {{what}}",
|
|
27
|
+
"to": "à",
|
|
28
|
+
"noOptions": "Aucune option",
|
|
29
|
+
"by": "par",
|
|
30
|
+
"when": "Quand",
|
|
31
|
+
"if": "Si",
|
|
32
|
+
"or": "ou",
|
|
33
|
+
"search": "Rechercher",
|
|
34
|
+
"as": "en tant que",
|
|
35
|
+
"delete": "Supprimer",
|
|
36
|
+
"viewMore": "Voir plus",
|
|
37
|
+
"viewLess": "Voir moins",
|
|
38
|
+
"sms": "SMS",
|
|
39
|
+
"phoneNumber": "Numéro de téléphone",
|
|
40
|
+
"phoneNumbers": "Numéros de téléphone",
|
|
41
|
+
"data": "Données",
|
|
42
|
+
"reorder": "Réorganiser",
|
|
43
|
+
"at": "à",
|
|
44
|
+
"apply": "Appliquer et envoyer",
|
|
45
|
+
"addDelay": "Ajouter un délai",
|
|
46
|
+
"andIf": "et si",
|
|
47
|
+
"orIf": "ou si",
|
|
48
|
+
"andWhen": "et quand",
|
|
49
|
+
"orWhen": "ou quand",
|
|
50
|
+
"andThen": "et puis"
|
|
51
|
+
},
|
|
4
52
|
"alerts": {},
|
|
5
|
-
"placeholders": {
|
|
6
|
-
|
|
7
|
-
|
|
53
|
+
"placeholders": {
|
|
54
|
+
"autoGenerateName": "Le nom sera généré automatiquement en fonction de votre règle s'il est laissé vide.",
|
|
55
|
+
"if": "Si",
|
|
56
|
+
"multiSelect": "Exemple : urgent, facturation",
|
|
57
|
+
"select": "Sélectionner",
|
|
58
|
+
"emailField": "Tapez l'email et appuyez sur entrer",
|
|
59
|
+
"selectTags": "Sélectionner des étiquettes",
|
|
60
|
+
"selectOption": "Sélectionner une option",
|
|
61
|
+
"value": "Valeur",
|
|
62
|
+
"selectTemplate": "Sélectionner un modèle",
|
|
63
|
+
"phoneNumberField": "Tapez le numéro de téléphone et appuyez sur entrer",
|
|
64
|
+
"searchRules": "Rechercher des règles d'automatisation",
|
|
65
|
+
"enterDelay": "Entrer le délai",
|
|
66
|
+
"chooseOption": "Choisir une option"
|
|
67
|
+
},
|
|
68
|
+
"buttons": {
|
|
69
|
+
"save": "Sauvegarder",
|
|
70
|
+
"cancel": "Annuler",
|
|
71
|
+
"continue": "Continuer",
|
|
72
|
+
"cancelNameGeneration": "Annuler la génération de nom"
|
|
73
|
+
},
|
|
74
|
+
"validations": {
|
|
75
|
+
"required": {
|
|
76
|
+
"entity": "{{entity}} est requis",
|
|
77
|
+
"condition": "La condition est requise",
|
|
78
|
+
"value": "La valeur est requise",
|
|
79
|
+
"email": "L'email est requis",
|
|
80
|
+
"action": "L'action est requise",
|
|
81
|
+
"emailId": "L'identifiant email est requis",
|
|
82
|
+
"field": "Le champ est requis",
|
|
83
|
+
"verb": "Le verbe est requis",
|
|
84
|
+
"ruleName": "Le nom de la règle est requis",
|
|
85
|
+
"name": "Le nom est requis",
|
|
86
|
+
"subject": "L'objet est requis",
|
|
87
|
+
"content": "Le contenu est requis",
|
|
88
|
+
"decimal": "Le décimal est requis",
|
|
89
|
+
"url": "L'URL est requise",
|
|
90
|
+
"body": "Le corps est requis",
|
|
91
|
+
"text": "Le texte est requis"
|
|
92
|
+
},
|
|
93
|
+
"inValidEmail": "L'email est invalide",
|
|
94
|
+
"inValidURL": "L'URL est invalide",
|
|
95
|
+
"noBlankSpaces": "La valeur ne doit pas contenir d'espaces vides",
|
|
96
|
+
"positiveDecimal": "La valeur doit être un nombre décimal positif.",
|
|
97
|
+
"decimal": "La valeur doit être un nombre décimal.",
|
|
98
|
+
"atLeastOne": {
|
|
99
|
+
"option": "Au moins une option est requise",
|
|
100
|
+
"email": "Au moins un email est requis",
|
|
101
|
+
"tag": "Au moins une étiquette est requise"
|
|
102
|
+
},
|
|
103
|
+
"atLeastOneValue": "Au moins une valeur est requise",
|
|
104
|
+
"emailList": "Veuillez vous assurer que tous les emails sont valides.",
|
|
105
|
+
"positiveInteger": "La valeur doit être un entier positif.",
|
|
106
|
+
"positiveNumber": "La valeur doit être un nombre entier positif.",
|
|
107
|
+
"number": "La valeur doit être un nombre entier.",
|
|
108
|
+
"leadingSpace": "Ne peut pas avoir d'espace blanc en tête",
|
|
109
|
+
"slack": {
|
|
110
|
+
"invalidChannel": "Impossible de se connecter au canal, veuillez sélectionner d'autres options.",
|
|
111
|
+
"errorInIntegration": "Impossible de se connecter à Slack ! Veuillez vérifier les paramètres d'intégration ou supprimer cette action pour garantir que la règle d'automatisation fonctionne correctement.<br/><br/>Allez à <button>Intégration Slack</button>."
|
|
112
|
+
},
|
|
113
|
+
"invalidPhoneNumber": "Le numéro de téléphone est invalide",
|
|
114
|
+
"invalidUrlEntity": "{{entity}} doit être une URL valide",
|
|
115
|
+
"maximumEmails": "Jusqu'à {{max}} adresses email sont autorisées",
|
|
116
|
+
"maxDelay": "Le délai ne peut pas dépasser {{max}}",
|
|
117
|
+
"minDelay": "Le délai ne peut pas être inférieur à {{min}}",
|
|
118
|
+
"invalidJsonBody": "Le corps doit être un JSON valide"
|
|
119
|
+
},
|
|
120
|
+
"cannedResponses": {
|
|
121
|
+
"title": "Réponses préenregistrées"
|
|
122
|
+
},
|
|
123
|
+
"form": {
|
|
124
|
+
"noEvents": "Une règle sans événements s'exécutera toutes les heures.",
|
|
125
|
+
"addEvent": "Ajouter un événement",
|
|
126
|
+
"noCondition": "Aucun ticket ne correspond aux conditions spécifiées",
|
|
127
|
+
"noTicketFields": "Plus de conditions.",
|
|
128
|
+
"subjectText": "Sera généré à partir du sujet du ticket.",
|
|
129
|
+
"note": "Note",
|
|
130
|
+
"thisHappens": "cela se produit",
|
|
131
|
+
"addValue": "ajouter une valeur",
|
|
132
|
+
"doThis": "faire ceci",
|
|
133
|
+
"selectValues": "sélectionner des valeurs",
|
|
134
|
+
"selectValue": "sélectionner une valeur",
|
|
135
|
+
"list": "Liste",
|
|
136
|
+
"selectVerb": "sélectionner un verbe",
|
|
137
|
+
"selectField": "sélectionner un champ",
|
|
138
|
+
"addCondition": "Ajouter une condition",
|
|
139
|
+
"selectDate": "Sélectionner une date",
|
|
140
|
+
"delayExecutionBy": "Retarder l'exécution de",
|
|
141
|
+
"addConditionDescription": "Ajouter une condition qui doit être remplie pour que la règle soit exécutée.",
|
|
142
|
+
"addConditionVerbAndValueDescription": "Ajouter le déclencheur conditionnel qui met la règle en mouvement.",
|
|
143
|
+
"addActionDescription": "Ajouter une action qui se produit en conséquence de la règle.",
|
|
144
|
+
"addActionSubItemDescription": "Ajouter des détails sur la manière dont cette action doit être effectuée.",
|
|
145
|
+
"addEventDescription": "Ajouter un déclencheur qui met la règle en mouvement.",
|
|
146
|
+
"actionTriggeredBy": "Action déclenchée par",
|
|
147
|
+
"addPerformerDescription": "Ajouter par qui l'action doit être déclenchée pour mettre la règle en mouvement.",
|
|
148
|
+
"aiGeneratedName": "Un nom généré par IA sera bientôt disponible."
|
|
149
|
+
},
|
|
150
|
+
"labels": {
|
|
151
|
+
"active": "Actif",
|
|
152
|
+
"body": "Corps",
|
|
153
|
+
"selectValues": "Sélectionner des valeurs",
|
|
154
|
+
"selectValue": "Sélectionner une valeur",
|
|
155
|
+
"multipleValues": "Valeurs multiples",
|
|
156
|
+
"id": "ID",
|
|
157
|
+
"name": "Nom",
|
|
158
|
+
"firstName": "Prénom",
|
|
159
|
+
"lastName": "Nom de famille",
|
|
160
|
+
"subdomain": "Sous-domaine",
|
|
161
|
+
"number": "Numéro",
|
|
162
|
+
"source": "Source/Canal",
|
|
163
|
+
"url": "URL/Lien",
|
|
164
|
+
"customerURL": "URL/Lien client",
|
|
165
|
+
"createdAt": "Créé à",
|
|
166
|
+
"updatedAt": "Mis à jour à",
|
|
167
|
+
"ticket": "Ticket",
|
|
168
|
+
"requester": "Demandeur",
|
|
169
|
+
"organization": "Espace de travail",
|
|
170
|
+
"memberOrRequester": "Membre ou Demandeur",
|
|
171
|
+
"system": "Système",
|
|
172
|
+
"ui": "Interface",
|
|
173
|
+
"email": "Email",
|
|
174
|
+
"twitter": "Twitter",
|
|
175
|
+
"chat": "Chat",
|
|
176
|
+
"none": "Aucun",
|
|
177
|
+
"questions": "Questions",
|
|
178
|
+
"incident": "Incident",
|
|
179
|
+
"problem": "Problème",
|
|
180
|
+
"featureRequest": "Demande de fonctionnalité",
|
|
181
|
+
"refund": "Remboursement",
|
|
182
|
+
"low": "Faible",
|
|
183
|
+
"medium": "Moyenne",
|
|
184
|
+
"high": "Élevée",
|
|
185
|
+
"urgent": "Urgent",
|
|
186
|
+
"any": "Tout",
|
|
187
|
+
"happy": "Content",
|
|
188
|
+
"neutral": "Neutre",
|
|
189
|
+
"unhappy": "Malheureux",
|
|
190
|
+
"yes": "Oui",
|
|
191
|
+
"no": "Non",
|
|
192
|
+
"member": "Membre",
|
|
193
|
+
"admin": "Administrateur",
|
|
194
|
+
"created": "Créé",
|
|
195
|
+
"channel": "Canal",
|
|
196
|
+
"customerEmail": "Email client",
|
|
197
|
+
"subject": "Objet",
|
|
198
|
+
"description": "Description",
|
|
199
|
+
"latestComment": "Dernier commentaire",
|
|
200
|
+
"anyComment": "Tout commentaire",
|
|
201
|
+
"subjectOrDescription": "Objet ou description",
|
|
202
|
+
"status": "Statut",
|
|
203
|
+
"category": "Catégorie",
|
|
204
|
+
"priority": "Priorité",
|
|
205
|
+
"company": "Entreprise",
|
|
206
|
+
"assignedMember": "Membre assigné",
|
|
207
|
+
"assignedTeam": "Équipe assignée",
|
|
208
|
+
"mailbox": "Boîte de réception",
|
|
209
|
+
"tags": "Étiquettes",
|
|
210
|
+
"submitterRole": "Rôle du soumissionnaire",
|
|
211
|
+
"hoursSince": {
|
|
212
|
+
"created": "Heures depuis la création",
|
|
213
|
+
"updatedBy": {
|
|
214
|
+
"memberOrRequester": "Heures depuis la mise à jour par un membre ou un demandeur",
|
|
215
|
+
"requester": "Heures depuis la mise à jour par un demandeur",
|
|
216
|
+
"member": "Heures depuis la mise à jour par un membre"
|
|
217
|
+
},
|
|
218
|
+
"firstAssigned": "Heures depuis la première assignation",
|
|
219
|
+
"lastAssigned": "Heures depuis la dernière assignation",
|
|
220
|
+
"new": "Heures depuis nouveau",
|
|
221
|
+
"open": "Heures depuis ouvert",
|
|
222
|
+
"onHold": "Heures depuis en attente",
|
|
223
|
+
"waitingOnCustomer": "Heures depuis en attente du client",
|
|
224
|
+
"closed": "Heures depuis fermé",
|
|
225
|
+
"spammed": "Heures depuis spam",
|
|
226
|
+
"trashed": "Heures depuis supprimé"
|
|
227
|
+
},
|
|
228
|
+
"feedback": "Retour d'information",
|
|
229
|
+
"memberOutOfOffice": "Membre hors du bureau",
|
|
230
|
+
"unassigned": "Non assigné",
|
|
231
|
+
"checked": "Coché",
|
|
232
|
+
"unchecked": "Non coché",
|
|
233
|
+
"text": "Texte",
|
|
234
|
+
"ruleSummary": "Résumé des règles d'automatisation",
|
|
235
|
+
"template": "Modèle",
|
|
236
|
+
"remainingItemsCount": "{{count}} de plus",
|
|
237
|
+
"endpoint": "Point de terminaison",
|
|
238
|
+
"key": "Clé",
|
|
239
|
+
"value": "Valeur",
|
|
240
|
+
"remove_tags": "Supprimer les étiquettes",
|
|
241
|
+
"add_tags": "Ajouter des étiquettes",
|
|
242
|
+
"change_status": "Changer le statut",
|
|
243
|
+
"add_note": "Ajouter une note",
|
|
244
|
+
"add_reply": "Ajouter une réponse",
|
|
245
|
+
"assign_group": "Assigner {{taxonomies.group.singular}}",
|
|
246
|
+
"assign_agent": "Assigner {{taxonomies.agent.singular}}",
|
|
247
|
+
"change_priority": "Changer la priorité",
|
|
248
|
+
"selectCannedResponse": "Sélectionner une réponse préenregistrée",
|
|
249
|
+
"headers": "En-têtes",
|
|
250
|
+
"includeHeaders": "Inclure les en-têtes",
|
|
251
|
+
"addEntity": "Ajouter {{entity}}",
|
|
252
|
+
"templateName": "Nom du modèle",
|
|
253
|
+
"saveAsTemplate": "Enregistrer comme modèle",
|
|
254
|
+
"viewHelpArticle": "Voir l'article d'aide"
|
|
255
|
+
},
|
|
256
|
+
"conditionVerbs": {
|
|
257
|
+
"is": "Est",
|
|
258
|
+
"isNot": "N'est pas",
|
|
259
|
+
"contains": "Contient",
|
|
260
|
+
"doesNotContain": "Ne contient pas",
|
|
261
|
+
"containsAnyOf": "Contient un des",
|
|
262
|
+
"containsAllOf": "Contient tous les",
|
|
263
|
+
"containsNoneOf": "Ne contient aucun des",
|
|
264
|
+
"startsWith": "Commence par",
|
|
265
|
+
"endsWith": "Se termine par",
|
|
266
|
+
"lessThan": "Moins que",
|
|
267
|
+
"greaterThan": "Plus que",
|
|
268
|
+
"anyTime": "À tout moment",
|
|
269
|
+
"during": "Pendant",
|
|
270
|
+
"notDuring": "Pas pendant",
|
|
271
|
+
"anyOf": "Est",
|
|
272
|
+
"noneOf": "N'est pas",
|
|
273
|
+
"isBefore": "Est avant",
|
|
274
|
+
"isAfter": "Est après"
|
|
275
|
+
},
|
|
276
|
+
"operators": {
|
|
277
|
+
"and": "et",
|
|
278
|
+
"or": "ou"
|
|
279
|
+
},
|
|
280
|
+
"note": {
|
|
281
|
+
"add": "Ajouter une note",
|
|
282
|
+
"added": "La note est ajoutée"
|
|
283
|
+
},
|
|
284
|
+
"ticket": {
|
|
285
|
+
"changeStatus": "Changer le statut du ticket",
|
|
286
|
+
"selectStatus": "Sélectionner le statut",
|
|
287
|
+
"changePriority": "Changer la priorité du ticket",
|
|
288
|
+
"selectPriority": "Sélectionner la priorité",
|
|
289
|
+
"created": "Le ticket est créé",
|
|
290
|
+
"updated": "Le ticket est mis à jour",
|
|
291
|
+
"deleted": "Le ticket est supprimé",
|
|
292
|
+
"spammed": "Le ticket est spam"
|
|
293
|
+
},
|
|
294
|
+
"priority": {
|
|
295
|
+
"changed": "La priorité est changée"
|
|
296
|
+
},
|
|
297
|
+
"category": {
|
|
298
|
+
"changed": "La catégorie est changée"
|
|
299
|
+
},
|
|
300
|
+
"status": {
|
|
301
|
+
"changed": "Le statut est changé"
|
|
302
|
+
},
|
|
303
|
+
"team": {
|
|
304
|
+
"updated": "L'équipe est mise à jour"
|
|
305
|
+
},
|
|
306
|
+
"member": {
|
|
307
|
+
"updated": "Le membre est mis à jour"
|
|
308
|
+
},
|
|
309
|
+
"reply": {
|
|
310
|
+
"added": "La réponse est ajoutée"
|
|
311
|
+
},
|
|
312
|
+
"feedback": {
|
|
313
|
+
"received": "Le retour d'information est reçu"
|
|
314
|
+
},
|
|
315
|
+
"tags": {
|
|
316
|
+
"add": "Ajouter des étiquettes",
|
|
317
|
+
"remove": "Supprimer des étiquettes"
|
|
318
|
+
},
|
|
319
|
+
"assign": {
|
|
320
|
+
"member": "Assigner un membre",
|
|
321
|
+
"selectMember": "Sélectionner un membre",
|
|
322
|
+
"team": "Assigner une équipe",
|
|
323
|
+
"selectTeam": "Sélectionner une équipe",
|
|
324
|
+
"firstResponder": "Assigner au premier répondant",
|
|
325
|
+
"lastResponder": "Assigner au dernier répondant",
|
|
326
|
+
"roundRobin": "Assigner des membres - Distribution en rond",
|
|
327
|
+
"loadBalanced": "Assigner des membres - Équilibré"
|
|
328
|
+
},
|
|
329
|
+
"remove": {
|
|
330
|
+
"member": "Supprimer le membre assigné"
|
|
331
|
+
},
|
|
332
|
+
"email": {
|
|
333
|
+
"allMembers": "Email à tous les membres",
|
|
334
|
+
"requester": "Email au demandeur",
|
|
335
|
+
"assignedMember": "Email au membre assigné",
|
|
336
|
+
"member": "Email au membre",
|
|
337
|
+
"selectMember": "Sélectionner un membre"
|
|
338
|
+
},
|
|
339
|
+
"tasksList": {
|
|
340
|
+
"add": "Ajouter une liste de tâches",
|
|
341
|
+
"select": "Sélectionner une liste de tâches"
|
|
342
|
+
},
|
|
343
|
+
"emailTo": "Email à",
|
|
344
|
+
"slack": {
|
|
345
|
+
"messageTo": "Message à Slack",
|
|
346
|
+
"selectChannel": "Sélectionner un canal",
|
|
347
|
+
"refreshChannelList": "Rafraîchir la liste des canaux Slack"
|
|
348
|
+
},
|
|
349
|
+
"shortcuts": {
|
|
350
|
+
"submit": "Soumettre le champ",
|
|
351
|
+
"cancel": "Annuler"
|
|
352
|
+
},
|
|
353
|
+
"helpTexts": {
|
|
354
|
+
"phoneNumber": "Exemple : +918888888888"
|
|
355
|
+
},
|
|
356
|
+
"messages": {
|
|
357
|
+
"removeInvalidPhoneNumbers": "Cliquez ici pour supprimer les numéros de téléphone invalides."
|
|
358
|
+
},
|
|
359
|
+
"description": {
|
|
360
|
+
"reorder": "Les règles d'automatisation sont appliquées de haut en bas."
|
|
361
|
+
},
|
|
362
|
+
"button": {
|
|
363
|
+
"clone": "Cloner",
|
|
364
|
+
"delete": "Supprimer",
|
|
365
|
+
"edit": "Éditer",
|
|
366
|
+
"addNew": "Ajouter une nouvelle règle"
|
|
367
|
+
},
|
|
368
|
+
"deleteAlert": {
|
|
369
|
+
"message": "Vous êtes en train de supprimer définitivement la règle d'automatisation <strong>{{name, anyCase}}</strong>. Cela ne peut pas être annulé.",
|
|
370
|
+
"title": "Supprimer la règle d'automatisation ?"
|
|
371
|
+
},
|
|
372
|
+
"noData": {
|
|
373
|
+
"title": "Il n'y a pas de règles d'automatisation à afficher",
|
|
374
|
+
"helpText": "Voici comment vous pouvez utiliser <a>les règles d'automatisation</a>."
|
|
375
|
+
},
|
|
376
|
+
"tooltips": {
|
|
377
|
+
"rule": {
|
|
378
|
+
"active": "Cette règle d'automatisation est actuellement active. Basculer pour la rendre inactive.",
|
|
379
|
+
"inactive": "Cette règle d'automatisation est actuellement inactive. Basculer pour la rendre active."
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
"helpText": {
|
|
383
|
+
"description": "La fonctionnalité des règles d'automatisation vous permet de créer des règles pour automatiser des actions spécifiques lorsque certains événements se produisent.",
|
|
384
|
+
"addDelay": "Ajoutez un délai afin que les actions suivantes s'exécutent après le temps spécifié"
|
|
385
|
+
},
|
|
386
|
+
"apiFields": {
|
|
387
|
+
"insertPlaceholder": "Insérer l'espace réservé : {{label}}"
|
|
388
|
+
}
|
|
8
389
|
}
|
|
9
|
-
}
|
|
390
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-rules-frontend",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.23",
|
|
4
4
|
"description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-rules-nano",
|