1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Add new application to manage note sheets

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2022-08-18 12:33:10 +02:00
parent ba017c38c0
commit 44994a3ae7
16 changed files with 792 additions and 7 deletions

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-04-10 22:34+0200\n"
"POT-Creation-Date: 2022-08-18 12:30+0200\n"
"PO-Revision-Date: 2022-04-11 22:05+0200\n"
"Last-Translator: elkmaennchen <elkmaennchen@crans.org>\n"
"Language-Team: French <http://translate.ynerant.fr/projects/nk20/nk20/fr/>\n"
@ -60,6 +60,7 @@ msgstr "Vous ne pouvez pas inviter plus de 3 personnes à cette activité."
#: apps/note/models/transactions.py:46 apps/note/models/transactions.py:301
#: apps/permission/models.py:330
#: apps/registration/templates/registration/future_profile_detail.html:16
#: apps/sheets/models.py:15 apps/sheets/models.py:68 apps/sheets/models.py:102
#: apps/wei/models.py:67 apps/wei/models.py:131 apps/wei/tables.py:282
#: apps/wei/templates/wei/base.html:26
#: apps/wei/templates/wei/weimembership_form.html:14
@ -95,7 +96,8 @@ msgstr "types d'activité"
#: apps/activity/models.py:68
#: apps/activity/templates/activity/includes/activity_info.html:19
#: apps/note/models/transactions.py:81 apps/permission/models.py:110
#: apps/permission/models.py:189 apps/wei/models.py:78 apps/wei/models.py:142
#: apps/permission/models.py:189 apps/sheets/models.py:24 apps/wei/models.py:78
#: apps/wei/models.py:142
msgid "description"
msgstr "description"
@ -143,6 +145,7 @@ msgstr ""
#: apps/activity/models.py:109
#: apps/activity/templates/activity/includes/activity_info.html:25
#: apps/sheets/models.py:19
msgid "start date"
msgstr "date de début"
@ -171,7 +174,7 @@ msgid "entry time"
msgstr "heure d'entrée"
#: apps/activity/models.py:178 apps/note/apps.py:14
#: apps/note/models/notes.py:77
#: apps/note/models/notes.py:77 apps/sheets/models.py:135
msgid "note"
msgstr "note"
@ -2167,6 +2170,144 @@ msgstr ""
msgid "Invalidate pre-registration"
msgstr "Invalider l'inscription"
#: apps/sheets/apps.py:10 apps/sheets/models.py:29
msgid "note sheets"
msgstr "feuilles de notes"
#: apps/sheets/models.py:28 apps/sheets/models.py:41 apps/sheets/models.py:97
#: apps/sheets/models.py:129 apps/sheets/models.py:246
msgid "note sheet"
msgstr "feuille de note"
#: apps/sheets/models.py:35 apps/sheets/models.py:61 apps/sheets/models.py:62
#: apps/sheets/models.py:74 apps/sheets/models.py:188
msgid "food"
msgstr "nourriture"
#: apps/sheets/models.py:45 apps/sheets/models.py:111
msgid "price"
msgstr "prix"
#: apps/sheets/models.py:51
msgid "destination club"
msgstr "club de destination"
#: apps/sheets/models.py:56 apps/sheets/models.py:84 apps/sheets/models.py:116
msgid "available"
msgstr "disponible"
#: apps/sheets/models.py:57 apps/sheets/models.py:85 apps/sheets/models.py:117
msgid "If set to false, this option won't be offered (in case of out of stock)"
msgstr ""
"Si mis à faux, cette option ne sera pas présentée (en cas de rupture de "
"stock)"
#: apps/sheets/models.py:79
msgid "extra cost"
msgstr "surcoût"
#: apps/sheets/models.py:89
msgid "food option"
msgstr "option de nourriture"
#: apps/sheets/models.py:90
msgid "food options"
msgstr "options de nourriture"
#: apps/sheets/models.py:107
msgid "content"
msgstr "contenu"
#: apps/sheets/models.py:121 apps/sheets/models.py:162
msgid "meal"
msgstr "menu"
#: apps/sheets/models.py:122
msgid "meals"
msgstr "menus"
#: apps/sheets/models.py:139
msgid "date"
msgstr "date"
#: apps/sheets/models.py:144
msgid "gift"
msgstr "don"
#: apps/sheets/models.py:148 apps/sheets/models.py:156
#: apps/sheets/models.py:174
msgid "order"
msgstr "commande"
#: apps/sheets/models.py:149
msgid "orders"
msgstr "commandes"
#: apps/sheets/models.py:166 apps/sheets/models.py:182
msgid "ordered meal"
msgstr "menu commandé"
#: apps/sheets/models.py:167
msgid "ordered meals"
msgstr "menus commandés"
#: apps/sheets/models.py:194
msgid "options"
msgstr "options"
#: apps/sheets/models.py:200
msgid "remark"
msgstr "remarques"
#: apps/sheets/models.py:207
msgid "priority request"
msgstr "demande de priorité"
#: apps/sheets/models.py:211
msgid "number"
msgstr "numéro"
#: apps/sheets/models.py:212
msgid "How many times the user ordered this."
msgstr "Combien de fois cet⋅te utilisateur⋅rice a commandé ceci."
#: apps/sheets/models.py:218
msgid "queued"
msgstr "en attente"
#: apps/sheets/models.py:219
msgid "ready"
msgstr "prêt"
#: apps/sheets/models.py:220
msgid "served"
msgstr "servi"
#: apps/sheets/models.py:221
msgid "canceled"
msgstr "annulé"
#: apps/sheets/models.py:223
msgid "status"
msgstr "statut"
#: apps/sheets/models.py:229
msgid "served date"
msgstr "date de service"
#: apps/sheets/models.py:233 apps/sheets/models.py:234
#: apps/sheets/models.py:241
msgid "ordered food"
msgstr "nourriture commandée"
#: apps/sheets/models.py:259
msgid "sheet order transaction"
msgstr "transaction de commande sur feuille de note"
#: apps/sheets/models.py:260
msgid "sheet order transactions"
msgstr "transactions de commande sur feuille de note"
#: apps/treasury/apps.py:12 note_kfet/templates/base.html:96
msgid "Treasury"
msgstr "Trésorerie"
@ -3185,19 +3326,19 @@ msgstr "Répartir les 1A dans les bus"
msgid "Attribute bus"
msgstr "Attribuer un bus"
#: note_kfet/settings/base.py:172
#: note_kfet/settings/base.py:173
msgid "German"
msgstr "Allemand"
#: note_kfet/settings/base.py:173
#: note_kfet/settings/base.py:174
msgid "English"
msgstr "Anglais"
#: note_kfet/settings/base.py:174
#: note_kfet/settings/base.py:175
msgid "Spanish"
msgstr "Espagnol"
#: note_kfet/settings/base.py:175
#: note_kfet/settings/base.py:176
msgid "French"
msgstr "Français"