Skip to content

Commit d2aee0d

Browse files
lethemanhlethemanh
authored andcommitted
feat: Add doctype assistant ✨
1 parent d51f84c commit d2aee0d

File tree

7 files changed

+40
-19
lines changed

7 files changed

+40
-19
lines changed
Lines changed: 28 additions & 0 deletions
Loading

src/config/permissionsIcons.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@
7575
"org.fing.mesinfos.home": "home",
7676
"org.fing.mesinfos.insuranceclaim": "sinister",
7777
"org.fing.mesinfos.paymentterms": "files-pen",
78-
"io.cozy.drive.settings": "settings"
78+
"io.cozy.drive.settings": "settings",
79+
"io.cozy.ai.chat.assistants": "assistant"
7980
}

src/locales/de.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,8 @@
268268
"tags": "Tags",
269269
"timeseries.geojson": "Reisen",
270270
"triggers": "Scheduling jobs",
271-
"drive.settings": "Drive-Einstellungen"
271+
"drive.settings": "Drive-Einstellungen",
272+
"ai.chat.assistants": "KI-Assistent"
272273
}
273274
},
274275
"fr": {

src/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@
278278
"timeseries.geojson": "Trips",
279279
"timeseries.grades": "Grades",
280280
"triggers": "Scheduling jobs",
281-
"drive.settings": "Drive settings"
281+
"drive.settings": "Drive settings",
282+
"ai.chat.assistants": "AI Assistant"
282283
}
283284
},
284285
"fr": {

src/locales/fr.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -276,20 +276,8 @@
276276
"timeseries.geojson": "Déplacements",
277277
"timeseries.grades": "Notes",
278278
"triggers": "Planification de tâches à exécuter dans le futur",
279-
"drive.settings": "Paramètres de Drive"
280-
}
281-
},
282-
"fr": {
283-
"maif": {
284-
"events": "Évènements (Maif)",
285-
"maifuser": {
286-
"contrat": "Contrat (Maif)",
287-
"home": "Maison (Maif)",
288-
"family": "Foyer (Maif)",
289-
"paymentterms": "Paiement (Maif)",
290-
"sinistre": "Sinistre (Maif)",
291-
"societaire": "Sociétaire (Maif)"
292-
}
279+
"drive.settings": "Paramètres de Drive",
280+
"ai.chat.assistants": "Assistant IA"
293281
}
294282
},
295283
"org": {

src/locales/nl_NL.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@
278278
"tags": "Labels",
279279
"timeseries.geojson": "Reizen",
280280
"triggers": "Bezig met inplannen van taken...",
281-
"drive.settings": "Drive-instellingen"
281+
"drive.settings": "Drive-instellingen",
282+
"ai.chat.assistants": "AI-assistent"
282283
}
283284
},
284285
"fr": {

src/locales/pl.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@
247247
"tags": "Tags",
248248
"timeseries.geojson": "Trips",
249249
"triggers": "Scheduling jobs",
250-
"drive.settings": "Ustawienia Drive"
250+
"drive.settings": "Ustawienia Drive",
251+
"ai.chat.assistants": "Asystent AI"
251252
}
252253
},
253254
"fr": {

0 commit comments

Comments
 (0)