From a554b2ba18d6bf5a78f30fa99c610c6d297f138c Mon Sep 17 00:00:00 2001 From: kaiyou <pierre@jaury.eu> Date: Wed, 13 Nov 2019 22:28:04 +0100 Subject: [PATCH] Update i18n strings --- messages.pot | 330 +++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 267 insertions(+), 63 deletions(-) diff --git a/messages.pot b/messages.pot index 465eec0..d2a916d 100644 --- a/messages.pot +++ b/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-10-20 22:28+0200\n" +"POT-Creation-Date: 2019-11-13 22:27+0100\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" @@ -17,43 +17,56 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.7.0\n" -#: hiboo/models.py:150 +#: hiboo/models.py:153 msgid "Profile creation is impossible" msgstr "" -#: hiboo/models.py:151 +#: hiboo/models.py:154 msgid "Profile creation is reserved to managers" msgstr "" -#: hiboo/models.py:152 +#: hiboo/models.py:155 msgid "Profile creation must be validated" msgstr "" -#: hiboo/models.py:153 +#: hiboo/models.py:156 msgid "Additional profiles must be validated" msgstr "" -#: hiboo/models.py:154 +#: hiboo/models.py:157 msgid "No validation is required" msgstr "" -#: hiboo/models.py:213 +#: hiboo/models.py:218 msgid "signed up for this account" msgstr "" -#: hiboo/models.py:214 +#: hiboo/models.py:219 msgid "created the profile {this.profile.username} on {this.service.name}" msgstr "" -#: hiboo/models.py:215 +#: hiboo/models.py:220 msgid "changed your password" msgstr "" -#: hiboo/account/forms.py:8 hiboo/account/forms.py:14 hiboo/account/forms.py:34 +#: hiboo/models.py:221 +msgid "{this.value} the profile {this.profile.username} on {this.service.name}" +msgstr "" + +#: hiboo/security.py:48 +msgid "Confirm" +msgstr "" + +#: hiboo/account/forms.py:8 hiboo/account/forms.py:14 hiboo/profile/forms.py:8 +#: hiboo/profile/forms.py:18 hiboo/profile/templates/profile_details.html:12 +#: hiboo/user/templates/user_details.html:12 +#: hiboo/user/templates/user_details.html:35 +#: hiboo/user/templates/user_list.html:12 +#: hiboo/user/templates/user_pick.html:12 msgid "Username" msgstr "" -#: hiboo/account/forms.py:9 hiboo/account/forms.py:19 +#: hiboo/account/forms.py:9 hiboo/account/forms.py:19 hiboo/profile/forms.py:19 msgid "Password" msgstr "" @@ -66,8 +79,7 @@ msgstr "" msgid "Confirm password" msgstr "" -#: hiboo/account/forms.py:22 hiboo/account/forms.py:44 -#: hiboo/account/templates/account_signin.html:20 +#: hiboo/account/forms.py:22 hiboo/account/templates/account_signin.html:20 #: hiboo/account/templates/account_signup.html:3 #: hiboo/templates/sidebar.html:21 msgid "Sign up" @@ -89,14 +101,6 @@ msgstr "" msgid "Change password" msgstr "" -#: hiboo/account/forms.py:35 -msgid "Comment" -msgstr "" - -#: hiboo/account/forms.py:36 -msgid "Create profile" -msgstr "" - #: hiboo/account/templates/account_home.html:3 hiboo/templates/sidebar.html:5 msgid "My account" msgstr "" @@ -180,108 +184,194 @@ msgid "" "notified first." msgstr "" -#: hiboo/account/templates/profile_create.html:4 -msgid "New profile" +#: hiboo/profile/forms.py:9 +msgid "Comment" +msgstr "" + +#: hiboo/profile/forms.py:10 +msgid "Create profile" msgstr "" -#: hiboo/account/templates/profile_create.html:5 -#: hiboo/account/templates/profile_pick.html:7 +#: hiboo/profile/forms.py:20 hiboo/profile/templates/profile_claim.html:4 +msgid "Claim profile" +msgstr "" + +#: hiboo/profile/templates/profile_claim.html:5 +#: hiboo/profile/templates/profile_create.html:6 +#: hiboo/profile/templates/profile_pick.html:7 #, python-format msgid "for the service %(service_name)s" msgstr "" -#: hiboo/account/templates/profile_create.html:9 -msgid "Create a new profile" +#: hiboo/profile/templates/profile_claim.html:9 +msgid "Claim an existing profile" msgstr "" -#: hiboo/account/templates/profile_create.html:10 +#: hiboo/profile/templates/profile_claim.html:10 +#: hiboo/profile/templates/profile_create.html:13 msgid "You are about to create your first profile." msgstr "" -#: hiboo/account/templates/profile_create.html:11 +#: hiboo/profile/templates/profile_claim.html:11 +#: hiboo/profile/templates/profile_create.html:14 msgid "" "Please choose a username wisely, you will not be able to change it later." " You may pick anything that is valid for the service, as long as it is " "available." msgstr "" -#: hiboo/account/templates/profile_create.html:12 +#: hiboo/profile/templates/profile_claim.html:12 +#: hiboo/profile/templates/profile_create.html:15 msgid "" "If your profile request is submitted for validation, please add a useful " "comment that will help us validate (describe shortly what your profile is" " for or why you need one)." msgstr "" -#: hiboo/account/templates/profile_pick.html:6 +#: hiboo/profile/templates/profile_create.html:4 +msgid "New profile" +msgstr "" + +#: hiboo/profile/templates/profile_create.html:7 +msgid "and user" +msgstr "" + +#: hiboo/profile/templates/profile_create.html:12 +msgid "Create a new profile" +msgstr "" + +#: hiboo/profile/templates/profile_details.html:4 +msgid "profile details" +msgstr "" + +#: hiboo/profile/templates/profile_details.html:15 +msgid "Owner" +msgstr "" + +#: hiboo/profile/templates/profile_details.html:18 +#: hiboo/service/templates/service_details.html:19 +#: hiboo/user/templates/user_details.html:15 +msgid "UUID" +msgstr "" + +#: hiboo/profile/templates/profile_details.html:21 +#: hiboo/profile/templates/profile_list.html:20 +#: hiboo/user/templates/user_details.html:36 +msgid "Status" +msgstr "" + +#: hiboo/profile/templates/profile_details.html:24 +#: hiboo/user/templates/user_details.html:18 +msgid "Created at" +msgstr "" + +#: hiboo/profile/templates/profile_details.html:40 +msgid "Block profile" +msgstr "" + +#: hiboo/profile/templates/profile_details.html:42 +msgid "Unblock profile" +msgstr "" + +#: hiboo/profile/templates/profile_list.html:16 +#: hiboo/service/templates/service_list.html:13 +#: hiboo/user/templates/user_details.html:34 +msgid "Service" +msgstr "" + +#: hiboo/profile/templates/profile_list.html:18 +msgid "Profile username" +msgstr "" + +#: hiboo/profile/templates/profile_list.html:19 +msgid "Owned by" +msgstr "" + +#: hiboo/profile/templates/profile_list.html:21 +#: hiboo/user/templates/user_list.html:13 +#: hiboo/user/templates/user_pick.html:13 +msgid "Created on" +msgstr "" + +#: hiboo/profile/templates/profile_list.html:22 +#: hiboo/service/templates/service_list.html:18 +msgid "Actions" +msgstr "" + +#: hiboo/profile/templates/profile_list.html:50 +msgid "Create a profile" +msgstr "" + +#: hiboo/profile/templates/profile_pick.html:6 msgid "Pick a profile" msgstr "" -#: hiboo/account/templates/profile_pick.html:22 +#: hiboo/profile/templates/profile_pick.html:22 msgid "Blocked" msgstr "" -#: hiboo/account/templates/profile_pick.html:24 +#: hiboo/profile/templates/profile_pick.html:24 msgid "Awaiting approval" msgstr "" -#: hiboo/account/templates/profile_pick.html:32 +#: hiboo/profile/templates/profile_pick.html:32 #, python-format msgid "Created on %(created_on)s" msgstr "" -#: hiboo/account/templates/profile_pick.html:33 +#: hiboo/profile/templates/profile_pick.html:33 msgid "Not shared with anyone" msgstr "" -#: hiboo/account/templates/profile_pick.html:41 +#: hiboo/profile/templates/profile_pick.html:41 msgid "Here come profiles!" msgstr "" -#: hiboo/account/templates/profile_pick.html:43 +#: hiboo/profile/templates/profile_pick.html:43 msgid "" "This service relies on profiles, which are just as many identities that " "you can have with your single Hiboo account." msgstr "" -#: hiboo/account/templates/profile_pick.html:44 +#: hiboo/profile/templates/profile_pick.html:44 msgid "" "You may think of profiles as a way to have both a personal and an " "organization account, or to use the service under different identities " "for diffrent activities." msgstr "" -#: hiboo/account/templates/profile_pick.html:45 +#: hiboo/profile/templates/profile_pick.html:45 msgid "" "Profiles were introduced in order to offer flexibility and security " "against stalkers and other sorts of online violence." msgstr "" -#: hiboo/account/templates/profile_pick.html:48 +#: hiboo/profile/templates/profile_pick.html:48 msgid "" "However, profile creation on this services are currently locked down. You" " may only use existing profiles if you have some." msgstr "" -#: hiboo/account/templates/profile_pick.html:50 +#: hiboo/profile/templates/profile_pick.html:50 msgid "" "This service is not currently open for profile registration. In order to " "get new profiles, you must ask a service administrator." msgstr "" -#: hiboo/account/templates/profile_pick.html:52 +#: hiboo/profile/templates/profile_pick.html:52 msgid "" "You may request new profiles. Your requests will be submitted to " "validation." msgstr "" -#: hiboo/account/templates/profile_pick.html:54 +#: hiboo/profile/templates/profile_pick.html:54 #, python-format msgid "" "You may create up to %(max_profiles)s profiles. Further profile requests " "will be submitted to validation." msgstr "" -#: hiboo/account/templates/profile_pick.html:56 +#: hiboo/profile/templates/profile_pick.html:56 #, python-format msgid "" "You may create up to %(max_profiles)s profiles. Please contact the " @@ -312,44 +402,53 @@ msgstr "" msgid "Maximum profile count" msgstr "" -#: hiboo/service/forms.py:19 hiboo/sso/forms.py:10 +#: hiboo/service/forms.py:19 +msgid "Disable per-profile username" +msgstr "" + +#: hiboo/service/forms.py:20 hiboo/sso/forms.py:16 hiboo/sso/forms.py:42 msgid "Submit" msgstr "" -#: hiboo/service/templates/service_create.html:3 -#: hiboo/service/templates/service_create_form.html:3 -#: hiboo/service/templates/service_list.html:34 +#: hiboo/service/templates/protocol_pick.html:3 +#: hiboo/service/templates/service_create.html:4 +#: hiboo/service/templates/service_list.html:42 msgid "Create a service" msgstr "" -#: hiboo/service/templates/service_create.html:4 +#: hiboo/service/templates/protocol_pick.html:4 msgid "pick a protocol" msgstr "" -#: hiboo/service/templates/service_create.html:16 +#: hiboo/service/templates/protocol_pick.html:16 msgid "Create " msgstr "" -#: hiboo/service/templates/service_create_form.html:4 -msgid "add a SAML service" +#: hiboo/service/templates/service_create.html:5 +#, python-format +msgid "add a %(protocol_name)s service" msgstr "" #: hiboo/service/templates/service_details.html:5 msgid "service details" msgstr "" -#: hiboo/service/templates/service_details.html:19 -msgid "UUID" +#: hiboo/service/templates/service_details.html:31 +msgid "View profiles" msgstr "" -#: hiboo/service/templates/service_details.html:31 +#: hiboo/service/templates/service_details.html:32 msgid "Edit this service" msgstr "" -#: hiboo/service/templates/service_details.html:32 +#: hiboo/service/templates/service_details.html:33 msgid "Delete this service" msgstr "" +#: hiboo/service/templates/service_edit.html:3 +msgid "Edit a service" +msgstr "" + #: hiboo/service/templates/service_list.html:3 msgid "Service list" msgstr "" @@ -358,15 +457,15 @@ msgstr "" msgid "all available services" msgstr "" -#: hiboo/service/templates/service_list.html:13 -msgid "Service" +#: hiboo/service/templates/service_list.html:15 +msgid "Type" msgstr "" -#: hiboo/service/templates/service_list.html:15 +#: hiboo/service/templates/service_list.html:16 msgid "Policy" msgstr "" -#: hiboo/service/templates/service_list.html:16 +#: hiboo/service/templates/service_list.html:17 msgid "Max profiles" msgstr "" @@ -378,12 +477,92 @@ msgstr "" msgid "SP ACS" msgstr "" +#: hiboo/sso/forms.py:11 +msgid "Signature mode" +msgstr "" + +#: hiboo/sso/forms.py:12 +msgid "Sign the full response" +msgstr "" + +#: hiboo/sso/forms.py:13 +msgid "Sign only the assertion" +msgstr "" + +#: hiboo/sso/forms.py:20 +msgid "Redirect URI" +msgstr "" + +#: hiboo/sso/forms.py:22 +msgid "Token Endpoint Auth Method" +msgstr "" + +#: hiboo/sso/forms.py:23 +msgid "HTTP POST data" +msgstr "" + +#: hiboo/sso/forms.py:24 +msgid "HTTP basic authorization" +msgstr "" + +#: hiboo/sso/forms.py:25 +msgid "No authentication" +msgstr "" + +#: hiboo/sso/forms.py:29 +msgid "OpenID Connect grant type" +msgstr "" + +#: hiboo/sso/forms.py:30 +msgid "Authorization Code" +msgstr "" + +#: hiboo/sso/forms.py:31 +msgid "Implicit" +msgstr "" + +#: hiboo/sso/forms.py:32 +msgid "Hybrid" +msgstr "" + +#: hiboo/sso/forms.py:36 +msgid "Allowed response types" +msgstr "" + +#: hiboo/sso/forms.py:37 +msgid "Authorization code only" +msgstr "" + +#: hiboo/sso/forms.py:38 +msgid "Id token only" +msgstr "" + +#: hiboo/sso/forms.py:39 +msgid "Id token and token" +msgstr "" + #: hiboo/sso/templates/protocol_oidc.html:2 msgid "" "OpenID Connect (OIDC) is JWT based authentication and authorization " "protocol" msgstr "" +#: hiboo/sso/templates/protocol_oidc.html:5 +msgid "Authorization endpoint" +msgstr "" + +#: hiboo/sso/templates/protocol_oidc.html:8 +msgid "Token endpoint" +msgstr "" + +#: hiboo/sso/templates/protocol_oidc.html:11 +msgid "Client ID" +msgstr "" + +#: hiboo/sso/templates/protocol_oidc.html:14 +msgid "Client secret" +msgstr "" + #: hiboo/sso/templates/protocol_saml.html:2 msgid "" "SAML2 is a legacy protocol based on XML security. Only redirect/post " @@ -444,7 +623,16 @@ msgstr "" msgid "Hiboo is free software distributed under the MIT license" msgstr "" -#: hiboo/templates/macros.html:51 +#: hiboo/templates/confirm.html:3 +msgid "Confirm your action" +msgstr "" + +#: hiboo/templates/confirm.html:8 +#, python-format +msgid "Your are about to %(action)s. Do you wish to confirm that action?" +msgstr "" + +#: hiboo/templates/macros.html:53 msgid "Close" msgstr "" @@ -461,14 +649,30 @@ msgid "Services" msgstr "" #: hiboo/templates/sidebar.html:40 +msgid "Users" +msgstr "" + +#: hiboo/templates/sidebar.html:45 msgid "About" msgstr "" -#: hiboo/templates/sidebar.html:43 +#: hiboo/templates/sidebar.html:48 msgid "User guide" msgstr "" -#: hiboo/templates/sidebar.html:48 +#: hiboo/templates/sidebar.html:53 msgid "Admin guide" msgstr "" +#: hiboo/user/templates/user_details.html:4 +msgid "user details" +msgstr "" + +#: hiboo/user/templates/user_list.html:3 +msgid "Manage users" +msgstr "" + +#: hiboo/user/templates/user_pick.html:3 +msgid "Pick a user" +msgstr "" + -- GitLab