From 3d883f80c1bae9d7fc0c2095a8aa5440269abf6a Mon Sep 17 00:00:00 2001 From: protoclown <ornano@felinn.org> Date: Thu, 2 Feb 2023 10:06:36 +0100 Subject: [PATCH] fix: update messages.pot --- messages.pot | 851 ++++++++++++++++++++++++++++++--------------------- 1 file changed, 494 insertions(+), 357 deletions(-) diff --git a/messages.pot b/messages.pot index d738b60..c1abd42 100644 --- a/messages.pot +++ b/messages.pot @@ -1,188 +1,297 @@ # Translations template for PROJECT. -# Copyright (C) 2020 ORGANIZATION +# Copyright (C) 2023 ORGANIZATION # This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR <EMAIL@ADDRESS>, 2020. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2023. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-03-21 12:07+0100\n" +"POT-Creation-Date: 2023-02-02 09:40+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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.7.0\n" +"Generated-By: Babel 2.9.1\n" -#: hiboo/models.py:148 +#: hiboo/actions.py:80 +msgid "cancel" +msgstr "" + +#: hiboo/actions.py:81 +msgid "cancel ongoing profile actions" +msgstr "" + +#: hiboo/actions.py:96 +msgid "assign" +msgstr "" + +#: hiboo/actions.py:97 +msgid "assign the profile to a user" +msgstr "" + +#: hiboo/format.py:35 +msgid "must be at least {} and at most {} characters long" +msgstr "" + +#: hiboo/format.py:39 +msgid "must comprise only of " +msgstr "" + +#: hiboo/format.py:71 +msgid "lowercase letters, digits, dots, dashes, and underscores" +msgstr "" + +#: hiboo/format.py:81 +msgid "letters, digits, dots, dashes and underscores" +msgstr "" + +#: hiboo/models.py:206 msgid "Profile creation is impossible" msgstr "" -#: hiboo/models.py:149 +#: hiboo/models.py:207 msgid "Profile creation is reserved to managers" msgstr "" -#: hiboo/models.py:150 +#: hiboo/models.py:208 msgid "Profile creation must be validated" msgstr "" -#: hiboo/models.py:151 +#: hiboo/models.py:209 msgid "Additional profiles must be validated" msgstr "" -#: hiboo/models.py:152 +#: hiboo/models.py:210 msgid "No validation is required" msgstr "" -#: hiboo/models.py:178 +#: hiboo/models.py:247 msgid "unclaimed" msgstr "" -#: hiboo/models.py:179 +#: hiboo/models.py:248 msgid "requested" msgstr "" -#: hiboo/models.py:180 +#: hiboo/models.py:249 msgid "active" msgstr "" -#: hiboo/models.py:181 +#: hiboo/models.py:250 msgid "blocked" msgstr "" -#: hiboo/models.py:182 +#: hiboo/models.py:251 msgid "deleted" msgstr "" -#: hiboo/models.py:221 +#: hiboo/models.py:252 +msgid "purged" +msgstr "" + +#: hiboo/models.py:257 +msgid "activate" +msgstr "" + +#: hiboo/models.py:257 +msgid "activate this profile" +msgstr "" + +#: hiboo/models.py:261 +msgid "reject" +msgstr "" + +#: hiboo/models.py:261 +msgid "reject this request" +msgstr "" + +#: hiboo/models.py:265 +msgid "block" +msgstr "" + +#: hiboo/models.py:265 +msgid "block this profile" +msgstr "" + +#: hiboo/models.py:269 +msgid "unblock" +msgstr "" + +#: hiboo/models.py:269 +msgid "unblock this blocked profile" +msgstr "" + +#: hiboo/models.py:273 +msgid "delete" +msgstr "" + +#: hiboo/models.py:273 +msgid "delete this profile" +msgstr "" + +#: hiboo/models.py:278 +msgid "purge" +msgstr "" + +#: hiboo/models.py:278 +msgid "delete and purge this profile" +msgstr "" + +#: hiboo/models.py:358 msgid "signed up for this account" msgstr "" -#: hiboo/models.py:222 +#: hiboo/models.py:359 msgid "created the profile {this.profile.username} on {this.service.name}" msgstr "" -#: hiboo/models.py:223 +#: hiboo/models.py:360 msgid "changed this account password" msgstr "" -#: hiboo/models.py:224 +#: hiboo/models.py:361 +msgid "modified this account multi-factor authentication (MFA) setting" +msgstr "" + +#: hiboo/models.py:362 msgid "" "set the {this.service.name} profile {this.profile.username} as " "{this.value}" msgstr "" -#: hiboo/security.py:48 -msgid "Confirm" +#: hiboo/models.py:363 +msgid "" +"did {this.transition.label} the profile {this.profile.username} on " +"{this.service.name}" 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/account/forms.py:8 hiboo/account/forms.py:20 hiboo/profile/forms.py:8 +#: hiboo/profile/forms.py:28 hiboo/profile/templates/profile_details.html:12 #: hiboo/user/templates/user_details.html:12 -#: hiboo/user/templates/user_details.html:38 -#: hiboo/user/templates/user_list.html:12 -#: hiboo/user/templates/user_pick.html:12 +#: hiboo/user/templates/user_details.html:57 +#: hiboo/user/templates/user_list.html:13 +#: hiboo/user/templates/user_pick.html:13 msgid "Username" msgstr "" -#: hiboo/account/forms.py:9 hiboo/account/forms.py:19 hiboo/profile/forms.py:19 +#: hiboo/account/forms.py:9 hiboo/account/forms.py:25 hiboo/profile/forms.py:29 msgid "Password" msgstr "" -#: hiboo/account/forms.py:10 hiboo/account/templates/account_signin.html:3 -#: hiboo/templates/base.html:42 hiboo/templates/sidebar.html:36 +#: hiboo/account/forms.py:10 +msgid "Remember me" +msgstr "" + +#: hiboo/account/forms.py:11 hiboo/account/templates/account_signin.html:3 +#: hiboo/templates/base.html:38 hiboo/templates/sidebar.html:41 msgid "Sign in" msgstr "" -#: hiboo/account/forms.py:20 +#: hiboo/account/forms.py:15 +msgid "Time-based One-Time Password" +msgstr "" + +#: hiboo/account/forms.py:16 +msgid "Validate" +msgstr "" + +#: hiboo/account/forms.py:26 msgid "Confirm password" msgstr "" -#: hiboo/account/forms.py:22 hiboo/account/templates/account_signin.html:22 +#: hiboo/account/forms.py:29 hiboo/account/templates/account_signin.html:13 #: hiboo/account/templates/account_signup.html:3 -#: hiboo/templates/sidebar.html:31 +#: hiboo/account/templates/account_totp_verify.html:13 +#: hiboo/profile/templates/profile_quick.html:6 hiboo/templates/sidebar.html:36 msgid "Sign up" msgstr "" -#: hiboo/account/forms.py:26 +#: hiboo/account/forms.py:33 msgid "Old password" msgstr "" -#: hiboo/account/forms.py:27 hiboo/account/templates/account_password.html:3 +#: hiboo/account/forms.py:34 hiboo/account/templates/account_password.html:3 msgid "New password" msgstr "" -#: hiboo/account/forms.py:28 +#: hiboo/account/forms.py:35 msgid "Confirm new password" msgstr "" -#: hiboo/account/forms.py:30 hiboo/templates/sidebar.html:20 +#: hiboo/account/forms.py:37 hiboo/templates/sidebar.html:20 msgid "Change password" msgstr "" -#: hiboo/account/forms.py:34 +#: hiboo/account/forms.py:41 msgid "Email address" msgstr "" -#: hiboo/account/forms.py:35 +#: hiboo/account/forms.py:42 msgid "Matrix ID" msgstr "" -#: hiboo/account/forms.py:36 hiboo/account/templates/account_contact.html:3 +#: hiboo/account/forms.py:43 hiboo/account/templates/account_contact.html:3 msgid "Update contact info" msgstr "" -#: hiboo/account/login.py:18 +#: hiboo/account/login.py:25 msgid "Wrong credentials" msgstr "" -#: hiboo/account/login.py:36 +#: hiboo/account/login.py:41 +msgid "Wrong TOTP" +msgstr "" + +#: hiboo/account/login.py:66 +msgid "Invalid or expired signup link" +msgstr "" + +#: hiboo/account/login.py:72 msgid "A user with the same username exists already" msgstr "" -#: hiboo/account/login.py:46 +#: hiboo/account/login.py:82 msgid "Signed up using the Web form" msgstr "" -#: hiboo/account/login.py:48 +#: hiboo/account/login.py:84 msgid "User created successfully" msgstr "" -#: hiboo/account/settings.py:20 +#: hiboo/account/login.py:104 +msgid "Invalid or expired reset link" +msgstr "" + +#: hiboo/account/login.py:114 hiboo/account/settings.py:25 msgid "Successfully reset your password" msgstr "" -#: hiboo/account/settings.py:23 +#: hiboo/account/settings.py:28 msgid "Wrong credentials, check your old password" msgstr "" -#: hiboo/account/settings.py:36 -msgid "Successfully updated your contact info" +#: hiboo/account/settings.py:61 +msgid "TOTP has been enabled" msgstr "" -#: hiboo/account/templates/account_contact.html:7 -msgid "Contact information" +#: hiboo/account/settings.py:65 +msgid "Successfully setup TOTP" msgstr "" -#: hiboo/account/templates/account_contact.html:8 -msgid "" -"There is no requirement for you to provide us with your contact " -"information. Those can be useful though." +#: hiboo/account/settings.py:75 +msgid "TOTP has been disabled" msgstr "" -#: hiboo/account/templates/account_contact.html:9 -msgid "" -"If you lose access to your account, we might use this information to " -"check that your are indeed who you pretend to be." +#: hiboo/account/settings.py:79 +msgid "Successfully disabled TOTP" msgstr "" -#: hiboo/account/templates/account_contact.html:10 -msgid "" -"Also, if we notice unusual behavior on your account, we may use this " -"information to contact you instead of immediately blocking your account." +#: hiboo/account/settings.py:95 +msgid "Successfully updated your contact info" msgstr "" #: hiboo/account/templates/account_home.html:3 @@ -219,138 +328,136 @@ msgstr "" msgid "registered user" msgstr "" -#: hiboo/account/templates/account_home.html:33 -#: hiboo/account/templates/account_signin.html:8 -msgid "Authentication manager" +#: hiboo/account/templates/account_profiles.html:4 +msgid "my profiles" msgstr "" -#: hiboo/account/templates/account_home.html:34 -msgid "This is Hiboo, our account and authentication manager." +#: hiboo/account/templates/account_profiles.html:25 +#: hiboo/profile/templates/profile_pick.html:46 +#: hiboo/profile/templates/profile_pick.html:50 +msgid "Create another profile" msgstr "" -#: hiboo/account/templates/account_home.html:35 -msgid "" -"Hiboo is designed so you only have to remember one password and can use " -"your many accounts on every application associated with it." +#: hiboo/account/templates/account_profiles.html:32 +#: hiboo/profile/templates/profile_pick.html:48 +msgid "Request another profile" msgstr "" -#: hiboo/account/templates/account_home.html:36 -msgid "" -"If you wish to sign into one of the applications, simply open your " -"browser and go to the application: you will automatically be redirected " -"back to Hiboo and will be able to pick the profile you desire." +#: hiboo/account/templates/account_profiles.html:40 +msgid "Claim another profile" msgstr "" -#: hiboo/account/templates/account_home.html:37 -#: hiboo/account/templates/account_signin.html:14 -msgid "" -"<strong>If you are having trouble</strong>, please refer to the " -"documentation, then contact the administrator of this service directly, " -"using the contact button in the left panel." +#: hiboo/account/templates/account_profiles.html:52 +#, python-format +msgid "Profile will be %(status)s in %(when)s" msgstr "" -#: hiboo/account/templates/account_profiles.html:4 -msgid "my profiles" +#: hiboo/account/templates/account_reset.html:3 +msgid "Reset your password" msgstr "" -#: hiboo/account/templates/account_profiles.html:13 -#: hiboo/profile/templates/profile_list.html:22 -#: hiboo/service/templates/service_list.html:13 -#: hiboo/user/templates/user_details.html:37 -msgid "Service" +#: hiboo/account/templates/account_signin.html:4 +#: hiboo/account/templates/account_totp_verify.html:4 +msgid "to access your account" msgstr "" -#: hiboo/account/templates/account_profiles.html:14 -#: hiboo/profile/templates/profile_list.html:24 -msgid "Profile username" +#: hiboo/account/templates/account_signup.html:4 +msgid "for a new account" msgstr "" -#: hiboo/account/templates/account_profiles.html:15 -#: hiboo/profile/templates/profile_details.html:22 -#: hiboo/profile/templates/profile_list.html:26 -#: hiboo/user/templates/user_details.html:39 -msgid "Status" +#: hiboo/account/templates/account_totp.html:3 hiboo/templates/sidebar.html:25 +msgid "Two-factor authentication" msgstr "" -#: hiboo/account/templates/account_profiles.html:16 -#: hiboo/profile/templates/profile_list.html:27 -#: hiboo/user/templates/user_list.html:13 -#: hiboo/user/templates/user_pick.html:13 -msgid "Created on" +#: hiboo/account/templates/account_totp.html:4 +msgid "with Time-based One-Time Password (TOTP)" msgstr "" -#: hiboo/account/templates/account_profiles.html:17 hiboo/profile/forms.py:9 -msgid "Comment" +#: hiboo/account/templates/account_totp.html:11 +msgid "Not configured" msgstr "" -#: hiboo/account/templates/account_signin.html:4 -msgid "to access your account" +#: hiboo/account/templates/account_totp.html:12 +msgid "Two-factor authentication with Time-based One-Time Passowrd is not setup." msgstr "" -#: hiboo/account/templates/account_signin.html:9 -msgid "" -"<strong>You were directed here for authentication</strong>. This is our " -"account manager, designed so you only have to remember one password and " -"authenticate once." +#: hiboo/account/templates/account_totp.html:14 +msgid "Click on \"Setup TOTP\" to get started." msgstr "" -#: hiboo/account/templates/account_signin.html:10 -msgid "" -"It handles accounts for our applications and allows you to own and use " -"multiple profiles on each application." +#: hiboo/account/templates/account_totp.html:22 +msgid "Howto" msgstr "" -#: hiboo/account/templates/account_signin.html:11 -msgid "" -"<strong>If you are seing this page for the first time</strong>, then you " -"must first create your master account and password: please click the " -"\"Sign up\" button for this." +#: hiboo/account/templates/account_totp.html:23 +msgid "Scan this QR code or use text informations" msgstr "" -#: hiboo/account/templates/account_signin.html:12 -msgid "" -"If you already have an account or when you are signed up, please sign in " -"using the form below." +#: hiboo/account/templates/account_totp.html:32 +msgid "Secret key" msgstr "" -#: hiboo/account/templates/account_signin.html:13 -msgid "" -"If you used to own an account on the application that redirected you " -"here, do not panic: you will be able to claim it once logged in, using " -"the \"claim\" button!" +#: hiboo/account/templates/account_totp.html:35 +#: hiboo/application/templates/application_synapse/rooms.html:14 +msgid "Name" msgstr "" -#: hiboo/account/templates/account_signup.html:4 -msgid "for a new account" +#: hiboo/account/templates/account_totp.html:38 +msgid "Issuer" msgstr "" -#: hiboo/account/templates/account_signup.html:8 -msgid "I want a new account!" +#: hiboo/account/templates/account_totp.html:50 +msgid "Setup TOTP" msgstr "" -#: hiboo/account/templates/account_signup.html:9 -msgid "You are about to sign up for a new account." +#: hiboo/account/templates/account_totp.html:52 +msgid "Delete TOTP" msgstr "" -#: hiboo/account/templates/account_signup.html:10 -msgid "" -"First, please note that you only need a single account. If you own one " -"already, please sign in. If you need a different username, you can simply" -" create additional profiles! Please contact us if you are having trouble." +#: hiboo/account/templates/account_totp_verify.html:3 +msgid "Time-based One-Time Password (TOTP) verify" msgstr "" -#: hiboo/account/templates/account_signup.html:11 -msgid "" -"Please chose your account name carefully, since you will not be able to " -"change it later. You will then be able to create profiles under " -"pseudonymes." +#: hiboo/application/base.py:12 hiboo/service/templates/service_details.html:15 +msgid "Service name" msgstr "" -#: hiboo/account/templates/account_signup.html:12 -msgid "" -"Please (please!) use a decent password and memorize it. We do not wish to" -" collect data on who you are. That also means it is dificult for us to " -"verify who you are and reset your password in case you forget it." +#: hiboo/application/base.py:13 hiboo/service/templates/service_details.html:21 +#: hiboo/service/templates/service_list.html:15 +msgid "Provider" +msgstr "" + +#: hiboo/application/base.py:14 hiboo/service/templates/service_details.html:18 +msgid "Description" +msgstr "" + +#: hiboo/application/base.py:15 +msgid "Profile policy" +msgstr "" + +#: hiboo/application/base.py:17 +msgid "Maximum profile count" +msgstr "" + +#: hiboo/application/base.py:19 +msgid "Profile username format" +msgstr "" + +#: hiboo/application/base.py:21 +msgid "Default ({})" +msgstr "" + +#: hiboo/application/base.py:30 +msgid "Enable single-profile behavior (no custom username, no additional profile)" +msgstr "" + +#: hiboo/application/base.py:31 hiboo/application/infrastructure.py:15 +#: hiboo/application/infrastructure.py:37 hiboo/application/social.py:20 +#: hiboo/application/social.py:42 hiboo/application/social.py:167 +#: hiboo/application/social.py:189 hiboo/application/social.py:210 +#: hiboo/application/sso.py:43 hiboo/application/sso.py:67 +#: hiboo/application/storage.py:15 hiboo/application/storage.py:34 +msgid "Submit" msgstr "" #: hiboo/application/infrastructure.py:11 @@ -361,38 +468,83 @@ msgstr "" msgid "Gitlab URL" msgstr "" -#: hiboo/application/infrastructure.py:15 -#: hiboo/application/infrastructure.py:46 hiboo/application/social.py:15 -#: hiboo/application/social.py:44 hiboo/application/sso.py:42 -#: hiboo/application/sso.py:81 hiboo/application/storage.py:15 -#: hiboo/application/storage.py:43 hiboo/service/forms.py:19 -msgid "Submit" -msgstr "" - -#: hiboo/application/infrastructure.py:42 +#: hiboo/application/infrastructure.py:33 msgid "Grafana" msgstr "" -#: hiboo/application/infrastructure.py:45 +#: hiboo/application/infrastructure.py:36 msgid "Grafana URL" msgstr "" -#: hiboo/application/social.py:11 +#: hiboo/application/social.py:16 msgid "Mastodon" msgstr "" -#: hiboo/application/social.py:14 +#: hiboo/application/social.py:19 msgid "Mastodon URL" msgstr "" -#: hiboo/application/social.py:40 +#: hiboo/application/social.py:36 msgid "Synapse" msgstr "" -#: hiboo/application/social.py:43 +#: hiboo/application/social.py:39 msgid "Synapse homeserver URL" msgstr "" +#: hiboo/application/social.py:40 +msgid "Synapse hosted domain" +msgstr "" + +#: hiboo/application/social.py:41 +msgid "Synapse administrator token" +msgstr "" + +#: hiboo/application/social.py:64 +msgid "Search keyword" +msgstr "" + +#: hiboo/application/social.py:65 +msgid "Search" +msgstr "" + +#: hiboo/application/social.py:87 +#: hiboo/application/templates/application_synapse/rooms.html:11 +msgid "RoomID" +msgstr "" + +#: hiboo/application/social.py:88 hiboo/application/social.py:107 +msgid "Display" +msgstr "" + +#: hiboo/application/social.py:106 +msgid "MXID" +msgstr "" + +#: hiboo/application/social.py:163 +msgid "WriteFreely" +msgstr "" + +#: hiboo/application/social.py:166 +msgid "WriteFreely URL" +msgstr "" + +#: hiboo/application/social.py:185 +msgid "PeerTube" +msgstr "" + +#: hiboo/application/social.py:188 +msgid "PeerTube URL" +msgstr "" + +#: hiboo/application/social.py:206 +msgid "Flarum" +msgstr "" + +#: hiboo/application/social.py:209 +msgid "Flarum URL" +msgstr "" + #: hiboo/application/sso.py:11 msgid "Generic OIDC" msgstr "" @@ -461,27 +613,31 @@ msgstr "" msgid "Return the actual user email" msgstr "" -#: hiboo/application/sso.py:70 +#: hiboo/application/sso.py:40 +msgid "Return all claims independently of asked scopes" +msgstr "" + +#: hiboo/application/sso.py:56 msgid "Generic SAML2" msgstr "" -#: hiboo/application/sso.py:73 +#: hiboo/application/sso.py:59 msgid "SP entity id" msgstr "" -#: hiboo/application/sso.py:74 +#: hiboo/application/sso.py:60 msgid "SP ACS" msgstr "" -#: hiboo/application/sso.py:76 +#: hiboo/application/sso.py:62 msgid "Signature mode" msgstr "" -#: hiboo/application/sso.py:77 +#: hiboo/application/sso.py:63 msgid "Sign the full response" msgstr "" -#: hiboo/application/sso.py:78 +#: hiboo/application/sso.py:64 msgid "Sign only the assertion" msgstr "" @@ -493,11 +649,11 @@ msgstr "" msgid "NextCloud URL" msgstr "" -#: hiboo/application/storage.py:39 +#: hiboo/application/storage.py:30 msgid "Seafile" msgstr "" -#: hiboo/application/storage.py:42 +#: hiboo/application/storage.py:33 msgid "Seafile URL" msgstr "" @@ -525,7 +681,7 @@ msgstr "" msgid "Select application type" msgstr "" -#: hiboo/application/templates/application_pick.html:12 +#: hiboo/application/templates/application_pick.html:18 msgid "Select" msgstr "" @@ -553,74 +709,104 @@ msgstr "" msgid "SP private key" msgstr "" -#: hiboo/profile/admin.py:51 -msgid "Profile status was successfully changed" +#: hiboo/application/templates/application_synapse/media.html:7 +msgid "Media" msgstr "" -#: hiboo/profile/admin.py:64 -msgid "Successfully assigned the profile" +#: hiboo/application/templates/application_synapse/media.html:8 +msgid "Thumbnail" +msgstr "" + +#: hiboo/application/templates/application_synapse/room.html:19 +msgid "Member" +msgstr "" + +#: hiboo/application/templates/application_synapse/rooms.html:12 +msgid "Alias" +msgstr "" + +#: hiboo/application/templates/application_synapse/rooms.html:13 +msgid "Version" +msgstr "" + +#: hiboo/application/templates/application_synapse/rooms.html:15 +msgid "Members (local)" +msgstr "" + +#: hiboo/application/templates/application_synapse/rooms.html:16 +msgid "Properties" +msgstr "" + +#: hiboo/application/templates/application_synapse/user.html:21 +msgid "Devices" msgstr "" -#: hiboo/profile/forms.py:10 hiboo/profile/templates/profile_list.html:67 -#: hiboo/profile/templates/profile_pick.html:66 -#: hiboo/profile/templates/profile_pick.html:70 +#: hiboo/profile/forms.py:9 +msgid "Comment" +msgstr "" + +#: hiboo/profile/forms.py:10 hiboo/profile/templates/profile_list.html:66 msgid "Create profile" msgstr "" -#: hiboo/profile/forms.py:20 hiboo/profile/templates/profile_claim.html:4 -#: hiboo/profile/templates/profile_pick.html:63 +#: hiboo/profile/forms.py:30 hiboo/profile/templates/profile_claim.html:4 msgid "Claim profile" msgstr "" -#: hiboo/profile/login.py:34 hiboo/profile/login.py:41 +#: hiboo/profile/views.py:35 hiboo/profile/views.py:37 msgid "You cannot request a profile for this service" msgstr "" -#: hiboo/profile/login.py:45 +#: hiboo/profile/views.py:36 +msgid "You already own a profile for this service" +msgstr "" + +#: hiboo/profile/views.py:38 msgid "Your reached the maximum number of profiles" msgstr "" -#: hiboo/profile/login.py:49 +#: hiboo/profile/views.py:45 msgid "Your profile creation requires approval" msgstr "" -#: hiboo/profile/login.py:64 +#: hiboo/profile/views.py:62 msgid "A profile with that username exists already" msgstr "" -#: hiboo/profile/login.py:100 +#: hiboo/profile/views.py:130 msgid "Successfully claimed the profile!" msgstr "" -#: hiboo/profile/login.py:103 +#: hiboo/profile/views.py:133 msgid "Wrong username or password" msgstr "" -#: hiboo/profile/templates/profile_claim.html:5 -#: hiboo/profile/templates/profile_create.html:6 -#: hiboo/profile/templates/profile_pick.html:5 -#, python-format -msgid "for the service %(service_name)s" +#: hiboo/profile/views.py:200 +msgid "Profile status change was requested" msgstr "" -#: hiboo/profile/templates/profile_claim.html:9 -msgid "Claim an existing profile" +#: hiboo/profile/views.py:216 +msgid "Profile status change was cancelled" msgstr "" -#: hiboo/profile/templates/profile_claim.html:10 -msgid "You are about to claim an existing profile on the service." +#: hiboo/profile/views.py:228 +msgid "Profile status change was completed" msgstr "" -#: hiboo/profile/templates/profile_claim.html:11 -msgid "" -"Please specify the username and password of your original account on the " -"service." +#: hiboo/profile/views.py:250 +msgid "Successfully assigned the profile" msgstr "" -#: hiboo/profile/templates/profile_claim.html:12 -msgid "" -"If you are used to sign into that service using an email address, please " -"specify your username or nickname instead." +#: hiboo/profile/templates/profile_action.html:18 +msgid "Show profile" +msgstr "" + +#: hiboo/profile/templates/profile_claim.html:5 +#: hiboo/profile/templates/profile_create.html:6 +#: hiboo/profile/templates/profile_pick.html:5 +#: hiboo/profile/templates/profile_quick.html:8 +#, python-format +msgid "for the service %(service_name)s" msgstr "" #: hiboo/profile/templates/profile_create.html:4 @@ -631,92 +817,71 @@ msgstr "" msgid "and user" msgstr "" -#: hiboo/profile/templates/profile_create.html:12 -msgid "Create a new profile" -msgstr "" - -#: hiboo/profile/templates/profile_create.html:13 -msgid "You are about to create an application profile." -msgstr "" - -#: 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/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/profile/templates/profile_details.html:4 msgid "profile details" msgstr "" -#: hiboo/profile/templates/profile_details.html:15 +#: hiboo/profile/templates/profile_details.html:16 msgid "Owner" msgstr "" -#: hiboo/profile/templates/profile_details.html:18 -#: hiboo/service/templates/service_details.html:27 +#: hiboo/profile/templates/profile_details.html:20 +#: hiboo/profile/templates/profile_list.html:27 +#: hiboo/service/templates/service_details.html:30 #: hiboo/user/templates/user_details.html:15 msgid "UUID" msgstr "" -#: hiboo/profile/templates/profile_details.html:25 +#: hiboo/profile/templates/profile_details.html:23 +#: hiboo/profile/templates/profile_list.html:28 +#: hiboo/user/templates/user_details.html:58 +msgid "Status" +msgstr "" + +#: hiboo/profile/templates/profile_details.html:26 #: hiboo/user/templates/user_details.html:18 msgid "Created at" msgstr "" -#: hiboo/profile/templates/profile_details.html:41 -#: hiboo/profile/templates/profile_list.html:47 -msgid "Block profile" +#: hiboo/profile/templates/profile_details.html:35 +#: hiboo/profile/templates/profile_list.html:30 +#: hiboo/service/templates/service_details.html:39 +#: hiboo/service/templates/service_list.html:19 +msgid "Actions" msgstr "" -#: hiboo/profile/templates/profile_details.html:43 -#: hiboo/profile/templates/profile_list.html:49 -msgid "Unblock profile" +#: hiboo/profile/templates/profile_list.html:7 +msgid "profiles" msgstr "" -#: hiboo/profile/templates/profile_details.html:45 -#: hiboo/profile/templates/profile_details.html:47 -#: hiboo/profile/templates/profile_list.html:51 -msgid "Validate profile" +#: hiboo/profile/templates/profile_list.html:23 +#: hiboo/service/templates/service_list.html:14 +#: hiboo/user/templates/user_details.html:56 +msgid "Service" msgstr "" -#: hiboo/profile/templates/profile_list.html:7 -msgid "profiles" +#: hiboo/profile/templates/profile_list.html:25 +msgid "Profile username" msgstr "" -#: hiboo/profile/templates/profile_list.html:25 +#: hiboo/profile/templates/profile_list.html:26 msgid "Owned by" msgstr "" -#: hiboo/profile/templates/profile_list.html:28 -#: hiboo/service/templates/service_list.html:18 -msgid "Actions" +#: hiboo/profile/templates/profile_list.html:29 +#: hiboo/user/templates/user_list.html:14 +#: hiboo/user/templates/user_pick.html:14 +msgid "Created on" msgstr "" -#: hiboo/profile/templates/profile_list.html:53 -msgid "Assign profile" +#: hiboo/profile/templates/profile_list.html:65 +msgid "Export unclaimed profiles" msgstr "" #: hiboo/profile/templates/profile_pick.html:4 msgid "Pick a profile" msgstr "" -#: hiboo/profile/templates/profile_pick.html:20 -msgid "Blocked" -msgstr "" - -#: hiboo/profile/templates/profile_pick.html:22 -msgid "Awaiting approval" -msgstr "" - #: hiboo/profile/templates/profile_pick.html:30 #, python-format msgid "Created on %(created_on)s" @@ -726,104 +891,47 @@ msgstr "" msgid "Not shared with anyone" msgstr "" -#: hiboo/profile/templates/profile_pick.html:39 -msgid "Pick your profile" -msgstr "" - -#: hiboo/profile/templates/profile_pick.html:41 -msgid "" -"Every service is associated with profiles, which are just as many " -"identities that you can associate to your master account." -msgstr "" - -#: hiboo/profile/templates/profile_pick.html:42 -msgid "" -"You may think of profiles as a way to switch between a personal and a " -"business account, or to use the service under different identities for " -"diffrent activities." -msgstr "" - #: hiboo/profile/templates/profile_pick.html:43 -msgid "" -"Profiles were introduced in order to offer flexibility and security " -"against stalkers and other sorts of online violence." +#: hiboo/profile/templates/profile_quick.html:39 +msgid "Claim a profile" msgstr "" -#: hiboo/profile/templates/profile_pick.html:46 -msgid "" -"However, profile creation on this services is currently locked down. You " -"may only use existing profiles if you have any." -msgstr "" - -#: hiboo/profile/templates/profile_pick.html:48 -msgid "" -"This service is not currently open for profile registration. In order to " -"get new profiles, you must ask a service administrator." -msgstr "" - -#: hiboo/profile/templates/profile_pick.html:50 -msgid "" -"You may request new profiles. Your requests will be submitted to " -"validation." +#: hiboo/profile/templates/profile_quick.html:24 +#, python-format +msgid "Your new %(service_name)s profile" msgstr "" -#: hiboo/profile/templates/profile_pick.html:52 +#: hiboo/profile/templates/profile_quick.html:27 #, python-format msgid "" -"You may create up to %(max_profiles)s profiles. Further profile requests " -"will be submitted to validation." +"Please click the \"Sign up\" button to initialize your %(service_name)s " +"account." msgstr "" -#: hiboo/profile/templates/profile_pick.html:54 -#, python-format +#: hiboo/profile/templates/profile_quick.html:29 msgid "" -"You may create up to %(max_profiles)s profiles. Please contact the " -"service administrator if you have any specific needs." +"If you wish to pick a different username, please click the \"Custom " +"profile\" button." msgstr "" -#: hiboo/profile/templates/profile_pick.html:68 -msgid "Request profile" +#: hiboo/profile/templates/profile_quick.html:42 +msgid "Create a custom profile" msgstr "" -#: hiboo/service/admin.py:41 +#: hiboo/service/views.py:41 msgid "Service successfully created" msgstr "" -#: hiboo/service/admin.py:57 +#: hiboo/service/views.py:56 msgid "Service successfully updated" msgstr "" -#: hiboo/service/forms.py:10 hiboo/service/templates/service_details.html:12 -msgid "Service name" -msgstr "" - -#: hiboo/service/forms.py:11 hiboo/service/templates/service_details.html:18 -#: hiboo/service/templates/service_list.html:14 -msgid "Provider" -msgstr "" - -#: hiboo/service/forms.py:12 hiboo/service/templates/service_details.html:15 -msgid "Description" -msgstr "" - -#: hiboo/service/forms.py:13 -msgid "Profile policy" -msgstr "" - -#: hiboo/service/forms.py:15 -msgid "Maximum profile count" -msgstr "" - -#: hiboo/service/forms.py:17 -msgid "Profile username regex" -msgstr "" - -#: hiboo/service/forms.py:18 -msgid "Disable per-profile username" +#: hiboo/service/templates/service_action.html:18 +msgid "Show service" msgstr "" #: hiboo/service/templates/service_create.html:4 -#: hiboo/service/templates/service_list.html:41 +#: hiboo/service/templates/service_list.html:51 msgid "Create a service" msgstr "" @@ -836,28 +944,32 @@ msgstr "" msgid "service details" msgstr "" -#: hiboo/service/templates/service_details.html:21 -#: hiboo/service/templates/service_list.html:15 -msgid "Application" +#: hiboo/service/templates/service_details.html:11 +msgid "Attributes" msgstr "" #: hiboo/service/templates/service_details.html:24 +#: hiboo/service/templates/service_list.html:16 +msgid "Application" +msgstr "" + +#: hiboo/service/templates/service_details.html:27 msgid "Application destriction" msgstr "" -#: hiboo/service/templates/service_details.html:45 +#: hiboo/service/templates/service_details.html:70 msgid "View profiles" msgstr "" -#: hiboo/service/templates/service_details.html:46 +#: hiboo/service/templates/service_details.html:71 msgid "Change application" msgstr "" -#: hiboo/service/templates/service_details.html:47 +#: hiboo/service/templates/service_details.html:72 msgid "Edit this service" msgstr "" -#: hiboo/service/templates/service_details.html:48 +#: hiboo/service/templates/service_details.html:73 msgid "Delete this service" msgstr "" @@ -873,11 +985,11 @@ msgstr "" msgid "all available services" msgstr "" -#: hiboo/service/templates/service_list.html:16 +#: hiboo/service/templates/service_list.html:17 msgid "Policy" msgstr "" -#: hiboo/service/templates/service_list.html:17 +#: hiboo/service/templates/service_list.html:18 msgid "Max profiles" msgstr "" @@ -887,19 +999,19 @@ msgid "" " once to proceed." msgstr "" -#: hiboo/templates/base.html:22 +#: hiboo/templates/base.html:19 msgid "Toggle navigation" msgstr "" -#: hiboo/templates/base.html:35 hiboo/templates/sidebar.html:25 +#: hiboo/templates/base.html:31 hiboo/templates/sidebar.html:30 msgid "Sign out" msgstr "" -#: hiboo/templates/base.html:49 -msgid "Help" +#: hiboo/templates/base.html:88 +msgid "Your account has no active profile, it will be deleted in" msgstr "" -#: hiboo/templates/base.html:86 +#: hiboo/templates/base.html:96 msgid "Hiboo is free software distributed under the MIT license" msgstr "" @@ -912,11 +1024,7 @@ msgstr "" msgid "Your are about to %(action)s. Do you wish to confirm that action?" msgstr "" -#: hiboo/templates/macros.html:55 -msgid "Close" -msgstr "" - -#: hiboo/templates/sidebar.html:1 +#: hiboo/templates/sidebar.html:2 msgid "Account" msgstr "" @@ -928,46 +1036,75 @@ msgstr "" msgid "My contact info" msgstr "" -#: hiboo/templates/sidebar.html:42 +#: hiboo/templates/sidebar.html:47 msgid "Admin" msgstr "" -#: hiboo/templates/sidebar.html:45 +#: hiboo/templates/sidebar.html:50 msgid "Services" msgstr "" -#: hiboo/templates/sidebar.html:50 +#: hiboo/templates/sidebar.html:55 msgid "Users" msgstr "" -#: hiboo/templates/sidebar.html:55 +#: hiboo/templates/sidebar.html:60 msgid "Requested profiles" msgstr "" -#: hiboo/templates/sidebar.html:60 +#: hiboo/templates/sidebar.html:65 msgid "Blocked profiles" msgstr "" -#: hiboo/templates/sidebar.html:65 +#: hiboo/templates/sidebar.html:70 msgid "About" msgstr "" -#: hiboo/templates/sidebar.html:68 +#: hiboo/templates/sidebar.html:73 msgid "User guide" msgstr "" -#: hiboo/templates/sidebar.html:73 +#: hiboo/templates/sidebar.html:78 msgid "Admin guide" msgstr "" +#: hiboo/user/views.py:47 +msgid "Reset link: {}" +msgstr "" + +#: hiboo/user/views.py:64 +msgid "Signup link: {}" +msgstr "" + #: hiboo/user/templates/user_details.html:4 msgid "user details" msgstr "" +#: hiboo/user/templates/user_details.html:21 +msgid "Updated at" +msgstr "" + +#: hiboo/user/templates/user_details.html:24 +#: hiboo/user/templates/user_list.html:15 +msgid "Auth. methods" +msgstr "" + +#: hiboo/user/templates/user_details.html:35 +msgid "Deleted in" +msgstr "" + +#: hiboo/user/templates/user_details.html:78 +msgid "Password reset" +msgstr "" + #: hiboo/user/templates/user_list.html:3 msgid "Manage users" msgstr "" +#: hiboo/user/templates/user_list.html:35 +msgid "Invitation link" +msgstr "" + #: hiboo/user/templates/user_pick.html:3 msgid "Pick a user" msgstr "" -- GitLab