Skip to content
Snippets Groups Projects
Commit a554b2ba authored by kaiyou's avatar kaiyou
Browse files

Update i18n strings

parent f353d118
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ msgid "" ...@@ -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: 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" "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"
...@@ -17,43 +17,56 @@ msgstr "" ...@@ -17,43 +17,56 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.7.0\n" "Generated-By: Babel 2.7.0\n"
#: hiboo/models.py:150 #: hiboo/models.py:153
msgid "Profile creation is impossible" msgid "Profile creation is impossible"
msgstr "" msgstr ""
#: hiboo/models.py:151 #: hiboo/models.py:154
msgid "Profile creation is reserved to managers" msgid "Profile creation is reserved to managers"
msgstr "" msgstr ""
#: hiboo/models.py:152 #: hiboo/models.py:155
msgid "Profile creation must be validated" msgid "Profile creation must be validated"
msgstr "" msgstr ""
#: hiboo/models.py:153 #: hiboo/models.py:156
msgid "Additional profiles must be validated" msgid "Additional profiles must be validated"
msgstr "" msgstr ""
#: hiboo/models.py:154 #: hiboo/models.py:157
msgid "No validation is required" msgid "No validation is required"
msgstr "" msgstr ""
#: hiboo/models.py:213 #: hiboo/models.py:218
msgid "signed up for this account" msgid "signed up for this account"
msgstr "" msgstr ""
#: hiboo/models.py:214 #: hiboo/models.py:219
msgid "created the profile {this.profile.username} on {this.service.name}" msgid "created the profile {this.profile.username} on {this.service.name}"
msgstr "" msgstr ""
#: hiboo/models.py:215 #: hiboo/models.py:220
msgid "changed your password" msgid "changed your password"
msgstr "" 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" msgid "Username"
msgstr "" 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" msgid "Password"
msgstr "" msgstr ""
...@@ -66,8 +79,7 @@ msgstr "" ...@@ -66,8 +79,7 @@ msgstr ""
msgid "Confirm password" msgid "Confirm password"
msgstr "" msgstr ""
#: hiboo/account/forms.py:22 hiboo/account/forms.py:44 #: hiboo/account/forms.py:22 hiboo/account/templates/account_signin.html:20
#: hiboo/account/templates/account_signin.html:20
#: hiboo/account/templates/account_signup.html:3 #: hiboo/account/templates/account_signup.html:3
#: hiboo/templates/sidebar.html:21 #: hiboo/templates/sidebar.html:21
msgid "Sign up" msgid "Sign up"
...@@ -89,14 +101,6 @@ msgstr "" ...@@ -89,14 +101,6 @@ msgstr ""
msgid "Change password" msgid "Change password"
msgstr "" 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 #: hiboo/account/templates/account_home.html:3 hiboo/templates/sidebar.html:5
msgid "My account" msgid "My account"
msgstr "" msgstr ""
...@@ -180,108 +184,194 @@ msgid "" ...@@ -180,108 +184,194 @@ msgid ""
"notified first." "notified first."
msgstr "" msgstr ""
#: hiboo/account/templates/profile_create.html:4 #: hiboo/profile/forms.py:9
msgid "New profile" msgid "Comment"
msgstr ""
#: hiboo/profile/forms.py:10
msgid "Create profile"
msgstr "" msgstr ""
#: hiboo/account/templates/profile_create.html:5 #: hiboo/profile/forms.py:20 hiboo/profile/templates/profile_claim.html:4
#: hiboo/account/templates/profile_pick.html:7 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 #, python-format
msgid "for the service %(service_name)s" msgid "for the service %(service_name)s"
msgstr "" msgstr ""
#: hiboo/account/templates/profile_create.html:9 #: hiboo/profile/templates/profile_claim.html:9
msgid "Create a new profile" msgid "Claim an existing profile"
msgstr "" 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." msgid "You are about to create your first profile."
msgstr "" msgstr ""
#: hiboo/account/templates/profile_create.html:11 #: hiboo/profile/templates/profile_claim.html:11
#: hiboo/profile/templates/profile_create.html:14
msgid "" msgid ""
"Please choose a username wisely, you will not be able to change it later." "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 " " You may pick anything that is valid for the service, as long as it is "
"available." "available."
msgstr "" msgstr ""
#: hiboo/account/templates/profile_create.html:12 #: hiboo/profile/templates/profile_claim.html:12
#: hiboo/profile/templates/profile_create.html:15
msgid "" msgid ""
"If your profile request is submitted for validation, please add a useful " "If your profile request is submitted for validation, please add a useful "
"comment that will help us validate (describe shortly what your profile is" "comment that will help us validate (describe shortly what your profile is"
" for or why you need one)." " for or why you need one)."
msgstr "" 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" msgid "Pick a profile"
msgstr "" msgstr ""
#: hiboo/account/templates/profile_pick.html:22 #: hiboo/profile/templates/profile_pick.html:22
msgid "Blocked" msgid "Blocked"
msgstr "" msgstr ""
#: hiboo/account/templates/profile_pick.html:24 #: hiboo/profile/templates/profile_pick.html:24
msgid "Awaiting approval" msgid "Awaiting approval"
msgstr "" msgstr ""
#: hiboo/account/templates/profile_pick.html:32 #: hiboo/profile/templates/profile_pick.html:32
#, python-format #, python-format
msgid "Created on %(created_on)s" msgid "Created on %(created_on)s"
msgstr "" msgstr ""
#: hiboo/account/templates/profile_pick.html:33 #: hiboo/profile/templates/profile_pick.html:33
msgid "Not shared with anyone" msgid "Not shared with anyone"
msgstr "" msgstr ""
#: hiboo/account/templates/profile_pick.html:41 #: hiboo/profile/templates/profile_pick.html:41
msgid "Here come profiles!" msgid "Here come profiles!"
msgstr "" msgstr ""
#: hiboo/account/templates/profile_pick.html:43 #: hiboo/profile/templates/profile_pick.html:43
msgid "" msgid ""
"This service relies on profiles, which are just as many identities that " "This service relies on profiles, which are just as many identities that "
"you can have with your single Hiboo account." "you can have with your single Hiboo account."
msgstr "" msgstr ""
#: hiboo/account/templates/profile_pick.html:44 #: hiboo/profile/templates/profile_pick.html:44
msgid "" msgid ""
"You may think of profiles as a way to have both a personal and an " "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 " "organization account, or to use the service under different identities "
"for diffrent activities." "for diffrent activities."
msgstr "" msgstr ""
#: hiboo/account/templates/profile_pick.html:45 #: hiboo/profile/templates/profile_pick.html:45
msgid "" msgid ""
"Profiles were introduced in order to offer flexibility and security " "Profiles were introduced in order to offer flexibility and security "
"against stalkers and other sorts of online violence." "against stalkers and other sorts of online violence."
msgstr "" msgstr ""
#: hiboo/account/templates/profile_pick.html:48 #: hiboo/profile/templates/profile_pick.html:48
msgid "" msgid ""
"However, profile creation on this services are currently locked down. You" "However, profile creation on this services are currently locked down. You"
" may only use existing profiles if you have some." " may only use existing profiles if you have some."
msgstr "" msgstr ""
#: hiboo/account/templates/profile_pick.html:50 #: hiboo/profile/templates/profile_pick.html:50
msgid "" msgid ""
"This service is not currently open for profile registration. In order to " "This service is not currently open for profile registration. In order to "
"get new profiles, you must ask a service administrator." "get new profiles, you must ask a service administrator."
msgstr "" msgstr ""
#: hiboo/account/templates/profile_pick.html:52 #: hiboo/profile/templates/profile_pick.html:52
msgid "" msgid ""
"You may request new profiles. Your requests will be submitted to " "You may request new profiles. Your requests will be submitted to "
"validation." "validation."
msgstr "" msgstr ""
#: hiboo/account/templates/profile_pick.html:54 #: hiboo/profile/templates/profile_pick.html:54
#, python-format #, python-format
msgid "" msgid ""
"You may create up to %(max_profiles)s profiles. Further profile requests " "You may create up to %(max_profiles)s profiles. Further profile requests "
"will be submitted to validation." "will be submitted to validation."
msgstr "" msgstr ""
#: hiboo/account/templates/profile_pick.html:56 #: hiboo/profile/templates/profile_pick.html:56
#, python-format #, python-format
msgid "" msgid ""
"You may create up to %(max_profiles)s profiles. Please contact the " "You may create up to %(max_profiles)s profiles. Please contact the "
...@@ -312,44 +402,53 @@ msgstr "" ...@@ -312,44 +402,53 @@ msgstr ""
msgid "Maximum profile count" msgid "Maximum profile count"
msgstr "" 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" msgid "Submit"
msgstr "" msgstr ""
#: hiboo/service/templates/service_create.html:3 #: hiboo/service/templates/protocol_pick.html:3
#: hiboo/service/templates/service_create_form.html:3 #: hiboo/service/templates/service_create.html:4
#: hiboo/service/templates/service_list.html:34 #: hiboo/service/templates/service_list.html:42
msgid "Create a service" msgid "Create a service"
msgstr "" msgstr ""
#: hiboo/service/templates/service_create.html:4 #: hiboo/service/templates/protocol_pick.html:4
msgid "pick a protocol" msgid "pick a protocol"
msgstr "" msgstr ""
#: hiboo/service/templates/service_create.html:16 #: hiboo/service/templates/protocol_pick.html:16
msgid "Create " msgid "Create "
msgstr "" msgstr ""
#: hiboo/service/templates/service_create_form.html:4 #: hiboo/service/templates/service_create.html:5
msgid "add a SAML service" #, python-format
msgid "add a %(protocol_name)s service"
msgstr "" msgstr ""
#: hiboo/service/templates/service_details.html:5 #: hiboo/service/templates/service_details.html:5
msgid "service details" msgid "service details"
msgstr "" msgstr ""
#: hiboo/service/templates/service_details.html:19 #: hiboo/service/templates/service_details.html:31
msgid "UUID" msgid "View profiles"
msgstr "" msgstr ""
#: hiboo/service/templates/service_details.html:31 #: hiboo/service/templates/service_details.html:32
msgid "Edit this service" msgid "Edit this service"
msgstr "" msgstr ""
#: hiboo/service/templates/service_details.html:32 #: hiboo/service/templates/service_details.html:33
msgid "Delete this service" msgid "Delete this service"
msgstr "" msgstr ""
#: hiboo/service/templates/service_edit.html:3
msgid "Edit a service"
msgstr ""
#: hiboo/service/templates/service_list.html:3 #: hiboo/service/templates/service_list.html:3
msgid "Service list" msgid "Service list"
msgstr "" msgstr ""
...@@ -358,15 +457,15 @@ msgstr "" ...@@ -358,15 +457,15 @@ msgstr ""
msgid "all available services" msgid "all available services"
msgstr "" msgstr ""
#: hiboo/service/templates/service_list.html:13 #: hiboo/service/templates/service_list.html:15
msgid "Service" msgid "Type"
msgstr "" msgstr ""
#: hiboo/service/templates/service_list.html:15 #: hiboo/service/templates/service_list.html:16
msgid "Policy" msgid "Policy"
msgstr "" msgstr ""
#: hiboo/service/templates/service_list.html:16 #: hiboo/service/templates/service_list.html:17
msgid "Max profiles" msgid "Max profiles"
msgstr "" msgstr ""
...@@ -378,12 +477,92 @@ msgstr "" ...@@ -378,12 +477,92 @@ msgstr ""
msgid "SP ACS" msgid "SP ACS"
msgstr "" 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 #: hiboo/sso/templates/protocol_oidc.html:2
msgid "" msgid ""
"OpenID Connect (OIDC) is JWT based authentication and authorization " "OpenID Connect (OIDC) is JWT based authentication and authorization "
"protocol" "protocol"
msgstr "" 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 #: hiboo/sso/templates/protocol_saml.html:2
msgid "" msgid ""
"SAML2 is a legacy protocol based on XML security. Only redirect/post " "SAML2 is a legacy protocol based on XML security. Only redirect/post "
...@@ -444,7 +623,16 @@ msgstr "" ...@@ -444,7 +623,16 @@ msgstr ""
msgid "Hiboo is free software distributed under the MIT license" msgid "Hiboo is free software distributed under the MIT license"
msgstr "" 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" msgid "Close"
msgstr "" msgstr ""
...@@ -461,14 +649,30 @@ msgid "Services" ...@@ -461,14 +649,30 @@ msgid "Services"
msgstr "" msgstr ""
#: hiboo/templates/sidebar.html:40 #: hiboo/templates/sidebar.html:40
msgid "Users"
msgstr ""
#: hiboo/templates/sidebar.html:45
msgid "About" msgid "About"
msgstr "" msgstr ""
#: hiboo/templates/sidebar.html:43 #: hiboo/templates/sidebar.html:48
msgid "User guide" msgid "User guide"
msgstr "" msgstr ""
#: hiboo/templates/sidebar.html:48 #: hiboo/templates/sidebar.html:53
msgid "Admin guide" msgid "Admin guide"
msgstr "" 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 ""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment