Mercurial > libervia-templates
annotate sat_templates/templates/bulma/components/menu_labels.html @ 348:789ebf39b2d8
i18n: Translated using Weblate (French)
Currently translated at 100.0% (213 of 213 strings)
Translation: Libervia/Templates
Translate-URL: https://salut-a-toi.org/weblate/projects/libervia/templates/fr/
author | Goffi <tmp-weblate_goffi.org@goffi.org> |
---|---|
date | Thu, 18 Nov 2021 16:25:27 +0000 |
parents | 1c330913ff13 |
children | 271b38ccd217 |
rev | line source |
---|---|
230 | 1 {# menu labels, map from menu names to labels #} |
2 {% set label = { | |
3 'login': _('Session') if profile else _('Log in'), | |
4 'blog': _('Blog'), | |
5 'forums': _('Forums'), | |
6 'merge-requests': _('Merge requests'), | |
7 'merge-request_new': _('Create new merge request'), | |
298
1c330913ff13
bulma (tickets): renamed "tickets" to "lists"
Goffi <goffi@goffi.org>
parents:
230
diff
changeset
|
8 'lists': _('Lists'), |
1c330913ff13
bulma (tickets): renamed "tickets" to "lists"
Goffi <goffi@goffi.org>
parents:
230
diff
changeset
|
9 'list_items': _('List items'), |
1c330913ff13
bulma (tickets): renamed "tickets" to "lists"
Goffi <goffi@goffi.org>
parents:
230
diff
changeset
|
10 'list_item_new': _('Create new list item'), |
230 | 11 'chat': _('Chat'), |
12 'files': _('Files sharing'), | |
13 'events': _('Events'), | |
14 'event_new': _('Create an event'), | |
15 'photos': _('Photos albums'), | |
16 'app': _('Application'), | |
17 } %} |