Skip to content

Commit cab0870

Browse files
authored
2 parents ecb93a6 + 63a631f commit cab0870

File tree

10 files changed

+57
-1
lines changed

10 files changed

+57
-1
lines changed
Lines changed: 28 additions & 0 deletions
Loading

assets/locales/de.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -961,6 +961,9 @@ msgstr "%s has shared %s with you."
961961
msgid "Permissions io.cozy.drive.settings"
962962
msgstr "Drive-Einstellungen"
963963

964+
msgid "Permissions io.cozy.ai.chat.assistants"
965+
msgstr "KI-Assistent"
966+
964967
msgid "Mail Sharing File Changed Subject"
965968
msgstr "File changed in shared folder: %s"
966969

assets/locales/en.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,4 +1327,7 @@ msgid "Mail Antivirus File Label"
13271327
msgstr "File:"
13281328

13291329
msgid "Mail Antivirus View Details Button"
1330-
msgstr "View File Details"
1330+
msgstr "View File Details"
1331+
1332+
msgid "Permissions io.cozy.ai.chat.assistants"
1333+
msgstr "AI Assistant"

assets/locales/es.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,9 @@ msgstr "%s has shared %s with you."
972972
msgid "Permissions io.cozy.drive.settings"
973973
msgstr "Configuración de Drive"
974974

975+
msgid "Permissions io.cozy.ai.chat.assistants"
976+
msgstr "Asistente de IA"
977+
975978
msgid "Mail Sharing File Changed Subject"
976979
msgstr "File changed in shared folder: %s"
977980

assets/locales/fr.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,6 +1404,9 @@ msgstr "%s vous a partagé %s."
14041404
msgid "Permissions io.cozy.drive.settings"
14051405
msgstr "Paramètres de Drive"
14061406

1407+
msgid "Permissions io.cozy.ai.chat.assistants"
1408+
msgstr "Assistant IA"
1409+
14071410
msgid "Mail Sharing File Changed Subject"
14081411
msgstr "Fichier modifié dans le dossier partagé : %s"
14091412

assets/locales/ja.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,9 @@ msgstr "%s has shared %s with you."
801801
msgid "Permissions io.cozy.drive.settings"
802802
msgstr "Drive の設定"
803803

804+
msgid "Permissions io.cozy.ai.chat.assistants"
805+
msgstr "AIアシスタント"
806+
804807
msgid "Mail Sharing File Changed Subject"
805808
msgstr "File changed in shared folder: %s"
806809

assets/locales/nl_NL.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,6 +1159,9 @@ msgstr "%s has shared %s with you."
11591159
msgid "Permissions io.cozy.drive.settings"
11601160
msgstr "Drive-instellingen"
11611161

1162+
msgid "Permissions io.cozy.ai.chat.assistants"
1163+
msgstr "AI-assistent"
1164+
11621165
msgid "Mail Sharing File Changed Subject"
11631166
msgstr "File changed in shared folder: %s"
11641167

assets/locales/ru.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,6 +1380,9 @@ msgstr "%s поделился с вами %s."
13801380
msgid "Permissions io.cozy.drive.settings"
13811381
msgstr "Настройки Drive"
13821382

1383+
msgid "Permissions io.cozy.ai.chat.assistants"
1384+
msgstr "ИИ-ассистент"
1385+
13831386
msgid "Mail Sharing File Changed Subject"
13841387
msgstr "File changed in shared folder: %s"
13851388

assets/locales/vi.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,6 +1352,9 @@ msgstr "%s đã chia sẻ %s với bạn."
13521352
msgid "Permissions io.cozy.drive.settings"
13531353
msgstr "Cài đặt Drive"
13541354

1355+
msgid "Permissions io.cozy.ai.chat.assistants"
1356+
msgstr "Trợ lý AI"
1357+
13551358
msgid "Mail Sharing File Changed Subject"
13561359
msgstr "File changed in shared folder: %s"
13571360

assets/styles/cirrus.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,10 @@
410410
-webkit-mask-image: url("../icons/doctypes/devices.svg");
411411
mask-image: url("../icons/doctypes/devices.svg");
412412
}
413+
.perm[class^="io.cozy.ai.chat.assistants"] {
414+
-webkit-mask-image: url("../icons/doctypes/assistant.svg");
415+
mask-image: url("../icons/doctypes/assistant.svg");
416+
}
413417

414418
/* Others */
415419
.halo-icon {

0 commit comments

Comments
 (0)