Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
NoteKfet 2020
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BDE
NoteKfet 2020
Commits
2a2e78f8
Commit
2a2e78f8
authored
Aug 14, 2019
by
Pierre-antoine Comby
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'frontend_translation' into 'master'
Frontend translation See merge request
!3
parents
4879af3f
6c62f121
Pipeline
#1441
passed with stage
in 2 minutes and 48 seconds
Changes
30
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
30 changed files
with
690 additions
and
557 deletions
+690
-557
.coveragerc
.coveragerc
+1
-3
apps/activity/locale/fr/LC_MESSAGES/django.po
apps/activity/locale/fr/LC_MESSAGES/django.po
+0
-74
apps/member/locale/fr/LC_MESSAGES/django.po
apps/member/locale/fr/LC_MESSAGES/django.po
+0
-116
apps/note/locale/fr/LC_MESSAGES/django.po
apps/note/locale/fr/LC_MESSAGES/django.po
+0
-192
locale/fr/LC_MESSAGES/django.po
locale/fr/LC_MESSAGES/django.po
+448
-0
note_kfet/settings.py
note_kfet/settings.py
+6
-4
note_kfet/urls.py
note_kfet/urls.py
+1
-2
static/css/base.css
static/css/base.css
+0
-17
static/favicon/android-chrome-192x192.png
static/favicon/android-chrome-192x192.png
+0
-0
static/favicon/android-chrome-512x512.png
static/favicon/android-chrome-512x512.png
+0
-0
static/favicon/apple-touch-icon.png
static/favicon/apple-touch-icon.png
+0
-0
static/favicon/browserconfig.xml
static/favicon/browserconfig.xml
+9
-0
static/favicon/favicon-16x16.png
static/favicon/favicon-16x16.png
+0
-0
static/favicon/favicon-32x32.png
static/favicon/favicon-32x32.png
+0
-0
static/favicon/favicon.ico
static/favicon/favicon.ico
+0
-0
static/favicon/mstile-150x150.png
static/favicon/mstile-150x150.png
+0
-0
static/favicon/safari-pinned-tab.svg
static/favicon/safari-pinned-tab.svg
+1
-0
static/favicon/site.webmanifest
static/favicon/site.webmanifest
+19
-0
templates/base.html
templates/base.html
+129
-78
templates/member/profile_detail.html
templates/member/profile_detail.html
+23
-15
templates/registration/logged_out.html
templates/registration/logged_out.html
+0
-6
templates/registration/login.html
templates/registration/login.html
+16
-8
templates/registration/password_change_done.html
templates/registration/password_change_done.html
+2
-4
templates/registration/password_change_form.html
templates/registration/password_change_form.html
+8
-6
templates/registration/password_reset_complete.html
templates/registration/password_reset_complete.html
+5
-4
templates/registration/password_reset_confirm.html
templates/registration/password_reset_confirm.html
+11
-5
templates/registration/password_reset_done.html
templates/registration/password_reset_done.html
+3
-4
templates/registration/password_reset_email.html
templates/registration/password_reset_email.html
+0
-13
templates/registration/password_reset_form.html
templates/registration/password_reset_form.html
+7
-5
tox.ini
tox.ini
+1
-1
No files found.
.coveragerc
View file @
2a2e78f8
...
...
@@ -3,12 +3,10 @@ source =
activity
member
note
theme
omit =
activity/tests/*.py
activity/migrations/*.py
member/tests/*.py
member/migrations/*.py
note/tests/*.py
note/migrations/*.py
theme/tests/*.py
\ No newline at end of file
note/migrations/*.py
\ No newline at end of file
apps/activity/locale/fr/LC_MESSAGES/django.po
deleted
100644 → 0
View file @
4879af3f
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-16 13:45+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: apps.py:11 models.py:61
msgid "activity"
msgstr "activité"
#: models.py:12 models.py:29
msgid "name"
msgstr "nom"
#: models.py:16
msgid "can invite"
msgstr "peut inviter"
#: models.py:19
msgid "guest entry fee"
msgstr "cotisation de l'entrée invité"
#: models.py:23
msgid "activity type"
msgstr "type d'activité"
#: models.py:24
msgid "activity types"
msgstr "types d'activité"
#: models.py:33
msgid "description"
msgstr "description"
#: models.py:39
msgid "type"
msgstr "type"
#: models.py:45
msgid "organizer"
msgstr "organisateur"
#: models.py:51
msgid "attendees club"
msgstr ""
#: models.py:54
msgid "start date"
msgstr "date de début"
#: models.py:57
msgid "end date"
msgstr "date de fin"
#: models.py:62
msgid "activities"
msgstr "activités"
#: models.py:88
msgid "guest"
msgstr "invité"
#: models.py:89
msgid "guests"
msgstr "invités"
apps/member/locale/fr/LC_MESSAGES/django.po
deleted
100644 → 0
View file @
4879af3f
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-16 15:21+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: apps.py:11
msgid "member"
msgstr "adhérent"
#: models.py:24
msgid "phone number"
msgstr "numéro de téléphone"
#: models.py:30
msgid "section"
msgstr "section"
#: models.py:31
msgid "e.g. \"1A0\", \"9A♥\", \"SAPHIRE\""
msgstr "e.g. \"1A0\", \"9A♥\", \"SAPHIRE\""
#: models.py:37
msgid "address"
msgstr "adresse"
#: models.py:43
msgid "paid"
msgstr "payé"
#: models.py:48 models.py:49
msgid "user profile"
msgstr "profil utilisateur"
#: models.py:57 models.py:102
msgid "name"
msgstr "nom"
#: models.py:62
msgid "email"
msgstr "courriel"
#: models.py:67
msgid "membership fee"
msgstr "cotisation pour adhérer"
#: models.py:71
msgid "membership duration"
msgstr "durée de l'adhésion"
#: models.py:72
msgid "The longest time a membership can last (NULL = infinite)."
msgstr "La durée maximale d'une adhésion (NULL = infinie)."
#: models.py:77
msgid "membership start"
msgstr "début de l'adhésion"
#: models.py:78
msgid "How long after January 1st the members can renew their membership."
msgstr ""
#: models.py:83
msgid "membership end"
msgstr "fin de l'adhésion"
#: models.py:84
msgid ""
"How long the membership can last after January 1st of the next year after "
"members can renew their membership."
msgstr ""
#: models.py:90
msgid "club"
msgstr "club"
#: models.py:91
msgid "clubs"
msgstr "clubs"
#: models.py:108
msgid "role"
msgstr "rôle"
#: models.py:109
msgid "roles"
msgstr "rôles"
#: models.py:126
msgid "membership starts on"
msgstr "l'adhésion commence le"
#: models.py:129
msgid "membership ends on"
msgstr "l'adhésion finie le"
#: models.py:133
msgid "fee"
msgstr "cotisation"
#: models.py:137
msgid "membership"
msgstr "adhésion"
#: models.py:138
msgid "memberships"
msgstr "adhésions"
apps/note/locale/fr/LC_MESSAGES/django.po
deleted
100644 → 0
View file @
4879af3f
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-24 22:37+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: admin.py:112 models/transactions.py:46
msgid "source"
msgstr "source"
#: admin.py:120 admin.py:148 models/transactions.py:25
#: models/transactions.py:52
msgid "destination"
msgstr "destination"
#: apps.py:15 models/notes.py:47
msgid "note"
msgstr "note"
#: models/notes.py:24
msgid "account balance"
msgstr "solde du compte"
#: models/notes.py:25
msgid "in centimes, money credited for this instance"
msgstr "en centimes, argent crédité pour cette instance"
#: models/notes.py:29
msgid "active"
msgstr "actif"
#: models/notes.py:32
msgid ""
"Designates whether this note should be treated as active. Unselect this "
"instead of deleting notes."
msgstr ""
"Indique si la note est active. Désactiver cela plutôt que supprimer la note."
#: models/notes.py:37
msgid "display image"
msgstr "image affichée"
#: models/notes.py:42 models/transactions.py:55
msgid "created at"
msgstr "créée le"
#: models/notes.py:48
msgid "notes"
msgstr "notes"
#: models/notes.py:56
msgid "Note"
msgstr "Note"
#: models/notes.py:66 models/notes.py:88
msgid "This alias is already taken."
msgstr "Cet alias est déjà pris."
#: models/notes.py:103
msgid "user"
msgstr "utilisateur"
#: models/notes.py:107
msgid "one's note"
msgstr "note d'un utilisateur"
#: models/notes.py:108
msgid "users note"
msgstr "notes des utilisateurs"
#: models/notes.py:114
#, python-format
msgid "%(user)s's note"
msgstr "Note de %(user)s"
#: models/notes.py:125
msgid "club"
msgstr "club"
#: models/notes.py:129
msgid "club note"
msgstr "note d'un club"
#: models/notes.py:130
msgid "clubs notes"
msgstr "notes des clubs"
#: models/notes.py:136
#, python-format
msgid "Note for %(club)s club"
msgstr "Note du club %(club)s"
#: models/notes.py:149 models/transactions.py:32 models/transactions.py:66
msgid "type"
msgstr "type"
#: models/notes.py:155
msgid "special note"
msgstr "note spéciale"
#: models/notes.py:156
msgid "special notes"
msgstr "notes spéciales"
#: models/notes.py:167 models/transactions.py:18
msgid "name"
msgstr "nom"
#: models/notes.py:173
msgid "Invalid alias"
msgstr "Alias invalide"
#: models/notes.py:189
msgid "alias"
msgstr "alias"
#: models/notes.py:190
msgid "aliases"
msgstr "alias"
#: models/notes.py:218
msgid "Alias too long."
msgstr "L'alias est trop long."
#: models/notes.py:221
msgid "An alias with a similar name already exists."
msgstr "Un alias avec un nom similaire existe déjà."
#: models/transactions.py:28 models/transactions.py:63
msgid "amount"
msgstr "montant"
#: models/transactions.py:29
msgid "in centimes"
msgstr "en centimes"
#: models/transactions.py:37
msgid "transaction template"
msgstr "modèle de transaction"
#: models/transactions.py:38
msgid "transaction templates"
msgstr "modèles de transaction"
#: models/transactions.py:59
msgid "quantity"
msgstr "quantité"
#: models/transactions.py:70
msgid "reason"
msgstr "raison"
#: models/transactions.py:74
msgid "valid"
msgstr "valide"
#: models/transactions.py:79
msgid "transaction"
msgstr "transaction"
#: models/transactions.py:80
msgid "transactions"
msgstr "transactions"
#: models/transactions.py:116
msgid "membership transaction"
msgstr "transaction d'adhésion"
#: models/transactions.py:117
msgid "membership transactions"
msgstr "transactions d'adhésion"
#: templates/note/transaction_form.html:10
msgid "Home"
msgstr "Accueil"
#: templates/note/transaction_form.html:53
msgid "Transfer"
msgstr "Virement"
#: views.py:26
msgid "Transfer money from your account to one or others"
msgstr "Transfert d'argent de ton compte vers un ou plusieurs autres"
locale/fr/LC_MESSAGES/django.po
0 → 100644
View file @
2a2e78f8
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-14 15:14+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: apps/activity/apps.py:11 apps/activity/models.py:70
msgid "activity"
msgstr "activité"
#: apps/activity/models.py:15 apps/activity/models.py:38
#: apps/member/models.py:59 apps/member/models.py:107
#: apps/note/models/notes.py:167 apps/note/models/transactions.py:19
#: templates/member/profile_detail.html:10
msgid "name"
msgstr "nom"
#: apps/activity/models.py:19
msgid "can invite"
msgstr "peut inviter"
#: apps/activity/models.py:22
msgid "guest entry fee"
msgstr "cotisation de l'entrée invité"
#: apps/activity/models.py:26
msgid "activity type"
msgstr "type d'activité"
#: apps/activity/models.py:27
msgid "activity types"
msgstr "types d'activité"
#: apps/activity/models.py:42
msgid "description"
msgstr "description"
#: apps/activity/models.py:48 apps/note/models/notes.py:149
#: apps/note/models/transactions.py:34 apps/note/models/transactions.py:71
msgid "type"
msgstr "type"
#: apps/activity/models.py:54
msgid "organizer"
msgstr "organisateur"
#: apps/activity/models.py:60
msgid "attendees club"
msgstr ""
#: apps/activity/models.py:63
msgid "start date"
msgstr "date de début"
#: apps/activity/models.py:66
msgid "end date"
msgstr "date de fin"
#: apps/activity/models.py:71
msgid "activities"
msgstr "activités"
#: apps/activity/models.py:100
msgid "guest"
msgstr "invité"
#: apps/activity/models.py:101
msgid "guests"
msgstr "invités"
#: apps/member/apps.py:11
msgid "member"
msgstr "adhérent"
#: apps/member/models.py:24
msgid "phone number"
msgstr "numéro de téléphone"
#: apps/member/models.py:30 templates/member/profile_detail.html:18
msgid "section"
msgstr "section"
#: apps/member/models.py:31
msgid "e.g. \"1A0\", \"9A♥\", \"SAPHIRE\""
msgstr "e.g. \"1A0\", \"9A♥\", \"SAPHIRE\""
#: apps/member/models.py:37 templates/member/profile_detail.html:20
msgid "address"
msgstr "adresse"
#: apps/member/models.py:43
msgid "paid"
msgstr "payé"
#: apps/member/models.py:48 apps/member/models.py:49
msgid "user profile"
msgstr "profil utilisateur"
#: apps/member/models.py:64
msgid "email"
msgstr "courriel"
#: apps/member/models.py:69
msgid "membership fee"
msgstr "cotisation pour adhérer"
#: apps/member/models.py:73
msgid "membership duration"
msgstr "durée de l'adhésion"
#: apps/member/models.py:74
msgid "The longest time a membership can last (NULL = infinite)."
msgstr "La durée maximale d'une adhésion (NULL = infinie)."
#: apps/member/models.py:79
msgid "membership start"
msgstr "début de l'adhésion"
#: apps/member/models.py:80
msgid "How long after January 1st the members can renew their membership."
msgstr ""
#: apps/member/models.py:85
msgid "membership end"
msgstr "fin de l'adhésion"
#: apps/member/models.py:86
msgid ""
"How long the membership can last after January 1st of the next year after "
"members can renew their membership."
msgstr ""
#: apps/member/models.py:92 apps/note/models/notes.py:125
msgid "club"
msgstr "club"
#: apps/member/models.py:93
msgid "clubs"
msgstr "clubs"
#: apps/member/models.py:113
msgid "role"
msgstr "rôle"
#: apps/member/models.py:114
msgid "roles"
msgstr "rôles"
#: apps/member/models.py:134
msgid "membership starts on"
msgstr "l'adhésion commence le"
#: apps/member/models.py:137
msgid "membership ends on"
msgstr "l'adhésion finie le"
#: apps/member/models.py:141
msgid "fee"
msgstr "cotisation"
#: apps/member/models.py:145
msgid "membership"
msgstr "adhésion"
#: apps/member/models.py:146
msgid "memberships"
msgstr "adhésions"
#: apps/note/admin.py:112 apps/note/models/transactions.py:51
msgid "source"
msgstr "source"
#: apps/note/admin.py:120 apps/note/admin.py:148
#: apps/note/models/transactions.py:27 apps/note/models/transactions.py:57
msgid "destination"
msgstr "destination"
#: apps/note/apps.py:15 apps/note/models/notes.py:47
msgid "note"
msgstr "note"
#: apps/note/models/notes.py:24
msgid "account balance"
msgstr "solde du compte"
#: apps/note/models/notes.py:25
msgid "in centimes, money credited for this instance"
msgstr "en centimes, argent crédité pour cette instance"
#: apps/note/models/notes.py:29
msgid "active"
msgstr "actif"
#: apps/note/models/notes.py:32
msgid ""
"Designates whether this note should be treated as active. Unselect this "
"instead of deleting notes."
msgstr ""
"Indique si la note est active. Désactiver cela plutôt que supprimer la note."
#: apps/note/models/notes.py:37
msgid "display image"
msgstr "image affichée"
#: apps/note/models/notes.py:42 apps/note/models/transactions.py:60
msgid "created at"
msgstr "créée le"
#: apps/note/models/notes.py:48
msgid "notes"
msgstr "notes"
#: apps/note/models/notes.py:56
msgid "Note"
msgstr "Note"
#: apps/note/models/notes.py:66 apps/note/models/notes.py:88
msgid "This alias is already taken."
msgstr "Cet alias est déjà pris."
#: apps/note/models/notes.py:103
msgid "user"
msgstr "utilisateur"
#: apps/note/models/notes.py:107
msgid "one's note"
msgstr "note d'un utilisateur"
#: apps/note/models/notes.py:108
msgid "users note"
msgstr "notes des utilisateurs"
#: apps/note/models/notes.py:114
#, python-format
msgid "%(user)s's note"
msgstr "Note de %(user)s"
#: apps/note/models/notes.py:129
msgid "club note"
msgstr "note d'un club"
#: apps/note/models/notes.py:130
msgid "clubs notes"
msgstr "notes des clubs"
#: apps/note/models/notes.py:136
#, python-format
msgid "Note for %(club)s club"
msgstr "Note du club %(club)s"
#: apps/note/models/notes.py:155
msgid "special note"
msgstr "note spéciale"