User number field wording

This commit is contained in:
Éloi Rivard 2023-03-29 23:01:02 +02:00
parent 43c6d02ca6
commit 2e6ec739e7
2 changed files with 79 additions and 75 deletions

View file

@ -257,7 +257,7 @@ PROFILE_FORM_FIELDS = dict(
}, },
), ),
employeeNumber=wtforms.StringField( employeeNumber=wtforms.StringField(
_("Employee number"), _("User number"),
render_kw={ render_kw={
"placeholder": _("1234"), "placeholder": _("1234"),
}, },

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2023-03-29 19:33+0200\n" "POT-Creation-Date: 2023-03-29 23:00+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -58,7 +58,7 @@ msgstr ""
msgid "You are already logged in, you cannot create an account." msgid "You are already logged in, you cannot create an account."
msgstr "" msgstr ""
#: canaille/account.py:307 canaille/forms.py:282 canaille/forms.py:363 #: canaille/account.py:307 canaille/forms.py:289 canaille/forms.py:370
#: canaille/templates/groups.html:5 canaille/templates/groups.html:25 #: canaille/templates/groups.html:5 canaille/templates/groups.html:25
#: canaille/templates/partial/users.html:18 #: canaille/templates/partial/users.html:18
#: canaille/themes/default/base.html:61 #: canaille/themes/default/base.html:61
@ -139,8 +139,8 @@ msgstr ""
msgid "Email" msgid "Email"
msgstr "" msgstr ""
#: canaille/admin.py:29 canaille/forms.py:79 canaille/forms.py:103 #: canaille/admin.py:29 canaille/forms.py:85 canaille/forms.py:109
#: canaille/forms.py:191 canaille/forms.py:357 #: canaille/forms.py:197 canaille/forms.py:364
msgid "jane@doe.com" msgid "jane@doe.com"
msgstr "" msgstr ""
@ -164,19 +164,19 @@ msgstr ""
msgid "Invitation on {website_name}" msgid "Invitation on {website_name}"
msgstr "" msgstr ""
#: canaille/apputils.py:31 #: canaille/apputils.py:32
msgid "John Doe" msgid "John Doe"
msgstr "" msgstr ""
#: canaille/apputils.py:34 canaille/forms.py:147 canaille/forms.py:345 #: canaille/apputils.py:35 canaille/forms.py:153 canaille/forms.py:352
msgid "jdoe" msgid "jdoe"
msgstr "" msgstr ""
#: canaille/apputils.py:37 #: canaille/apputils.py:38
msgid "john@doe.com" msgid "john@doe.com"
msgstr "" msgstr ""
#: canaille/apputils.py:39 #: canaille/apputils.py:40
msgid " or " msgid " or "
msgstr "" msgstr ""
@ -184,199 +184,203 @@ msgstr ""
msgid "No SMTP server has been configured" msgid "No SMTP server has been configured"
msgstr "" msgstr ""
#: canaille/forms.py:21 #: canaille/forms.py:19
msgid "This is not a valid URL"
msgstr ""
#: canaille/forms.py:27
msgid "The login '{login}' already exists" msgid "The login '{login}' already exists"
msgstr "" msgstr ""
#: canaille/forms.py:30 #: canaille/forms.py:36
msgid "The email '{email}' is already used" msgid "The email '{email}' is already used"
msgstr "" msgstr ""
#: canaille/forms.py:37 #: canaille/forms.py:43
msgid "The group '{group}' already exists" msgid "The group '{group}' already exists"
msgstr "" msgstr ""
#: canaille/forms.py:46 #: canaille/forms.py:52
msgid "The login '{login}' does not exist" msgid "The login '{login}' does not exist"
msgstr "" msgstr ""
#: canaille/forms.py:71 #: canaille/forms.py:77
msgid "The page number is not valid" msgid "The page number is not valid"
msgstr "" msgstr ""
#: canaille/forms.py:76 canaille/forms.py:100 #: canaille/forms.py:82 canaille/forms.py:106
#: canaille/templates/partial/users.html:9 #: canaille/templates/partial/users.html:9
msgid "Login" msgid "Login"
msgstr "" msgstr ""
#: canaille/forms.py:89 canaille/forms.py:112 canaille/forms.py:236 #: canaille/forms.py:95 canaille/forms.py:118 canaille/forms.py:242
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: canaille/forms.py:119 canaille/forms.py:243 #: canaille/forms.py:125 canaille/forms.py:249
msgid "Password confirmation" msgid "Password confirmation"
msgstr "" msgstr ""
#: canaille/forms.py:122 canaille/forms.py:246 #: canaille/forms.py:128 canaille/forms.py:252
msgid "Password and confirmation do not match." msgid "Password and confirmation do not match."
msgstr "" msgstr ""
#: canaille/forms.py:141 #: canaille/forms.py:147
msgid "Automatic" msgid "Automatic"
msgstr "" msgstr ""
#: canaille/forms.py:146 canaille/forms.py:344 #: canaille/forms.py:152 canaille/forms.py:351
msgid "Username" msgid "Username"
msgstr "" msgstr ""
#: canaille/forms.py:150 canaille/forms.py:316 canaille/forms.py:330 #: canaille/forms.py:156 canaille/forms.py:323 canaille/forms.py:337
#: canaille/oidc/forms.py:21 canaille/templates/partial/groups.html:6 #: canaille/oidc/forms.py:22 canaille/templates/partial/groups.html:6
#: canaille/templates/partial/oidc/admin/client_list.html:6 #: canaille/templates/partial/oidc/admin/client_list.html:6
#: canaille/templates/partial/users.html:12 #: canaille/templates/partial/users.html:12
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: canaille/forms.py:152 #: canaille/forms.py:158
msgid "Title" msgid "Title"
msgstr "" msgstr ""
#: canaille/forms.py:152 #: canaille/forms.py:158
msgid "Vice president" msgid "Vice president"
msgstr "" msgstr ""
#: canaille/forms.py:155 #: canaille/forms.py:161
msgid "Given name" msgid "Given name"
msgstr "" msgstr ""
#: canaille/forms.py:157 #: canaille/forms.py:163
msgid "John" msgid "John"
msgstr "" msgstr ""
#: canaille/forms.py:163 #: canaille/forms.py:169
msgid "Family Name" msgid "Family Name"
msgstr "" msgstr ""
#: canaille/forms.py:166 #: canaille/forms.py:172
msgid "Doe" msgid "Doe"
msgstr "" msgstr ""
#: canaille/forms.py:172 #: canaille/forms.py:178
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#: canaille/forms.py:175 #: canaille/forms.py:181
msgid "Johnny" msgid "Johnny"
msgstr "" msgstr ""
#: canaille/forms.py:181 canaille/forms.py:350 #: canaille/forms.py:187 canaille/forms.py:357
msgid "Email address" msgid "Email address"
msgstr "" msgstr ""
#: canaille/forms.py:187 #: canaille/forms.py:193
msgid "" msgid ""
"This email will be used as a recovery address to reset the password if " "This email will be used as a recovery address to reset the password if "
"needed" "needed"
msgstr "" msgstr ""
#: canaille/forms.py:197 #: canaille/forms.py:203
msgid "Phone number" msgid "Phone number"
msgstr "" msgstr ""
#: canaille/forms.py:197 #: canaille/forms.py:203
msgid "555-000-555" msgid "555-000-555"
msgstr "" msgstr ""
#: canaille/forms.py:200 #: canaille/forms.py:206
msgid "Address" msgid "Address"
msgstr "" msgstr ""
#: canaille/forms.py:202 #: canaille/forms.py:208
msgid "132, Foobar Street, Gotham City 12401, XX" msgid "132, Foobar Street, Gotham City 12401, XX"
msgstr "" msgstr ""
#: canaille/forms.py:206 #: canaille/forms.py:212
msgid "Street" msgid "Street"
msgstr "" msgstr ""
#: canaille/forms.py:208 #: canaille/forms.py:214
msgid "132, Foobar Street" msgid "132, Foobar Street"
msgstr "" msgstr ""
#: canaille/forms.py:212 #: canaille/forms.py:218
msgid "Postal Code" msgid "Postal Code"
msgstr "" msgstr ""
#: canaille/forms.py:218 #: canaille/forms.py:224
msgid "Locality" msgid "Locality"
msgstr "" msgstr ""
#: canaille/forms.py:220 #: canaille/forms.py:226
msgid "Gotham City" msgid "Gotham City"
msgstr "" msgstr ""
#: canaille/forms.py:224 #: canaille/forms.py:230
msgid "Region" msgid "Region"
msgstr "" msgstr ""
#: canaille/forms.py:226 #: canaille/forms.py:232
msgid "North Pole" msgid "North Pole"
msgstr "" msgstr ""
#: canaille/forms.py:230 #: canaille/forms.py:236
msgid "Photo" msgid "Photo"
msgstr "" msgstr ""
#: canaille/forms.py:234 canaille/templates/profile_add.html:63 #: canaille/forms.py:240 canaille/templates/profile_add.html:63
#: canaille/templates/profile_edit.html:81 #: canaille/templates/profile_edit.html:81
msgid "Delete the photo" msgid "Delete the photo"
msgstr "" msgstr ""
#: canaille/forms.py:254 #: canaille/forms.py:260
msgid "Employee number" msgid "User number"
msgstr "" msgstr ""
#: canaille/forms.py:256 canaille/forms.py:262 #: canaille/forms.py:262 canaille/forms.py:268
msgid "1234" msgid "1234"
msgstr "" msgstr ""
#: canaille/forms.py:260 #: canaille/forms.py:266
msgid "Department number" msgid "Department number"
msgstr "" msgstr ""
#: canaille/forms.py:266 #: canaille/forms.py:272
msgid "Organization" msgid "Organization"
msgstr "" msgstr ""
#: canaille/forms.py:268 #: canaille/forms.py:274
msgid "Cogip LTD." msgid "Cogip LTD."
msgstr "" msgstr ""
#: canaille/forms.py:272 #: canaille/forms.py:278
msgid "Website" msgid "Website"
msgstr "" msgstr ""
#: canaille/forms.py:274 #: canaille/forms.py:280
msgid "https://mywebsite.tld" msgid "https://mywebsite.tld"
msgstr "" msgstr ""
#: canaille/forms.py:278 #: canaille/forms.py:285
msgid "Preferred language" msgid "Preferred language"
msgstr "" msgstr ""
#: canaille/forms.py:284 #: canaille/forms.py:291
msgid "users, admins …" msgid "users, admins …"
msgstr "" msgstr ""
#: canaille/forms.py:319 #: canaille/forms.py:326
msgid "group" msgid "group"
msgstr "" msgstr ""
#: canaille/forms.py:323 canaille/forms.py:337 #: canaille/forms.py:330 canaille/forms.py:344
#: canaille/templates/partial/groups.html:7 #: canaille/templates/partial/groups.html:7
msgid "Description" msgid "Description"
msgstr "" msgstr ""
#: canaille/forms.py:348 #: canaille/forms.py:355
msgid "Username editable by the invitee" msgid "Username editable by the invitee"
msgstr "" msgstr ""
@ -475,71 +479,71 @@ msgstr ""
msgid "You have not been disconnected" msgid "You have not been disconnected"
msgstr "" msgstr ""
#: canaille/oidc/forms.py:26 #: canaille/oidc/forms.py:27
msgid "Contact" msgid "Contact"
msgstr "" msgstr ""
#: canaille/oidc/forms.py:31 #: canaille/oidc/forms.py:32
msgid "URI" msgid "URI"
msgstr "" msgstr ""
#: canaille/oidc/forms.py:36 #: canaille/oidc/forms.py:40
msgid "Redirect URIs" msgid "Redirect URIs"
msgstr "" msgstr ""
#: canaille/oidc/forms.py:41 #: canaille/oidc/forms.py:48
msgid "Post logout redirect URIs" msgid "Post logout redirect URIs"
msgstr "" msgstr ""
#: canaille/oidc/forms.py:46 #: canaille/oidc/forms.py:56
msgid "Grant types" msgid "Grant types"
msgstr "" msgstr ""
#: canaille/oidc/forms.py:58 canaille/templates/oidc/admin/token_view.html:79 #: canaille/oidc/forms.py:68 canaille/templates/oidc/admin/token_view.html:79
msgid "Scope" msgid "Scope"
msgstr "" msgstr ""
#: canaille/oidc/forms.py:64 #: canaille/oidc/forms.py:74
msgid "Response types" msgid "Response types"
msgstr "" msgstr ""
#: canaille/oidc/forms.py:70 #: canaille/oidc/forms.py:80
msgid "Token Endpoint Auth Method" msgid "Token Endpoint Auth Method"
msgstr "" msgstr ""
#: canaille/oidc/forms.py:80 #: canaille/oidc/forms.py:90
msgid "Token audiences" msgid "Token audiences"
msgstr "" msgstr ""
#: canaille/oidc/forms.py:86 #: canaille/oidc/forms.py:96
msgid "Logo URI" msgid "Logo URI"
msgstr "" msgstr ""
#: canaille/oidc/forms.py:91 #: canaille/oidc/forms.py:104
msgid "Terms of service URI" msgid "Terms of service URI"
msgstr "" msgstr ""
#: canaille/oidc/forms.py:96 #: canaille/oidc/forms.py:112
msgid "Policy URI" msgid "Policy URI"
msgstr "" msgstr ""
#: canaille/oidc/forms.py:101 #: canaille/oidc/forms.py:120
msgid "Software ID" msgid "Software ID"
msgstr "" msgstr ""
#: canaille/oidc/forms.py:106 #: canaille/oidc/forms.py:125
msgid "Software Version" msgid "Software Version"
msgstr "" msgstr ""
#: canaille/oidc/forms.py:111 #: canaille/oidc/forms.py:130
msgid "JWK" msgid "JWK"
msgstr "" msgstr ""
#: canaille/oidc/forms.py:116 #: canaille/oidc/forms.py:135
msgid "JKW URI" msgid "JKW URI"
msgstr "" msgstr ""
#: canaille/oidc/forms.py:121 #: canaille/oidc/forms.py:143
msgid "Pre-consent" msgid "Pre-consent"
msgstr "" msgstr ""