File tree Expand file tree Collapse file tree 10 files changed +57
-1
lines changed
Expand file tree Collapse file tree 10 files changed +57
-1
lines changed Original file line number Diff line number Diff line change @@ -961,6 +961,9 @@ msgstr "%s has shared %s with you."
961961msgid "Permissions io.cozy.drive.settings"
962962msgstr "Drive-Einstellungen"
963963
964+ msgid "Permissions io.cozy.ai.chat.assistants"
965+ msgstr "KI-Assistent"
966+
964967msgid "Mail Sharing File Changed Subject"
965968msgstr "File changed in shared folder: %s"
966969
Original file line number Diff line number Diff line change @@ -1327,4 +1327,7 @@ msgid "Mail Antivirus File Label"
13271327msgstr "File:"
13281328
13291329msgid "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"
Original file line number Diff line number Diff line change @@ -972,6 +972,9 @@ msgstr "%s has shared %s with you."
972972msgid "Permissions io.cozy.drive.settings"
973973msgstr "Configuración de Drive"
974974
975+ msgid "Permissions io.cozy.ai.chat.assistants"
976+ msgstr "Asistente de IA"
977+
975978msgid "Mail Sharing File Changed Subject"
976979msgstr "File changed in shared folder: %s"
977980
Original file line number Diff line number Diff line change @@ -1404,6 +1404,9 @@ msgstr "%s vous a partagé %s."
14041404msgid "Permissions io.cozy.drive.settings"
14051405msgstr "Paramètres de Drive"
14061406
1407+ msgid "Permissions io.cozy.ai.chat.assistants"
1408+ msgstr "Assistant IA"
1409+
14071410msgid "Mail Sharing File Changed Subject"
14081411msgstr "Fichier modifié dans le dossier partagé : %s"
14091412
Original file line number Diff line number Diff line change @@ -801,6 +801,9 @@ msgstr "%s has shared %s with you."
801801msgid "Permissions io.cozy.drive.settings"
802802msgstr "Drive の設定"
803803
804+ msgid "Permissions io.cozy.ai.chat.assistants"
805+ msgstr "AIアシスタント"
806+
804807msgid "Mail Sharing File Changed Subject"
805808msgstr "File changed in shared folder: %s"
806809
Original file line number Diff line number Diff line change @@ -1159,6 +1159,9 @@ msgstr "%s has shared %s with you."
11591159msgid "Permissions io.cozy.drive.settings"
11601160msgstr "Drive-instellingen"
11611161
1162+ msgid "Permissions io.cozy.ai.chat.assistants"
1163+ msgstr "AI-assistent"
1164+
11621165msgid "Mail Sharing File Changed Subject"
11631166msgstr "File changed in shared folder: %s"
11641167
Original file line number Diff line number Diff line change @@ -1380,6 +1380,9 @@ msgstr "%s поделился с вами %s."
13801380msgid "Permissions io.cozy.drive.settings"
13811381msgstr "Настройки Drive"
13821382
1383+ msgid "Permissions io.cozy.ai.chat.assistants"
1384+ msgstr "ИИ-ассистент"
1385+
13831386msgid "Mail Sharing File Changed Subject"
13841387msgstr "File changed in shared folder: %s"
13851388
Original file line number Diff line number Diff line change @@ -1352,6 +1352,9 @@ msgstr "%s đã chia sẻ %s với bạn."
13521352msgid "Permissions io.cozy.drive.settings"
13531353msgstr "Cài đặt Drive"
13541354
1355+ msgid "Permissions io.cozy.ai.chat.assistants"
1356+ msgstr "Trợ lý AI"
1357+
13551358msgid "Mail Sharing File Changed Subject"
13561359msgstr "File changed in shared folder: %s"
13571360
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments