Skip to content

Commit 4829abd

Browse files
authored
feat: Add drive setting doctype ✨ (#4599)
### Change: Add new doctype `io.cozy.drive.settings` ### Related to: linagora/twake-drive#3567 cozy/cozy-store#956 cozy/cozy-doctypes#283 linagora/cozy-client#1643
2 parents 7c94aec + 86524d8 commit 4829abd

9 files changed

Lines changed: 26 additions & 1 deletion

File tree

assets/locales/de.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -939,3 +939,6 @@ msgstr "A new share is available in your Twake"
939939

940940
msgid "Push Sharing Shortcut Message"
941941
msgstr "%s has shared %s with you."
942+
943+
msgid "Permissions io.cozy.drive.settings"
944+
msgstr "Drive-Einstellungen"

assets/locales/en.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,3 +1268,6 @@ msgstr "A new share is available in your Twake"
12681268

12691269
msgid "Push Sharing Shortcut Message"
12701270
msgstr "%s has shared %s with you."
1271+
1272+
msgid "Permissions io.cozy.drive.settings"
1273+
msgstr "Drive settings"

assets/locales/es.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,3 +950,6 @@ msgstr "A new share is available in your Twake"
950950

951951
msgid "Push Sharing Shortcut Message"
952952
msgstr "%s has shared %s with you."
953+
954+
msgid "Permissions io.cozy.drive.settings"
955+
msgstr "Configuración de Drive"

assets/locales/fr.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,3 +1382,6 @@ msgstr "Un nouveau partage est disponible dans votre Twake"
13821382

13831383
msgid "Push Sharing Shortcut Message"
13841384
msgstr "%s vous a partagé %s."
1385+
1386+
msgid "Permissions io.cozy.drive.settings"
1387+
msgstr "Paramètres de Drive"

assets/locales/ja.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,3 +779,6 @@ msgstr "A new share is available in your Twake"
779779

780780
msgid "Push Sharing Shortcut Message"
781781
msgstr "%s has shared %s with you."
782+
783+
msgid "Permissions io.cozy.drive.settings"
784+
msgstr "Drive の設定"

assets/locales/nl_NL.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,3 +1137,6 @@ msgstr "A new share is available in your Twake"
11371137

11381138
msgid "Push Sharing Shortcut Message"
11391139
msgstr "%s has shared %s with you."
1140+
1141+
msgid "Permissions io.cozy.drive.settings"
1142+
msgstr "Drive-instellingen"

assets/locales/ru.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,4 +1357,7 @@ msgid "Push Sharing Shortcut Title"
13571357
msgstr "Новый общий доступ доступен в вашем Twake"
13581358

13591359
msgid "Push Sharing Shortcut Message"
1360-
msgstr "%s поделился с вами %s."
1360+
msgstr "%s поделился с вами %s."
1361+
1362+
msgid "Permissions io.cozy.drive.settings"
1363+
msgstr "Настройки Drive"

assets/locales/vi.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,3 +1330,6 @@ msgstr "Có một chia sẻ mới trong Twake của bạn"
13301330

13311331
msgid "Push Sharing Shortcut Message"
13321332
msgstr "%s đã chia sẻ %s với bạn."
1333+
1334+
msgid "Permissions io.cozy.drive.settings"
1335+
msgstr "Cài đặt Drive"

assets/styles/cirrus.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@
295295
mask-image: url("../icons/doctypes/announcement.svg");
296296
}
297297
.perm[class^="io-cozy-settings"],
298+
.perm[class^="io-cozy-drive-settings"],
298299
.perm[class^="io-cozy-bank-settings"] {
299300
-webkit-mask-image: url("../icons/doctypes/cog.svg");
300301
mask-image: url("../icons/doctypes/cog.svg");

0 commit comments

Comments
 (0)