Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Added grades and calendar doctypes to locales #4452

Merged
merged 5 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions assets/icons/doctypes/calendar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/icons/doctypes/school.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/locales/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,9 @@ msgstr "Groups of contacts"
msgid "Permissions io.cozy.files"
msgstr "Files"

msgid "Permissions io.cozy.calendar"
msgstr "Calendar"

msgid "Permissions io.cozy.certified.carbon_copy"
msgstr "Carbon copy"

Expand Down Expand Up @@ -674,6 +677,9 @@ msgstr "Tags"
msgid "Permissions io.cozy.timeseries.geojson"
msgstr "Trips"

msgid "Permissions io.cozy.timeseries.grades"
msgstr "Grades"

msgid "Permissions io.cozy.settings"
msgstr "Settings"

Expand Down
6 changes: 6 additions & 0 deletions assets/locales/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,9 @@ msgstr "Groupes de récurrence bancaire"
msgid "Permissions io.cozy.bills"
msgstr "Factures"

msgid "Permissions io.cozy.calendar"
msgstr "Calendrier"

msgid "Permissions io.cozy.coachco2.settings"
msgstr "Paramètres de l'application"

Expand Down Expand Up @@ -748,6 +751,9 @@ msgstr "Tags"
msgid "Permissions io.cozy.timeseries.geojson"
msgstr "Déplacements"

msgid "Permissions io.cozy.timeseries.grades"
msgstr "Notes"

msgid "Permissions io.cozy.settings"
msgstr "Paramètres"

Expand Down
8 changes: 8 additions & 0 deletions assets/styles/cirrus.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,10 @@
-webkit-mask-image: url("../icons/doctypes/profile.svg");
mask-image: url("../icons/doctypes/profile.svg");
}
.perm[class^="io-cozy-calendar"] {
-webkit-mask-image: url("../icons/doctypes/calendar.svg");
mask-image: url("../icons/doctypes/calendar.svg");
ecnivtwelve marked this conversation as resolved.
Show resolved Hide resolved
}
.perm[class^="io-cozy-contacts-groups"] {
-webkit-mask-image: url("../icons/doctypes/team.svg");
mask-image: url("../icons/doctypes/team.svg");
Expand Down Expand Up @@ -378,6 +382,10 @@
-webkit-mask-image: url("../icons/doctypes/location.svg");
mask-image: url("../icons/doctypes/location.svg");
}
.perm[class^="io-cozy-timeseries-grades"] {
-webkit-mask-image: url("../icons/doctypes/school.svg");
mask-image: url("../icons/doctypes/school.svg");
}
.perm[class^="io-cozy-jobs"] {
-webkit-mask-image: url("../icons/doctypes/email.svg");
mask-image: url("../icons/doctypes/email.svg");
Expand Down
Loading