@abyss-project/commons-front-core 1.0.140 → 1.0.141
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/dist/CookieConsentSettings.component-DIIK_rRd.js +2604 -0
- package/dist/components/CookieConsent/index.d.ts +1 -0
- package/dist/cookie-consent.d.ts +2 -0
- package/dist/cookie-consent.js +16 -0
- package/dist/hooks/use-rich-intl.hook.d.ts +8 -0
- package/dist/{index-okqeKiVw.js → index-0jt8DKLf.js} +11 -11
- package/dist/{index-Bl6SIpvf.js → index-B3Y7Rb_Q.js} +1 -1
- package/dist/{index-UEOwaY3O.js → index-BLr1fOuq.js} +4 -4
- package/dist/{index-D-lNUR0y.js → index-BWj4TKOS.js} +2 -2
- package/dist/{index-DmM6klgp.js → index-B_fAiFZq.js} +3 -3
- package/dist/{index-KCcZKXY3.js → index-Blqg9cwf.js} +3 -3
- package/dist/{index-0Kl4O08s.js → index-BrSAVa-Q.js} +2 -2
- package/dist/{index-DYCXaPIH.js → index-C70H1Rqy.js} +4 -4
- package/dist/{index-CBU4Yqx5.js → index-C9HpxdlC.js} +2 -2
- package/dist/{index-CypPvn_s.js → index-CDvwJmU3.js} +8 -8
- package/dist/{index-DR4nDzIn.js → index-CI_ndLtL.js} +43317 -45910
- package/dist/{index-DmUCpN76.js → index-CQv4ue2W.js} +2 -2
- package/dist/{index-DS8zE3ca.js → index-CRlvyprK.js} +3 -3
- package/dist/{index-SiHpvGQe.js → index-Cb3RkMZy.js} +2 -2
- package/dist/{index-BR_Xw8UL.js → index-CkpUdKTG.js} +3 -3
- package/dist/{index-BanaQPDD.js → index-CnuCwLCI.js} +2 -2
- package/dist/{index-DK4YUg-N.js → index-CxyWN2Jp.js} +2 -2
- package/dist/{index-DRApEyFE.js → index-DQJBss56.js} +2 -2
- package/dist/{index-CU2W3qym.js → index-jiAI8FrN.js} +4 -4
- package/dist/{index-BdtnG5GK.js → index-prtXdje2.js} +2 -2
- package/dist/{index-D5ysDxCf.js → index-rNuCv1FV.js} +5 -5
- package/dist/{index-D-1klt9M.js → index-tz9rZQUM.js} +8 -8
- package/dist/index.js +223 -222
- package/package.json +12 -1
- package/vite.config.ts +10 -3
- /package/dist/{index.css → commons-front-core.css} +0 -0
|
@@ -0,0 +1,2604 @@
|
|
|
1
|
+
import { jsx as i, jsxs as A, Fragment as $ } from "react/jsx-runtime";
|
|
2
|
+
import { useCallback as C, useMemo as x, useState as y, useEffect as z, createContext as Q, useContext as ee } from "react";
|
|
3
|
+
import { Paper as te, Stack as M, Box as N, Typography as m, Button as f, Dialog as oe, DialogTitle as ie, DialogContent as re, FormControlLabel as b, Checkbox as _, DialogActions as se, Card as ne, CardContent as ae } from "@mui/material";
|
|
4
|
+
import { useIntl as le } from "react-intl";
|
|
5
|
+
import { UserLanguage as R, enTranslation as ce, frTranslation as de, AbyssCore as k } from "@abyss-project/main";
|
|
6
|
+
import { useQuery as ue, useMutation as pe } from "@tanstack/react-query";
|
|
7
|
+
const q = {
|
|
8
|
+
50: "#EEF2FF",
|
|
9
|
+
100: "#E0E7FF",
|
|
10
|
+
200: "#C7D2FE",
|
|
11
|
+
300: "#A5B4FC",
|
|
12
|
+
400: "#818CF8",
|
|
13
|
+
500: "#6366F1",
|
|
14
|
+
// ← BRAND PRIMARY
|
|
15
|
+
600: "#4F46E5",
|
|
16
|
+
700: "#4338CA",
|
|
17
|
+
800: "#3730A3",
|
|
18
|
+
900: "#312E81",
|
|
19
|
+
950: "#1E1B4B"
|
|
20
|
+
}, me = {
|
|
21
|
+
0: "#FFFFFF",
|
|
22
|
+
50: "#FAFAFA",
|
|
23
|
+
100: "#F4F4F5",
|
|
24
|
+
200: "#E4E4E7",
|
|
25
|
+
300: "#D4D4D8",
|
|
26
|
+
400: "#A1A1AA",
|
|
27
|
+
500: "#71717A",
|
|
28
|
+
600: "#52525B",
|
|
29
|
+
700: "#3F3F46",
|
|
30
|
+
800: "#27272A",
|
|
31
|
+
850: "#1C1C1E",
|
|
32
|
+
900: "#18181B",
|
|
33
|
+
950: "#09090B"
|
|
34
|
+
}, Ae = {
|
|
35
|
+
50: "#ECFEFF",
|
|
36
|
+
100: "#CFFAFE",
|
|
37
|
+
200: "#A5F3FC",
|
|
38
|
+
300: "#67E8F9",
|
|
39
|
+
400: "#22D3EE",
|
|
40
|
+
500: "#06B6D4",
|
|
41
|
+
600: "#0891B2",
|
|
42
|
+
700: "#0E7490",
|
|
43
|
+
800: "#155E75",
|
|
44
|
+
900: "#164E63"
|
|
45
|
+
}, W = {
|
|
46
|
+
50: "#FFFBEB",
|
|
47
|
+
100: "#FEF3C7",
|
|
48
|
+
200: "#FDE68A",
|
|
49
|
+
300: "#FCD34D",
|
|
50
|
+
400: "#FCA311",
|
|
51
|
+
// former focusPrimary
|
|
52
|
+
500: "#F59E0B",
|
|
53
|
+
600: "#D97706",
|
|
54
|
+
700: "#B45309",
|
|
55
|
+
800: "#92400E",
|
|
56
|
+
900: "#78350F"
|
|
57
|
+
}, Ee = {
|
|
58
|
+
50: "#FEF2F2",
|
|
59
|
+
100: "#FEE2E2",
|
|
60
|
+
200: "#FECACA",
|
|
61
|
+
300: "#FCA5A5",
|
|
62
|
+
400: "#F87171",
|
|
63
|
+
500: "#EF4444",
|
|
64
|
+
600: "#DC2626",
|
|
65
|
+
700: "#B91C1C",
|
|
66
|
+
800: "#991B1B",
|
|
67
|
+
900: "#7F1D1D"
|
|
68
|
+
}, Se = {
|
|
69
|
+
50: "#ECFDF5",
|
|
70
|
+
100: "#D1FAE5",
|
|
71
|
+
200: "#A7F3D0",
|
|
72
|
+
300: "#6EE7B7",
|
|
73
|
+
400: "#34D399",
|
|
74
|
+
500: "#10B981",
|
|
75
|
+
600: "#059669",
|
|
76
|
+
700: "#047857",
|
|
77
|
+
800: "#065F46",
|
|
78
|
+
900: "#064E3B"
|
|
79
|
+
}, ge = {
|
|
80
|
+
50: "#FAF5FF",
|
|
81
|
+
100: "#F3E8FF",
|
|
82
|
+
200: "#E9D5FF",
|
|
83
|
+
300: "#D8B4FE",
|
|
84
|
+
400: "#C084FC",
|
|
85
|
+
500: "#A855F7",
|
|
86
|
+
600: "#9333EA",
|
|
87
|
+
700: "#7C3AED",
|
|
88
|
+
800: "#6B21A8",
|
|
89
|
+
900: "#581C87"
|
|
90
|
+
}, Te = {
|
|
91
|
+
discord: "#5865F2",
|
|
92
|
+
discordHover: "#4752C4",
|
|
93
|
+
google: "#4285F4",
|
|
94
|
+
googleHover: "#3367D6",
|
|
95
|
+
slack: "#4A154B",
|
|
96
|
+
slackHover: "#3B1139"
|
|
97
|
+
}, he = {
|
|
98
|
+
yellow: "#E1A624",
|
|
99
|
+
blue: "#317AC1",
|
|
100
|
+
grey: "#384454",
|
|
101
|
+
white: "#D4D3DC",
|
|
102
|
+
braun: "#AD956B"
|
|
103
|
+
}, P = [
|
|
104
|
+
"#6366F1",
|
|
105
|
+
// indigo (brand)
|
|
106
|
+
"#22D3EE",
|
|
107
|
+
// cyan (bioluminescent)
|
|
108
|
+
"#FCA311",
|
|
109
|
+
// amber (warm accent)
|
|
110
|
+
"#10B981",
|
|
111
|
+
// emerald
|
|
112
|
+
"#F472B6",
|
|
113
|
+
// pink
|
|
114
|
+
"#A78BFA",
|
|
115
|
+
// violet
|
|
116
|
+
"#FB923C",
|
|
117
|
+
// orange
|
|
118
|
+
"#34D399",
|
|
119
|
+
// teal
|
|
120
|
+
"#F87171",
|
|
121
|
+
// coral
|
|
122
|
+
"#38BDF8",
|
|
123
|
+
// sky blue
|
|
124
|
+
"#FACC15",
|
|
125
|
+
// yellow
|
|
126
|
+
"#C084FC"
|
|
127
|
+
// purple
|
|
128
|
+
], G = [
|
|
129
|
+
...P,
|
|
130
|
+
"#E879F9",
|
|
131
|
+
// fuchsia
|
|
132
|
+
"#2DD4BF",
|
|
133
|
+
// teal light
|
|
134
|
+
"#FB7185",
|
|
135
|
+
// rose
|
|
136
|
+
"#818CF8",
|
|
137
|
+
// indigo light
|
|
138
|
+
"#4ADE80",
|
|
139
|
+
// green light
|
|
140
|
+
"#FCD34D",
|
|
141
|
+
// amber light
|
|
142
|
+
"#67E8F9",
|
|
143
|
+
// cyan light
|
|
144
|
+
"#F9A8D4"
|
|
145
|
+
// pink light
|
|
146
|
+
], Ie = [
|
|
147
|
+
"#6366f1",
|
|
148
|
+
// indigo
|
|
149
|
+
"#8b5cf6",
|
|
150
|
+
// violet
|
|
151
|
+
"#a855f7",
|
|
152
|
+
// purple
|
|
153
|
+
"#d946ef",
|
|
154
|
+
// fuchsia
|
|
155
|
+
"#ec4899",
|
|
156
|
+
// pink
|
|
157
|
+
"#f43f5e",
|
|
158
|
+
// rose
|
|
159
|
+
"#ef4444",
|
|
160
|
+
// red
|
|
161
|
+
"#f97316",
|
|
162
|
+
// orange
|
|
163
|
+
"#f59e0b",
|
|
164
|
+
// amber
|
|
165
|
+
"#eab308",
|
|
166
|
+
// yellow
|
|
167
|
+
"#84cc16",
|
|
168
|
+
// lime
|
|
169
|
+
"#22c55e",
|
|
170
|
+
// green
|
|
171
|
+
"#14b8a6",
|
|
172
|
+
// teal
|
|
173
|
+
"#06b6d4",
|
|
174
|
+
// cyan
|
|
175
|
+
"#0ea5e9",
|
|
176
|
+
// sky
|
|
177
|
+
"#3b82f6"
|
|
178
|
+
// blue
|
|
179
|
+
], Ne = (e) => P[e % P.length], Oe = (e) => G[e % G.length], qe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
180
|
+
__proto__: null,
|
|
181
|
+
amber: W,
|
|
182
|
+
chipColors: he,
|
|
183
|
+
colorPool: P,
|
|
184
|
+
colorPoolExtended: G,
|
|
185
|
+
cyan: Ae,
|
|
186
|
+
getPoolColor: Ne,
|
|
187
|
+
getPoolColorExtended: Oe,
|
|
188
|
+
green: Se,
|
|
189
|
+
indigo: q,
|
|
190
|
+
neutral: me,
|
|
191
|
+
purple: ge,
|
|
192
|
+
red: Ee,
|
|
193
|
+
social: Te,
|
|
194
|
+
tagColorPool: Ie
|
|
195
|
+
}, Symbol.toStringTag, { value: "Module" })), Ce = {
|
|
196
|
+
"space-display-name": {
|
|
197
|
+
personal: "Mon Cloud",
|
|
198
|
+
"perso-in-org": "Mon Cloud (dans org)",
|
|
199
|
+
"org-common": "Cloud de l'organisation",
|
|
200
|
+
project: "Cloud du projet",
|
|
201
|
+
"subtitle-personal": "Espace personnel",
|
|
202
|
+
"subtitle-perso-in-org": "Mon espace dans l'organisation",
|
|
203
|
+
"subtitle-org-common": "Espace partagé de l'organisation",
|
|
204
|
+
"subtitle-project": "Espace de projet",
|
|
205
|
+
"section-personal": "Mon espace",
|
|
206
|
+
"section-shared": "Partagés avec moi",
|
|
207
|
+
"section-organization": "Organisation"
|
|
208
|
+
},
|
|
209
|
+
"pdf-editor": {
|
|
210
|
+
toolbar: {
|
|
211
|
+
"change-file": "Changer de fichier",
|
|
212
|
+
select: "Sélection",
|
|
213
|
+
text: "Ajouter du texte",
|
|
214
|
+
draw: "Dessiner",
|
|
215
|
+
signature: "Signature",
|
|
216
|
+
eraser: "Gomme",
|
|
217
|
+
"fill-fields": "Remplir les champs",
|
|
218
|
+
undo: "Annuler",
|
|
219
|
+
redo: "Rétablir",
|
|
220
|
+
download: "Télécharger",
|
|
221
|
+
"save-to-cloud": "Enregistrer sur AbyssCloud",
|
|
222
|
+
"quick-sigs": "Signatures enregistrées",
|
|
223
|
+
"quick-texts": "Blocs de texte"
|
|
224
|
+
},
|
|
225
|
+
sidebar: {
|
|
226
|
+
pages: "Pages ({count})"
|
|
227
|
+
},
|
|
228
|
+
insert: {
|
|
229
|
+
button: "Insérer des pages",
|
|
230
|
+
reading: "Lecture du PDF…",
|
|
231
|
+
"from-file": "Depuis un fichier",
|
|
232
|
+
"from-cloud": "Depuis AbyssCloud",
|
|
233
|
+
"only-pdf": "Seuls les fichiers PDF peuvent être insérés."
|
|
234
|
+
},
|
|
235
|
+
"insert-dialog": {
|
|
236
|
+
title: "Insérer des pages depuis {fileName}",
|
|
237
|
+
helper: "Sélectionnez les pages à insérer ({selected} sur {total} sélectionnées).",
|
|
238
|
+
"select-all": "Tout sélectionner",
|
|
239
|
+
"select-none": "Tout désélectionner",
|
|
240
|
+
"page-label": "Page {num}",
|
|
241
|
+
confirm: "{count, plural, one {Insérer # page} other {Insérer # pages}}"
|
|
242
|
+
},
|
|
243
|
+
action: {
|
|
244
|
+
cancel: "Annuler"
|
|
245
|
+
},
|
|
246
|
+
error: {
|
|
247
|
+
"load-failed": "Impossible de charger le PDF : {message}",
|
|
248
|
+
"export-failed": "Échec de l'export : {message}"
|
|
249
|
+
},
|
|
250
|
+
text: {
|
|
251
|
+
hint: "Cliquez n'importe où sur la page pour ajouter du texte. Entrée ou clic en dehors pour valider. Double-clic pour modifier, glisser pour déplacer."
|
|
252
|
+
},
|
|
253
|
+
draw: {
|
|
254
|
+
hint: "Cliquez et glissez sur la page pour dessiner.",
|
|
255
|
+
"stroke-width": "Épaisseur : {width}px",
|
|
256
|
+
color: "Couleur",
|
|
257
|
+
width: "Trait",
|
|
258
|
+
"custom-color": "Couleur personnalisée"
|
|
259
|
+
},
|
|
260
|
+
signature: {
|
|
261
|
+
"placement-hint": "Cliquez sur la page pour placer votre signature.",
|
|
262
|
+
"add-hint": "Ajoutez une signature, puis cliquez sur la page pour la placer.",
|
|
263
|
+
"add-button": "Ajouter une signature",
|
|
264
|
+
"apply-all-pages": "Appliquer sur toutes les pages",
|
|
265
|
+
"manage-assets": "Gérer mes assets",
|
|
266
|
+
clear: "Effacer",
|
|
267
|
+
"picker-title": "Ajouter votre signature",
|
|
268
|
+
tabs: {
|
|
269
|
+
draw: "Dessiner",
|
|
270
|
+
upload: "Téléverser",
|
|
271
|
+
saved: "Enregistrées"
|
|
272
|
+
},
|
|
273
|
+
save: {
|
|
274
|
+
kind: "Type",
|
|
275
|
+
name: "Nom",
|
|
276
|
+
scope: "Espace",
|
|
277
|
+
"scope-personal": "Mon espace (personnel)",
|
|
278
|
+
button: "Enregistrer",
|
|
279
|
+
title: "Enregistrer cette signature",
|
|
280
|
+
SIGNATURE: "Signature",
|
|
281
|
+
INITIALS: "Initiales",
|
|
282
|
+
STAMP: "Tampon",
|
|
283
|
+
error: "Échec de la sauvegarde"
|
|
284
|
+
},
|
|
285
|
+
saved: {
|
|
286
|
+
"scope-label": "Espace",
|
|
287
|
+
scope: {
|
|
288
|
+
personal: "Mon espace",
|
|
289
|
+
organization: "Organisation"
|
|
290
|
+
},
|
|
291
|
+
group: {
|
|
292
|
+
personal: "Personnel",
|
|
293
|
+
organization: "Organisations",
|
|
294
|
+
project: "Projets"
|
|
295
|
+
},
|
|
296
|
+
kind: {
|
|
297
|
+
all: "Tout",
|
|
298
|
+
SIGNATURE: "Signatures",
|
|
299
|
+
INITIALS: "Initiales",
|
|
300
|
+
STAMP: "Tampons",
|
|
301
|
+
TEXT_BLOCK: "Blocs de texte"
|
|
302
|
+
},
|
|
303
|
+
empty: "Aucun asset enregistré pour ce scope."
|
|
304
|
+
},
|
|
305
|
+
upload: {
|
|
306
|
+
hint: "Déposez une image PNG ou JPEG ici, ou cliquez pour parcourir.",
|
|
307
|
+
title: "Déposez votre signature ici",
|
|
308
|
+
browse: "ou cliquez pour parcourir",
|
|
309
|
+
replace: "Remplacer l'image",
|
|
310
|
+
reading: "Lecture de l'image…",
|
|
311
|
+
cancel: "Annuler",
|
|
312
|
+
"max-size": "Max 2 Mo",
|
|
313
|
+
error: {
|
|
314
|
+
"invalid-type": "Seules les images PNG ou JPEG sont supportées.",
|
|
315
|
+
"too-large": "L'image ne doit pas dépasser 2 Mo.",
|
|
316
|
+
"read-failed": "Impossible de lire l'image."
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
draw: {
|
|
320
|
+
title: "Dessinez votre signature",
|
|
321
|
+
helper: "Tracez avec votre souris ou pavé tactile",
|
|
322
|
+
"stroke-color": "Couleur",
|
|
323
|
+
"stroke-width": "Trait"
|
|
324
|
+
},
|
|
325
|
+
use: "Utiliser la signature"
|
|
326
|
+
},
|
|
327
|
+
"fill-fields": {
|
|
328
|
+
empty: "Aucun champ remplissable détecté dans ce PDF.",
|
|
329
|
+
detected: "{count, plural, one {# champ remplissable détecté.} other {# champs remplissables détectés.}}"
|
|
330
|
+
},
|
|
331
|
+
page: {
|
|
332
|
+
inserted: "Page insérée",
|
|
333
|
+
rotate: "Pivoter de 90°",
|
|
334
|
+
delete: "Supprimer la page",
|
|
335
|
+
"confirm-delete": {
|
|
336
|
+
title: "Supprimer cette page ?",
|
|
337
|
+
description: "Cette action ne peut pas être annulée — mais vous pouvez la défaire depuis la barre d'outils.",
|
|
338
|
+
confirm: "Supprimer"
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
"quota-reached": {
|
|
343
|
+
title: "Limite atteinte",
|
|
344
|
+
description: "Tu as atteint la limite de « {metric} » incluse dans ton plan actuel.",
|
|
345
|
+
hint: "Passe à un plan supérieur pour augmenter cette limite et continuer.",
|
|
346
|
+
upgrade: "Voir les plans",
|
|
347
|
+
close: "Fermer",
|
|
348
|
+
service: {
|
|
349
|
+
ABYSS_PLATFORM: "Plateforme",
|
|
350
|
+
ABYSS_STORAGE: "Stockage",
|
|
351
|
+
ABYSS_MONITOR: "Monitoring",
|
|
352
|
+
ABYSS_CLOUD: "Cloud",
|
|
353
|
+
ABYSS_CRYPT: "Chiffrement",
|
|
354
|
+
ABYSS_FORM: "Formulaires",
|
|
355
|
+
ABYSS_TOOLS: "Outils",
|
|
356
|
+
ABYSS_SPOTLIGHT: "Spotlight",
|
|
357
|
+
ABYSS_TRAINING: "Training",
|
|
358
|
+
ABYSS_MEMORIES: "Memories"
|
|
359
|
+
},
|
|
360
|
+
metric: {
|
|
361
|
+
PROJECTS_COUNT: "Projets",
|
|
362
|
+
MEMBERS_COUNT: "Membres",
|
|
363
|
+
TEAM_COUNT: "Équipes",
|
|
364
|
+
API_KEYS_COUNT: "Clés API",
|
|
365
|
+
STORAGE_GB: "Stockage (Go)",
|
|
366
|
+
FILES_COUNT: "Fichiers",
|
|
367
|
+
PRESIGNED_URLS: "URLs pré-signées",
|
|
368
|
+
BANDWIDTH_GB: "Bande passante (Go)",
|
|
369
|
+
LOG_EVENTS: "Événements logs",
|
|
370
|
+
RETENTION_DAYS: "Rétention (jours)",
|
|
371
|
+
APPLICATIONS: "Applications",
|
|
372
|
+
CLOUD_INSTANCE_COUNT: "Instances cloud",
|
|
373
|
+
CLOUD_STORAGE_GB: "Stockage cloud (Go)",
|
|
374
|
+
CLOUD_FILES_COUNT: "Fichiers cloud",
|
|
375
|
+
CRYPT_MAX_FILE_SIZE_MB: "Taille max fichier (Mo)",
|
|
376
|
+
CRYPT_ENCRYPTIONS_MONTH: "Chiffrements / mois",
|
|
377
|
+
FORMS_COUNT: "Formulaires",
|
|
378
|
+
FORM_SUBMISSIONS_MONTH: "Soumissions par mois",
|
|
379
|
+
FORM_ALLOW_DOCUMENTS: "Documents dans les soumissions",
|
|
380
|
+
FORM_MAX_DOCUMENT_SIZE_MB: "Taille max document (Mo)",
|
|
381
|
+
FORM_MAX_SUBMISSIONS_PER_FORM_DAY: "Soumissions par formulaire/jour",
|
|
382
|
+
FORM_DOCUMENTS_STORAGE_GB: "Stockage pièces jointes",
|
|
383
|
+
TOOLS_DRAW_COUNT: "Draws",
|
|
384
|
+
TOOLS_BOARD_COUNT: "Boards",
|
|
385
|
+
TOOLS_MEMO_COUNT: "Memos",
|
|
386
|
+
TOOLS_ATLAS_COUNT: "Atlases",
|
|
387
|
+
TOOLS_RETROSPECTIVE_COUNT: "Rétrospectives",
|
|
388
|
+
TOOLS_SHORT_LINK_COUNT: "Liens courts",
|
|
389
|
+
TOOLS_SHORTLINK_RESOLUTIONS_MONTH: "Clics liens courts",
|
|
390
|
+
MONITOR_WEBHOOK_INVOCATIONS_MONTH: "Webhooks Monitor / mois",
|
|
391
|
+
SPOTLIGHT_PAGES_COUNT: "Pages publiées",
|
|
392
|
+
SPOTLIGHT_PAGE_VIEWS_MONTH: "Vues / mois",
|
|
393
|
+
TRAINING_PROGRAMS_COUNT: "Programmes",
|
|
394
|
+
TRAINING_SESSIONS_MONTH: "Sessions / mois",
|
|
395
|
+
TRAINING_TEMPLATES_COUNT: "Modèles",
|
|
396
|
+
TRAINING_CUSTOM_EXERCISES_COUNT: "Exercices personnalisés",
|
|
397
|
+
MEMORIES_EVENTS_COUNT: "Événements",
|
|
398
|
+
MEMORIES_MEDIA_STORAGE_GB: "Stockage médias"
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
"error-page": {
|
|
402
|
+
title: "Une erreur est survenue",
|
|
403
|
+
description: "Une erreur inattendue s'est produite. Réessayez ou revenez à l'accueil.",
|
|
404
|
+
retry: "Réessayer",
|
|
405
|
+
"go-home": "Retour à l'accueil",
|
|
406
|
+
"show-details": "Afficher les détails techniques",
|
|
407
|
+
"hide-details": "Masquer les détails techniques",
|
|
408
|
+
"download-details": "Télécharger le rapport",
|
|
409
|
+
"footer-hint": "Si le problème persiste, merci de nous envoyer le rapport téléchargé.",
|
|
410
|
+
report: {
|
|
411
|
+
"comment-placeholder": "Décris brièvement ce que tu faisais (optionnel)",
|
|
412
|
+
send: "Envoyer le rapport",
|
|
413
|
+
sending: "Envoi en cours…",
|
|
414
|
+
sent: "Rapport envoyé ✓",
|
|
415
|
+
"error-retry": "L'envoi a échoué — réessayer"
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
cookies: {
|
|
419
|
+
banner: {
|
|
420
|
+
title: "Vos préférences de cookies",
|
|
421
|
+
description: "Nous utilisons des cookies pour faire fonctionner notre service, mesurer son audience et améliorer votre expérience. Vous pouvez accepter, refuser ou personnaliser à tout moment.",
|
|
422
|
+
"privacy-link": "En savoir plus"
|
|
423
|
+
},
|
|
424
|
+
action: {
|
|
425
|
+
"accept-all": "Tout accepter",
|
|
426
|
+
"reject-all": "Tout refuser",
|
|
427
|
+
configure: "Personnaliser",
|
|
428
|
+
cancel: "Annuler",
|
|
429
|
+
save: "Enregistrer mes choix"
|
|
430
|
+
},
|
|
431
|
+
configure: {
|
|
432
|
+
title: "Personnaliser mes cookies"
|
|
433
|
+
},
|
|
434
|
+
category: {
|
|
435
|
+
essentials: {
|
|
436
|
+
title: "Cookies essentiels",
|
|
437
|
+
description: "Nécessaires au fonctionnement du service (authentification, sécurité). Toujours actifs."
|
|
438
|
+
},
|
|
439
|
+
analytics: {
|
|
440
|
+
title: "Mesure d'audience",
|
|
441
|
+
description: "Nous aident à comprendre l'usage de l'application pour l'améliorer."
|
|
442
|
+
},
|
|
443
|
+
marketing: {
|
|
444
|
+
title: "Marketing",
|
|
445
|
+
description: "Utilisés pour vous proposer du contenu pertinent. Désactivés par défaut."
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
commons: {
|
|
450
|
+
menu: {
|
|
451
|
+
account: "Mon compte",
|
|
452
|
+
settings: "Paramètres",
|
|
453
|
+
billing: "Facturation",
|
|
454
|
+
logout: "Déconnexion"
|
|
455
|
+
},
|
|
456
|
+
scope: {
|
|
457
|
+
personal: "Personnel",
|
|
458
|
+
placeholder: "Espace"
|
|
459
|
+
},
|
|
460
|
+
invitation: {
|
|
461
|
+
"invite-message-with-name": "<bold>{inviter}</bold> vous invite à accéder à <bold>{content}</bold> sur <bold>{service}</bold>",
|
|
462
|
+
"invite-message": "<bold>{inviter}</bold> vous invite à accéder à un contenu sur <bold>{service}</bold>",
|
|
463
|
+
accept: "Accepter",
|
|
464
|
+
decline: "Décliner"
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
general: {
|
|
468
|
+
error: "Une erreur est survenue",
|
|
469
|
+
retry: "Réessayer",
|
|
470
|
+
"unknown-error": "Une erreur inconnue est survenue",
|
|
471
|
+
"not-implemented-yet": "Indisponible pour le moment",
|
|
472
|
+
"session-expired": "Votre session a expiré",
|
|
473
|
+
"click-to-copy": "Cliquer pour copier",
|
|
474
|
+
open: "Afficher",
|
|
475
|
+
delete: "Supprimer",
|
|
476
|
+
archive: "Archiver",
|
|
477
|
+
unarchive: "Désarchiver",
|
|
478
|
+
optional: "Optionnel",
|
|
479
|
+
refresh: "Actualiser",
|
|
480
|
+
"please-wait": "Veuillez patienter",
|
|
481
|
+
"rows-per-page": "Lignes par page",
|
|
482
|
+
"rows-selected": "Lignes sélectionnées",
|
|
483
|
+
"filter-title": "Filtres et recherche",
|
|
484
|
+
share: "Partager",
|
|
485
|
+
"copy-share-link": "Copier le lien de partage",
|
|
486
|
+
"load-more": "Charger plus",
|
|
487
|
+
"empty-table": "Aucun élément",
|
|
488
|
+
"empty-graph": "Aucune donnée disponible",
|
|
489
|
+
back: "Retour",
|
|
490
|
+
next: "Suivant",
|
|
491
|
+
update: "Modifier",
|
|
492
|
+
save: "Enregistrer",
|
|
493
|
+
create: "Créer",
|
|
494
|
+
loading: "Chargement en cours...",
|
|
495
|
+
new: "Nouveau",
|
|
496
|
+
"download-file-completed": "Le fichier a été téléchargé !",
|
|
497
|
+
"no-description": "Aucune description",
|
|
498
|
+
active: "Actif",
|
|
499
|
+
"link-copied": "Lien copié !",
|
|
500
|
+
credits: "crédits",
|
|
501
|
+
"total-credit": "Total de crédits",
|
|
502
|
+
"expand-sidebar": "Développer la barre latérale",
|
|
503
|
+
"collapse-sidebar": "Réduire la barre latérale",
|
|
504
|
+
"unauthorized-access": "Accès non autorisé",
|
|
505
|
+
"show-archived": "Voir les archivés",
|
|
506
|
+
"hide-archived": "Masquer les archivés",
|
|
507
|
+
add: "Ajouter",
|
|
508
|
+
clear: "Effacer",
|
|
509
|
+
search: "Rechercher...",
|
|
510
|
+
"theme-light": "Mode clair",
|
|
511
|
+
"theme-dark": "Mode sombre"
|
|
512
|
+
},
|
|
513
|
+
"file-importation": {
|
|
514
|
+
"cloud-usage-metrics": {
|
|
515
|
+
title: "Espaces AbyssCloud",
|
|
516
|
+
"count-files": "{amount, plural, =0 {# fichier} one {# fichier} other {# fichiers}}",
|
|
517
|
+
"pending-share": "Invitation en attente"
|
|
518
|
+
},
|
|
519
|
+
"import-cloud": {
|
|
520
|
+
"open-modal-button": "Importer depuis un cloud",
|
|
521
|
+
modal: {
|
|
522
|
+
title: "Importer depuis un cloud",
|
|
523
|
+
loading: "Chargement des espaces cloud...",
|
|
524
|
+
"service-not-enabled": "Vous n'avez pas encore activé AbyssCloud",
|
|
525
|
+
"service-not-enabled-description": "Pour importer des fichiers depuis un cloud, vous devez d'abord activer AbyssCloud.",
|
|
526
|
+
"enable-service-button": "Activer AbyssCloud",
|
|
527
|
+
"service-unreachable": "Impossible de joindre AbyssCloud. Réessayez dans quelques instants.",
|
|
528
|
+
retry: "Réessayer",
|
|
529
|
+
"no-cloud-available": "Vous n'avez aucun espace cloud",
|
|
530
|
+
"too-big-filtered-file": "Les fichiers trop volumineux sont automatiquement filtrés.",
|
|
531
|
+
"import-button": "Importer",
|
|
532
|
+
"space-label": "Espace cloud",
|
|
533
|
+
"space-placeholder": "Choisissez un espace",
|
|
534
|
+
"empty-cloud": "Cet espace est vide",
|
|
535
|
+
"section-personal": "Mes clouds",
|
|
536
|
+
"section-organization": "Organisations",
|
|
537
|
+
"section-shared": "Partagés avec moi",
|
|
538
|
+
"files-selected": "{count, plural, one {# fichier sélectionné} other {# fichiers sélectionnés}}",
|
|
539
|
+
"open-in-cloud": "Ouvrir dans AbyssCloud",
|
|
540
|
+
refresh: "Rafraîchir",
|
|
541
|
+
"create-cloud": {
|
|
542
|
+
title: "Créer un cloud",
|
|
543
|
+
fields: {
|
|
544
|
+
name: {
|
|
545
|
+
label: "Nom",
|
|
546
|
+
placeholder: "Mon Premier Cloud"
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
"create-cloud-button": "Créer"
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
"save-cloud": {
|
|
554
|
+
modal: {
|
|
555
|
+
title: "Sauvegarder dans un cloud",
|
|
556
|
+
"import-button": "Sauvegarder",
|
|
557
|
+
"success-toast": "Le fichier a été ajouté à votre Cloud.",
|
|
558
|
+
"no-space-toast": "Espace insuffisant sur votre Cloud."
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
"import-button": "Importer depuis...",
|
|
562
|
+
"import-file-button": "Mon ordinateur",
|
|
563
|
+
"import-url-button": "Lien URL",
|
|
564
|
+
"import-cloud-button": "AbyssCloud",
|
|
565
|
+
"import-url-label": "URL de téléchargement",
|
|
566
|
+
"max-size": "Taille maximale par élément: {size}",
|
|
567
|
+
"max-size-2": "Taille maximale: {size}",
|
|
568
|
+
"file-too-big": "Le fichier est trop volumineux ({size} par fichier maximum)",
|
|
569
|
+
"file-too-big-filtered": "Certains fichiers sont trop volumineux",
|
|
570
|
+
"duplicated-tooltip": "Cet élément a été importé plusieurs fois",
|
|
571
|
+
"drop-zone": {
|
|
572
|
+
helper: "Glisser-déposer un fichier ici ou ",
|
|
573
|
+
helper2: "choisir un fichier"
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
project: {
|
|
577
|
+
"not-published": "Ce projet n'est pas publié",
|
|
578
|
+
status: {
|
|
579
|
+
ACTIVE: "Actif",
|
|
580
|
+
INACTIVE: "Inactif",
|
|
581
|
+
ARCHIVED: "Archivé",
|
|
582
|
+
STARTING: "En cours de création",
|
|
583
|
+
COMPLETED: "Terminé ou live",
|
|
584
|
+
DEPRECATED: "Obsolète"
|
|
585
|
+
},
|
|
586
|
+
link: {
|
|
587
|
+
none: {
|
|
588
|
+
label: "Aucun lien Abyss"
|
|
589
|
+
},
|
|
590
|
+
project: {
|
|
591
|
+
label: "Ajouter un lien Abyss"
|
|
592
|
+
},
|
|
593
|
+
"select-project": "Choisir un projet",
|
|
594
|
+
"select-application": "Choisir une application",
|
|
595
|
+
"no-selected": "Aucun",
|
|
596
|
+
"no-selected-application": "Aucune",
|
|
597
|
+
selector: {
|
|
598
|
+
"organization-label": "Organisation",
|
|
599
|
+
"project-label": "Projet",
|
|
600
|
+
"application-label": "Application",
|
|
601
|
+
"organization-placeholder": "Rechercher une organisation...",
|
|
602
|
+
"project-placeholder": "Rechercher un projet...",
|
|
603
|
+
"application-placeholder": "Rechercher une application...",
|
|
604
|
+
"no-organization": "Aucune organisation",
|
|
605
|
+
"no-project": "Aucun projet",
|
|
606
|
+
"no-application": "Aucune application",
|
|
607
|
+
shared: "Partagé"
|
|
608
|
+
}
|
|
609
|
+
},
|
|
610
|
+
spotlight: {
|
|
611
|
+
category: {
|
|
612
|
+
label: "Catégorie",
|
|
613
|
+
placeholder: "Choisir une catégorie",
|
|
614
|
+
sections: {
|
|
615
|
+
TECHNOLOGY: "Technologie",
|
|
616
|
+
SCIENCE: "Sciences",
|
|
617
|
+
ARTS_DESIGN: "Arts et Design",
|
|
618
|
+
MUSIC_AUDIO: "Musique et Audio",
|
|
619
|
+
FILM_VIDEO: "Film et Vidéo",
|
|
620
|
+
ENTREPRENEURSHIP_BUSINESS: "Entrepreneuriat et Business",
|
|
621
|
+
EDUCATION_TRAINING: "Éducation et Formation",
|
|
622
|
+
SOCIAL_COMMUNITY_PROJECTS: "Projets sociaux et communautaires",
|
|
623
|
+
GAMES_ENTERTAINMENT: "Jeux et Divertissement",
|
|
624
|
+
TRAVEL_ADVENTURE: "Voyages et Aventures",
|
|
625
|
+
LIFESTYLE_WELLNESS: "Mode de vie et Bien-être",
|
|
626
|
+
DIY_CRAFTS: "Bricolage et Artisanat"
|
|
627
|
+
},
|
|
628
|
+
categories: {
|
|
629
|
+
SOFTWARE_DEVELOPMENT: "Développement logiciel",
|
|
630
|
+
WEB_DEVELOPMENT: "Développement web",
|
|
631
|
+
ARTIFICIAL_INTELLIGENCE: "Intelligence artificielle",
|
|
632
|
+
ROBOTICS: "Robotique",
|
|
633
|
+
VIRTUAL_REALITY: "Réalité virtuelle",
|
|
634
|
+
INTERNET_OF_THINGS: "Internet des objets",
|
|
635
|
+
BIOTECHNOLOGY: "Biotechnologie",
|
|
636
|
+
ENVIRONMENT: "Environnement",
|
|
637
|
+
PHYSICS: "Physique",
|
|
638
|
+
CHEMISTRY: "Chimie",
|
|
639
|
+
ASTRONOMY: "Astronomie",
|
|
640
|
+
VISUAL_ARTS: "Arts visuels",
|
|
641
|
+
GRAPHIC_DESIGN: "Design graphique",
|
|
642
|
+
PHOTOGRAPHY: "Photographie",
|
|
643
|
+
FASHION: "Mode",
|
|
644
|
+
ANIMATION: "Animation",
|
|
645
|
+
MUSIC_COMPOSITION: "Composition musicale",
|
|
646
|
+
AUDIO_PRODUCTION: "Production audio",
|
|
647
|
+
PODCASTS: "Podcasts",
|
|
648
|
+
RECORDING_MIXING: "Enregistrement et mixage",
|
|
649
|
+
MUSICAL_INSTRUMENTS: "Instruments de musique",
|
|
650
|
+
DIRECTING: "Réalisation",
|
|
651
|
+
VIDEO_EDITING: "Montage vidéo",
|
|
652
|
+
CINEMATOGRAPHY: "Cinématographie",
|
|
653
|
+
ANIMATION_3D: "Animation 3D",
|
|
654
|
+
VISUAL_EFFECTS: "Effets visuels",
|
|
655
|
+
STARTUPS: "Startups",
|
|
656
|
+
E_COMMERCE: "E-commerce",
|
|
657
|
+
DIGITAL_MARKETING: "Marketing digital",
|
|
658
|
+
PERSONAL_FINANCE: "Finance personnelle",
|
|
659
|
+
BUSINESS_STRATEGY: "Stratégie d'entreprise",
|
|
660
|
+
ONLINE_COURSES: "Cours en ligne",
|
|
661
|
+
TUTORIALS: "Tutoriels",
|
|
662
|
+
EDUCATIONAL_PROGRAMS: "Programmes éducatifs",
|
|
663
|
+
PROFESSIONAL_DEVELOPMENT: "Développement professionnel",
|
|
664
|
+
CONTINUING_EDUCATION: "Formation continue",
|
|
665
|
+
HUMANITARIAN_AID: "Aide humanitaire",
|
|
666
|
+
ENVIRONMENTAL_PROJECTS: "Projets écologiques",
|
|
667
|
+
COMMUNITY_INITIATIVES: "Initiatives communautaires",
|
|
668
|
+
EQUALITY_INCLUSION: "Égalité et inclusion",
|
|
669
|
+
PUBLIC_HEALTH: "Santé publique",
|
|
670
|
+
GAME_DEVELOPMENT: "Développement de jeux",
|
|
671
|
+
BOARD_GAMES: "Jeux de société",
|
|
672
|
+
GAMIFICATION: "Ludification",
|
|
673
|
+
GAME_EVENTS: "Événements de jeu",
|
|
674
|
+
ENTERTAINMENT_APPS: "Applications de divertissement",
|
|
675
|
+
TRAVEL_BLOG: "Blog de voyage",
|
|
676
|
+
TRAVEL_VLOGS: "Vlogs de voyage",
|
|
677
|
+
TRAVEL_GUIDES: "Guides touristiques",
|
|
678
|
+
TRAVEL_PHOTOGRAPHY_PROJECTS: "Projets de photographie de voyage",
|
|
679
|
+
EXPEDITIONS: "Expéditions",
|
|
680
|
+
FITNESS_HEALTH: "Fitness et santé",
|
|
681
|
+
NUTRITION: "Nutrition",
|
|
682
|
+
PERSONAL_DEVELOPMENT: "Développement personnel",
|
|
683
|
+
MEDITATION_MINDFULNESS: "Méditation et pleine conscience",
|
|
684
|
+
GARDENING_PROJECTS: "Projets de jardinage",
|
|
685
|
+
DIY: "DIY",
|
|
686
|
+
CRAFT_PROJECTS: "Projets d'artisanat",
|
|
687
|
+
WOODWORKING: "Menuiserie",
|
|
688
|
+
SEWING: "Couture",
|
|
689
|
+
HANDICRAFTS: "Travaux manuels"
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
language: {
|
|
693
|
+
label: "Langue principale",
|
|
694
|
+
helper: "Choisissez la langue principale de votre projet.",
|
|
695
|
+
"label-other": "Langues secondaires",
|
|
696
|
+
"helper-other": "Choisissez les langues secondaires dans lesquelles votre projet sera traduit.",
|
|
697
|
+
placeholder: "Choisir une langue",
|
|
698
|
+
languages: {
|
|
699
|
+
FRENCH: "Français",
|
|
700
|
+
ENGLISH: "Anglais",
|
|
701
|
+
GERMAN: "Allemand",
|
|
702
|
+
SPANISH: "Espagnol",
|
|
703
|
+
ITALIAN: "Italien",
|
|
704
|
+
PORTUGUESE: "Portugais",
|
|
705
|
+
RUSSIAN: "Russe",
|
|
706
|
+
JAPANESE: "Japonais",
|
|
707
|
+
CHINESE: "Chinois",
|
|
708
|
+
ARABIC: "Arabe",
|
|
709
|
+
HINDI: "Hindi",
|
|
710
|
+
BENGALI: "Bengali",
|
|
711
|
+
PUNJABI: "Punjabi",
|
|
712
|
+
URDU: "Ourdou",
|
|
713
|
+
KOREAN: "Coréen",
|
|
714
|
+
VIETNAMESE: "Vietnamien",
|
|
715
|
+
TURKISH: "Turc",
|
|
716
|
+
DUTCH: "Néerlandais",
|
|
717
|
+
GREEK: "Grec",
|
|
718
|
+
SWEDISH: "Suédois",
|
|
719
|
+
NORWEGIAN: "Norvégien",
|
|
720
|
+
DANISH: "Danois",
|
|
721
|
+
FINNISH: "Finnois",
|
|
722
|
+
POLISH: "Polonais",
|
|
723
|
+
UKRAINIAN: "Ukrainien",
|
|
724
|
+
HUNGARIAN: "Hongrois",
|
|
725
|
+
CZECH: "Tchèque",
|
|
726
|
+
SLOVAK: "Slovaque",
|
|
727
|
+
CROATIAN: "Croate",
|
|
728
|
+
SERBIAN: "Serbe",
|
|
729
|
+
BULGARIAN: "Bulgare",
|
|
730
|
+
ROMANIAN: "Roumain",
|
|
731
|
+
HEBREW: "Hébreu",
|
|
732
|
+
THAI: "Thaï",
|
|
733
|
+
MALAYSIAN: "Malaisien",
|
|
734
|
+
INDONESIAN: "Indonésien",
|
|
735
|
+
FILIPINO: "Filipino",
|
|
736
|
+
SWAHILI: "Swahili"
|
|
737
|
+
}
|
|
738
|
+
},
|
|
739
|
+
star: {
|
|
740
|
+
"star-button": "Ajouter aux favoris",
|
|
741
|
+
"un-star-button": "Retirer des favoris",
|
|
742
|
+
"starred-tooltip": "En favoris"
|
|
743
|
+
},
|
|
744
|
+
follower: {
|
|
745
|
+
"follow-button": "Suivre le projet",
|
|
746
|
+
"follow-helper": "Suivez ce projet pour être notifié des mises à jour",
|
|
747
|
+
"un-follow-button": "Ne plus suivre",
|
|
748
|
+
"following-tooltip": "Vous suivez ce projet"
|
|
749
|
+
},
|
|
750
|
+
views: "Vues",
|
|
751
|
+
posts: "Articles",
|
|
752
|
+
followers: "Abonnés",
|
|
753
|
+
favorites: "Favoris",
|
|
754
|
+
"view-button": "Voir",
|
|
755
|
+
"edit-button": "Modifier",
|
|
756
|
+
"delete-button": "Supprimer le projet"
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
inputs: {
|
|
760
|
+
date: {
|
|
761
|
+
start: "Début",
|
|
762
|
+
end: "Fin"
|
|
763
|
+
},
|
|
764
|
+
"period-picker": {
|
|
765
|
+
labels: {
|
|
766
|
+
"start-date": {
|
|
767
|
+
label: "Début"
|
|
768
|
+
},
|
|
769
|
+
"end-date": {
|
|
770
|
+
label: "Fin"
|
|
771
|
+
},
|
|
772
|
+
period: {
|
|
773
|
+
"last-7-days": "7 derniers jours",
|
|
774
|
+
"last-30-days": "30 derniers jours",
|
|
775
|
+
"last-60-days": "60 derniers jours",
|
|
776
|
+
"from-start-month": "Depuis le début du mois",
|
|
777
|
+
"from-start-year": "Depuis le début de l'année"
|
|
778
|
+
},
|
|
779
|
+
"select-start-date": "Sélectionner la date de début",
|
|
780
|
+
"select-end-date": "Sélectionner la date de fin",
|
|
781
|
+
custom: "Personnalisé",
|
|
782
|
+
presets: {
|
|
783
|
+
"7d": "7j",
|
|
784
|
+
"30d": "30j",
|
|
785
|
+
"90d": "90j",
|
|
786
|
+
month: "Mois",
|
|
787
|
+
year: "Année"
|
|
788
|
+
}
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
},
|
|
792
|
+
date: {
|
|
793
|
+
preset: {
|
|
794
|
+
today: "Aujourd'hui",
|
|
795
|
+
"this-week": "Cette semaine",
|
|
796
|
+
"this-month": "Ce mois"
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
modal: {
|
|
800
|
+
confirm: "Confirmer",
|
|
801
|
+
save: "Enregistrer",
|
|
802
|
+
create: "Créer",
|
|
803
|
+
cancel: "Annuler",
|
|
804
|
+
close: "Fermer",
|
|
805
|
+
"confirm-modal": {
|
|
806
|
+
title: "Souhaitez-vous confirmer ?"
|
|
807
|
+
},
|
|
808
|
+
"outside-app-redirection-modal": {
|
|
809
|
+
title: "Alerte de sécurité !",
|
|
810
|
+
description: "Vous allez être redirigé vers un site externe n'appartenant pas à l'application Abyss. ({website})",
|
|
811
|
+
"information-alert": "Certaines de vos informations (token de connexion) vont être transmises à {website}.",
|
|
812
|
+
question: "Etes-vous certains de vouloir continuer ?",
|
|
813
|
+
confirm: "Prendre le risque",
|
|
814
|
+
cancel: "Rester en sécurité"
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
notifications: {
|
|
818
|
+
title: "Notifications",
|
|
819
|
+
"new-notifications": "{amount} nouvelles notifications",
|
|
820
|
+
"notifications-card-list": {
|
|
821
|
+
"no-element": "Aucun élément"
|
|
822
|
+
},
|
|
823
|
+
"no-notification": "Aucune nouvelle notification",
|
|
824
|
+
"see-all-button": "Voir toute les notifications",
|
|
825
|
+
preferences: "Préférences de notifications",
|
|
826
|
+
actions: {
|
|
827
|
+
open: "Ouvrir",
|
|
828
|
+
see: "Voir"
|
|
829
|
+
},
|
|
830
|
+
sound: {
|
|
831
|
+
enable: "Activer les sons",
|
|
832
|
+
disable: "Désactiver les sons",
|
|
833
|
+
"update-error": "Une erreur est survenue lors de la mise à jour de l'option"
|
|
834
|
+
},
|
|
835
|
+
"content-shared": {
|
|
836
|
+
title: "{sharedByUserName} a partagé {contentLabel} avec vous",
|
|
837
|
+
body: '"{contentTitle}" — permission {permission}'
|
|
838
|
+
},
|
|
839
|
+
"invitation-org-member": {
|
|
840
|
+
title: "{inviterAlias} vous invite à rejoindre {organizationName}",
|
|
841
|
+
body: "Cliquez pour voir l'invitation"
|
|
842
|
+
},
|
|
843
|
+
"invitation-project-access": {
|
|
844
|
+
title: "{inviterAlias} vous invite à rejoindre {projectName}",
|
|
845
|
+
body: "Cliquez pour voir l'invitation"
|
|
846
|
+
},
|
|
847
|
+
"invitation-content-share": {
|
|
848
|
+
title: "{inviterAlias} a partagé {contentLabel} avec vous",
|
|
849
|
+
body: "Cliquez pour voir l'invitation"
|
|
850
|
+
}
|
|
851
|
+
},
|
|
852
|
+
"content-share": {
|
|
853
|
+
label: {
|
|
854
|
+
draw: "un draw",
|
|
855
|
+
board: "un board",
|
|
856
|
+
memo: "un memo",
|
|
857
|
+
atlas: "un atlas",
|
|
858
|
+
retrospective: "une rétro",
|
|
859
|
+
"short-link": "un short link",
|
|
860
|
+
space: "un espace",
|
|
861
|
+
folder: "un dossier",
|
|
862
|
+
file: "un fichier",
|
|
863
|
+
"cloud-folder": "un dossier cloud",
|
|
864
|
+
"cloud-gallery": "une galerie cloud",
|
|
865
|
+
form: "un formulaire",
|
|
866
|
+
"spotlight-project": "un projet",
|
|
867
|
+
event: "un souvenir",
|
|
868
|
+
report: "un rapport",
|
|
869
|
+
banking: "des données bancaires",
|
|
870
|
+
asset: "un asset",
|
|
871
|
+
"wrapped-report": "un rapport",
|
|
872
|
+
"daily-digest": "un résumé",
|
|
873
|
+
"analytics-snapshot": "un snapshot analytics",
|
|
874
|
+
content: "du contenu"
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
"no-subscription": "Aucun abonnement",
|
|
878
|
+
"user-settings": {
|
|
879
|
+
profile: {
|
|
880
|
+
title: "Paramètres utilisateur",
|
|
881
|
+
fields: {
|
|
882
|
+
alias: "Alias",
|
|
883
|
+
name: "Prénom",
|
|
884
|
+
familyName: "Nom",
|
|
885
|
+
"api-key": "Clé d'API"
|
|
886
|
+
},
|
|
887
|
+
helper: "Profil",
|
|
888
|
+
"open-on-abyss": "Modifier sur Abyss Project",
|
|
889
|
+
"copy-api-key": "Copier la clé",
|
|
890
|
+
"reset-api-key": "Régénérer",
|
|
891
|
+
"confirm-reset-api-key": "Régénérer votre clé d'API",
|
|
892
|
+
"helper-confirm-reset-api-key": "Votre ancienne clé ne sera plus active",
|
|
893
|
+
subscription: "Votre abonnement {level} se termine le {endDate}",
|
|
894
|
+
"no-subscription": "Vous n'avez aucun abonnement",
|
|
895
|
+
"see-subscription-button": "Gérer mon abonnement",
|
|
896
|
+
"delete-account-button": "Supprimer mon compte"
|
|
897
|
+
}
|
|
898
|
+
},
|
|
899
|
+
tags: {
|
|
900
|
+
"manage-title": "Gérer les tags",
|
|
901
|
+
"new-tag": "Nouveau tag",
|
|
902
|
+
"name-placeholder": "Nom du tag",
|
|
903
|
+
"your-tags": "Vos tags",
|
|
904
|
+
"no-tags": "Aucun tag créé",
|
|
905
|
+
"create-success": "Tag créé avec succès",
|
|
906
|
+
"update-success": "Tag modifié avec succès",
|
|
907
|
+
"delete-success": "Tag supprimé avec succès",
|
|
908
|
+
"confirm-delete": {
|
|
909
|
+
title: "Supprimer le tag ?",
|
|
910
|
+
description: 'Le tag "{name}" sera supprimé définitivement.'
|
|
911
|
+
},
|
|
912
|
+
filter: "Tags",
|
|
913
|
+
"filter-by-tags": "Filtrer par tags",
|
|
914
|
+
manage: "Gérer les tags",
|
|
915
|
+
usage: "{count} utilisations",
|
|
916
|
+
"usage-count": "utilisations",
|
|
917
|
+
"no-usage": "Non utilisé",
|
|
918
|
+
"custom-color": "Couleur personnalisée",
|
|
919
|
+
"select-tags": "Sélectionner des tags..."
|
|
920
|
+
},
|
|
921
|
+
billing: {
|
|
922
|
+
"current-plan": "Plan actuel",
|
|
923
|
+
tier: {
|
|
924
|
+
FREEMIUM: "Gratuit",
|
|
925
|
+
DEFAULT: "Standard",
|
|
926
|
+
CUSTOM: "Personnalisé",
|
|
927
|
+
SYSTEM: "Système"
|
|
928
|
+
},
|
|
929
|
+
"account-type": {
|
|
930
|
+
USER: "Utilisateur",
|
|
931
|
+
ORGANIZATION: "Organisation"
|
|
932
|
+
},
|
|
933
|
+
service: {
|
|
934
|
+
ABYSS_PLATFORM: "Plateforme",
|
|
935
|
+
ABYSS_MONITOR: "Abyss Monitor",
|
|
936
|
+
ABYSS_STORAGE: "Abyss Storage",
|
|
937
|
+
ABYSS_CLOUD: "Abyss Cloud",
|
|
938
|
+
ABYSS_CRYPT: "Abyss Crypt",
|
|
939
|
+
ABYSS_FORM: "Abyss Form"
|
|
940
|
+
},
|
|
941
|
+
metric: {
|
|
942
|
+
PROJECTS_COUNT: "Projets",
|
|
943
|
+
MEMBERS_COUNT: "Membres",
|
|
944
|
+
TEAM_COUNT: "Équipes",
|
|
945
|
+
API_KEYS_COUNT: "Clés API",
|
|
946
|
+
LOG_EVENTS: "Événements logs / jour",
|
|
947
|
+
APPLICATIONS: "Applications",
|
|
948
|
+
RETENTION_DAYS: "Rétention (jours)",
|
|
949
|
+
STORAGE_GB: "Stockage (Go)",
|
|
950
|
+
FILES_COUNT: "Fichiers",
|
|
951
|
+
PRESIGNED_URLS: "URLs présignées / jour",
|
|
952
|
+
BANDWIDTH_GB: "Bande passante (Go/jour)",
|
|
953
|
+
CLOUD_INSTANCE_COUNT: "Instances cloud",
|
|
954
|
+
CLOUD_STORAGE_GB: "Stockage cloud (Go)"
|
|
955
|
+
},
|
|
956
|
+
"account-status": {
|
|
957
|
+
ACTIVE: "Actif",
|
|
958
|
+
CANCELLED: "Annulé"
|
|
959
|
+
},
|
|
960
|
+
"invoice-status": {
|
|
961
|
+
PAID: "Payée",
|
|
962
|
+
OPEN: "En attente",
|
|
963
|
+
DRAFT: "Brouillon",
|
|
964
|
+
VOID: "Annulée",
|
|
965
|
+
UNCOLLECTIBLE: "Non recouvrable"
|
|
966
|
+
},
|
|
967
|
+
"invoice-type": {
|
|
968
|
+
MONTHLY_BILLING: "Facturation mensuelle",
|
|
969
|
+
EUR_TOPUP: "Recharge EUR",
|
|
970
|
+
PLAN_UPGRADE: "Upgrade de plan"
|
|
971
|
+
},
|
|
972
|
+
"credit-transaction-type": {
|
|
973
|
+
OVERAGE_DEDUCTION: "Dépassement de quota",
|
|
974
|
+
ADMIN_ADJUSTMENT: "Ajustement manuel",
|
|
975
|
+
GIFT_CODE: "Code cadeau",
|
|
976
|
+
BONUS_SPONSOR: "Bonus parrainage",
|
|
977
|
+
BONUS_SPONSORED: "Bonus filleul",
|
|
978
|
+
INVOICE_PAYMENT: "Paiement de facture"
|
|
979
|
+
},
|
|
980
|
+
"eur-transaction-type": {
|
|
981
|
+
STRIPE_PURCHASE: "Achat Stripe",
|
|
982
|
+
INVOICE_DEDUCTION: "Déduction facture",
|
|
983
|
+
ADMIN_ADJUSTMENT: "Ajustement manuel"
|
|
984
|
+
},
|
|
985
|
+
plan: {
|
|
986
|
+
freemium: {
|
|
987
|
+
name: "Free",
|
|
988
|
+
description: "Pour démarrer sans engagement"
|
|
989
|
+
},
|
|
990
|
+
starter: {
|
|
991
|
+
name: "Starter",
|
|
992
|
+
description: "Pour les individus et petites équipes"
|
|
993
|
+
},
|
|
994
|
+
pro: {
|
|
995
|
+
name: "Pro",
|
|
996
|
+
description: "Pour les équipes professionnelles"
|
|
997
|
+
},
|
|
998
|
+
internal: {
|
|
999
|
+
name: "Internal",
|
|
1000
|
+
description: "Usage interne Abyss"
|
|
1001
|
+
}
|
|
1002
|
+
},
|
|
1003
|
+
"plan-feature": {
|
|
1004
|
+
PROJECTS_COUNT: "{unlimited, select, true {Projets illimités} other {{limit} projets}}",
|
|
1005
|
+
MEMBERS_COUNT: "{unlimited, select, true {Membres illimités} other {{limit} membres}}",
|
|
1006
|
+
STORAGE_GB: "{unlimited, select, true {Stockage illimité} other {{limit} Go de stockage}}",
|
|
1007
|
+
LOG_EVENTS: "{unlimited, select, true {Événements illimités} other {{limit, number} événements/jour}}",
|
|
1008
|
+
APPLICATIONS: "{unlimited, select, true {Applications illimitées} other {{limit} applications}}",
|
|
1009
|
+
CLOUD_INSTANCE_COUNT: "{unlimited, select, true {Instances illimitées} other {{limit} instances cloud}}",
|
|
1010
|
+
RETENTION_DAYS: "{unlimited, select, true {Rétention illimitée} other {{limit} jours de rétention}}"
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
"abyss-banking": {
|
|
1014
|
+
transactions: {
|
|
1015
|
+
"placeholder-category": "Choisir les catégories",
|
|
1016
|
+
"open-button-tooltip": "Cliquer pour ajouter un commentaire"
|
|
1017
|
+
}
|
|
1018
|
+
},
|
|
1019
|
+
support: {
|
|
1020
|
+
status: {
|
|
1021
|
+
OPEN: "Ouvert",
|
|
1022
|
+
IN_PROGRESS: "En cours",
|
|
1023
|
+
WAITING: "En attente",
|
|
1024
|
+
ESCALATED: "Escaladé",
|
|
1025
|
+
RESOLVED: "Résolu",
|
|
1026
|
+
CLOSED: "Fermé",
|
|
1027
|
+
ARCHIVED: "Archivé"
|
|
1028
|
+
},
|
|
1029
|
+
priority: {
|
|
1030
|
+
NORMAL: "Normal",
|
|
1031
|
+
HIGH: "Élevé",
|
|
1032
|
+
CRITICAL: "Critique"
|
|
1033
|
+
},
|
|
1034
|
+
"category-group": {
|
|
1035
|
+
TECHNICAL: "Technique",
|
|
1036
|
+
ACCOUNT: "Compte",
|
|
1037
|
+
BILLING: "Facturation",
|
|
1038
|
+
DEVELOPER: "Développeur",
|
|
1039
|
+
SUGGESTION: "Suggestion",
|
|
1040
|
+
OTHER: "Autre"
|
|
1041
|
+
},
|
|
1042
|
+
category: {
|
|
1043
|
+
BUG_UI: "Problème d'interface",
|
|
1044
|
+
BUG_PERFORMANCE: "Performance",
|
|
1045
|
+
BUG_DATA: "Problème de données",
|
|
1046
|
+
BUG_OTHER: "Autre bug",
|
|
1047
|
+
ACCOUNT_ACCESS: "Accès au compte",
|
|
1048
|
+
ACCOUNT_DELETE: "Suppression de compte",
|
|
1049
|
+
ACCOUNT_SECURITY: "Sécurité du compte",
|
|
1050
|
+
BILLING_PAYMENT: "Paiement",
|
|
1051
|
+
BILLING_INVOICE: "Facture",
|
|
1052
|
+
BILLING_CUSTOM_PLAN: "Plan personnalisé",
|
|
1053
|
+
BILLING_REFUND: "Remboursement",
|
|
1054
|
+
API_INTEGRATION: "Intégration API",
|
|
1055
|
+
API_DOCUMENTATION: "Documentation API",
|
|
1056
|
+
API_KEY: "Clé API",
|
|
1057
|
+
FEATURE_REQUEST: "Demande de fonctionnalité",
|
|
1058
|
+
OTHER: "Autre"
|
|
1059
|
+
},
|
|
1060
|
+
list: {
|
|
1061
|
+
title: "Tickets de support",
|
|
1062
|
+
empty: "Aucun ticket",
|
|
1063
|
+
"empty-desc": "Créez un ticket pour obtenir de l'aide de notre équipe.",
|
|
1064
|
+
"new-ticket": "Nouveau ticket",
|
|
1065
|
+
"filter-search": "Rechercher...",
|
|
1066
|
+
"filter-status": "Statut",
|
|
1067
|
+
"filter-category": "Catégorie",
|
|
1068
|
+
"clear-all": "Effacer tout"
|
|
1069
|
+
},
|
|
1070
|
+
create: {
|
|
1071
|
+
title: "Nouveau ticket de support",
|
|
1072
|
+
"field-title": "Titre",
|
|
1073
|
+
"field-title-placeholder": "Décrivez brièvement votre problème",
|
|
1074
|
+
"field-description": "Description",
|
|
1075
|
+
"field-description-placeholder": "Donnez des détails sur votre problème...",
|
|
1076
|
+
"field-category": "Catégorie",
|
|
1077
|
+
"field-priority": "Priorité",
|
|
1078
|
+
"field-service": "Service",
|
|
1079
|
+
"field-priority-reason": "Raison de la priorité",
|
|
1080
|
+
"field-priority-reason-placeholder": "Expliquez pourquoi c'est prioritaire...",
|
|
1081
|
+
"priority-reason-required": "La raison de la priorité est requise pour la priorité {priority}",
|
|
1082
|
+
submit: "Envoyer le ticket",
|
|
1083
|
+
back: "Retour",
|
|
1084
|
+
cancel: "Annuler"
|
|
1085
|
+
},
|
|
1086
|
+
detail: {
|
|
1087
|
+
description: "Description",
|
|
1088
|
+
"no-messages": "Aucun message",
|
|
1089
|
+
"messages-title": "Messages",
|
|
1090
|
+
"messages-count": "{count} messages",
|
|
1091
|
+
"new-messages": "Nouveaux messages",
|
|
1092
|
+
"send-placeholder": "Écrivez votre message...",
|
|
1093
|
+
send: "Envoyer",
|
|
1094
|
+
"admin-note": "Note admin",
|
|
1095
|
+
"admin-note-placeholder": "Note interne (non visible par l'utilisateur)...",
|
|
1096
|
+
"closed-banner": "Ce ticket a été fermé",
|
|
1097
|
+
"resolved-banner": "Ce ticket a été résolu",
|
|
1098
|
+
"admin-note-toggle": "Note admin",
|
|
1099
|
+
"attachments-toggle": "Pièces jointes ({count})",
|
|
1100
|
+
edit: "Modifier",
|
|
1101
|
+
delete: "Supprimer",
|
|
1102
|
+
"confirm-delete": "Supprimer ce message ?",
|
|
1103
|
+
terminalMessage: "Ce ticket est {status}",
|
|
1104
|
+
addTag: "Ajouter un tag",
|
|
1105
|
+
tags: "Tags"
|
|
1106
|
+
},
|
|
1107
|
+
sidebar: {
|
|
1108
|
+
status: "Statut",
|
|
1109
|
+
category: "Catégorie",
|
|
1110
|
+
service: "Service",
|
|
1111
|
+
priority: "Priorité",
|
|
1112
|
+
"requested-priority": "Priorité demandée",
|
|
1113
|
+
"assigned-to": "Assigné à",
|
|
1114
|
+
"created-by": "Créé par",
|
|
1115
|
+
"created-at": "Créé le",
|
|
1116
|
+
"updated-at": "Mis à jour le",
|
|
1117
|
+
"resolved-at": "Résolu le",
|
|
1118
|
+
"closed-at": "Fermé le",
|
|
1119
|
+
requester: "Demandeur",
|
|
1120
|
+
unassigned: "Non assigné",
|
|
1121
|
+
resolve: "Résoudre",
|
|
1122
|
+
close: "Fermer",
|
|
1123
|
+
reopen: "Rouvrir",
|
|
1124
|
+
"resolve-reason": "Raison de résolution",
|
|
1125
|
+
"resolve-confirm-desc": "Êtes-vous sûr de vouloir résoudre ce ticket ?",
|
|
1126
|
+
"close-reason": "Raison de fermeture",
|
|
1127
|
+
"close-confirm-desc": "Êtes-vous sûr de vouloir fermer ce ticket ?",
|
|
1128
|
+
tags: "Tags",
|
|
1129
|
+
"no-tags": "Aucun tag",
|
|
1130
|
+
organization: "Organisation",
|
|
1131
|
+
project: "Projet",
|
|
1132
|
+
"assign-to-me": "M'assigner",
|
|
1133
|
+
"archived-at": "Archivé le",
|
|
1134
|
+
activity: "Activité",
|
|
1135
|
+
"activity-action": {
|
|
1136
|
+
CREATED: "Ticket créé",
|
|
1137
|
+
UPDATED: "Ticket mis à jour",
|
|
1138
|
+
ASSIGNED: "Assigné",
|
|
1139
|
+
UNASSIGNED: "Désassigné",
|
|
1140
|
+
PRIORITY_CHANGED: "Priorité modifiée",
|
|
1141
|
+
CATEGORY_CHANGED: "Catégorie modifiée",
|
|
1142
|
+
RESOLVED: "Résolu",
|
|
1143
|
+
REOPENED: "Rouvert",
|
|
1144
|
+
CLOSED: "Fermé",
|
|
1145
|
+
ESCALATED: "Escaladé",
|
|
1146
|
+
PUT_ON_HOLD: "Mis en attente",
|
|
1147
|
+
RESUMED: "Repris",
|
|
1148
|
+
ARCHIVED: "Archivé",
|
|
1149
|
+
TAG_ADDED: "Tag ajouté",
|
|
1150
|
+
TAG_REMOVED: "Tag supprimé",
|
|
1151
|
+
MESSAGE_SENT: "Message envoyé"
|
|
1152
|
+
}
|
|
1153
|
+
},
|
|
1154
|
+
action: {
|
|
1155
|
+
TAKE_OVER: "Prendre en charge",
|
|
1156
|
+
CLOSE: "Fermer",
|
|
1157
|
+
RESOLVE: "Résoudre",
|
|
1158
|
+
REOPEN: "Rouvrir",
|
|
1159
|
+
ESCALATE: "Escalader",
|
|
1160
|
+
PUT_ON_HOLD: "Mettre en attente",
|
|
1161
|
+
RESUME: "Reprendre",
|
|
1162
|
+
ARCHIVE: "Archiver",
|
|
1163
|
+
"CLOSE-confirm": "Êtes-vous sûr de vouloir fermer ce ticket ?",
|
|
1164
|
+
"ARCHIVE-confirm": "Êtes-vous sûr de vouloir archiver ce ticket ?",
|
|
1165
|
+
"reason-placeholder": "Raison (optionnel)..."
|
|
1166
|
+
},
|
|
1167
|
+
attachments: {
|
|
1168
|
+
title: "Pièces jointes",
|
|
1169
|
+
upload: "Cliquez pour téléverser un fichier",
|
|
1170
|
+
"max-reached": "Nombre maximum de pièces jointes atteint",
|
|
1171
|
+
delete: "Supprimer la pièce jointe",
|
|
1172
|
+
"delete-confirm": "Êtes-vous sûr de vouloir supprimer cette pièce jointe ?",
|
|
1173
|
+
uploading: "Téléversement en cours...",
|
|
1174
|
+
"upload-hint": "Glissez-déposez un fichier ici ou cliquez pour parcourir"
|
|
1175
|
+
},
|
|
1176
|
+
stepper: {
|
|
1177
|
+
categoryGroup: {
|
|
1178
|
+
bug: "Rapport de bug",
|
|
1179
|
+
technical: "Question technique",
|
|
1180
|
+
feature: "Demande de fonctionnalité",
|
|
1181
|
+
account: "Compte & Facturation",
|
|
1182
|
+
other: "Autre"
|
|
1183
|
+
},
|
|
1184
|
+
selectSubCategory: "Sélectionnez une sous-catégorie",
|
|
1185
|
+
step: {
|
|
1186
|
+
forWho: "Pour qui ?",
|
|
1187
|
+
category: "Catégorie",
|
|
1188
|
+
details: "Détails",
|
|
1189
|
+
priority: "Priorité"
|
|
1190
|
+
},
|
|
1191
|
+
next: "Suivant",
|
|
1192
|
+
dragAndDrop: "Glissez-déposez des fichiers ici, ou cliquez pour téléverser"
|
|
1193
|
+
},
|
|
1194
|
+
service: {
|
|
1195
|
+
ABYSS: "Abyss Platform",
|
|
1196
|
+
ABYSS_CLOUD: "Abyss Cloud",
|
|
1197
|
+
ABYSS_CRYPT: "Abyss Crypt",
|
|
1198
|
+
ABYSS_STORAGE: "Abyss Storage",
|
|
1199
|
+
ABYSS_MONITOR: "Abyss Monitor",
|
|
1200
|
+
ABYSS_MEMORIES: "Abyss Memories",
|
|
1201
|
+
ABYSS_BANKING: "Abyss Banking",
|
|
1202
|
+
ABYSS_SPOTLIGHT: "Abyss Spotlight",
|
|
1203
|
+
ABYSS_FORM: "Abyss Form",
|
|
1204
|
+
ABYSS_TRAINING: "Abyss Training",
|
|
1205
|
+
ABYSS_CONSOLE: "Abyss Console",
|
|
1206
|
+
ABYSS_GAME_ODYSSEY: "Abyss Game Odyssey",
|
|
1207
|
+
ABYSS_TOOLS: "Abyss Tools"
|
|
1208
|
+
}
|
|
1209
|
+
}
|
|
1210
|
+
}, fe = {
|
|
1211
|
+
"space-display-name": {
|
|
1212
|
+
personal: "My Cloud",
|
|
1213
|
+
"perso-in-org": "My Cloud (in org)",
|
|
1214
|
+
"org-common": "Org Cloud",
|
|
1215
|
+
project: "Project Cloud",
|
|
1216
|
+
"subtitle-personal": "Personal space",
|
|
1217
|
+
"subtitle-perso-in-org": "My space inside the org",
|
|
1218
|
+
"subtitle-org-common": "Shared org space",
|
|
1219
|
+
"subtitle-project": "Project space",
|
|
1220
|
+
"section-personal": "My space",
|
|
1221
|
+
"section-shared": "Shared with me",
|
|
1222
|
+
"section-organization": "Organization"
|
|
1223
|
+
},
|
|
1224
|
+
"pdf-editor": {
|
|
1225
|
+
toolbar: {
|
|
1226
|
+
"change-file": "Change file",
|
|
1227
|
+
select: "Select",
|
|
1228
|
+
text: "Add text",
|
|
1229
|
+
draw: "Draw",
|
|
1230
|
+
signature: "Signature",
|
|
1231
|
+
eraser: "Eraser",
|
|
1232
|
+
"fill-fields": "Fill fields",
|
|
1233
|
+
undo: "Undo",
|
|
1234
|
+
redo: "Redo",
|
|
1235
|
+
download: "Download",
|
|
1236
|
+
"save-to-cloud": "Save to AbyssCloud",
|
|
1237
|
+
"quick-sigs": "Saved signatures",
|
|
1238
|
+
"quick-texts": "Text blocks"
|
|
1239
|
+
},
|
|
1240
|
+
sidebar: {
|
|
1241
|
+
pages: "Pages ({count})"
|
|
1242
|
+
},
|
|
1243
|
+
insert: {
|
|
1244
|
+
button: "Insert pages",
|
|
1245
|
+
reading: "Reading PDF…",
|
|
1246
|
+
"from-file": "From file",
|
|
1247
|
+
"from-cloud": "From AbyssCloud",
|
|
1248
|
+
"only-pdf": "Only PDF files can be inserted."
|
|
1249
|
+
},
|
|
1250
|
+
"insert-dialog": {
|
|
1251
|
+
title: "Insert pages from {fileName}",
|
|
1252
|
+
helper: "Select the pages to insert ({selected} of {total} selected).",
|
|
1253
|
+
"select-all": "Select all",
|
|
1254
|
+
"select-none": "Select none",
|
|
1255
|
+
"page-label": "Page {num}",
|
|
1256
|
+
confirm: "{count, plural, one {Insert # page} other {Insert # pages}}"
|
|
1257
|
+
},
|
|
1258
|
+
action: {
|
|
1259
|
+
cancel: "Cancel"
|
|
1260
|
+
},
|
|
1261
|
+
error: {
|
|
1262
|
+
"load-failed": "Failed to load PDF: {message}",
|
|
1263
|
+
"export-failed": "Export failed: {message}"
|
|
1264
|
+
},
|
|
1265
|
+
text: {
|
|
1266
|
+
hint: "Click anywhere on the page to add text. Press Enter or click outside to confirm. Double-click to edit, drag to move."
|
|
1267
|
+
},
|
|
1268
|
+
draw: {
|
|
1269
|
+
hint: "Click and drag on the page to draw.",
|
|
1270
|
+
"stroke-width": "Stroke width: {width}px",
|
|
1271
|
+
color: "Color",
|
|
1272
|
+
width: "Width",
|
|
1273
|
+
"custom-color": "Custom color"
|
|
1274
|
+
},
|
|
1275
|
+
signature: {
|
|
1276
|
+
"placement-hint": "Click on the page to place your signature.",
|
|
1277
|
+
"add-hint": "Add a signature, then click on the page to place it.",
|
|
1278
|
+
"add-button": "Add a signature",
|
|
1279
|
+
"apply-all-pages": "Apply to every page",
|
|
1280
|
+
"manage-assets": "Manage my assets",
|
|
1281
|
+
clear: "Clear",
|
|
1282
|
+
"picker-title": "Add your signature",
|
|
1283
|
+
tabs: {
|
|
1284
|
+
draw: "Draw",
|
|
1285
|
+
upload: "Upload",
|
|
1286
|
+
saved: "Saved"
|
|
1287
|
+
},
|
|
1288
|
+
save: {
|
|
1289
|
+
kind: "Kind",
|
|
1290
|
+
name: "Name",
|
|
1291
|
+
scope: "Scope",
|
|
1292
|
+
"scope-personal": "My space (personal)",
|
|
1293
|
+
button: "Save",
|
|
1294
|
+
title: "Save this signature",
|
|
1295
|
+
SIGNATURE: "Signature",
|
|
1296
|
+
INITIALS: "Initials",
|
|
1297
|
+
STAMP: "Stamp",
|
|
1298
|
+
error: "Save failed"
|
|
1299
|
+
},
|
|
1300
|
+
saved: {
|
|
1301
|
+
"scope-label": "Scope",
|
|
1302
|
+
scope: {
|
|
1303
|
+
personal: "My space",
|
|
1304
|
+
organization: "Organization"
|
|
1305
|
+
},
|
|
1306
|
+
group: {
|
|
1307
|
+
personal: "Personal",
|
|
1308
|
+
organization: "Organizations",
|
|
1309
|
+
project: "Projects"
|
|
1310
|
+
},
|
|
1311
|
+
kind: {
|
|
1312
|
+
all: "All",
|
|
1313
|
+
SIGNATURE: "Signatures",
|
|
1314
|
+
INITIALS: "Initials",
|
|
1315
|
+
STAMP: "Stamps",
|
|
1316
|
+
TEXT_BLOCK: "Text blocks"
|
|
1317
|
+
},
|
|
1318
|
+
empty: "No saved assets for this scope yet."
|
|
1319
|
+
},
|
|
1320
|
+
upload: {
|
|
1321
|
+
hint: "Drop a PNG or JPEG signature here, or click to browse.",
|
|
1322
|
+
title: "Drop your signature image here",
|
|
1323
|
+
browse: "or click to browse",
|
|
1324
|
+
replace: "Replace image",
|
|
1325
|
+
reading: "Reading image…",
|
|
1326
|
+
cancel: "Cancel",
|
|
1327
|
+
"max-size": "Max 2 MB",
|
|
1328
|
+
error: {
|
|
1329
|
+
"invalid-type": "Only PNG or JPEG images are supported.",
|
|
1330
|
+
"too-large": "Image must be 2 MB or smaller.",
|
|
1331
|
+
"read-failed": "Failed to read the image."
|
|
1332
|
+
}
|
|
1333
|
+
},
|
|
1334
|
+
draw: {
|
|
1335
|
+
title: "Draw your signature",
|
|
1336
|
+
helper: "Use your mouse or trackpad to trace",
|
|
1337
|
+
"stroke-color": "Color",
|
|
1338
|
+
"stroke-width": "Width"
|
|
1339
|
+
},
|
|
1340
|
+
use: "Use signature"
|
|
1341
|
+
},
|
|
1342
|
+
"fill-fields": {
|
|
1343
|
+
empty: "No fillable fields detected in this PDF.",
|
|
1344
|
+
detected: "{count, plural, one {# fillable field detected.} other {# fillable fields detected.}}"
|
|
1345
|
+
},
|
|
1346
|
+
page: {
|
|
1347
|
+
inserted: "Inserted page",
|
|
1348
|
+
rotate: "Rotate 90°",
|
|
1349
|
+
delete: "Delete page",
|
|
1350
|
+
"confirm-delete": {
|
|
1351
|
+
title: "Delete this page?",
|
|
1352
|
+
description: "This action cannot be undone — but you can undo it from the toolbar.",
|
|
1353
|
+
confirm: "Delete"
|
|
1354
|
+
}
|
|
1355
|
+
}
|
|
1356
|
+
},
|
|
1357
|
+
"quota-reached": {
|
|
1358
|
+
title: "Limit reached",
|
|
1359
|
+
description: 'You have reached the "{metric}" limit included in your current plan.',
|
|
1360
|
+
hint: "Upgrade to a higher plan to raise this limit and keep going.",
|
|
1361
|
+
upgrade: "View plans",
|
|
1362
|
+
close: "Close",
|
|
1363
|
+
service: {
|
|
1364
|
+
ABYSS_PLATFORM: "Platform",
|
|
1365
|
+
ABYSS_STORAGE: "Storage",
|
|
1366
|
+
ABYSS_MONITOR: "Monitoring",
|
|
1367
|
+
ABYSS_CLOUD: "Cloud",
|
|
1368
|
+
ABYSS_CRYPT: "Encryption",
|
|
1369
|
+
ABYSS_FORM: "Forms",
|
|
1370
|
+
ABYSS_TOOLS: "Tools",
|
|
1371
|
+
ABYSS_SPOTLIGHT: "Spotlight",
|
|
1372
|
+
ABYSS_TRAINING: "Training",
|
|
1373
|
+
ABYSS_MEMORIES: "Memories"
|
|
1374
|
+
},
|
|
1375
|
+
metric: {
|
|
1376
|
+
PROJECTS_COUNT: "Projects",
|
|
1377
|
+
MEMBERS_COUNT: "Members",
|
|
1378
|
+
TEAM_COUNT: "Teams",
|
|
1379
|
+
API_KEYS_COUNT: "API keys",
|
|
1380
|
+
STORAGE_GB: "Storage (GB)",
|
|
1381
|
+
FILES_COUNT: "Files",
|
|
1382
|
+
PRESIGNED_URLS: "Pre-signed URLs",
|
|
1383
|
+
BANDWIDTH_GB: "Bandwidth (GB)",
|
|
1384
|
+
LOG_EVENTS: "Log events",
|
|
1385
|
+
RETENTION_DAYS: "Retention (days)",
|
|
1386
|
+
APPLICATIONS: "Applications",
|
|
1387
|
+
CLOUD_INSTANCE_COUNT: "Cloud instances",
|
|
1388
|
+
CLOUD_STORAGE_GB: "Cloud storage (GB)",
|
|
1389
|
+
CLOUD_FILES_COUNT: "Cloud files",
|
|
1390
|
+
CRYPT_MAX_FILE_SIZE_MB: "Max file size (MB)",
|
|
1391
|
+
CRYPT_ENCRYPTIONS_MONTH: "Encryptions / month",
|
|
1392
|
+
FORMS_COUNT: "Forms",
|
|
1393
|
+
FORM_SUBMISSIONS_MONTH: "Submissions per month",
|
|
1394
|
+
FORM_ALLOW_DOCUMENTS: "Documents in submissions",
|
|
1395
|
+
FORM_MAX_DOCUMENT_SIZE_MB: "Max document size (MB)",
|
|
1396
|
+
FORM_MAX_SUBMISSIONS_PER_FORM_DAY: "Submissions per form/day",
|
|
1397
|
+
FORM_DOCUMENTS_STORAGE_GB: "Attachment storage",
|
|
1398
|
+
TOOLS_DRAW_COUNT: "Draws",
|
|
1399
|
+
TOOLS_BOARD_COUNT: "Boards",
|
|
1400
|
+
TOOLS_MEMO_COUNT: "Memos",
|
|
1401
|
+
TOOLS_ATLAS_COUNT: "Atlases",
|
|
1402
|
+
TOOLS_RETROSPECTIVE_COUNT: "Retrospectives",
|
|
1403
|
+
TOOLS_SHORT_LINK_COUNT: "Short links",
|
|
1404
|
+
TOOLS_SHORTLINK_RESOLUTIONS_MONTH: "Short link clicks",
|
|
1405
|
+
MONITOR_WEBHOOK_INVOCATIONS_MONTH: "Monitor webhooks / month",
|
|
1406
|
+
SPOTLIGHT_PAGES_COUNT: "Published pages",
|
|
1407
|
+
SPOTLIGHT_PAGE_VIEWS_MONTH: "Views / month",
|
|
1408
|
+
TRAINING_PROGRAMS_COUNT: "Programs",
|
|
1409
|
+
TRAINING_SESSIONS_MONTH: "Sessions / month",
|
|
1410
|
+
TRAINING_TEMPLATES_COUNT: "Templates",
|
|
1411
|
+
TRAINING_CUSTOM_EXERCISES_COUNT: "Custom exercises",
|
|
1412
|
+
MEMORIES_EVENTS_COUNT: "Events",
|
|
1413
|
+
MEMORIES_MEDIA_STORAGE_GB: "Media storage"
|
|
1414
|
+
}
|
|
1415
|
+
},
|
|
1416
|
+
"error-page": {
|
|
1417
|
+
title: "Something went wrong",
|
|
1418
|
+
description: "An unexpected error occurred. Try again, or go back home.",
|
|
1419
|
+
retry: "Try again",
|
|
1420
|
+
"go-home": "Go home",
|
|
1421
|
+
"show-details": "Show technical details",
|
|
1422
|
+
"hide-details": "Hide technical details",
|
|
1423
|
+
"download-details": "Download report",
|
|
1424
|
+
"footer-hint": "If the problem persists, please send us the downloaded report.",
|
|
1425
|
+
report: {
|
|
1426
|
+
"comment-placeholder": "Briefly describe what you were doing (optional)",
|
|
1427
|
+
send: "Send report",
|
|
1428
|
+
sending: "Sending…",
|
|
1429
|
+
sent: "Report sent ✓",
|
|
1430
|
+
"error-retry": "Send failed — retry"
|
|
1431
|
+
}
|
|
1432
|
+
},
|
|
1433
|
+
cookies: {
|
|
1434
|
+
banner: {
|
|
1435
|
+
title: "Your cookie preferences",
|
|
1436
|
+
description: "We use cookies to run our service, measure audience, and improve your experience. You can accept, reject, or customise at any time.",
|
|
1437
|
+
"privacy-link": "Learn more"
|
|
1438
|
+
},
|
|
1439
|
+
action: {
|
|
1440
|
+
"accept-all": "Accept all",
|
|
1441
|
+
"reject-all": "Reject all",
|
|
1442
|
+
configure: "Customise",
|
|
1443
|
+
cancel: "Cancel",
|
|
1444
|
+
save: "Save my choices"
|
|
1445
|
+
},
|
|
1446
|
+
configure: {
|
|
1447
|
+
title: "Customise my cookies"
|
|
1448
|
+
},
|
|
1449
|
+
category: {
|
|
1450
|
+
essentials: {
|
|
1451
|
+
title: "Essential cookies",
|
|
1452
|
+
description: "Required for the service to function (authentication, security). Always on."
|
|
1453
|
+
},
|
|
1454
|
+
analytics: {
|
|
1455
|
+
title: "Analytics",
|
|
1456
|
+
description: "Help us understand how the app is used so we can improve it."
|
|
1457
|
+
},
|
|
1458
|
+
marketing: {
|
|
1459
|
+
title: "Marketing",
|
|
1460
|
+
description: "Used to offer relevant content. Off by default."
|
|
1461
|
+
}
|
|
1462
|
+
}
|
|
1463
|
+
},
|
|
1464
|
+
commons: {
|
|
1465
|
+
menu: {
|
|
1466
|
+
account: "My account",
|
|
1467
|
+
settings: "Settings",
|
|
1468
|
+
billing: "Billing",
|
|
1469
|
+
logout: "Log out"
|
|
1470
|
+
},
|
|
1471
|
+
scope: {
|
|
1472
|
+
personal: "Personal",
|
|
1473
|
+
placeholder: "Scope"
|
|
1474
|
+
},
|
|
1475
|
+
invitation: {
|
|
1476
|
+
"invite-message-with-name": "<bold>{inviter}</bold> invites you to access <bold>{content}</bold> on <bold>{service}</bold>",
|
|
1477
|
+
"invite-message": "<bold>{inviter}</bold> invites you to access content on <bold>{service}</bold>",
|
|
1478
|
+
accept: "Accept",
|
|
1479
|
+
decline: "Decline"
|
|
1480
|
+
}
|
|
1481
|
+
},
|
|
1482
|
+
general: {
|
|
1483
|
+
error: "An error occurred",
|
|
1484
|
+
retry: "Retry",
|
|
1485
|
+
"unknown-error": "An unknown error occurred",
|
|
1486
|
+
"not-implemented-yet": "Not available yet",
|
|
1487
|
+
"session-expired": "Your session has expired",
|
|
1488
|
+
"click-to-copy": "Click to copy",
|
|
1489
|
+
open: "Open",
|
|
1490
|
+
delete: "Delete",
|
|
1491
|
+
archive: "Archive",
|
|
1492
|
+
unarchive: "Unarchive",
|
|
1493
|
+
optional: "Optional",
|
|
1494
|
+
refresh: "Refresh",
|
|
1495
|
+
"please-wait": "Please wait",
|
|
1496
|
+
"rows-per-page": "Rows per page",
|
|
1497
|
+
"rows-selected": "Rows selected",
|
|
1498
|
+
"filter-title": "Filters and search",
|
|
1499
|
+
share: "Share",
|
|
1500
|
+
"copy-share-link": "Copy share link",
|
|
1501
|
+
"load-more": "Load more",
|
|
1502
|
+
"empty-table": "No elements",
|
|
1503
|
+
"empty-graph": "No data available",
|
|
1504
|
+
back: "Back",
|
|
1505
|
+
next: "Next",
|
|
1506
|
+
save: "Save",
|
|
1507
|
+
update: "Update",
|
|
1508
|
+
create: "Create",
|
|
1509
|
+
loading: "Loading...",
|
|
1510
|
+
new: "New",
|
|
1511
|
+
"download-file-completed": "The file has been downloaded!",
|
|
1512
|
+
"no-description": "No description",
|
|
1513
|
+
active: "Active",
|
|
1514
|
+
"link-copied": "Link copied!",
|
|
1515
|
+
credits: "credits",
|
|
1516
|
+
"total-credit": "Total credits",
|
|
1517
|
+
"expand-sidebar": "Expand sidebar",
|
|
1518
|
+
"collapse-sidebar": "Collapse sidebar",
|
|
1519
|
+
"unauthorized-access": "Unauthorized access",
|
|
1520
|
+
"show-archived": "Show archived",
|
|
1521
|
+
"hide-archived": "Hide archived",
|
|
1522
|
+
add: "Add",
|
|
1523
|
+
clear: "Clear",
|
|
1524
|
+
search: "Search...",
|
|
1525
|
+
"theme-light": "Light mode",
|
|
1526
|
+
"theme-dark": "Dark mode"
|
|
1527
|
+
},
|
|
1528
|
+
"file-importation": {
|
|
1529
|
+
"cloud-usage-metrics": {
|
|
1530
|
+
title: "AbyssCloud Spaces",
|
|
1531
|
+
"count-files": "{amount, plural, =0 {# file} one {# file} other {# files}}",
|
|
1532
|
+
"pending-share": "Pending invitation"
|
|
1533
|
+
},
|
|
1534
|
+
"import-cloud": {
|
|
1535
|
+
"open-modal-button": "Import from cloud",
|
|
1536
|
+
modal: {
|
|
1537
|
+
title: "Import from cloud",
|
|
1538
|
+
loading: "Loading cloud spaces...",
|
|
1539
|
+
"service-not-enabled": "You haven't enabled AbyssCloud yet",
|
|
1540
|
+
"service-not-enabled-description": "To import files from a cloud, you must first enable AbyssCloud.",
|
|
1541
|
+
"enable-service-button": "Enable AbyssCloud",
|
|
1542
|
+
"service-unreachable": "AbyssCloud is unreachable. Please try again in a moment.",
|
|
1543
|
+
retry: "Retry",
|
|
1544
|
+
"no-cloud-available": "You have no cloud space",
|
|
1545
|
+
"too-big-filtered-file": "Files that are too large are automatically filtered.",
|
|
1546
|
+
"import-button": "Import",
|
|
1547
|
+
"space-label": "Cloud space",
|
|
1548
|
+
"space-placeholder": "Pick a space",
|
|
1549
|
+
"empty-cloud": "This space is empty",
|
|
1550
|
+
"section-personal": "My clouds",
|
|
1551
|
+
"section-organization": "Organizations",
|
|
1552
|
+
"section-shared": "Shared with me",
|
|
1553
|
+
"files-selected": "{count, plural, one {# file selected} other {# files selected}}",
|
|
1554
|
+
"open-in-cloud": "Open in AbyssCloud",
|
|
1555
|
+
refresh: "Refresh",
|
|
1556
|
+
"create-cloud": {
|
|
1557
|
+
title: "Create a cloud",
|
|
1558
|
+
fields: {
|
|
1559
|
+
name: {
|
|
1560
|
+
label: "Name",
|
|
1561
|
+
placeholder: "My First Cloud"
|
|
1562
|
+
}
|
|
1563
|
+
},
|
|
1564
|
+
"create-cloud-button": "Create"
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1567
|
+
},
|
|
1568
|
+
"save-cloud": {
|
|
1569
|
+
modal: {
|
|
1570
|
+
title: "Save to cloud",
|
|
1571
|
+
"import-button": "Save",
|
|
1572
|
+
"success-toast": "The file has been added to your Cloud.",
|
|
1573
|
+
"no-space-toast": "Insufficient space on your Cloud."
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1576
|
+
"import-button": "Import from...",
|
|
1577
|
+
"import-file-button": "My computer",
|
|
1578
|
+
"import-url-button": "URL link",
|
|
1579
|
+
"import-cloud-button": "AbyssCloud",
|
|
1580
|
+
"import-url-label": "Download URL",
|
|
1581
|
+
"max-size": "Maximum size per item: {size}",
|
|
1582
|
+
"max-size-2": "Maximum size: {size}",
|
|
1583
|
+
"file-too-big": "The file is too large ({size} per file maximum)",
|
|
1584
|
+
"file-too-big-filtered": "Some files are too large",
|
|
1585
|
+
"duplicated-tooltip": "This item has been imported multiple times",
|
|
1586
|
+
"drop-zone": {
|
|
1587
|
+
helper: "Drop a file here or ",
|
|
1588
|
+
helper2: "choose a file"
|
|
1589
|
+
}
|
|
1590
|
+
},
|
|
1591
|
+
project: {
|
|
1592
|
+
"not-published": "This project is not published",
|
|
1593
|
+
status: {
|
|
1594
|
+
ACTIVE: "Active",
|
|
1595
|
+
INACTIVE: "Inactive",
|
|
1596
|
+
ARCHIVED: "Archived",
|
|
1597
|
+
STARTING: "Starting",
|
|
1598
|
+
COMPLETED: "Completed",
|
|
1599
|
+
DEPRECATED: "Deprecated"
|
|
1600
|
+
},
|
|
1601
|
+
link: {
|
|
1602
|
+
none: {
|
|
1603
|
+
label: "No Abyss link"
|
|
1604
|
+
},
|
|
1605
|
+
project: {
|
|
1606
|
+
label: "Add an Abyss link"
|
|
1607
|
+
},
|
|
1608
|
+
"select-project": "Choose a project",
|
|
1609
|
+
"select-application": "Choose an application",
|
|
1610
|
+
"no-selected": "None",
|
|
1611
|
+
"no-selected-application": "None",
|
|
1612
|
+
selector: {
|
|
1613
|
+
"organization-label": "Organization",
|
|
1614
|
+
"project-label": "Project",
|
|
1615
|
+
"application-label": "Application",
|
|
1616
|
+
"organization-placeholder": "Search organizations...",
|
|
1617
|
+
"project-placeholder": "Search projects...",
|
|
1618
|
+
"application-placeholder": "Search applications...",
|
|
1619
|
+
"no-organization": "No organization",
|
|
1620
|
+
"no-project": "No project",
|
|
1621
|
+
"no-application": "No application",
|
|
1622
|
+
shared: "Shared"
|
|
1623
|
+
}
|
|
1624
|
+
},
|
|
1625
|
+
spotlight: {
|
|
1626
|
+
category: {
|
|
1627
|
+
label: "Category",
|
|
1628
|
+
placeholder: "Choose a category",
|
|
1629
|
+
sections: {
|
|
1630
|
+
TECHNOLOGY: "Technology",
|
|
1631
|
+
SCIENCE: "Sciences",
|
|
1632
|
+
ARTS_DESIGN: "Arts and Design",
|
|
1633
|
+
MUSIC_AUDIO: "Music and Audio",
|
|
1634
|
+
FILM_VIDEO: "Film and Video",
|
|
1635
|
+
ENTREPRENEURSHIP_BUSINESS: "Entrepreneurship and Business",
|
|
1636
|
+
EDUCATION_TRAINING: "Education and Training",
|
|
1637
|
+
SOCIAL_COMMUNITY_PROJECTS: "Social and Community Projects",
|
|
1638
|
+
GAMES_ENTERTAINMENT: "Games and Entertainment",
|
|
1639
|
+
TRAVEL_ADVENTURE: "Travel and Adventure",
|
|
1640
|
+
LIFESTYLE_WELLNESS: "Lifestyle and Wellness",
|
|
1641
|
+
DIY_CRAFTS: "DIY and Crafts"
|
|
1642
|
+
},
|
|
1643
|
+
categories: {
|
|
1644
|
+
SOFTWARE_DEVELOPMENT: "Software Development",
|
|
1645
|
+
WEB_DEVELOPMENT: "Web Development",
|
|
1646
|
+
ARTIFICIAL_INTELLIGENCE: "Artificial Intelligence",
|
|
1647
|
+
ROBOTICS: "Robotics",
|
|
1648
|
+
VIRTUAL_REALITY: "Virtual Reality",
|
|
1649
|
+
INTERNET_OF_THINGS: "Internet of Things",
|
|
1650
|
+
BIOTECHNOLOGY: "Biotechnology",
|
|
1651
|
+
ENVIRONMENT: "Environment",
|
|
1652
|
+
PHYSICS: "Physics",
|
|
1653
|
+
CHEMISTRY: "Chemistry",
|
|
1654
|
+
ASTRONOMY: "Astronomy",
|
|
1655
|
+
VISUAL_ARTS: "Visual Arts",
|
|
1656
|
+
GRAPHIC_DESIGN: "Graphic Design",
|
|
1657
|
+
PHOTOGRAPHY: "Photography",
|
|
1658
|
+
FASHION: "Fashion",
|
|
1659
|
+
ANIMATION: "Animation",
|
|
1660
|
+
MUSIC_COMPOSITION: "Music Composition",
|
|
1661
|
+
AUDIO_PRODUCTION: "Audio Production",
|
|
1662
|
+
PODCASTS: "Podcasts",
|
|
1663
|
+
RECORDING_MIXING: "Recording and Mixing",
|
|
1664
|
+
MUSICAL_INSTRUMENTS: "Musical Instruments",
|
|
1665
|
+
DIRECTING: "Directing",
|
|
1666
|
+
VIDEO_EDITING: "Video Editing",
|
|
1667
|
+
CINEMATOGRAPHY: "Cinematography",
|
|
1668
|
+
ANIMATION_3D: "3D Animation",
|
|
1669
|
+
VISUAL_EFFECTS: "Visual Effects",
|
|
1670
|
+
STARTUPS: "Startups",
|
|
1671
|
+
E_COMMERCE: "E-commerce",
|
|
1672
|
+
DIGITAL_MARKETING: "Digital Marketing",
|
|
1673
|
+
PERSONAL_FINANCE: "Personal Finance",
|
|
1674
|
+
BUSINESS_STRATEGY: "Business Strategy",
|
|
1675
|
+
ONLINE_COURSES: "Online Courses",
|
|
1676
|
+
TUTORIALS: "Tutorials",
|
|
1677
|
+
EDUCATIONAL_PROGRAMS: "Educational Programs",
|
|
1678
|
+
PROFESSIONAL_DEVELOPMENT: "Professional Development",
|
|
1679
|
+
CONTINUING_EDUCATION: "Continuing Education",
|
|
1680
|
+
HUMANITARIAN_AID: "Humanitarian Aid",
|
|
1681
|
+
ENVIRONMENTAL_PROJECTS: "Environmental Projects",
|
|
1682
|
+
COMMUNITY_INITIATIVES: "Community Initiatives",
|
|
1683
|
+
EQUALITY_INCLUSION: "Equality and Inclusion",
|
|
1684
|
+
PUBLIC_HEALTH: "Public Health",
|
|
1685
|
+
GAME_DEVELOPMENT: "Game Development",
|
|
1686
|
+
BOARD_GAMES: "Board Games",
|
|
1687
|
+
GAMIFICATION: "Gamification",
|
|
1688
|
+
GAME_EVENTS: "Game Events",
|
|
1689
|
+
ENTERTAINMENT_APPS: "Entertainment Apps",
|
|
1690
|
+
TRAVEL_BLOG: "Travel Blog",
|
|
1691
|
+
TRAVEL_VLOGS: "Travel Vlogs",
|
|
1692
|
+
TRAVEL_GUIDES: "Travel Guides",
|
|
1693
|
+
TRAVEL_PHOTOGRAPHY_PROJECTS: "Travel Photography Projects",
|
|
1694
|
+
EXPEDITIONS: "Expeditions",
|
|
1695
|
+
FITNESS_HEALTH: "Fitness and Health",
|
|
1696
|
+
NUTRITION: "Nutrition",
|
|
1697
|
+
PERSONAL_DEVELOPMENT: "Personal Development",
|
|
1698
|
+
MEDITATION_MINDFULNESS: "Meditation and Mindfulness",
|
|
1699
|
+
GARDENING_PROJECTS: "Gardening Projects",
|
|
1700
|
+
DIY: "DIY",
|
|
1701
|
+
CRAFT_PROJECTS: "Craft Projects",
|
|
1702
|
+
WOODWORKING: "Woodworking",
|
|
1703
|
+
SEWING: "Sewing",
|
|
1704
|
+
HANDICRAFTS: "Handicrafts"
|
|
1705
|
+
}
|
|
1706
|
+
},
|
|
1707
|
+
language: {
|
|
1708
|
+
label: "Primary language",
|
|
1709
|
+
helper: "Choose the primary language of your project.",
|
|
1710
|
+
"label-other": "Secondary languages",
|
|
1711
|
+
"helper-other": "Choose the secondary languages in which your project will be translated.",
|
|
1712
|
+
placeholder: "Choose a language",
|
|
1713
|
+
languages: {
|
|
1714
|
+
FRENCH: "French",
|
|
1715
|
+
ENGLISH: "English",
|
|
1716
|
+
GERMAN: "German",
|
|
1717
|
+
SPANISH: "Spanish",
|
|
1718
|
+
ITALIAN: "Italian",
|
|
1719
|
+
PORTUGUESE: "Portuguese",
|
|
1720
|
+
RUSSIAN: "Russian",
|
|
1721
|
+
JAPANESE: "Japanese",
|
|
1722
|
+
CHINESE: "Chinese",
|
|
1723
|
+
ARABIC: "Arabic",
|
|
1724
|
+
HINDI: "Hindi",
|
|
1725
|
+
BENGALI: "Bengali",
|
|
1726
|
+
PUNJABI: "Punjabi",
|
|
1727
|
+
URDU: "Urdu",
|
|
1728
|
+
KOREAN: "Korean",
|
|
1729
|
+
VIETNAMESE: "Vietnamese",
|
|
1730
|
+
TURKISH: "Turkish",
|
|
1731
|
+
DUTCH: "Dutch",
|
|
1732
|
+
GREEK: "Greek",
|
|
1733
|
+
SWEDISH: "Swedish",
|
|
1734
|
+
NORWEGIAN: "Norwegian",
|
|
1735
|
+
DANISH: "Danish",
|
|
1736
|
+
FINNISH: "Finnish",
|
|
1737
|
+
POLISH: "Polish",
|
|
1738
|
+
UKRAINIAN: "Ukrainian",
|
|
1739
|
+
HUNGARIAN: "Hungarian",
|
|
1740
|
+
CZECH: "Czech",
|
|
1741
|
+
SLOVAK: "Slovak",
|
|
1742
|
+
CROATIAN: "Croatian",
|
|
1743
|
+
SERBIAN: "Serbian",
|
|
1744
|
+
BULGARIAN: "Bulgarian",
|
|
1745
|
+
ROMANIAN: "Romanian",
|
|
1746
|
+
HEBREW: "Hebrew",
|
|
1747
|
+
THAI: "Thai",
|
|
1748
|
+
MALAYSIAN: "Malaysian",
|
|
1749
|
+
INDONESIAN: "Indonesian",
|
|
1750
|
+
FILIPINO: "Filipino",
|
|
1751
|
+
SWAHILI: "Swahili"
|
|
1752
|
+
}
|
|
1753
|
+
},
|
|
1754
|
+
star: {
|
|
1755
|
+
"star-button": "Add to favorites",
|
|
1756
|
+
"un-star-button": "Remove from favorites",
|
|
1757
|
+
"starred-tooltip": "Add to favorites"
|
|
1758
|
+
},
|
|
1759
|
+
follower: {
|
|
1760
|
+
"follow-button": "Follow the project",
|
|
1761
|
+
"follow-helper": "Follow this project to be notified of updates",
|
|
1762
|
+
"un-follow-button": "Unfollow",
|
|
1763
|
+
"following-tooltip": "You are following this project"
|
|
1764
|
+
},
|
|
1765
|
+
views: "Views",
|
|
1766
|
+
posts: "Posts",
|
|
1767
|
+
followers: "Followers",
|
|
1768
|
+
favorites: "Favorites",
|
|
1769
|
+
"view-button": "View",
|
|
1770
|
+
"edit-button": "Edit",
|
|
1771
|
+
"delete-button": "Delete project"
|
|
1772
|
+
}
|
|
1773
|
+
},
|
|
1774
|
+
inputs: {
|
|
1775
|
+
date: {
|
|
1776
|
+
start: "Start",
|
|
1777
|
+
end: "End"
|
|
1778
|
+
},
|
|
1779
|
+
"period-picker": {
|
|
1780
|
+
labels: {
|
|
1781
|
+
"start-date": {
|
|
1782
|
+
label: "Start"
|
|
1783
|
+
},
|
|
1784
|
+
"end-date": {
|
|
1785
|
+
label: "End"
|
|
1786
|
+
},
|
|
1787
|
+
period: {
|
|
1788
|
+
"last-7-days": "Last 7 days",
|
|
1789
|
+
"last-30-days": "Last 30 days",
|
|
1790
|
+
"last-60-days": "Last 60 days",
|
|
1791
|
+
"from-start-month": "From start of month",
|
|
1792
|
+
"from-start-year": "From start of year"
|
|
1793
|
+
},
|
|
1794
|
+
"select-start-date": "Select start date",
|
|
1795
|
+
"select-end-date": "Select end date",
|
|
1796
|
+
custom: "Custom",
|
|
1797
|
+
presets: {
|
|
1798
|
+
"7d": "7d",
|
|
1799
|
+
"30d": "30d",
|
|
1800
|
+
"90d": "90d",
|
|
1801
|
+
month: "Month",
|
|
1802
|
+
year: "Year"
|
|
1803
|
+
}
|
|
1804
|
+
}
|
|
1805
|
+
}
|
|
1806
|
+
},
|
|
1807
|
+
date: {
|
|
1808
|
+
preset: {
|
|
1809
|
+
today: "Today",
|
|
1810
|
+
"this-week": "This week",
|
|
1811
|
+
"this-month": "This month"
|
|
1812
|
+
}
|
|
1813
|
+
},
|
|
1814
|
+
modal: {
|
|
1815
|
+
confirm: "Confirm",
|
|
1816
|
+
save: "Save",
|
|
1817
|
+
cancel: "Cancel",
|
|
1818
|
+
close: "Close",
|
|
1819
|
+
create: "Create",
|
|
1820
|
+
"confirm-modal": {
|
|
1821
|
+
title: "Do you want to confirm?"
|
|
1822
|
+
},
|
|
1823
|
+
"outside-app-redirection-modal": {
|
|
1824
|
+
title: "Security Alert!",
|
|
1825
|
+
description: "You are about to be redirected to an external site that does not belong to the Abyss application. ({website})",
|
|
1826
|
+
"information-alert": "Some of your information (connection token) will be transmitted to {website}.",
|
|
1827
|
+
question: "Are you sure you want to continue?",
|
|
1828
|
+
confirm: "Take the risk",
|
|
1829
|
+
cancel: "Stay safe"
|
|
1830
|
+
}
|
|
1831
|
+
},
|
|
1832
|
+
notifications: {
|
|
1833
|
+
title: "Notifications",
|
|
1834
|
+
"new-notifications": "{amount} new notifications",
|
|
1835
|
+
"notifications-card-list": {
|
|
1836
|
+
"no-element": "No items"
|
|
1837
|
+
},
|
|
1838
|
+
"no-notification": "No new notifications",
|
|
1839
|
+
"see-all-button": "See all notifications",
|
|
1840
|
+
preferences: "Notification preferences",
|
|
1841
|
+
actions: {
|
|
1842
|
+
open: "Open",
|
|
1843
|
+
see: "See"
|
|
1844
|
+
},
|
|
1845
|
+
sound: {
|
|
1846
|
+
enable: "Enable sounds",
|
|
1847
|
+
disable: "Disable sounds",
|
|
1848
|
+
"update-error": "An error occurred while updating the option"
|
|
1849
|
+
},
|
|
1850
|
+
"content-shared": {
|
|
1851
|
+
title: "{sharedByUserName} shared {contentLabel} with you",
|
|
1852
|
+
body: '"{contentTitle}" — {permission} permission'
|
|
1853
|
+
},
|
|
1854
|
+
"invitation-org-member": {
|
|
1855
|
+
title: "{inviterAlias} invited you to join {organizationName}",
|
|
1856
|
+
body: "Click to review the invitation"
|
|
1857
|
+
},
|
|
1858
|
+
"invitation-project-access": {
|
|
1859
|
+
title: "{inviterAlias} invited you to join {projectName}",
|
|
1860
|
+
body: "Click to review the invitation"
|
|
1861
|
+
},
|
|
1862
|
+
"invitation-content-share": {
|
|
1863
|
+
title: "{inviterAlias} shared {contentLabel} with you",
|
|
1864
|
+
body: "Click to review the invitation"
|
|
1865
|
+
}
|
|
1866
|
+
},
|
|
1867
|
+
"content-share": {
|
|
1868
|
+
label: {
|
|
1869
|
+
draw: "a draw",
|
|
1870
|
+
board: "a board",
|
|
1871
|
+
memo: "a memo",
|
|
1872
|
+
atlas: "an atlas",
|
|
1873
|
+
retrospective: "a retro",
|
|
1874
|
+
"short-link": "a short link",
|
|
1875
|
+
space: "a space",
|
|
1876
|
+
folder: "a folder",
|
|
1877
|
+
file: "a file",
|
|
1878
|
+
"cloud-folder": "a cloud folder",
|
|
1879
|
+
"cloud-gallery": "a cloud gallery",
|
|
1880
|
+
form: "a form",
|
|
1881
|
+
"spotlight-project": "a project",
|
|
1882
|
+
event: "a memory",
|
|
1883
|
+
report: "a report",
|
|
1884
|
+
banking: "banking data",
|
|
1885
|
+
asset: "an asset",
|
|
1886
|
+
"wrapped-report": "a report",
|
|
1887
|
+
"daily-digest": "a digest",
|
|
1888
|
+
"analytics-snapshot": "an analytics snapshot",
|
|
1889
|
+
content: "content"
|
|
1890
|
+
}
|
|
1891
|
+
},
|
|
1892
|
+
"no-subscription": "No subscription",
|
|
1893
|
+
"user-settings": {
|
|
1894
|
+
profile: {
|
|
1895
|
+
title: "User Settings",
|
|
1896
|
+
fields: {
|
|
1897
|
+
alias: "Alias",
|
|
1898
|
+
name: "First Name",
|
|
1899
|
+
familyName: "Last Name",
|
|
1900
|
+
"api-key": "API Key"
|
|
1901
|
+
},
|
|
1902
|
+
helper: "Profile",
|
|
1903
|
+
"open-on-abyss": "Edit on Abyss Project",
|
|
1904
|
+
"copy-api-key": "Copy Key",
|
|
1905
|
+
"reset-api-key": "Regenerate",
|
|
1906
|
+
"confirm-reset-api-key": "Regenerate your API key",
|
|
1907
|
+
"helper-confirm-reset-api-key": "Your old key will no longer be active",
|
|
1908
|
+
subscription: "Your {level} subscription ends on {endDate}",
|
|
1909
|
+
"no-subscription": "You have no subscription",
|
|
1910
|
+
"see-subscription-button": "Manage my subscription",
|
|
1911
|
+
"delete-account-button": "Delete my account"
|
|
1912
|
+
}
|
|
1913
|
+
},
|
|
1914
|
+
tags: {
|
|
1915
|
+
"manage-title": "Manage Tags",
|
|
1916
|
+
"new-tag": "New tag",
|
|
1917
|
+
"name-placeholder": "Tag name",
|
|
1918
|
+
"your-tags": "Your tags",
|
|
1919
|
+
"no-tags": "No tags created",
|
|
1920
|
+
"create-success": "Tag created successfully",
|
|
1921
|
+
"update-success": "Tag updated successfully",
|
|
1922
|
+
"delete-success": "Tag deleted successfully",
|
|
1923
|
+
"confirm-delete": {
|
|
1924
|
+
title: "Delete tag?",
|
|
1925
|
+
description: 'The tag "{name}" will be permanently deleted.'
|
|
1926
|
+
},
|
|
1927
|
+
filter: "Tags",
|
|
1928
|
+
"filter-by-tags": "Filter by tags",
|
|
1929
|
+
manage: "Manage tags",
|
|
1930
|
+
usage: "{count} uses",
|
|
1931
|
+
"usage-count": "uses",
|
|
1932
|
+
"no-usage": "Not used",
|
|
1933
|
+
"custom-color": "Custom color",
|
|
1934
|
+
"select-tags": "Select tags..."
|
|
1935
|
+
},
|
|
1936
|
+
billing: {
|
|
1937
|
+
"current-plan": "Current plan",
|
|
1938
|
+
tier: {
|
|
1939
|
+
FREEMIUM: "Free",
|
|
1940
|
+
DEFAULT: "Standard",
|
|
1941
|
+
CUSTOM: "Custom",
|
|
1942
|
+
SYSTEM: "System"
|
|
1943
|
+
},
|
|
1944
|
+
"account-type": {
|
|
1945
|
+
USER: "User",
|
|
1946
|
+
ORGANIZATION: "Organization"
|
|
1947
|
+
},
|
|
1948
|
+
service: {
|
|
1949
|
+
ABYSS_PLATFORM: "Platform",
|
|
1950
|
+
ABYSS_MONITOR: "Abyss Monitor",
|
|
1951
|
+
ABYSS_STORAGE: "Abyss Storage",
|
|
1952
|
+
ABYSS_CLOUD: "Abyss Cloud",
|
|
1953
|
+
ABYSS_CRYPT: "Abyss Crypt",
|
|
1954
|
+
ABYSS_FORM: "Abyss Form"
|
|
1955
|
+
},
|
|
1956
|
+
metric: {
|
|
1957
|
+
PROJECTS_COUNT: "Projects",
|
|
1958
|
+
MEMBERS_COUNT: "Members",
|
|
1959
|
+
TEAM_COUNT: "Teams",
|
|
1960
|
+
API_KEYS_COUNT: "API Keys",
|
|
1961
|
+
LOG_EVENTS: "Log events / day",
|
|
1962
|
+
APPLICATIONS: "Applications",
|
|
1963
|
+
RETENTION_DAYS: "Retention (days)",
|
|
1964
|
+
STORAGE_GB: "Storage (GB)",
|
|
1965
|
+
FILES_COUNT: "Files",
|
|
1966
|
+
PRESIGNED_URLS: "Presigned URLs / day",
|
|
1967
|
+
BANDWIDTH_GB: "Bandwidth (GB/day)",
|
|
1968
|
+
CLOUD_INSTANCE_COUNT: "Cloud instances",
|
|
1969
|
+
CLOUD_STORAGE_GB: "Cloud storage (GB)"
|
|
1970
|
+
},
|
|
1971
|
+
"account-status": {
|
|
1972
|
+
ACTIVE: "Active",
|
|
1973
|
+
CANCELLED: "Cancelled"
|
|
1974
|
+
},
|
|
1975
|
+
"invoice-status": {
|
|
1976
|
+
PAID: "Paid",
|
|
1977
|
+
OPEN: "Open",
|
|
1978
|
+
DRAFT: "Draft",
|
|
1979
|
+
VOID: "Void",
|
|
1980
|
+
UNCOLLECTIBLE: "Uncollectible"
|
|
1981
|
+
},
|
|
1982
|
+
"invoice-type": {
|
|
1983
|
+
MONTHLY_BILLING: "Monthly billing",
|
|
1984
|
+
EUR_TOPUP: "EUR top-up",
|
|
1985
|
+
PLAN_UPGRADE: "Plan upgrade"
|
|
1986
|
+
},
|
|
1987
|
+
"credit-transaction-type": {
|
|
1988
|
+
OVERAGE_DEDUCTION: "Overage deduction",
|
|
1989
|
+
ADMIN_ADJUSTMENT: "Admin adjustment",
|
|
1990
|
+
GIFT_CODE: "Gift code",
|
|
1991
|
+
BONUS_SPONSOR: "Referral bonus",
|
|
1992
|
+
BONUS_SPONSORED: "Referred bonus",
|
|
1993
|
+
INVOICE_PAYMENT: "Invoice payment"
|
|
1994
|
+
},
|
|
1995
|
+
"eur-transaction-type": {
|
|
1996
|
+
STRIPE_PURCHASE: "Stripe purchase",
|
|
1997
|
+
INVOICE_DEDUCTION: "Invoice deduction",
|
|
1998
|
+
ADMIN_ADJUSTMENT: "Admin adjustment"
|
|
1999
|
+
},
|
|
2000
|
+
plan: {
|
|
2001
|
+
freemium: {
|
|
2002
|
+
name: "Free",
|
|
2003
|
+
description: "Get started with no commitment"
|
|
2004
|
+
},
|
|
2005
|
+
starter: {
|
|
2006
|
+
name: "Starter",
|
|
2007
|
+
description: "For individuals and small teams"
|
|
2008
|
+
},
|
|
2009
|
+
pro: {
|
|
2010
|
+
name: "Pro",
|
|
2011
|
+
description: "For professional teams"
|
|
2012
|
+
},
|
|
2013
|
+
internal: {
|
|
2014
|
+
name: "Internal",
|
|
2015
|
+
description: "Abyss internal use"
|
|
2016
|
+
}
|
|
2017
|
+
},
|
|
2018
|
+
"plan-feature": {
|
|
2019
|
+
PROJECTS_COUNT: "{unlimited, select, true {Unlimited projects} other {{limit} projects}}",
|
|
2020
|
+
MEMBERS_COUNT: "{unlimited, select, true {Unlimited members} other {{limit} members}}",
|
|
2021
|
+
STORAGE_GB: "{unlimited, select, true {Unlimited storage} other {{limit} GB storage}}",
|
|
2022
|
+
LOG_EVENTS: "{unlimited, select, true {Unlimited events} other {{limit, number} events/day}}",
|
|
2023
|
+
APPLICATIONS: "{unlimited, select, true {Unlimited applications} other {{limit} applications}}",
|
|
2024
|
+
CLOUD_INSTANCE_COUNT: "{unlimited, select, true {Unlimited instances} other {{limit} cloud instances}}",
|
|
2025
|
+
RETENTION_DAYS: "{unlimited, select, true {Unlimited retention} other {{limit} days retention}}"
|
|
2026
|
+
}
|
|
2027
|
+
},
|
|
2028
|
+
"abyss-banking": {
|
|
2029
|
+
transactions: {
|
|
2030
|
+
"placeholder-category": "Choose categories",
|
|
2031
|
+
"open-button-tooltip": "Click to add a comment"
|
|
2032
|
+
}
|
|
2033
|
+
},
|
|
2034
|
+
support: {
|
|
2035
|
+
status: {
|
|
2036
|
+
OPEN: "Open",
|
|
2037
|
+
IN_PROGRESS: "In progress",
|
|
2038
|
+
WAITING: "Waiting",
|
|
2039
|
+
ESCALATED: "Escalated",
|
|
2040
|
+
RESOLVED: "Resolved",
|
|
2041
|
+
CLOSED: "Closed",
|
|
2042
|
+
ARCHIVED: "Archived"
|
|
2043
|
+
},
|
|
2044
|
+
priority: {
|
|
2045
|
+
NORMAL: "Normal",
|
|
2046
|
+
HIGH: "High",
|
|
2047
|
+
CRITICAL: "Critical"
|
|
2048
|
+
},
|
|
2049
|
+
"category-group": {
|
|
2050
|
+
TECHNICAL: "Technical",
|
|
2051
|
+
ACCOUNT: "Account",
|
|
2052
|
+
BILLING: "Billing",
|
|
2053
|
+
DEVELOPER: "Developer",
|
|
2054
|
+
SUGGESTION: "Suggestion",
|
|
2055
|
+
OTHER: "Other"
|
|
2056
|
+
},
|
|
2057
|
+
category: {
|
|
2058
|
+
BUG_UI: "UI issue",
|
|
2059
|
+
BUG_PERFORMANCE: "Performance",
|
|
2060
|
+
BUG_DATA: "Data issue",
|
|
2061
|
+
BUG_OTHER: "Other bug",
|
|
2062
|
+
ACCOUNT_ACCESS: "Account access",
|
|
2063
|
+
ACCOUNT_DELETE: "Account deletion",
|
|
2064
|
+
ACCOUNT_SECURITY: "Account security",
|
|
2065
|
+
BILLING_PAYMENT: "Payment",
|
|
2066
|
+
BILLING_INVOICE: "Invoice",
|
|
2067
|
+
BILLING_CUSTOM_PLAN: "Custom plan",
|
|
2068
|
+
BILLING_REFUND: "Refund",
|
|
2069
|
+
API_INTEGRATION: "API integration",
|
|
2070
|
+
API_DOCUMENTATION: "API documentation",
|
|
2071
|
+
API_KEY: "API key",
|
|
2072
|
+
FEATURE_REQUEST: "Feature request",
|
|
2073
|
+
OTHER: "Other"
|
|
2074
|
+
},
|
|
2075
|
+
list: {
|
|
2076
|
+
title: "Support tickets",
|
|
2077
|
+
empty: "No tickets yet",
|
|
2078
|
+
"empty-desc": "Create a ticket to get help from our team.",
|
|
2079
|
+
"new-ticket": "New ticket",
|
|
2080
|
+
"filter-search": "Search tickets...",
|
|
2081
|
+
"filter-status": "Status",
|
|
2082
|
+
"filter-category": "Category",
|
|
2083
|
+
"clear-all": "Clear all"
|
|
2084
|
+
},
|
|
2085
|
+
create: {
|
|
2086
|
+
title: "New support ticket",
|
|
2087
|
+
"field-title": "Title",
|
|
2088
|
+
"field-title-placeholder": "Briefly describe your issue",
|
|
2089
|
+
"field-description": "Description",
|
|
2090
|
+
"field-description-placeholder": "Provide details about your issue...",
|
|
2091
|
+
"field-category": "Category",
|
|
2092
|
+
"field-priority": "Priority",
|
|
2093
|
+
"field-service": "Service",
|
|
2094
|
+
"field-priority-reason": "Priority reason",
|
|
2095
|
+
"field-priority-reason-placeholder": "Explain why this is high priority...",
|
|
2096
|
+
"priority-reason-required": "Priority reason is required for {priority} priority",
|
|
2097
|
+
submit: "Submit ticket",
|
|
2098
|
+
back: "Back",
|
|
2099
|
+
cancel: "Cancel"
|
|
2100
|
+
},
|
|
2101
|
+
detail: {
|
|
2102
|
+
description: "Description",
|
|
2103
|
+
"no-messages": "No messages yet",
|
|
2104
|
+
"messages-title": "Messages",
|
|
2105
|
+
"messages-count": "{count} messages",
|
|
2106
|
+
"new-messages": "New messages",
|
|
2107
|
+
"send-placeholder": "Type your message...",
|
|
2108
|
+
send: "Send",
|
|
2109
|
+
"admin-note": "Admin note",
|
|
2110
|
+
"admin-note-placeholder": "Internal note (not visible to user)...",
|
|
2111
|
+
"closed-banner": "This ticket has been closed",
|
|
2112
|
+
"resolved-banner": "This ticket has been resolved",
|
|
2113
|
+
"admin-note-toggle": "Admin note",
|
|
2114
|
+
"attachments-toggle": "Attachments ({count})",
|
|
2115
|
+
edit: "Edit",
|
|
2116
|
+
delete: "Delete",
|
|
2117
|
+
"confirm-delete": "Delete this message?",
|
|
2118
|
+
terminalMessage: "This ticket is {status}",
|
|
2119
|
+
addTag: "Add a tag",
|
|
2120
|
+
tags: "Tags"
|
|
2121
|
+
},
|
|
2122
|
+
sidebar: {
|
|
2123
|
+
status: "Status",
|
|
2124
|
+
category: "Category",
|
|
2125
|
+
service: "Service",
|
|
2126
|
+
priority: "Priority",
|
|
2127
|
+
"requested-priority": "Requested priority",
|
|
2128
|
+
"assigned-to": "Assigned to",
|
|
2129
|
+
"created-by": "Created by",
|
|
2130
|
+
"created-at": "Created",
|
|
2131
|
+
"updated-at": "Updated",
|
|
2132
|
+
"resolved-at": "Resolved",
|
|
2133
|
+
"closed-at": "Closed",
|
|
2134
|
+
requester: "Requester",
|
|
2135
|
+
unassigned: "Unassigned",
|
|
2136
|
+
resolve: "Resolve",
|
|
2137
|
+
close: "Close",
|
|
2138
|
+
reopen: "Reopen",
|
|
2139
|
+
"resolve-reason": "Resolution reason",
|
|
2140
|
+
"resolve-confirm-desc": "Are you sure you want to resolve this ticket?",
|
|
2141
|
+
"close-reason": "Close reason",
|
|
2142
|
+
"close-confirm-desc": "Are you sure you want to close this ticket?",
|
|
2143
|
+
tags: "Tags",
|
|
2144
|
+
"no-tags": "No tags",
|
|
2145
|
+
organization: "Organization",
|
|
2146
|
+
project: "Project",
|
|
2147
|
+
"assign-to-me": "Assign to me",
|
|
2148
|
+
"archived-at": "Archived on",
|
|
2149
|
+
activity: "Activity",
|
|
2150
|
+
"activity-action": {
|
|
2151
|
+
CREATED: "Ticket created",
|
|
2152
|
+
UPDATED: "Ticket updated",
|
|
2153
|
+
ASSIGNED: "Assigned",
|
|
2154
|
+
UNASSIGNED: "Unassigned",
|
|
2155
|
+
PRIORITY_CHANGED: "Priority changed",
|
|
2156
|
+
CATEGORY_CHANGED: "Category changed",
|
|
2157
|
+
RESOLVED: "Resolved",
|
|
2158
|
+
REOPENED: "Reopened",
|
|
2159
|
+
CLOSED: "Closed",
|
|
2160
|
+
ESCALATED: "Escalated",
|
|
2161
|
+
PUT_ON_HOLD: "Put on hold",
|
|
2162
|
+
RESUMED: "Resumed",
|
|
2163
|
+
ARCHIVED: "Archived",
|
|
2164
|
+
TAG_ADDED: "Tag added",
|
|
2165
|
+
TAG_REMOVED: "Tag removed",
|
|
2166
|
+
MESSAGE_SENT: "Message sent"
|
|
2167
|
+
}
|
|
2168
|
+
},
|
|
2169
|
+
action: {
|
|
2170
|
+
TAKE_OVER: "Take over",
|
|
2171
|
+
CLOSE: "Close",
|
|
2172
|
+
RESOLVE: "Resolve",
|
|
2173
|
+
REOPEN: "Reopen",
|
|
2174
|
+
ESCALATE: "Escalate",
|
|
2175
|
+
PUT_ON_HOLD: "Put on hold",
|
|
2176
|
+
RESUME: "Resume",
|
|
2177
|
+
ARCHIVE: "Archive",
|
|
2178
|
+
"CLOSE-confirm": "Are you sure you want to close this ticket?",
|
|
2179
|
+
"ARCHIVE-confirm": "Are you sure you want to archive this ticket?",
|
|
2180
|
+
"reason-placeholder": "Reason (optional)..."
|
|
2181
|
+
},
|
|
2182
|
+
attachments: {
|
|
2183
|
+
title: "Attachments",
|
|
2184
|
+
upload: "Click to upload a file",
|
|
2185
|
+
"max-reached": "Maximum attachments reached",
|
|
2186
|
+
delete: "Delete attachment",
|
|
2187
|
+
"delete-confirm": "Are you sure you want to delete this attachment?",
|
|
2188
|
+
uploading: "Uploading...",
|
|
2189
|
+
"upload-hint": "Drag and drop a file here or click to browse"
|
|
2190
|
+
},
|
|
2191
|
+
stepper: {
|
|
2192
|
+
categoryGroup: {
|
|
2193
|
+
bug: "Bug report",
|
|
2194
|
+
technical: "Technical question",
|
|
2195
|
+
feature: "Feature request",
|
|
2196
|
+
account: "Account & Billing",
|
|
2197
|
+
other: "Other"
|
|
2198
|
+
},
|
|
2199
|
+
selectSubCategory: "Select a sub-category",
|
|
2200
|
+
step: {
|
|
2201
|
+
forWho: "For who?",
|
|
2202
|
+
category: "Category",
|
|
2203
|
+
details: "Details",
|
|
2204
|
+
priority: "Priority"
|
|
2205
|
+
},
|
|
2206
|
+
next: "Next",
|
|
2207
|
+
dragAndDrop: "Drag & drop files here, or click to upload"
|
|
2208
|
+
},
|
|
2209
|
+
service: {
|
|
2210
|
+
ABYSS: "Abyss Platform",
|
|
2211
|
+
ABYSS_CLOUD: "Abyss Cloud",
|
|
2212
|
+
ABYSS_CRYPT: "Abyss Crypt",
|
|
2213
|
+
ABYSS_STORAGE: "Abyss Storage",
|
|
2214
|
+
ABYSS_MONITOR: "Abyss Monitor",
|
|
2215
|
+
ABYSS_MEMORIES: "Abyss Memories",
|
|
2216
|
+
ABYSS_BANKING: "Abyss Banking",
|
|
2217
|
+
ABYSS_SPOTLIGHT: "Abyss Spotlight",
|
|
2218
|
+
ABYSS_FORM: "Abyss Form",
|
|
2219
|
+
ABYSS_TRAINING: "Abyss Training",
|
|
2220
|
+
ABYSS_CONSOLE: "Abyss Console",
|
|
2221
|
+
ABYSS_GAME_ODYSSEY: "Abyss Game Odyssey",
|
|
2222
|
+
ABYSS_TOOLS: "Abyss Tools"
|
|
2223
|
+
}
|
|
2224
|
+
}
|
|
2225
|
+
};
|
|
2226
|
+
var U, B;
|
|
2227
|
+
function Re() {
|
|
2228
|
+
if (B) return U;
|
|
2229
|
+
B = 1, U = o, o.flatten = o, o.unflatten = n;
|
|
2230
|
+
function e(r) {
|
|
2231
|
+
return r && r.constructor && typeof r.constructor.isBuffer == "function" && r.constructor.isBuffer(r);
|
|
2232
|
+
}
|
|
2233
|
+
function t(r) {
|
|
2234
|
+
return r;
|
|
2235
|
+
}
|
|
2236
|
+
function o(r, s) {
|
|
2237
|
+
s = s || {};
|
|
2238
|
+
const u = s.delimiter || ".", p = s.maxDepth, E = s.transformKey || t, I = {};
|
|
2239
|
+
function a(T, O, h) {
|
|
2240
|
+
h = h || 1, Object.keys(T).forEach(function(c) {
|
|
2241
|
+
const l = T[c], d = s.safe && Array.isArray(l), S = Object.prototype.toString.call(l), g = e(l), D = S === "[object Object]" || S === "[object Array]", v = O ? O + u + E(c) : E(c);
|
|
2242
|
+
if (!d && !g && D && Object.keys(l).length && (!s.maxDepth || h < p))
|
|
2243
|
+
return a(l, v, h + 1);
|
|
2244
|
+
I[v] = l;
|
|
2245
|
+
});
|
|
2246
|
+
}
|
|
2247
|
+
return a(r), I;
|
|
2248
|
+
}
|
|
2249
|
+
function n(r, s) {
|
|
2250
|
+
s = s || {};
|
|
2251
|
+
const u = s.delimiter || ".", p = s.overwrite || !1, E = s.transformKey || t, I = {};
|
|
2252
|
+
if (e(r) || Object.prototype.toString.call(r) !== "[object Object]")
|
|
2253
|
+
return r;
|
|
2254
|
+
function T(c) {
|
|
2255
|
+
const l = Number(c);
|
|
2256
|
+
return isNaN(l) || c.indexOf(".") !== -1 || s.object ? c : l;
|
|
2257
|
+
}
|
|
2258
|
+
function O(c, l, d) {
|
|
2259
|
+
return Object.keys(d).reduce(function(S, g) {
|
|
2260
|
+
return S[c + u + g] = d[g], S;
|
|
2261
|
+
}, l);
|
|
2262
|
+
}
|
|
2263
|
+
function h(c) {
|
|
2264
|
+
const l = Object.prototype.toString.call(c), d = l === "[object Array]", S = l === "[object Object]";
|
|
2265
|
+
if (c) {
|
|
2266
|
+
if (d)
|
|
2267
|
+
return !c.length;
|
|
2268
|
+
if (S)
|
|
2269
|
+
return !Object.keys(c).length;
|
|
2270
|
+
} else return !0;
|
|
2271
|
+
}
|
|
2272
|
+
return r = Object.keys(r).reduce(function(c, l) {
|
|
2273
|
+
const d = Object.prototype.toString.call(r[l]);
|
|
2274
|
+
return !(d === "[object Object]" || d === "[object Array]") || h(r[l]) ? (c[l] = r[l], c) : O(
|
|
2275
|
+
l,
|
|
2276
|
+
c,
|
|
2277
|
+
o(r[l], s)
|
|
2278
|
+
);
|
|
2279
|
+
}, {}), Object.keys(r).forEach(function(c) {
|
|
2280
|
+
const l = c.split(u).map(E);
|
|
2281
|
+
let d = T(l.shift()), S = T(l[0]), g = I;
|
|
2282
|
+
for (; S !== void 0; ) {
|
|
2283
|
+
if (d === "__proto__")
|
|
2284
|
+
return;
|
|
2285
|
+
const D = Object.prototype.toString.call(g[d]), v = D === "[object Object]" || D === "[object Array]";
|
|
2286
|
+
if (!p && !v && typeof g[d] < "u")
|
|
2287
|
+
return;
|
|
2288
|
+
(p && !v || !p && g[d] == null) && (g[d] = typeof S == "number" && !s.object ? [] : {}), g = g[d], l.length > 0 && (d = T(l.shift()), S = T(l[0]));
|
|
2289
|
+
}
|
|
2290
|
+
g[d] = n(r[c], s);
|
|
2291
|
+
}), I;
|
|
2292
|
+
}
|
|
2293
|
+
return U;
|
|
2294
|
+
}
|
|
2295
|
+
var w = Re();
|
|
2296
|
+
const j = {
|
|
2297
|
+
[R.FRENCH]: { ...Ce, common: de },
|
|
2298
|
+
[R.ENGLISH]: { ...fe, common: ce }
|
|
2299
|
+
}, We = {
|
|
2300
|
+
[R.FRENCH]: w.flatten(j[R.FRENCH]),
|
|
2301
|
+
[R.ENGLISH]: w.flatten(j[R.ENGLISH])
|
|
2302
|
+
}, ye = {
|
|
2303
|
+
break: /* @__PURE__ */ i("br", {}),
|
|
2304
|
+
bold: (...e) => /* @__PURE__ */ i("strong", { children: e }),
|
|
2305
|
+
italic: (...e) => /* @__PURE__ */ i("i", { children: e }),
|
|
2306
|
+
primary: (...e) => /* @__PURE__ */ i("span", { style: { color: q[500] }, children: e }),
|
|
2307
|
+
focus: (...e) => /* @__PURE__ */ i("span", { style: { color: W[400] }, children: e })
|
|
2308
|
+
}, K = () => {
|
|
2309
|
+
const e = le(), t = C(
|
|
2310
|
+
(o, n) => e.formatMessage(o, { ...ye, ...n }),
|
|
2311
|
+
[e]
|
|
2312
|
+
);
|
|
2313
|
+
return x(() => {
|
|
2314
|
+
const { formatMessage: o, ...n } = e;
|
|
2315
|
+
return { ...n, formatRichMessage: t };
|
|
2316
|
+
}, [e, t]);
|
|
2317
|
+
}, L = "abyssCookieConsent", J = 365, be = J * 24 * 60 * 60, _e = () => typeof window > "u" ? !1 : window.location.protocol === "https:", X = (e, t) => {
|
|
2318
|
+
const o = ["Path=/", `Max-Age=${t}`, "SameSite=Lax"];
|
|
2319
|
+
return e.domain && o.push(`Domain=${e.domain}`), _e() && o.push("Secure"), o.join("; ");
|
|
2320
|
+
}, ve = () => {
|
|
2321
|
+
if (typeof document > "u")
|
|
2322
|
+
return null;
|
|
2323
|
+
const e = document.cookie.split(";").map((o) => o.trim()).find((o) => o.startsWith(`${L}=`));
|
|
2324
|
+
if (!e)
|
|
2325
|
+
return null;
|
|
2326
|
+
const t = e.slice(L.length + 1);
|
|
2327
|
+
try {
|
|
2328
|
+
const o = atob(decodeURIComponent(t)), n = JSON.parse(o);
|
|
2329
|
+
return typeof n.a != "boolean" || typeof n.m != "boolean" || typeof n.d != "string" || typeof n.v != "string" ? null : n;
|
|
2330
|
+
} catch {
|
|
2331
|
+
return null;
|
|
2332
|
+
}
|
|
2333
|
+
}, H = (e, t = {}) => {
|
|
2334
|
+
if (typeof document > "u")
|
|
2335
|
+
return;
|
|
2336
|
+
const o = btoa(JSON.stringify(e));
|
|
2337
|
+
document.cookie = `${L}=${o}; ${X(t, be)}`;
|
|
2338
|
+
}, De = (e = {}) => {
|
|
2339
|
+
typeof document > "u" || (document.cookie = `${L}=; ${X(e, 0)}`);
|
|
2340
|
+
};
|
|
2341
|
+
var F = /* @__PURE__ */ ((e) => (e.NOOP = "noop", e.ADOPT_DB = "adopt-db", e.PUSH_COOKIE = "push-cookie", e))(F || {});
|
|
2342
|
+
const Y = (e) => ({
|
|
2343
|
+
essentials: !0,
|
|
2344
|
+
analytics: e.analytics,
|
|
2345
|
+
marketing: e.marketing,
|
|
2346
|
+
decidedAt: typeof e.decidedAt == "string" ? e.decidedAt : new Date(e.decidedAt).toISOString(),
|
|
2347
|
+
consentVersion: e.consentVersion
|
|
2348
|
+
}), Me = (e, t) => {
|
|
2349
|
+
if (!e && !t)
|
|
2350
|
+
return { action: "noop", value: null };
|
|
2351
|
+
if (!e && t)
|
|
2352
|
+
return { action: "adopt-db", value: Y(t) };
|
|
2353
|
+
if (e && !t)
|
|
2354
|
+
return { action: "push-cookie", value: e };
|
|
2355
|
+
const o = new Date(e.decidedAt).getTime(), n = new Date(
|
|
2356
|
+
typeof t.decidedAt == "string" ? t.decidedAt : t.decidedAt.toISOString()
|
|
2357
|
+
).getTime();
|
|
2358
|
+
return n > o ? { action: "adopt-db", value: Y(t) } : o > n ? { action: "push-cookie", value: e } : { action: "noop", value: e };
|
|
2359
|
+
}, Pe = J * 24 * 60 * 60 * 1e3, Le = (e) => ({
|
|
2360
|
+
essentials: !0,
|
|
2361
|
+
analytics: e.a,
|
|
2362
|
+
marketing: e.m,
|
|
2363
|
+
decidedAt: e.d,
|
|
2364
|
+
consentVersion: e.v
|
|
2365
|
+
}), V = (e) => ({
|
|
2366
|
+
a: e.analytics,
|
|
2367
|
+
m: e.marketing,
|
|
2368
|
+
d: e.decidedAt,
|
|
2369
|
+
v: e.consentVersion
|
|
2370
|
+
}), Ue = (e, t, o) => {
|
|
2371
|
+
if (o.v !== t)
|
|
2372
|
+
return !1;
|
|
2373
|
+
const n = new Date(e).getTime();
|
|
2374
|
+
return Number.isNaN(n) ? !1 : Date.now() - n < Pe;
|
|
2375
|
+
}, Ge = (e) => {
|
|
2376
|
+
const t = ve();
|
|
2377
|
+
return !t || !Ue(t.d, e, t) ? null : Le(t);
|
|
2378
|
+
}, Fe = (e) => {
|
|
2379
|
+
const [t, o] = y(() => Ge(e.consentVersion)), n = ue({
|
|
2380
|
+
queryKey: ["cookie-consent", "me"],
|
|
2381
|
+
queryFn: async () => (await k.sdk.user.cookieConsent.get()).data.consent,
|
|
2382
|
+
enabled: e.isAuthenticated,
|
|
2383
|
+
retry: !1,
|
|
2384
|
+
refetchOnWindowFocus: !1
|
|
2385
|
+
}), r = pe({
|
|
2386
|
+
mutationFn: async (a) => (await k.sdk.user.cookieConsent.upsert({
|
|
2387
|
+
analytics: a.analytics,
|
|
2388
|
+
marketing: a.marketing,
|
|
2389
|
+
decidedAt: a.decidedAt,
|
|
2390
|
+
consentVersion: a.consentVersion
|
|
2391
|
+
})).data.consent
|
|
2392
|
+
}), s = C(
|
|
2393
|
+
(a) => {
|
|
2394
|
+
H(V(a), { domain: e.domain }), o(a), e.isAuthenticated && r.mutate(a);
|
|
2395
|
+
},
|
|
2396
|
+
[e.domain, e.isAuthenticated, r]
|
|
2397
|
+
);
|
|
2398
|
+
z(() => {
|
|
2399
|
+
if (!e.isAuthenticated || n.isLoading || n.isError)
|
|
2400
|
+
return;
|
|
2401
|
+
const a = Me(t, n.data ?? null);
|
|
2402
|
+
a.action === F.ADOPT_DB && a.value ? (H(V(a.value), { domain: e.domain }), o(a.value)) : a.action === F.PUSH_COOKIE && a.value && r.mutate(a.value);
|
|
2403
|
+
}, [e.isAuthenticated, n.isLoading, n.isError, n.data]);
|
|
2404
|
+
const u = C(() => {
|
|
2405
|
+
s({
|
|
2406
|
+
essentials: !0,
|
|
2407
|
+
analytics: !0,
|
|
2408
|
+
marketing: !0,
|
|
2409
|
+
decidedAt: (/* @__PURE__ */ new Date()).toISOString(),
|
|
2410
|
+
consentVersion: e.consentVersion
|
|
2411
|
+
});
|
|
2412
|
+
}, [e.consentVersion, s]), p = C(() => {
|
|
2413
|
+
s({
|
|
2414
|
+
essentials: !0,
|
|
2415
|
+
analytics: !1,
|
|
2416
|
+
marketing: !1,
|
|
2417
|
+
decidedAt: (/* @__PURE__ */ new Date()).toISOString(),
|
|
2418
|
+
consentVersion: e.consentVersion
|
|
2419
|
+
});
|
|
2420
|
+
}, [e.consentVersion, s]), E = C(
|
|
2421
|
+
(a) => {
|
|
2422
|
+
s({
|
|
2423
|
+
essentials: !0,
|
|
2424
|
+
analytics: a.analytics,
|
|
2425
|
+
marketing: a.marketing,
|
|
2426
|
+
decidedAt: (/* @__PURE__ */ new Date()).toISOString(),
|
|
2427
|
+
consentVersion: e.consentVersion
|
|
2428
|
+
});
|
|
2429
|
+
},
|
|
2430
|
+
[e.consentVersion, s]
|
|
2431
|
+
), I = C(() => {
|
|
2432
|
+
De({ domain: e.domain }), o(null);
|
|
2433
|
+
}, [e.domain]);
|
|
2434
|
+
return { consent: t, isResolved: t !== null, acceptAll: u, rejectAll: p, save: E, reset: I };
|
|
2435
|
+
}, ke = ({ api: e, privacyLinkHref: t }) => {
|
|
2436
|
+
const o = K(), { acceptAll: n, rejectAll: r, save: s } = e, [u, p] = y(!1), [E, I] = y(!1), [a, T] = y(!1), O = () => {
|
|
2437
|
+
s({ analytics: E, marketing: a }), p(!1);
|
|
2438
|
+
};
|
|
2439
|
+
return /* @__PURE__ */ A($, { children: [
|
|
2440
|
+
/* @__PURE__ */ i(
|
|
2441
|
+
te,
|
|
2442
|
+
{
|
|
2443
|
+
elevation: 8,
|
|
2444
|
+
sx: {
|
|
2445
|
+
position: "fixed",
|
|
2446
|
+
bottom: { xs: 8, md: 16 },
|
|
2447
|
+
left: { xs: 8, md: 16 },
|
|
2448
|
+
right: { xs: 8, md: 16 },
|
|
2449
|
+
zIndex: (h) => h.zIndex.snackbar,
|
|
2450
|
+
p: { xs: 2, md: 3 },
|
|
2451
|
+
borderRadius: 2,
|
|
2452
|
+
maxWidth: 900,
|
|
2453
|
+
mx: "auto",
|
|
2454
|
+
border: "1px solid",
|
|
2455
|
+
borderColor: "divider"
|
|
2456
|
+
},
|
|
2457
|
+
role: "dialog",
|
|
2458
|
+
"aria-labelledby": "cookie-consent-title",
|
|
2459
|
+
children: /* @__PURE__ */ A(M, { direction: { xs: "column", md: "row" }, spacing: 2, alignItems: { xs: "stretch", md: "center" }, children: [
|
|
2460
|
+
/* @__PURE__ */ A(N, { sx: { flex: 1 }, children: [
|
|
2461
|
+
/* @__PURE__ */ i(m, { id: "cookie-consent-title", variant: "subtitle1", fontWeight: 700, gutterBottom: !0, children: o.formatRichMessage({ id: "cookies.banner.title" }) }),
|
|
2462
|
+
/* @__PURE__ */ i(m, { variant: "body2", color: "text.secondary", children: o.formatRichMessage({ id: "cookies.banner.description" }) }),
|
|
2463
|
+
/* @__PURE__ */ i(m, { variant: "caption", color: "text.secondary", sx: { mt: 1, display: "block" }, children: /* @__PURE__ */ i("a", { href: t, style: { color: "inherit" }, rel: "noreferrer", children: o.formatRichMessage({ id: "cookies.banner.privacy-link" }) }) })
|
|
2464
|
+
] }),
|
|
2465
|
+
/* @__PURE__ */ A(M, { direction: { xs: "column", sm: "row" }, spacing: 1, sx: { flexShrink: 0 }, children: [
|
|
2466
|
+
/* @__PURE__ */ i(f, { variant: "text", onClick: r, children: o.formatRichMessage({ id: "cookies.action.reject-all" }) }),
|
|
2467
|
+
/* @__PURE__ */ i(f, { variant: "outlined", onClick: () => p(!0), children: o.formatRichMessage({ id: "cookies.action.configure" }) }),
|
|
2468
|
+
/* @__PURE__ */ i(f, { variant: "contained", onClick: n, children: o.formatRichMessage({ id: "cookies.action.accept-all" }) })
|
|
2469
|
+
] })
|
|
2470
|
+
] })
|
|
2471
|
+
}
|
|
2472
|
+
),
|
|
2473
|
+
/* @__PURE__ */ A(oe, { open: u, onClose: () => p(!1), maxWidth: "sm", fullWidth: !0, children: [
|
|
2474
|
+
/* @__PURE__ */ i(ie, { children: o.formatRichMessage({ id: "cookies.configure.title" }) }),
|
|
2475
|
+
/* @__PURE__ */ i(re, { children: /* @__PURE__ */ A(M, { spacing: 2, sx: { pt: 1 }, children: [
|
|
2476
|
+
/* @__PURE__ */ i(
|
|
2477
|
+
b,
|
|
2478
|
+
{
|
|
2479
|
+
control: /* @__PURE__ */ i(_, { checked: !0, disabled: !0 }),
|
|
2480
|
+
label: /* @__PURE__ */ A(N, { children: [
|
|
2481
|
+
/* @__PURE__ */ i(m, { variant: "body2", fontWeight: 600, children: o.formatRichMessage({ id: "cookies.category.essentials.title" }) }),
|
|
2482
|
+
/* @__PURE__ */ i(m, { variant: "caption", color: "text.secondary", children: o.formatRichMessage({ id: "cookies.category.essentials.description" }) })
|
|
2483
|
+
] })
|
|
2484
|
+
}
|
|
2485
|
+
),
|
|
2486
|
+
/* @__PURE__ */ i(
|
|
2487
|
+
b,
|
|
2488
|
+
{
|
|
2489
|
+
control: /* @__PURE__ */ i(_, { checked: E, onChange: (h, c) => I(c) }),
|
|
2490
|
+
label: /* @__PURE__ */ A(N, { children: [
|
|
2491
|
+
/* @__PURE__ */ i(m, { variant: "body2", fontWeight: 600, children: o.formatRichMessage({ id: "cookies.category.analytics.title" }) }),
|
|
2492
|
+
/* @__PURE__ */ i(m, { variant: "caption", color: "text.secondary", children: o.formatRichMessage({ id: "cookies.category.analytics.description" }) })
|
|
2493
|
+
] })
|
|
2494
|
+
}
|
|
2495
|
+
),
|
|
2496
|
+
/* @__PURE__ */ i(
|
|
2497
|
+
b,
|
|
2498
|
+
{
|
|
2499
|
+
control: /* @__PURE__ */ i(_, { checked: a, onChange: (h, c) => T(c) }),
|
|
2500
|
+
label: /* @__PURE__ */ A(N, { children: [
|
|
2501
|
+
/* @__PURE__ */ i(m, { variant: "body2", fontWeight: 600, children: o.formatRichMessage({ id: "cookies.category.marketing.title" }) }),
|
|
2502
|
+
/* @__PURE__ */ i(m, { variant: "caption", color: "text.secondary", children: o.formatRichMessage({ id: "cookies.category.marketing.description" }) })
|
|
2503
|
+
] })
|
|
2504
|
+
}
|
|
2505
|
+
)
|
|
2506
|
+
] }) }),
|
|
2507
|
+
/* @__PURE__ */ A(se, { children: [
|
|
2508
|
+
/* @__PURE__ */ i(f, { onClick: () => p(!1), children: o.formatRichMessage({ id: "cookies.action.cancel" }) }),
|
|
2509
|
+
/* @__PURE__ */ i(f, { onClick: O, variant: "contained", children: o.formatRichMessage({ id: "cookies.action.save" }) })
|
|
2510
|
+
] })
|
|
2511
|
+
] })
|
|
2512
|
+
] });
|
|
2513
|
+
}, Z = Q(null), Be = () => {
|
|
2514
|
+
const e = ee(Z);
|
|
2515
|
+
if (!e)
|
|
2516
|
+
throw new Error("useAbyssCookieConsent must be used inside <AbyssCookieConsentProvider>");
|
|
2517
|
+
return e;
|
|
2518
|
+
}, we = "https://abyss-project.fr/legal/privacy", Ke = ({
|
|
2519
|
+
children: e,
|
|
2520
|
+
consentVersion: t,
|
|
2521
|
+
isAuthenticated: o,
|
|
2522
|
+
domain: n,
|
|
2523
|
+
privacyLinkHref: r = we,
|
|
2524
|
+
renderBanner: s
|
|
2525
|
+
}) => {
|
|
2526
|
+
const u = Fe({ isAuthenticated: o, consentVersion: t, domain: n }), p = x(() => u.isResolved ? null : s ? s(u) : /* @__PURE__ */ i(ke, { api: u, privacyLinkHref: r }), [u, r, s]);
|
|
2527
|
+
return /* @__PURE__ */ A(Z.Provider, { value: u, children: [
|
|
2528
|
+
e,
|
|
2529
|
+
p
|
|
2530
|
+
] });
|
|
2531
|
+
}, Je = () => {
|
|
2532
|
+
const e = K(), { consent: t, save: o } = Be(), [n, r] = y((t == null ? void 0 : t.analytics) ?? !1), [s, u] = y((t == null ? void 0 : t.marketing) ?? !1);
|
|
2533
|
+
return z(() => {
|
|
2534
|
+
t && (r(t.analytics), u(t.marketing));
|
|
2535
|
+
}, [t == null ? void 0 : t.analytics, t == null ? void 0 : t.marketing]), /* @__PURE__ */ i(ne, { sx: { borderRadius: 3 }, children: /* @__PURE__ */ i(ae, { children: /* @__PURE__ */ A(M, { spacing: 2, children: [
|
|
2536
|
+
/* @__PURE__ */ i(m, { variant: "h6", children: e.formatRichMessage({ id: "cookies.configure.title" }) }),
|
|
2537
|
+
/* @__PURE__ */ i(
|
|
2538
|
+
b,
|
|
2539
|
+
{
|
|
2540
|
+
control: /* @__PURE__ */ i(_, { checked: !0, disabled: !0 }),
|
|
2541
|
+
label: /* @__PURE__ */ A(N, { children: [
|
|
2542
|
+
/* @__PURE__ */ i(m, { variant: "body2", fontWeight: 600, children: e.formatRichMessage({ id: "cookies.category.essentials.title" }) }),
|
|
2543
|
+
/* @__PURE__ */ i(m, { variant: "caption", color: "text.secondary", children: e.formatRichMessage({ id: "cookies.category.essentials.description" }) })
|
|
2544
|
+
] })
|
|
2545
|
+
}
|
|
2546
|
+
),
|
|
2547
|
+
/* @__PURE__ */ i(
|
|
2548
|
+
b,
|
|
2549
|
+
{
|
|
2550
|
+
control: /* @__PURE__ */ i(_, { checked: n, onChange: (p, E) => r(E) }),
|
|
2551
|
+
label: /* @__PURE__ */ A(N, { children: [
|
|
2552
|
+
/* @__PURE__ */ i(m, { variant: "body2", fontWeight: 600, children: e.formatRichMessage({ id: "cookies.category.analytics.title" }) }),
|
|
2553
|
+
/* @__PURE__ */ i(m, { variant: "caption", color: "text.secondary", children: e.formatRichMessage({ id: "cookies.category.analytics.description" }) })
|
|
2554
|
+
] })
|
|
2555
|
+
}
|
|
2556
|
+
),
|
|
2557
|
+
/* @__PURE__ */ i(
|
|
2558
|
+
b,
|
|
2559
|
+
{
|
|
2560
|
+
control: /* @__PURE__ */ i(_, { checked: s, onChange: (p, E) => u(E) }),
|
|
2561
|
+
label: /* @__PURE__ */ A(N, { children: [
|
|
2562
|
+
/* @__PURE__ */ i(m, { variant: "body2", fontWeight: 600, children: e.formatRichMessage({ id: "cookies.category.marketing.title" }) }),
|
|
2563
|
+
/* @__PURE__ */ i(m, { variant: "caption", color: "text.secondary", children: e.formatRichMessage({ id: "cookies.category.marketing.description" }) })
|
|
2564
|
+
] })
|
|
2565
|
+
}
|
|
2566
|
+
),
|
|
2567
|
+
/* @__PURE__ */ i(N, { children: /* @__PURE__ */ i(f, { variant: "contained", onClick: () => o({ analytics: n, marketing: s }), children: e.formatRichMessage({ id: "cookies.action.save" }) }) })
|
|
2568
|
+
] }) }) });
|
|
2569
|
+
};
|
|
2570
|
+
export {
|
|
2571
|
+
Ke as A,
|
|
2572
|
+
ye as B,
|
|
2573
|
+
ke as C,
|
|
2574
|
+
fe as D,
|
|
2575
|
+
Ce as E,
|
|
2576
|
+
F as R,
|
|
2577
|
+
J as V,
|
|
2578
|
+
Je as a,
|
|
2579
|
+
Fe as b,
|
|
2580
|
+
L as c,
|
|
2581
|
+
De as d,
|
|
2582
|
+
Me as e,
|
|
2583
|
+
We as f,
|
|
2584
|
+
Ee as g,
|
|
2585
|
+
W as h,
|
|
2586
|
+
Se as i,
|
|
2587
|
+
q as j,
|
|
2588
|
+
K as k,
|
|
2589
|
+
Ae as l,
|
|
2590
|
+
qe as m,
|
|
2591
|
+
me as n,
|
|
2592
|
+
he as o,
|
|
2593
|
+
ge as p,
|
|
2594
|
+
P as q,
|
|
2595
|
+
ve as r,
|
|
2596
|
+
Te as s,
|
|
2597
|
+
G as t,
|
|
2598
|
+
Be as u,
|
|
2599
|
+
Ie as v,
|
|
2600
|
+
H as w,
|
|
2601
|
+
Ne as x,
|
|
2602
|
+
Oe as y,
|
|
2603
|
+
j as z
|
|
2604
|
+
};
|