FitTrackee/docsrc/gettext/docs.pot

5166 lines
126 KiB
Plaintext
Raw Normal View History

2023-06-18 15:23:33 +02:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2018 - 2023, SamR1
# This file is distributed under the same license as the FitTrackee package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
2023-07-22 11:36:39 +02:00
"Project-Id-Version: FitTrackee 0.7.20\n"
2023-06-18 15:23:33 +02:00
"\n"
"Report-Msgid-Bugs-To: \n"
2023-07-23 11:29:16 +02:00
"POT-Creation-Date: 2023-07-23 11:22+0200\n"
2023-06-18 15:23:33 +02:00
"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"
#: ../source/api/auth.rst:2
msgid "Authentication and account"
msgstr ""
#: ../../<autoflask>:1
msgid "Register a user and send confirmation email."
msgstr ""
#: ../../<autoflask>:1
msgid "The newly created account is inactive. The user must confirm his email to activate it."
msgstr ""
#: ../../<autoflask>:1
msgid "**Example request**:"
msgstr ""
#: ../../<autoflask>:1
msgid "**Example responses**:"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "success:"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "error on registration:"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:0
msgid "Request JSON Object"
msgstr ""
#: ../../<autoflask>:1
msgid "username (3 to 30 characters required)"
msgstr ""
#: ../../<autoflask>:1
msgid "user email"
msgstr ""
#: ../../<autoflask>:1
msgid "password (8 characters required)"
msgstr ""
#: ../../<autoflask>:1
msgid "user language preferences (if not provided or invalid, fallback to 'en' (english))"
msgstr ""
#: ../../<autoflask>:1
msgid "``true`` if user accepted privacy policy"
msgstr ""
#: ../../<autoflask>:0
msgid "Status Codes"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``success``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "- ``invalid payload`` - ``sorry, that username is already taken`` - ``sorry, you must agree privacy policy to register`` - ``username: 3 to 30 characters required`` - ``username: only alphanumeric characters and the underscore character \"_\" allowed`` - ``email: valid email must be provided`` - ``password: 8 characters required``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``invalid payload``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``sorry, that username is already taken``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``sorry, you must agree privacy policy to register``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``username: 3 to 30 characters required``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``username: only alphanumeric characters and the underscore character \"_\" allowed``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``email: valid email must be provided``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``password: 8 characters required``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``error, registration is disabled``"
msgstr ""
#: ../../<autoflask>:1
msgid "``error, please try again or contact the administrator``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Activate user account after registration."
msgstr ""
#: ../../<autoflask>:1
msgid "**Example response**:"
msgstr ""
#: ../../<autoflask>:1
msgid "confirmation token"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``account confirmation successful``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Resend email with instructions to confirm account."
msgstr ""
#: ../../<autoflask>:1
msgid "If email sending is disabled, this endpoint is not available."
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``confirmation email resent``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``the requested URL was not found on the server``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "User login."
msgstr ""
#: ../../<autoflask>:1
msgid "Only user with an active account can log in."
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "successful login:"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "error on login"
msgstr ""
#: ../../<autoflask>:1
msgid "password"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``successfully logged in``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``invalid credentials``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Get authenticated user info (profile, account, preferences)."
msgstr ""
#: ../../<autoflask>:1
msgid "**Scope**: ``profile:read``"
msgstr ""
#: ../../<autoflask>:0
msgid "Request Headers"
msgstr ""
#: ../../<autoflask>:1
msgid "OAuth 2.0 Bearer Token"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "- ``provide a valid auth token`` - ``signature expired, please log in again`` - ``invalid token, please log in again``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``provide a valid auth token``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``signature expired, please log in again``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``invalid token, please log in again``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Edit authenticated user profile."
msgstr ""
#: ../../<autoflask>:1
msgid "**Scope**: ``profile:write``"
msgstr ""
#: ../../<autoflask>:1
msgid "user first name"
msgstr ""
#: ../../<autoflask>:1
msgid "user last name"
msgstr ""
#: ../../<autoflask>:1
msgid "user location"
msgstr ""
#: ../../<autoflask>:1
msgid "user biography"
msgstr ""
#: ../../<autoflask>:1
msgid "user birth date (format: ``%Y-%m-%d``)"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``user profile updated``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Edit authenticated user preferences."
msgstr ""
#: ../../<autoflask>:1
msgid "Supported date formats:"
msgstr ""
#: ../../<autoflask>:1
msgid "``MM/dd/yyyy`` (default value)"
msgstr ""
#: ../../<autoflask>:1
msgid "``dd/MM/yyyy``"
msgstr ""
#: ../../<autoflask>:1
msgid "``yyyy-MM-dd``"
msgstr ""
#: ../../<autoflask>:1
msgid "``date_string``, corresponding on client to:"
msgstr ""
#: ../../<autoflask>:1
msgid "``MMM. do, yyyy`` for ``en`` locale"
msgstr ""
#: ../../<autoflask>:1
msgid "``d MMM yyyy`` for ``es``, ``fr``, ``gl``, ``it`` and ``nl`` locales"
msgstr ""
#: ../../<autoflask>:1
msgid "``do MMM yyyy`` for ``de`` and ``nb`` locales"
msgstr ""
#: ../../<autoflask>:1
msgid "the format used to display dates in the app"
msgstr ""
#: ../../<autoflask>:1
msgid "display highest ascent records and total"
msgstr ""
#: ../../<autoflask>:1
msgid "display distance in imperial units"
msgstr ""
#: ../../<autoflask>:1
msgid "language preferences"
msgstr ""
#: ../../<autoflask>:1
msgid "do elevation plots start at zero?"
msgstr ""
#: ../../<autoflask>:1
msgid "user time zone"
msgstr ""
#: ../../<autoflask>:1
msgid "Use unfiltered gpx to calculate speeds"
msgstr ""
#: ../../<autoflask>:1
msgid "does week start on Monday?"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``user preferences updated``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "- ``invalid payload`` - ``password: password and password confirmation don't match``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``password: password and password confirmation don't match``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Edit authenticated user sport preferences."
msgstr ""
#: ../../<autoflask>:1
msgid "valid hexadecimal color"
msgstr ""
#: ../../<autoflask>:1
msgid "is sport available when adding a workout"
msgstr ""
#: ../../<autoflask>:1
msgid "stopped speed threshold used by gpxpy"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``user sport preferences updated``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "- ``invalid payload`` - ``invalid hexadecimal color``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``invalid hexadecimal color``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``sport does not exist``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Reset authenticated user preferences for a given sport."
msgstr ""
#: ../../<autoflask>:0
msgid "Parameters"
msgstr ""
#: ../../<autoflask>:1
msgid "sport id"
msgstr ""
#: ../../<autoflask>:1
msgid "user preferences deleted"
msgstr ""
#: ../../<autoflask>:1
msgid "Update authenticated user picture."
msgstr ""
#: ../../<autoflask>:0
msgid "Form Parameters"
msgstr ""
#: ../../<autoflask>:1
msgid "image file (allowed extensions: .jpg, .png, .gif)"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``user picture updated``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "- ``invalid payload`` - ``no file part`` - ``no selected file`` - ``file extension not allowed``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``no file part``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``no selected file``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``file extension not allowed``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``error during picture update: file size exceeds 1.0MB``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``error during picture update``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Delete authenticated user picture."
msgstr ""
#: ../../<autoflask>:1
msgid "picture deleted"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``error during picture deletion``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Handle password reset request."
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``password reset request processed``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Update authenticated user email and password."
msgstr ""
#: ../../<autoflask>:1
msgid "It sends emails if sending is enabled:"
msgstr ""
#: ../../<autoflask>:1
msgid "Password change"
msgstr ""
#: ../../<autoflask>:1
msgid "Email change:"
msgstr ""
#: ../../<autoflask>:1
msgid "one to the current address to inform user"
msgstr ""
#: ../../<autoflask>:1
msgid "another one to the new address to confirm it."
msgstr ""
#: ../../<autoflask>:1
msgid "user current password"
msgstr ""
#: ../../<autoflask>:1
msgid "user new password"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``user account updated``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "- ``invalid payload`` - ``email is missing`` - ``current password is missing`` - ``email: valid email must be provided`` - ``password: 8 characters required``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``email is missing``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``current password is missing``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "- ``provide a valid auth token`` - ``signature expired, please log in again`` - ``invalid token, please log in again`` - ``invalid credentials``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Update user password after password reset request."
msgstr ""
#: ../../<autoflask>:1
msgid "It sends emails if sending is enabled."
msgstr ""
#: ../../<autoflask>:1
msgid "password reset token"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``password updated``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``invalid token, please request a new token``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Update user email after confirmation."
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``email updated``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "User logout. If a valid token is provided, it will be blacklisted."
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "successful logout:"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "error on logout:"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``successfully logged out``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "- ``provide a valid auth token`` - ``The access token provided is expired, revoked, malformed, or invalid for other reasons.``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``The access token provided is expired, revoked, malformed, or invalid for other reasons.``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``error on token blacklist``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "The authenticated user accepts the privacy policy."
msgstr ""
#: ../../<autoflask>:1
msgid "Get a data export info for authenticated user if a request exists."
msgstr ""
#: ../../<autoflask>:1
msgid "It returns:"
msgstr ""
#: ../../<autoflask>:1
msgid "export creation date"
msgstr ""
#: ../../<autoflask>:1
msgid "export status (``in_progress``, ``successful`` and ``errored``)"
msgstr ""
#: ../../<autoflask>:1
msgid "file name and size (in bytes) when export is successful"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "if a request exists:"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "if no request:"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Request a data export for authenticated user."
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "- ``ongoing request exists`` - ``completed request already exists``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``ongoing request exists``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``completed request already exists``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Download a data export archive"
msgstr ""
#: ../../<autoflask>:1
msgid "filename"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``file not found``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../source/api/configuration.rst:2
msgid "Configuration"
msgstr ""
#: ../../<autoflask>:1
msgid "Get Application configuration."
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``error on getting configuration``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Update Application configuration."
msgstr ""
#: ../../<autoflask>:1
msgid "Authenticated user must be an admin."
msgstr ""
#: ../../<autoflask>:1
msgid "**Scope**: ``application:write``"
msgstr ""
#: ../../<autoflask>:1
msgid "instance information"
msgstr ""
#: ../../<autoflask>:1
msgid "email to contact the administrator"
msgstr ""
#: ../../<autoflask>:1
msgid "max number of files in zip archive"
msgstr ""
#: ../../<autoflask>:1
msgid "is registration enabled?"
msgstr ""
#: ../../<autoflask>:1
msgid "max size of a single file"
msgstr ""
#: ../../<autoflask>:1
msgid "max users allowed to register on instance"
msgstr ""
#: ../../<autoflask>:1
msgid "max size of a zip archive"
msgstr ""
#: ../../<autoflask>:1
msgid "instance privacy policy"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "- ``provide a valid auth token`` - ``signature expired, please log in again`` - ``invalid token, please log in again`` - ``valid email must be provided for admin contact``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``valid email must be provided for admin contact``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``you do not have permissions``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``error when updating configuration``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "health check endpoint"
msgstr ""
#: ../source/api/index.rst:4
msgid "Endpoints:"
msgstr ""
#: ../source/api/index.rst:2
msgid "API documentation"
msgstr ""
#: ../source/api/oauth2.rst:2
#: ../source/cli.rst:46
msgid "OAuth2"
msgstr ""
#: ../../<autoflask>:1
msgid "Get OAuth2 clients (apps) for authenticated user with pagination (5 clients/page)."
msgstr ""
#: ../../<autoflask>:1
msgid "This endpoint is only accessible by FitTrackee client (first-party application)."
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "without parameters:"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "with 'page' parameter:"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:0
msgid "Query Parameters"
msgstr ""
#: ../../<autoflask>:1
msgid "page for pagination (default: 1)"
msgstr ""
#: ../../<autoflask>:1
msgid "Create an OAuth2 client (app) for the authenticated user."
msgstr ""
#: ../../<autoflask>:0
msgid "JSON Parameters"
msgstr ""
#: ../../<autoflask>:1
msgid "client name"
msgstr ""
#: ../../<autoflask>:1
msgid "client URL"
msgstr ""
#: ../../<autoflask>:1
msgid "list of client redirect URLs (string)"
msgstr ""
#: ../../<autoflask>:1
msgid "client scopes"
msgstr ""
#: ../../<autoflask>:1
2023-06-24 12:17:56 +02:00
msgid "client description (optional)"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Get an OAuth2 client (app) by 'client_id'."
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "not found:"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "OAuth2 client client_id"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``OAuth2 client not found``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Get an OAuth2 client (app) by id (integer value)."
msgstr ""
#: ../../<autoflask>:1
msgid "OAuth2 client id"
msgstr ""
#: ../../<autoflask>:1
msgid "Delete an OAuth2 client (app)."
msgstr ""
#: ../../<autoflask>:1
msgid "OAuth2 client deleted"
msgstr ""
#: ../../<autoflask>:1
msgid "Revoke all tokens associated to an OAuth2 client (app)."
msgstr ""
#: ../../<autoflask>:1
msgid "Authorize an OAuth2 client (app). If successful, it redirects to the client callback URL with the code to issue a token."
msgstr ""
#: ../../<autoflask>:1
msgid "OAuth2 client 'client_id'"
msgstr ""
#: ../../<autoflask>:1
msgid "client response type (only 'code' is supported by FitTrackee)"
msgstr ""
#: ../../<autoflask>:1
msgid "OAuth2 client scopes"
msgstr ""
#: ../../<autoflask>:1
msgid "confirmation (must be ``true``)"
msgstr ""
#: ../../<autoflask>:1
msgid "unique value to prevent cross-site request forgery (not mandatory but recommended)"
msgstr ""
#: ../../<autoflask>:1
msgid "string generated from a code verifier (for PKCE, not mandatory but recommended)"
msgstr ""
#: ../../<autoflask>:1
msgid "method used to create challenge, for instance \"S256\" (mandatory if `code_challenge` provided)"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "- ``invalid payload`` - errors returned by Authlib library"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "errors returned by Authlib library"
msgstr ""
#: ../../<autoflask>:1
msgid "Issue or refresh token for a given OAuth2 client (app)."
msgstr ""
#: ../../<autoflask>:1
msgid "OAuth2 client secret"
msgstr ""
#: ../../<autoflask>:1
msgid "OAuth2 client grant type (only 'authorization_code' (for token issue) and 'refresh_token' (for token refresh) are supported by FitTrackee)"
msgstr ""
#: ../../<autoflask>:1
msgid "code generated after authorizing the client (for token issue)"
msgstr ""
#: ../../<autoflask>:1
msgid "code verifier (for token issue with PKCE, not mandatory)"
msgstr ""
#: ../../<autoflask>:1
msgid "refresh token (for token refresh)"
msgstr ""
#: ../../<autoflask>:1
msgid "Revoke a token for a given OAuth2 client (app)."
msgstr ""
#: ../../<autoflask>:1
msgid "access token to revoke"
msgstr ""
#: ../source/api/records.rst:2
msgid "Records"
msgstr ""
#: ../../<autoflask>:1
msgid "Get all records for authenticated user."
msgstr ""
#: ../../<autoflask>:1
msgid "Following types of records are available:"
msgstr ""
#: ../../<autoflask>:1
msgid "average speed (record_type: ``AS``)"
msgstr ""
#: ../../<autoflask>:1
msgid "farthest distance (record_type: ``FD``)"
msgstr ""
#: ../../<autoflask>:1
msgid "highest ascent (record_type: ``HA``)"
msgstr ""
#: ../../<autoflask>:1
msgid "longest duration (record_type: ``LD``)"
msgstr ""
#: ../../<autoflask>:1
msgid "maximum speed (record_type: ``MS``)"
msgstr ""
#: ../../<autoflask>:1
msgid "**Scope**: ``workouts:read``"
msgstr ""
#: ../../<autoflask>:1
msgid "returning records"
msgstr ""
#: ../../<autoflask>:1
msgid "no records"
msgstr ""
#: ../source/api/sports.rst:2
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:196
2023-06-18 15:23:33 +02:00
msgid "Sports"
msgstr ""
#: ../../<autoflask>:1
msgid "Get all sports"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "for non admin user:"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "for admin user:"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Get a sport"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "success for non admin user:"
msgstr ""
#: ../../<autoflask>:1
msgid "success for admin user:"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "sport not found:"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``sport not found``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Update a sport."
msgstr ""
#: ../../<autoflask>:1
msgid "**Scope**: ``workouts:write``"
msgstr ""
#: ../../<autoflask>:1
msgid "sport active status"
msgstr ""
#: ../../<autoflask>:1
msgid "sport updated"
msgstr ""
#: ../source/api/stats.rst:2
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:242
2023-06-18 15:23:33 +02:00
msgid "Statistics"
msgstr ""
#: ../../<autoflask>:1
msgid "Get workouts statistics for a user by time."
msgstr ""
#: ../../<autoflask>:1
msgid "**Example requests**:"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "with parameters:"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "no workouts:"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "username"
msgstr ""
#: ../../<autoflask>:1
msgid "start date (format: ``%Y-%m-%d``)"
msgstr ""
#: ../../<autoflask>:1
msgid "end date (format: ``%Y-%m-%d``)"
msgstr ""
#: ../../<autoflask>:1
msgid "time frame: - ``week``: week starting Sunday - ``weekm``: week starting Monday - ``month``: month - ``year``: year (default)"
msgstr ""
#: ../../<autoflask>:1
msgid "time frame:"
msgstr ""
#: ../../<autoflask>:1
msgid "``week``: week starting Sunday"
msgstr ""
#: ../../<autoflask>:1
msgid "``weekm``: week starting Monday"
msgstr ""
#: ../../<autoflask>:1
msgid "``month``: month"
msgstr ""
#: ../../<autoflask>:1
msgid "``year``: year (default)"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``user does not exist``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Get workouts statistics for a user by sport."
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "without parameters (get stats for all sports with workouts):"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "with sport id:"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "- ``user does not exist`` - ``sport does not exist``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Get all application statistics."
msgstr ""
#: ../source/api/users.rst:2
#: ../source/cli.rst:67
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:183
2023-06-18 15:23:33 +02:00
msgid "Users"
msgstr ""
#: ../../<autoflask>:1
msgid "Get all users (regardless their account status), if authenticated user has admin rights."
msgstr ""
#: ../../<autoflask>:1
msgid "It returns user preferences only for authenticated user."
msgstr ""
#: ../../<autoflask>:1
msgid "**Scope**: ``users:read``"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "with some query parameters:"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "page if using pagination (default: 1)"
msgstr ""
#: ../../<autoflask>:1
msgid "number of users per page (default: 10, max: 50)"
msgstr ""
#: ../../<autoflask>:1
msgid "query on user name"
msgstr ""
#: ../../<autoflask>:1
msgid "sorting order: ``asc``, ``desc`` (default: ``asc``)"
msgstr ""
#: ../../<autoflask>:1
msgid "sorting criteria: ``username``, ``created_at``, ``workouts_count``, ``admin``, ``is_active`` (default: ``username``)"
msgstr ""
#: ../../<autoflask>:1
msgid "Get single user details. Only user with admin rights can get other users details."
msgstr ""
#: ../../<autoflask>:1
msgid "user name"
msgstr ""
2023-06-18 20:45:39 +02:00
#: ../../<autoflask>:1
msgid "- ``user does not exist``"
msgstr ""
2023-06-18 15:23:33 +02:00
#: ../../<autoflask>:1
msgid "get user picture"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "- ``user does not exist`` - ``No picture.``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``No picture.``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Update user account."
msgstr ""
#: ../../<autoflask>:1
msgid "add/remove admin rights (regardless user account status)"
msgstr ""
#: ../../<autoflask>:1
msgid "reset password (and send email to update user password, if sending enabled)"
msgstr ""
#: ../../<autoflask>:1
msgid "update user email (and send email to new user email, if sending enabled)"
msgstr ""
#: ../../<autoflask>:1
msgid "activate account for an inactive user"
msgstr ""
#: ../../<autoflask>:1
msgid "Only user with admin rights can modify another user."
msgstr ""
#: ../../<autoflask>:1
msgid "**Scope**: ``users:write``"
msgstr ""
#: ../../<autoflask>:1
msgid "activate user account"
msgstr ""
#: ../../<autoflask>:1
msgid "does the user have administrator rights"
msgstr ""
#: ../../<autoflask>:1
msgid "new user email"
msgstr ""
#: ../../<autoflask>:1
msgid "reset user password"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "- ``invalid payload`` - ``valid email must be provided`` - ``new email must be different than curent email``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``valid email must be provided``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``new email must be different than curent email``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Delete a user account."
msgstr ""
#: ../../<autoflask>:1
msgid "A user can only delete his own account."
msgstr ""
#: ../../<autoflask>:1
msgid "An admin can delete all accounts except his account if he's the only one admin."
msgstr ""
#: ../../<autoflask>:1
msgid "user account deleted"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "- ``you do not have permissions`` - ``you can not delete your account, no other user has admin rights``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``you can not delete your account, no other user has admin rights``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../source/api/workouts.rst:2
#: ../source/features.rst:13
msgid "Workouts"
msgstr ""
#: ../../<autoflask>:1
msgid "Get workouts for the authenticated user."
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "returning at least one workout:"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "returning no workouts"
msgstr ""
#: ../../<autoflask>:1
msgid "number of workouts per page (default: 5, max: 100)"
msgstr ""
2023-06-21 19:45:47 +02:00
#: ../../<autoflask>:1
msgid "any part (or all) of the workout title; title matching is case-insensitive"
msgstr ""
2023-06-18 15:23:33 +02:00
#: ../../<autoflask>:1
msgid "minimal distance"
msgstr ""
#: ../../<autoflask>:1
msgid "maximal distance"
msgstr ""
#: ../../<autoflask>:1
msgid "minimal duration (format: ``%H:%M``)"
msgstr ""
#: ../../<autoflask>:1
msgid "maximal distance (format: ``%H:%M``)"
msgstr ""
#: ../../<autoflask>:1
msgid "minimal average speed"
msgstr ""
#: ../../<autoflask>:1
msgid "maximal average speed"
msgstr ""
#: ../../<autoflask>:1
msgid "minimal max. speed"
msgstr ""
#: ../../<autoflask>:1
msgid "maximal max. speed"
msgstr ""
#: ../../<autoflask>:1
msgid "sorting order: ``asc``, ``desc`` (default: ``desc``)"
msgstr ""
#: ../../<autoflask>:1
msgid "sorting criteria: ``ave_speed``, ``distance``, ``duration``, ``workout_date`` (default: ``workout_date``)"
msgstr ""
#: ../../<autoflask>:1
msgid "Get a workout."
msgstr ""
#: ../../<autoflask>:1
msgid "workout not found:"
msgstr ""
#: ../../<autoflask>:1
msgid "workout short id"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``workout not found``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Get gpx file for a workout displayed on map with Leaflet."
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "- ``workout not found`` - ``no gpx file for this workout``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``no gpx file for this workout``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Get chart data from a workout gpx file, to display it with Chart.js."
msgstr ""
#: ../../<autoflask>:1
msgid "segment id"
msgstr ""
#: ../../<autoflask>:1
msgid "Get gpx file for a workout segment displayed on map with Leaflet."
msgstr ""
#: ../../<autoflask>:1
msgid "Get map image for workouts with gpx."
msgstr ""
#: ../../<autoflask>:1
msgid "workout map id"
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``map does not exist``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Get map tile from tile server."
msgstr ""
#: ../../<autoflask>:1
msgid "subdomain"
msgstr ""
#: ../../<autoflask>:1
msgid "zoom"
msgstr ""
#: ../../<autoflask>:1
msgid "index of the tile along the map's x axis"
msgstr ""
#: ../../<autoflask>:1
msgid "index of the tile along the map's y axis"
msgstr ""
#: ../../<autoflask>:1
msgid "Status codes are status codes returned by tile server"
msgstr ""
#: ../../<autoflask>:1
msgid "Download gpx file."
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "- ``workout not found`` - ``no gpx file for workout``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
2023-06-18 20:45:39 +02:00
msgid "``no gpx file for workout``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Post a workout with a gpx file."
msgstr ""
#: ../../<autoflask>:1
msgid "gpx file (allowed extensions: .gpx, .zip)"
msgstr ""
#: ../../<autoflask>:1
msgid "sport id and notes (example: ``{\"sport_id\": 1, \"notes\": \"\"}``). Double quotes in notes must be escaped."
msgstr ""
#: ../../<autoflask>:1
2023-06-21 19:45:47 +02:00
msgid "workout created"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../../<autoflask>:1
msgid "Post a workout without gpx file."
msgstr ""
#: ../../<autoflask>:1
msgid "workout ascent (not mandatory, must be provided with descent)"
msgstr ""
#: ../../<autoflask>:1
msgid "workout descent (not mandatory, must be provided with ascent)"
msgstr ""
#: ../../<autoflask>:1
msgid "workout distance in km"
msgstr ""
#: ../../<autoflask>:1
msgid "workout duration in seconds"
msgstr ""
#: ../../<autoflask>:1
msgid "notes (not mandatory)"
msgstr ""
#: ../../<autoflask>:1
msgid "workout sport id"
msgstr ""
#: ../../<autoflask>:1
msgid "workout title (not mandatory)"
msgstr ""
#: ../../<autoflask>:1
msgid "workout date, in user timezone (format: ``%Y-%m-%d %H:%M``)"
msgstr ""
#: ../../<autoflask>:1
msgid "Update a workout."
msgstr ""
#: ../../<autoflask>:1
msgid "workout ascent (only for workout without gpx, must be provided with descent)"
msgstr ""
#: ../../<autoflask>:1
msgid "workout descent (only for workout without gpx, must be provided with ascent)"
msgstr ""
#: ../../<autoflask>:1
msgid "workout distance in km (only for workout without gpx)"
msgstr ""
#: ../../<autoflask>:1
msgid "workout duration in seconds (only for workout without gpx)"
msgstr ""
#: ../../<autoflask>:1
msgid "notes"
msgstr ""
#: ../../<autoflask>:1
msgid "workout title"
msgstr ""
#: ../../<autoflask>:1
msgid "workout date in user timezone (format: ``%Y-%m-%d %H:%M``) (only for workout without gpx)"
msgstr ""
#: ../../<autoflask>:1
msgid "workout updated"
msgstr ""
#: ../../<autoflask>:1
msgid "Delete a workout."
msgstr ""
#: ../../<autoflask>:1
msgid "workout deleted"
msgstr ""
#: ../source/changelog.md:1
msgid "Change log"
msgstr ""
#: ../source/changelog.md:3
2023-07-22 11:36:39 +02:00
msgid "Version 0.7.20 (2023/07/22)"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../source/changelog.md:5
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:44
#: ../source/changelog.md:157
#: ../source/changelog.md:205
#: ../source/changelog.md:278
#: ../source/changelog.md:318
2023-07-15 13:39:59 +02:00
#: ../source/changelog.md:339
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:354
#: ../source/changelog.md:378
#: ../source/changelog.md:441
#: ../source/changelog.md:481
2023-07-15 13:39:59 +02:00
msgid "Features and enhancements"
msgstr ""
#: ../source/changelog.md:7
2023-07-22 11:36:39 +02:00
msgid "#400 - Add new sport: open water swimming"
2023-06-25 14:00:35 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:10
#: ../source/changelog.md:51
#: ../source/changelog.md:162
#: ../source/changelog.md:212
#: ../source/changelog.md:258
#: ../source/changelog.md:284
2023-06-25 14:00:35 +02:00
#: ../source/changelog.md:382
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:410
#: ../source/changelog.md:421
2023-07-15 13:39:59 +02:00
#: ../source/changelog.md:448
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:469
#: ../source/changelog.md:487
#: ../source/changelog.md:503
#: ../source/changelog.md:524
#: ../source/changelog.md:546
#: ../source/changelog.md:553
#: ../source/changelog.md:573
#: ../source/changelog.md:595
#: ../source/changelog.md:613
#: ../source/changelog.md:648
#: ../source/changelog.md:659
#: ../source/changelog.md:670
#: ../source/changelog.md:682
#: ../source/changelog.md:702
#: ../source/changelog.md:708
#: ../source/changelog.md:760
#: ../source/changelog.md:784
#: ../source/changelog.md:795
#: ../source/changelog.md:806
#: ../source/changelog.md:851
2023-07-15 13:39:59 +02:00
#: ../source/changelog.md:884
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:896
#: ../source/changelog.md:907
#: ../source/changelog.md:923
#: ../source/changelog.md:936
#: ../source/changelog.md:948
#: ../source/changelog.md:969
#: ../source/changelog.md:1047
#: ../source/changelog.md:1064
#: ../source/changelog.md:1075
#: ../source/changelog.md:1095
#: ../source/changelog.md:1130
2023-07-15 13:39:59 +02:00
msgid "Bugs Fixed"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:12
msgid "PR#398 - Fix language dropdown label"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:13
msgid "#402 - handle gpx file without elevation"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:16
#: ../source/changelog.md:57
#: ../source/changelog.md:101
#: ../source/changelog.md:138
#: ../source/changelog.md:167
#: ../source/changelog.md:217
#: ../source/changelog.md:262
#: ../source/changelog.md:291
#: ../source/changelog.md:306
#: ../source/changelog.md:323
#: ../source/changelog.md:343
#: ../source/changelog.md:358
#: ../source/changelog.md:371
#: ../source/changelog.md:386
#: ../source/changelog.md:399
2023-07-15 13:39:59 +02:00
#: ../source/changelog.md:414
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:428
2023-07-15 13:39:59 +02:00
#: ../source/changelog.md:453
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:462
#: ../source/changelog.md:473
#: ../source/changelog.md:492
#: ../source/changelog.md:578
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:201
2023-07-15 13:39:59 +02:00
msgid "Translations"
2023-06-25 14:00:35 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:18
msgid "PR#399 - Translations update (Galician)"
msgstr ""
#: ../source/changelog.md:19
msgid "PR#401 - Translations update (Galician and Polish)"
msgstr ""
2023-07-15 13:39:59 +02:00
#: ../source/changelog.md:20
2023-07-22 11:36:39 +02:00
msgid "PR#406 - Translations update (Galician and Spanish)"
2023-06-25 14:00:35 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:23
#: ../source/changelog.md:75
#: ../source/changelog.md:122
#: ../source/changelog.md:143
#: ../source/changelog.md:175
#: ../source/changelog.md:227
msgid "Translation status:"
2023-06-25 14:00:35 +02:00
msgstr ""
2023-07-15 13:39:59 +02:00
#: ../source/changelog.md:24
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:76
msgid "Dutch: 97%"
msgstr ""
#: ../source/changelog.md:25
#: ../source/changelog.md:77
#: ../source/changelog.md:124
#: ../source/changelog.md:145
#: ../source/changelog.md:177
#: ../source/changelog.md:229
msgid "English: 100%"
2023-06-25 14:00:35 +02:00
msgstr ""
2023-07-15 13:39:59 +02:00
#: ../source/changelog.md:26
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:78
#: ../source/changelog.md:125
#: ../source/changelog.md:146
#: ../source/changelog.md:178
#: ../source/changelog.md:230
msgid "French: 100%"
2023-06-25 14:00:35 +02:00
msgstr ""
2023-07-15 13:39:59 +02:00
#: ../source/changelog.md:27
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:126
#: ../source/changelog.md:147
#: ../source/changelog.md:231
msgid "Galician: 100%"
msgstr ""
#: ../source/changelog.md:28
#: ../source/changelog.md:80
msgid "German: 97%"
msgstr ""
#: ../source/changelog.md:29
#: ../source/changelog.md:81
msgid "Italian: 85%"
2023-06-25 14:00:35 +02:00
msgstr ""
2023-07-15 13:39:59 +02:00
#: ../source/changelog.md:30
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:82
#: ../source/changelog.md:234
msgid "Norwegian Bokmål: 35%"
msgstr ""
#: ../source/changelog.md:31
msgid "Polish: 56%"
2023-06-25 14:00:35 +02:00
msgstr ""
2023-07-15 13:39:59 +02:00
#: ../source/changelog.md:32
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:84
#: ../source/changelog.md:131
#: ../source/changelog.md:152
#: ../source/changelog.md:184
#: ../source/changelog.md:235
msgid "Spanish: 100%"
2023-06-25 14:00:35 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:34
#: ../source/changelog.md:86
#: ../source/changelog.md:188
#: ../source/changelog.md:242
#: ../source/changelog.md:297
#: ../source/changelog.md:329
#: ../source/changelog.md:586
#: ../source/changelog.md:869
msgid "Thanks to the contributors:"
msgstr ""
#: ../source/changelog.md:35
#: ../source/changelog.md:88
#: ../source/changelog.md:190
#: ../source/changelog.md:246
msgid "@gallegonovato"
2023-06-25 14:00:35 +02:00
msgstr ""
2023-07-15 13:39:59 +02:00
#: ../source/changelog.md:36
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:89
#: ../source/changelog.md:193
#: ../source/changelog.md:248
msgid "@xmgz"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-15 13:39:59 +02:00
#: ../source/changelog.md:37
2023-07-22 11:36:39 +02:00
msgid "Mariusz"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:39
#: ../source/changelog.md:91
#: ../source/changelog.md:195
#: ../source/changelog.md:253
#: ../source/changelog.md:301
#: ../source/changelog.md:349
#: ../source/changelog.md:363
#: ../source/changelog.md:457
#: ../source/changelog.md:496
msgid "Note: This release contains database migration (see upgrade instructions in documentation)"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:42
msgid "Version 0.7.19 (2023/07/15)"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:46
msgid "PR#380 - Update documentation link"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:47
msgid "#390 - Improve UI"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:48
msgid "#391 - Add new sport: paragliding"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:53
msgid "#384 - Inconsistent page with between workout with and without GPS data"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:54
msgid "#393 - PIL.Image module has no attribute ANTIALIAS"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:59
msgid "PR#394 - Translations update (Galician)"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:60
msgid "PR#397 - Translations update (Spanish)"
2023-06-25 14:00:35 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:63
#: ../source/changelog.md:110
#: ../source/changelog.md:432
msgid "Documentation"
2023-06-25 14:00:35 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:65
msgid "PR#386 - Minor fix in CONTRIBUTING.md"
2023-06-25 14:00:35 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:66
msgid "PR#388 - Minor typo in CONTRIBUTING.md"
2023-06-25 14:00:35 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:69
#: ../source/changelog.md:116
#: ../source/changelog.md:237
2023-07-15 13:39:59 +02:00
#: ../source/changelog.md:310
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:390
#: ../source/changelog.md:403
#: ../source/changelog.md:509
#: ../source/changelog.md:601
#: ../source/changelog.md:622
#: ../source/changelog.md:730
#: ../source/changelog.md:746
#: ../source/changelog.md:855
#: ../source/changelog.md:911
#: ../source/changelog.md:952
#: ../source/changelog.md:978
#: ../source/changelog.md:1033
#: ../source/changelog.md:1099
#: ../source/changelog.md:1114
msgid "Misc"
msgstr ""
#: ../source/changelog.md:71
msgid "#395 - CI - test a packaged version of FitTrackee"
msgstr ""
#: ../source/changelog.md:72
msgid "cc3fe1c CI - update python and postgresql default versions"
msgstr ""
#: ../source/changelog.md:79
msgid "Galician: 98%"
2023-07-15 13:39:59 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:83
msgid "Polish: 42%"
msgstr ""
#: ../source/changelog.md:87
msgid "@dkm"
msgstr ""
#: ../source/changelog.md:94
2023-07-15 13:39:59 +02:00
msgid "Version 0.7.18 (2023/06/25)"
2023-06-25 14:00:35 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:96
2023-07-15 13:39:59 +02:00
msgid "Polish is available in FitTrackee interface (partially translated).<br />Documentation is now translated in French (note: documentation translations are not yet available on Weblate)."
2023-06-25 14:00:35 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:99
2023-07-15 13:39:59 +02:00
msgid "Important: Python 3.7 is no longer supported, the minimum version is now Python 3.8.1."
2023-06-25 14:00:35 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:103
2023-07-15 13:39:59 +02:00
msgid "#351 - [Translation Request] Polish"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:104
2023-07-15 13:39:59 +02:00
msgid "PR#370 - Translations update (Dutch, thanks to @bjornclauw)"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:105
2023-07-15 13:39:59 +02:00
msgid "PR#371 - Translations update (Polish, thanks to Mariusz on Weblate)"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:106
2023-07-15 13:39:59 +02:00
msgid "PR#375 - Translations update (French, thanks to @Thovi98)"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:107
2023-07-15 13:39:59 +02:00
msgid "PR#376 - Translations update (German, thanks to @qwerty287)"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:112
2023-07-15 13:39:59 +02:00
msgid "1375986 - Change documentation theme for Furo"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:113
2023-07-15 13:39:59 +02:00
msgid "#377 - Init documentation translation"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:118
2023-07-15 13:39:59 +02:00
msgid "#354 - Drop support for Python 3.7"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:119
2023-07-15 13:39:59 +02:00
msgid "PR#374 - Docker - install fittrackee in a virtualenv"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:123
2023-07-15 13:39:59 +02:00
msgid "Dutch: 100%"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:127
#: ../source/changelog.md:232
2023-07-15 13:39:59 +02:00
msgid "German: 100%"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:128
#: ../source/changelog.md:149
#: ../source/changelog.md:181
#: ../source/changelog.md:233
2023-07-15 13:39:59 +02:00
msgid "Italian: 87%"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:129
#: ../source/changelog.md:150
#: ../source/changelog.md:182
2023-07-15 13:39:59 +02:00
msgid "Norwegian Bokmål: 36%"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:130
2023-07-15 13:39:59 +02:00
msgid "Polish: 43%"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:133
2023-07-15 13:39:59 +02:00
msgid "Thanks to all contributors."
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:136
2023-07-15 13:39:59 +02:00
msgid "Version 0.7.17 (2023/06/03)"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:140
2023-07-15 13:39:59 +02:00
msgid "PR#366, PR#369 - Translations update from Hosted Weblate (Galician, thanks to @xmgz)"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:141
2023-07-15 13:39:59 +02:00
msgid "PR#367 - Translations update (Spanish, French)"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:144
#: ../source/changelog.md:176
2023-07-15 13:39:59 +02:00
msgid "Dutch: 99%"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:148
#: ../source/changelog.md:180
2023-07-15 13:39:59 +02:00
msgid "German: 99%"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:151
#: ../source/changelog.md:183
2023-07-15 13:39:59 +02:00
msgid "Polish: 3%"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:155
2023-07-15 13:39:59 +02:00
msgid "Version 0.7.16 (2023/05/29)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:159
2023-07-15 13:39:59 +02:00
msgid "PR#358 - Add user preference for filtering of GPX speed data"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:164
2023-07-15 13:39:59 +02:00
msgid "#359 - Footer overlaps content on user preferences page"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:169
2023-07-15 13:39:59 +02:00
msgid "PR#350 - Translations update from Hosted Weblate (Galician)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:170
2023-07-15 13:39:59 +02:00
msgid "PR#352 - Translations update from Hosted Weblate (Dutch)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:171
2023-07-15 13:39:59 +02:00
msgid "PR#356 - Init Polish translation files"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:172
2023-07-15 13:39:59 +02:00
msgid "PR#357 - Translations update from Hosted Weblate (Polish)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:173
2023-07-15 13:39:59 +02:00
msgid "PR#365 - Translations update from Hosted Weblate (Spanish)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:179
2023-07-15 13:39:59 +02:00
msgid "Galician: 99%"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:186
2023-07-15 13:39:59 +02:00
msgid "Note: Polish is not yet available in FitTrackee interface."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:189
#: ../source/changelog.md:243
#: ../source/changelog.md:298
#: ../source/changelog.md:330
2023-07-15 13:39:59 +02:00
msgid "@bjornclauw"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:191
2023-07-15 13:39:59 +02:00
msgid "@gnu-ewm"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:192
#: ../source/changelog.md:245
#: ../source/changelog.md:331
2023-07-15 13:39:59 +02:00
msgid "@jat255"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:198
2023-06-18 15:23:33 +02:00
msgid "Version 0.7.15 (2023/04/12)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:200
2023-06-18 15:23:33 +02:00
msgid "Among enhancements and fixes, FitTrackee is now available in Galician, Spanish and partially in Norwegian Bokmål (see translation status below)."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:202
2023-06-18 15:23:33 +02:00
msgid "Note: DarkSky API support is removed, since the service shut down on March 31, 2023."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:207
2023-06-18 15:23:33 +02:00
msgid "#319 - Add cli to create users"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:208
2023-06-18 15:23:33 +02:00
msgid "#329 - Make \"start elevation axis at zero\" sticky"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:209
2023-06-18 15:23:33 +02:00
msgid "#333 - Feature request: filter workouts by title"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:210
2023-06-18 15:23:33 +02:00
msgid "#338 - Display relevant error message when <time> is missing in GPX file"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:214
2023-06-18 15:23:33 +02:00
msgid "#328 - GPX speed and altitude track has incorrect units on x-axis when imperial"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:215
2023-06-18 15:23:33 +02:00
msgid "b29ed7a - fix privacy policy message display on dashboard"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:219
2023-06-18 15:23:33 +02:00
msgid "#250 - [Translation Request] Norwegian Bokmål"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:220
2023-06-18 15:23:33 +02:00
msgid "#320 - [Translation Request] Spanish"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:221
2023-06-18 15:23:33 +02:00
msgid "#323 - [Translation Request] Galician"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:222
2023-06-18 15:23:33 +02:00
msgid "06ba975, bcc568e, ea0ac99 - Translations update (German)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:223
2023-06-18 15:23:33 +02:00
msgid "a458f5f - Translations update (Dutch)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:224
2023-06-18 15:23:33 +02:00
msgid "075aeb9 - Translations update (French)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:225
2023-06-18 15:23:33 +02:00
msgid "60e164d - Translations update (Italian)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:228
2023-06-18 15:23:33 +02:00
msgid "Dutch: 98%"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:239
2023-06-18 15:23:33 +02:00
msgid "#318 - Remove DarkSky Weather provider"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:244
2023-06-18 15:23:33 +02:00
msgid "@comradekingu"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:247
#: ../source/changelog.md:299
#: ../source/changelog.md:332
2023-06-18 15:23:33 +02:00
msgid "@qwerty287"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:249
2023-06-18 15:23:33 +02:00
msgid "J. Lavoie from Weblate"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:250
2023-06-18 15:23:33 +02:00
msgid "mondstern from Weblate"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:256
2023-06-18 15:23:33 +02:00
msgid "Version 0.7.14 (2023/03/08)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:260
2023-06-18 15:23:33 +02:00
msgid "#314 - GPX file is not deleted when the process fails"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:264
2023-06-18 15:23:33 +02:00
msgid "PR#315 - Translations update from Hosted Weblate (Dutch, thanks to @bjornclauw)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:267
2023-06-18 15:23:33 +02:00
msgid "Version 0.7.13 (2023/03/05)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:269
2023-06-18 15:23:33 +02:00
msgid "This version allows to display the instance privacy policy. A user must agree to the privacy policy to register.<br />A default policy is available and a custom policy can be defined in the administration.<br />Note: After FitTrackee upgrade, a message will be displayed to all users in order to review the policy."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:273
2023-06-18 15:23:33 +02:00
msgid "A user can now request a data export (containing user info, workout data and uploaded gpx files)."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:275
2023-06-18 15:23:33 +02:00
msgid "Lastly, additional information that may be useful to users can be displayed in About page."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:280
2023-06-18 15:23:33 +02:00
msgid "#301 - add privacy policy"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:281
2023-06-18 15:23:33 +02:00
msgid "#304 - add user data export"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:282
2023-06-18 15:23:33 +02:00
msgid "#305 - add additional information in About page"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:286
2023-06-18 15:23:33 +02:00
msgid "PR#307 - Minor fixes"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:287
2023-06-18 15:23:33 +02:00
msgid "update workout and map files name"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:288
2023-06-18 15:23:33 +02:00
msgid "fix error message when api is not running"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:289
2023-06-18 15:23:33 +02:00
msgid "fix modal position"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:293
2023-06-18 15:23:33 +02:00
msgid "PR#297 - Translations update from Hosted Weblate (Dutch)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:294
2023-06-18 15:23:33 +02:00
msgid "PR#308 - Translations update from Hosted Weblate (Dutch)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:295
2023-06-18 15:23:33 +02:00
msgid "PR#310 - Translations update from Hosted Weblate (Dutch and German)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:304
2023-06-18 15:23:33 +02:00
msgid "Version 0.7.12 (2023/02/16)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:308
2023-06-18 15:23:33 +02:00
msgid "PR#290 - Translations update from Hosted Weblate (German, thanks to @qwerty287)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:312
2023-06-18 15:23:33 +02:00
msgid "#294 - drop PostgreSQL10 support"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:313
2023-06-18 15:23:33 +02:00
msgid "dependencies update"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:316
2023-06-18 15:23:33 +02:00
msgid "Version 0.7.11 (2022/12/31)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:320
2023-06-18 15:23:33 +02:00
msgid "PR#265 - Implementing alternative weather API (VisualCrossing.com)<br />Note: A new environment variable must be to set to configure the weather data provider: WEATHER_API_PROVIDER (see documentation)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:325
2023-06-18 15:23:33 +02:00
msgid "PR#287 - Translations update from Hosted Weblate (Dutch)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:326
2023-06-18 15:23:33 +02:00
msgid "PR#289 - Translations update from Hosted Weblate (German)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:335
2023-06-18 15:23:33 +02:00
msgid "Version 0.7.10 (2022/12/21)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:337
2023-06-18 15:23:33 +02:00
msgid "FitTrackee is now available in Italian (thanks to @dperruso)."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:341
2023-06-18 15:23:33 +02:00
msgid "#92 - Add ascent and descent parameters in workout import without GPX file"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:345
2023-06-18 15:23:33 +02:00
msgid "#279 - [Translation Request] - Italian (thanks to @dperruso)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:346
2023-06-18 15:23:33 +02:00
msgid "c88a515 - Translations update from Hosted Weblate (Dutch, thanks to @bjornclauw)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:347
2023-06-18 15:23:33 +02:00
msgid "f96dcef - Translations update (German)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:352
2023-06-18 15:23:33 +02:00
msgid "Version 0.7.9 (2022/12/11)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:356
2023-06-18 15:23:33 +02:00
msgid "#280 - New sport: Mountaineering"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:360
2023-06-18 15:23:33 +02:00
msgid "PR#278 - Translations update from Hosted Weblate (German, thanks to @qwerty287)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:361
2023-06-18 15:23:33 +02:00
msgid "PR#282 - Init italian translation files"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:366
2023-06-18 15:23:33 +02:00
msgid "Version 0.7.8 (2022/11/30)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:368
2023-06-18 15:23:33 +02:00
msgid "FitTrackee is now available in Dutch (thanks to @bjornclauw)."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:373
2023-06-18 15:23:33 +02:00
msgid "#270 - [translations request] Dutch (Nederlands)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:376
2023-06-18 15:23:33 +02:00
msgid "Version 0.7.7 (2022/11/27)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:380
2023-06-18 15:23:33 +02:00
msgid "#258 - Request: parse links in notes area (thanks to @jat255)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:384
2023-06-18 15:23:33 +02:00
msgid "PR#271 - Fix workouts creation"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:388
2023-06-18 15:23:33 +02:00
msgid "PR#273 - Init Dutch translations files"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:392
2023-06-18 15:23:33 +02:00
msgid "PR#274 - Tests parallelization"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:393
2023-06-18 15:23:33 +02:00
msgid "PR#275 - Disable worker entry point"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:395
2023-06-18 15:23:33 +02:00
msgid "Note: fittrackee_worker command is disabled, please use existing flask-dramatiq CLI (see documentation)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:397
2023-06-18 15:23:33 +02:00
msgid "Version 0.7.6 (2022/11/09)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:401
2023-06-18 15:23:33 +02:00
msgid "3c8d9c2 - fix api locale file (remove trailing comma)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:405
2023-06-18 15:23:33 +02:00
msgid "dev dependencies update"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:408
2023-06-18 15:23:33 +02:00
msgid "Version 0.7.5 (2022/11/09)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:412
2023-06-18 15:23:33 +02:00
msgid "#264 - UI has white and gray background"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:416
2023-06-18 15:23:33 +02:00
msgid "#266 - Translations update from Hosted Weblate (German, thanks to @qwerty287)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:419
2023-06-18 15:23:33 +02:00
msgid "Version 0.7.4 (2022/11/05)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:423
2023-06-18 15:23:33 +02:00
msgid "#260 - Files size is not checked in zip archive"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:424
2023-06-18 15:23:33 +02:00
msgid "#261 - The API should return an error when the number of files in an archive exceeds the limit"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:426
2023-06-18 15:23:33 +02:00
msgid "Note: archive import still needs some improvements (see #89)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:430
2023-06-18 15:23:33 +02:00
msgid "b1536fc - fix french translations in administration"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:434
2023-06-18 15:23:33 +02:00
msgid "#257 - Add client_max_body_size note to example nginx config"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:436
#: ../source/changelog.md:446
2023-06-18 15:23:33 +02:00
msgid "Thanks to @jat255"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:439
2023-06-18 15:23:33 +02:00
msgid "Version 0.7.3 (2022/11/01)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:443
2023-06-18 15:23:33 +02:00
msgid "#112 - allow user to change date format"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:444
2023-06-18 15:23:33 +02:00
msgid "#244 - New sport type: \"Virtual Ride\""
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:450
2023-06-18 15:23:33 +02:00
msgid "#246 - Add support to PostgreSQL 15"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:451
2023-06-18 15:23:33 +02:00
msgid "#247 - Segments duration is displayed with microseconds"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:455
2023-06-18 15:23:33 +02:00
msgid "PR#252 - init Norwegian Bokmål translations files"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:460
2023-06-18 15:23:33 +02:00
msgid "Version 0.7.2 (2022/09/21)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:464
2023-06-18 15:23:33 +02:00
msgid "PR#242 - Translations update from Weblate (German, thanks to @qwerty287)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:467
2023-06-18 15:23:33 +02:00
msgid "Version 0.7.1 (2022/09/21)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:471
2023-06-18 15:23:33 +02:00
msgid "PR#241 - Add missing password strength estimation package (german)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:475
2023-06-18 15:23:33 +02:00
msgid "PR#239 - Translations update from Weblate (German, thanks to @qwerty287)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:476
2023-06-18 15:23:33 +02:00
msgid "cb9d02f - Update OAuth 2.0 translations (English & French)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:479
2023-06-18 15:23:33 +02:00
msgid "Version 0.7.0 (2022/09/19)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:483
2023-06-18 15:23:33 +02:00
msgid "#88 - OAuth 2.0 access token for api access"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:484
2023-06-18 15:23:33 +02:00
msgid "#231 - Invalidate token on logout"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:485
2023-06-18 15:23:33 +02:00
msgid "PR#236 - Add API rate limits"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:489
2023-06-18 15:23:33 +02:00
msgid "#232 - Speed chart can not be hidden"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:490
2023-06-18 15:23:33 +02:00
msgid "#237 - Can not edit a workout when notes value is null"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:494
2023-06-18 15:23:33 +02:00
msgid "PR#212 - Translations update from Hosted Weblate (thanks to J. Lavoie)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:499
2023-06-18 15:23:33 +02:00
msgid "Version 0.6.12 (2022/09/14)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:501
#: ../source/changelog.md:522
#: ../source/changelog.md:544
#: ../source/changelog.md:567
#: ../source/changelog.md:593
#: ../source/changelog.md:611
#: ../source/changelog.md:635
#: ../source/changelog.md:646
#: ../source/changelog.md:668
#: ../source/changelog.md:680
#: ../source/changelog.md:695
#: ../source/changelog.md:728
#: ../source/changelog.md:758
#: ../source/changelog.md:775
#: ../source/changelog.md:793
#: ../source/changelog.md:804
#: ../source/changelog.md:816
#: ../source/changelog.md:829
#: ../source/changelog.md:842
#: ../source/changelog.md:876
#: ../source/changelog.md:894
#: ../source/changelog.md:905
#: ../source/changelog.md:921
#: ../source/changelog.md:934
#: ../source/changelog.md:946
#: ../source/changelog.md:962
#: ../source/changelog.md:986
#: ../source/changelog.md:1003
#: ../source/changelog.md:1020
#: ../source/changelog.md:1045
#: ../source/changelog.md:1057
#: ../source/changelog.md:1073
#: ../source/changelog.md:1083
#: ../source/changelog.md:1108
#: ../source/changelog.md:1123
#: ../source/changelog.md:1173
2023-06-18 15:23:33 +02:00
msgid "Issues Closed"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:505
2023-06-18 15:23:33 +02:00
msgid "#230 - Database problem after upgrade to 0.6.11"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:507
#: ../source/changelog.md:528
#: ../source/changelog.md:551
#: ../source/changelog.md:657
#: ../source/changelog.md:706
#: ../source/changelog.md:734
#: ../source/changelog.md:764
#: ../source/changelog.md:859
2023-06-18 15:23:33 +02:00
msgid "Pull Requests"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:511
2023-06-18 15:23:33 +02:00
msgid "#225 - Fix grammar issue"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:513
2023-06-18 15:23:33 +02:00
msgid "Thanks to @Skylan0916"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:515
2023-06-18 15:23:33 +02:00
msgid "In this release 1 issue was closed.<br />Note: This release contains a fix on the last database migration that will be executed only on versions lower than v0.6.11 (no data differences with v0.6.11, the fix allows to execute the migration on Postgres<12)<br />(see upgrade instructions in documentation)."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:520
2023-06-18 15:23:33 +02:00
msgid "Version 0.6.11 (2022/07/27)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:526
2023-06-18 15:23:33 +02:00
msgid "#213 - Statistics - When using imperial measurements, ascent/descent should be in ft not mi"
msgstr ""
2023-07-15 13:39:59 +02:00
#: ../source/changelog.md:530
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:569
#: ../source/changelog.md:637
#: ../source/changelog.md:697
2023-06-18 15:23:33 +02:00
#: ../source/features.rst:2
msgid "Features"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:532
2023-06-18 15:23:33 +02:00
msgid "#223 - Display ascent record icon"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:533
2023-06-18 15:23:33 +02:00
msgid "#167 - Added ascent record to Dashboard"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:534
2023-06-18 15:23:33 +02:00
msgid "#162 - Added total elevation to dashboard"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:536
#: ../source/changelog.md:713
2023-06-18 15:23:33 +02:00
msgid "Thanks to @Fmstrat"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:538
#: ../source/changelog.md:769
2023-06-18 15:23:33 +02:00
msgid "In this release 1 issue was closed.<br />Note: This release contains database migration (see upgrade instructions in documentation)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:542
2023-06-18 15:23:33 +02:00
msgid "Version 0.6.10 (2022/07/13)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:548
2023-06-18 15:23:33 +02:00
msgid "#210 - ERROR - could not download 6 tiles<br />Note: for tile server requiring subdomains, see the new environment variable STATICMAP_SUBDOMAINS"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:555
2023-06-18 15:23:33 +02:00
msgid "#209 - Incorrect duration with track containing multiple segments"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:557
2023-06-18 15:23:33 +02:00
msgid "Thanks to @gorgobacka"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:559
#: ../source/changelog.md:617
#: ../source/changelog.md:641
#: ../source/changelog.md:652
#: ../source/changelog.md:686
#: ../source/changelog.md:753
#: ../source/changelog.md:799
#: ../source/changelog.md:900
#: ../source/changelog.md:916
#: ../source/changelog.md:957
#: ../source/changelog.md:992
2023-07-15 13:39:59 +02:00
#: ../source/changelog.md:1079
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1118
2023-06-18 15:23:33 +02:00
msgid "In this release 1 issue was closed."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:562
2023-06-18 15:23:33 +02:00
msgid "Version 0.6.9 (2022/07/03)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:564
2023-06-18 15:23:33 +02:00
msgid "FitTrackee is now available in German (thanks to @gorgobacka).<br />And translations can be updated on Weblate."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:571
2023-06-18 15:23:33 +02:00
msgid "#200 - Detect browser language to use matching translation if available"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:575
2023-06-18 15:23:33 +02:00
msgid "PR#208 - fix order on records cards"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:576
2023-06-18 15:23:33 +02:00
msgid "#201 - html lang attribute is not updated when changing language"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:580
2023-06-18 15:23:33 +02:00
msgid "PR#197 - Translations update from Weblate (French)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:581
2023-06-18 15:23:33 +02:00
msgid "#196 - Use translation management tool"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:582
2023-06-18 15:23:33 +02:00
msgid "#190 - Add German translation"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:584
#: ../source/changelog.md:788
#: ../source/changelog.md:889
2023-06-18 15:23:33 +02:00
msgid "In this release 4 issues were closed."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:587
2023-06-18 15:23:33 +02:00
msgid "@gorgobacka"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:588
2023-06-18 15:23:33 +02:00
msgid "J. Lavoie (from Weblate)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:591
2023-06-18 15:23:33 +02:00
msgid "Version 0.6.8 (2022/06/22)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:597
2023-06-18 15:23:33 +02:00
msgid "#193 - Allow deleting a workout when files are missing"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:598
2023-06-18 15:23:33 +02:00
msgid "#192 - Returns 404 instead of 500 when map file not found"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:599
2023-06-18 15:23:33 +02:00
msgid "#191 - Layout issue on Workouts page"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:603
2023-06-18 15:23:33 +02:00
msgid "change gpx and map file naming (included in PR#195)<br />Note: it does not affect previously imported files"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:605
2023-06-18 15:23:33 +02:00
msgid "cc4287e - Fix docker env file"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:607
#: ../source/changelog.md:837
#: ../source/changelog.md:929
#: ../source/changelog.md:1028
#: ../source/changelog.md:1068
2023-06-18 15:23:33 +02:00
msgid "In this release 3 issues were closed."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:609
2023-06-18 15:23:33 +02:00
msgid "Version 0.6.7 (2022/06/11)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:615
2023-06-18 15:23:33 +02:00
msgid "#156 - Process gpx file with offset"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:620
2023-06-18 15:23:33 +02:00
msgid "Version 0.6.6 (2022/05/29)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:624
2023-06-18 15:23:33 +02:00
msgid "No new features in this release, only dependencies update and code refacto before introducing new features."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:627
2023-06-18 15:23:33 +02:00
msgid "Version 0.6.5 (2022/04/24)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:629
2023-06-18 15:23:33 +02:00
msgid "It is now possible to start FitTrackee without a configured SMTP provider (see documentation). It reduces pre-requisites for single-user instances."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:632
2023-06-18 15:23:33 +02:00
msgid "To manage users, a new CLI is available."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:639
2023-06-18 15:23:33 +02:00
msgid "#180 - allow using FitTrackee without SMTP server"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:644
2023-06-18 15:23:33 +02:00
msgid "Version 0.6.4 (2022/04/23)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:650
2023-06-18 15:23:33 +02:00
msgid "#178 - cannot send email with TLS"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:655
2023-06-18 15:23:33 +02:00
msgid "Version 0.6.3 (2022/04/09)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:661
2023-06-18 15:23:33 +02:00
msgid "#177 - Minor fixes"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:662
2023-06-18 15:23:33 +02:00
msgid "add missing translation"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:663
2023-06-18 15:23:33 +02:00
msgid "fix 'Add Workout' card position on small screens"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:666
2023-06-18 15:23:33 +02:00
msgid "Version 0.6.2 (2022/04/03)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:672
2023-06-18 15:23:33 +02:00
msgid "#175 - Distance card on dashboard is not refreshed"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:673
2023-06-18 15:23:33 +02:00
msgid "#173 - link to user profile in workout card is incorrect"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:675
#: ../source/changelog.md:811
#: ../source/changelog.md:941
#: ../source/changelog.md:973
#: ../source/changelog.md:1010
#: ../source/changelog.md:1052
2023-06-18 15:23:33 +02:00
msgid "In this release 2 issues were closed."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:678
2023-06-18 15:23:33 +02:00
msgid "Version 0.6.1 (2022/03/27)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:684
2023-06-18 15:23:33 +02:00
msgid "#171 - Stats chart is not updated correctly"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:689
2023-06-18 15:23:33 +02:00
msgid "Version 0.6.0 (2022/03/27)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:691
2023-06-18 15:23:33 +02:00
msgid "This version introduces some changes on user registration.<br />From now on, a user needs to confirm his account after registration (an email with confirmation instructions is sent after registration)."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:699
2023-06-18 15:23:33 +02:00
msgid "#155 - Improve user registration"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:700
2023-06-18 15:23:33 +02:00
msgid "#106 - Allow user to update email"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:704
2023-06-18 15:23:33 +02:00
msgid "#169 - user picture is not refreshed after update"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:710
2023-06-18 15:23:33 +02:00
msgid "#161 - Minor translation issue on 'Farthest'"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:711
2023-06-18 15:23:33 +02:00
msgid "#160 - Minor translation issue on APP_ERROR"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:715
2023-06-18 15:23:33 +02:00
msgid "In this release 3 issues were closed.<br />Note: This release contains database migration (see upgrade instructions in documentation)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:719
2023-06-18 15:23:33 +02:00
msgid "Version 0.5.7 (2022/02/13)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:721
2023-06-18 15:23:33 +02:00
msgid "This release contains several fixes including security fixes.<br />Thanks to @DanielSiersleben for the report."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:724
2023-06-18 15:23:33 +02:00
msgid "And from now on, admin account is not created on application initialization.<br />A new command is added to set administration rights on the account created after registration (see documentation)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:732
2023-06-18 15:23:33 +02:00
msgid "#149 - improve database initialisation"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:736
2023-06-18 15:23:33 +02:00
msgid "Security"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:738
#: ../source/changelog.md:748
2023-06-18 15:23:33 +02:00
msgid "#152 - Fixes and improvements:"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:739
2023-06-18 15:23:33 +02:00
msgid "set autoescape on jinja templates"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:741
2023-06-18 15:23:33 +02:00
msgid "#151 - fix security issues:"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:742
2023-06-18 15:23:33 +02:00
msgid "sanitize input when serving images"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:743
2023-06-18 15:23:33 +02:00
msgid "sanitize inputs when serving map tiles"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:744
2023-06-18 15:23:33 +02:00
msgid "allow only alphanumeric characters and '_' in username"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:749
2023-06-18 15:23:33 +02:00
msgid "fix dramatiq warning when launching workers w/ script entrypoint"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:750
2023-06-18 15:23:33 +02:00
msgid "check app config before dropping database, to avoid deleting data on production"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:751
2023-06-18 15:23:33 +02:00
msgid "remove dotenv warning"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:756
2023-06-18 15:23:33 +02:00
msgid "Version 0.5.6 (2022/02/05)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:762
2023-06-18 15:23:33 +02:00
msgid "#146 - incorrect label on workouts filters"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:766
2023-06-18 15:23:33 +02:00
msgid "#145 - fix on database models"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:773
2023-06-18 15:23:33 +02:00
msgid "Version 0.5.5 (2022/01/19)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:777
#: ../source/changelog.md:818
#: ../source/changelog.md:831
#: ../source/changelog.md:844
#: ../source/changelog.md:878
#: ../source/changelog.md:964
#: ../source/changelog.md:988
#: ../source/changelog.md:1005
#: ../source/changelog.md:1022
#: ../source/changelog.md:1059
#: ../source/changelog.md:1085
#: ../source/changelog.md:1110
#: ../source/changelog.md:1125
#: ../source/changelog.md:1175
2023-06-18 15:23:33 +02:00
msgid "New Features"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:779
2023-06-18 15:23:33 +02:00
msgid "#140 - Add a fullscreen control to workout map"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:780
2023-06-18 15:23:33 +02:00
msgid "#138 - Add control to reset map to initial position"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:781
2023-06-18 15:23:33 +02:00
msgid "#135 - Start and finish markers"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:782
2023-06-18 15:23:33 +02:00
msgid "#134 - Wind direction"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:786
2023-06-18 15:23:33 +02:00
msgid "877fa0f - fix sport icon color (when changed) on calendar on small resolutions"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:791
2023-06-18 15:23:33 +02:00
msgid "Version 0.5.4 (2022/01/01)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:797
2023-06-18 15:23:33 +02:00
msgid "#131 - No workouts displayed on calendar"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:802
2023-06-18 15:23:33 +02:00
msgid "Version 0.5.3 (2022/01/01)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:808
2023-06-18 15:23:33 +02:00
msgid "#129 - Display only active sports when editing a workout"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:809
2023-06-18 15:23:33 +02:00
msgid "#127 - parse_email_url() can't validate a legitimate EMAIL_URI such as \"smtp://localhost:25\""
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:814
2023-06-18 15:23:33 +02:00
msgid "Version 0.5.2 (2021/12/19)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:820
2023-06-18 15:23:33 +02:00
msgid "#123 - Allow user to reset preferences for a sport"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:821
2023-06-18 15:23:33 +02:00
msgid "#121 - Add activity : snowshoes"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:823
2023-06-18 15:23:33 +02:00
msgid "In this release 2 issues were closed.<br />Note: This release contains database migration."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:827
2023-06-18 15:23:33 +02:00
msgid "Version 0.5.1 (2021/11/30)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:833
2023-06-18 15:23:33 +02:00
msgid "#116 - Better UI for Speed and Elevation buttons in the graph of the Workout screen"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:834
2023-06-18 15:23:33 +02:00
msgid "#115 - Add option to download the GPX file of a Workout"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:835
2023-06-18 15:23:33 +02:00
msgid "#5 - Display a chart with average speed"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:840
2023-06-18 15:23:33 +02:00
msgid "Version 0.5.0 (2021/11/14)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:846
2023-06-18 15:23:33 +02:00
msgid "#99 - Display workout with imperial units"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:847
2023-06-18 15:23:33 +02:00
msgid "#91 - Display elevation chart with min and max altitude of workout"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:848
2023-06-18 15:23:33 +02:00
msgid "#90 - Add user sports preferences"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:849
2023-06-18 15:23:33 +02:00
msgid "#18 - Better UI"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:853
2023-06-18 15:23:33 +02:00
msgid "#95 - Some workouts seem to be missing on statistics chart"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:857
2023-06-18 15:23:33 +02:00
msgid "#104 - Switch to AGPLv3 license"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:861
2023-06-18 15:23:33 +02:00
msgid "#101 - Docker updates for full files"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:862
2023-06-18 15:23:33 +02:00
msgid "#100 - Add client application in docker for development"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:863
2023-06-18 15:23:33 +02:00
msgid "#98/#109 - Added stopped_speed_threshold to support slow movement"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:864
2023-06-18 15:23:33 +02:00
msgid "#84/#93 - Add elevation data and new sports"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:866
2023-06-18 15:23:33 +02:00
msgid "In this release 6 issues were closed.<br />Note: This release contains database migrations."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:870
2023-06-18 15:23:33 +02:00
msgid "@Fmstrat"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:871
2023-06-18 15:23:33 +02:00
msgid "@paf38"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:874
2023-06-18 15:23:33 +02:00
msgid "Version 0.4.9 (2021/07/16)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:880
2023-06-18 15:23:33 +02:00
msgid "#83 - allow using configured tile server to generate static maps<br />Note: to keep using the default tile server, set environment variable DEFAULT_STATICMAP to True"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:882
2023-06-18 15:23:33 +02:00
msgid "#81 - display remaining characters in textarea"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:886
2023-06-18 15:23:33 +02:00
msgid "#82 - a user can not modify his birth day"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:887
2023-06-18 15:23:33 +02:00
msgid "#80 - can not save notes with control characters"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:892
2023-06-18 15:23:33 +02:00
msgid "Version 0.4.8 (2021/07/03)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:898
2023-06-18 15:23:33 +02:00
msgid "#79 - Fails to start after make rebuild"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:903
2023-06-18 15:23:33 +02:00
msgid "Version 0.4.7 (2021/04/07)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:909
2023-06-18 15:23:33 +02:00
msgid "#75 - Workouts on the same day are not displayed in right order"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:913
2023-06-18 15:23:33 +02:00
msgid "Update Python and Javascript dependencies<br />IMPORTANT: Due to SQLAlchemy update (1.4+), engine URLs starting with postgres:// are no longer supported. Please update DATABASE_URL with postgresql://."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:919
2023-06-18 15:23:33 +02:00
msgid "Version 0.4.6 (2021/02/21)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:925
2023-06-18 15:23:33 +02:00
msgid "#72 - Error message when file exceeding size is incorrect"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:926
2023-06-18 15:23:33 +02:00
msgid "#71 - max size or max number of files must be greater than 0"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:927
2023-06-18 15:23:33 +02:00
msgid "#70 - max size for an archive must not be less than uploaded files max size"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:932
2023-06-18 15:23:33 +02:00
msgid "Version 0.4.5 (2021/02/17)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:938
2023-06-18 15:23:33 +02:00
msgid "#66 - invalid gpx limit used when importing zip archive"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:939
2023-06-18 15:23:33 +02:00
msgid "#64 - Only 50 workouts per month shown in calendar"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:944
2023-06-18 15:23:33 +02:00
msgid "Version 0.4.4 (2021/01/31)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:950
2023-06-18 15:23:33 +02:00
msgid "#62 - Error when sending reset password email"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:954
2023-06-18 15:23:33 +02:00
msgid "Refactoring before introducing new features."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:955
2023-06-18 15:23:33 +02:00
msgid "Add docker files for evaluation purposes."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:960
2023-06-18 15:23:33 +02:00
msgid "Version 0.4.3 (2021/01/10)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:966
2023-06-18 15:23:33 +02:00
msgid "#58 - Standardize terms used for workouts<br />Note: Database model, upload directory for workouts and API endpoints are also updated."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:971
2023-06-18 15:23:33 +02:00
msgid "#59 - No message displayed on uploading image error"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:976
2023-06-18 15:23:33 +02:00
msgid "Version 0.4.2 (2021/01/03)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:980
2023-06-18 15:23:33 +02:00
msgid "No new features in this release, only some refactorings before introducing new features."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:984
2023-06-18 15:23:33 +02:00
msgid "Version 0.4.1 (2020/12/31)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:990
2023-06-18 15:23:33 +02:00
msgid "#57 - Use uuid for activities"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:995
2023-06-18 15:23:33 +02:00
msgid "Version 0.4.0 - FitTrackee on PyPI (2020/09/19)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:997
#: ../source/changelog.md:1015
2023-06-18 15:23:33 +02:00
msgid "This version introduces some major changes:"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:998
2023-06-18 15:23:33 +02:00
msgid "Installation becomes more easy. FitTrackee can be now be installed from PyPi.<br />⚠️ Warning: please read installation documentation, some environment variables and files have been renamed."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1000
2023-06-18 15:23:33 +02:00
msgid "It's now possible to change the tile provider for maps. The default tile server is now OpenStreetMap's standard tile layer (replacing ThunderForest Outdoors), see Map tile server in documentation."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1007
2023-06-18 15:23:33 +02:00
msgid "#54 - Tile server can be changed"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1008
2023-06-18 15:23:33 +02:00
msgid "#53 - Simplify FitTrackee installation"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1013
2023-06-18 15:23:33 +02:00
msgid "Version 0.3.0 - Administration (2020/07/15)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1016
2023-06-18 15:23:33 +02:00
msgid "FitTrackee administration is now available (see documentation)<br />⚠️ Warning: some application parameters move from environment variables to database (see installation)."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1018
2023-06-18 15:23:33 +02:00
msgid "in order to send emails, Redis is now a mandatory dependency"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1024
2023-06-18 15:23:33 +02:00
msgid "#50 - A user can reset his password"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1025
2023-06-18 15:23:33 +02:00
msgid "#17 - A user can delete his account"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1026
2023-06-18 15:23:33 +02:00
msgid "#15 - Complete the administration"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1031
2023-06-18 15:23:33 +02:00
msgid "Version 0.2.5 - Fix and improvements (2020/01/31)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1035
2023-06-18 15:23:33 +02:00
msgid "This version contains minor fix and improvements on client side:"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1036
2023-06-18 15:23:33 +02:00
msgid "4c3fc34 - empty user data on logout"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1037
2023-06-18 15:23:33 +02:00
msgid "34614d5 - add spinner on loading activities"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1038
2023-06-18 15:23:33 +02:00
msgid "b862a77, 2e1ee2c - add URL interceptors to simplify routes definition"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1043
2023-06-18 15:23:33 +02:00
msgid "Version 0.2.4 - Minor fix (2020/01/30)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1049
2023-06-18 15:23:33 +02:00
msgid "#47 - timezone drop-down is not displayed correctly"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1050
2023-06-18 15:23:33 +02:00
msgid "#46 - calendar cannot display more than 5 or 6 activities on the same day"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1055
2023-06-18 15:23:33 +02:00
msgid "Version 0.2.3 - FitTrackee available in French (2019/12/29)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1061
2023-06-18 15:23:33 +02:00
msgid "#43 - Display weekend days with a different background color on calendar"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1062
2023-06-18 15:23:33 +02:00
msgid "#40 - Localize FitTrackee (i18n)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1066
2023-06-18 15:23:33 +02:00
msgid "#44 - Cannot edit an activity that does not have a gpx file"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1071
2023-06-18 15:23:33 +02:00
msgid "Version 0.2.2 - Statistics fix (2019/09/23)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1077
2023-06-18 15:23:33 +02:00
msgid "#41 - User statistics are incorrect"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1081
2023-06-18 15:23:33 +02:00
msgid "Version 0.2.1 - Fix and improvements (2019/09/01)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1087
2023-06-18 15:23:33 +02:00
msgid "#4 - Show points on the map when mouse over the chart"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1088
2023-06-18 15:23:33 +02:00
msgid "#14 - Display segments informations"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1089
2023-06-18 15:23:33 +02:00
msgid "#21 - Document the API"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1090
2023-06-18 15:23:33 +02:00
msgid "#23 - The user can choose the first day of the week"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1091
2023-06-18 15:23:33 +02:00
msgid "#36 - Disable user registration"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1092
2023-06-18 15:23:33 +02:00
msgid "#33 - Add file size limit on file upload"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1093
2023-06-18 15:23:33 +02:00
msgid "#37 - Display map on activities list"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1097
2023-06-18 15:23:33 +02:00
msgid "#34 - Weather is not displayed anymore"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1101
2023-06-18 15:23:33 +02:00
msgid "Poetry replaces pipenv for Python packages management"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1103
2023-06-18 15:23:33 +02:00
msgid "In this release 8 issues were closed."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1106
2023-06-18 15:23:33 +02:00
msgid "Version 0.2.0 - Statistics (2019/07/07)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1112
2023-06-18 15:23:33 +02:00
msgid "#13 - Detailed statistics"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1116
2023-06-18 15:23:33 +02:00
msgid "Update dependencies"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1121
2023-06-18 15:23:33 +02:00
msgid "Version 0.1.1 - Fix and improvements (2019/02/07)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1127
2023-06-18 15:23:33 +02:00
msgid "#25 - Display records on calendar"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1128
2023-06-18 15:23:33 +02:00
msgid "#22 - Add a total on current month statistics"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1132
2023-06-18 15:23:33 +02:00
msgid "#31 - Use moving duration for stats"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1133
2023-06-18 15:23:33 +02:00
msgid "#29 - Pause duration calculation with segments"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1134
2023-06-18 15:23:33 +02:00
msgid "#28 - Error on uploading gpx file"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1135
2023-06-18 15:23:33 +02:00
msgid "#26 - Total is incorrect in tooltip when duration is displayed"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1136
2023-06-18 15:23:33 +02:00
msgid "#24 - Some distances are not displayed correctly on current month statistics"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1138
2023-06-18 15:23:33 +02:00
msgid "In this release 7 issues were closed."
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1141
2023-06-18 15:23:33 +02:00
msgid "Version 0.1.0 - First release 🎉 (2018-07-04)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1143
2023-06-18 15:23:33 +02:00
msgid "Features:"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1144
2023-06-18 15:23:33 +02:00
msgid "Account creation (only standard user, not admin)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1145
2023-06-18 15:23:33 +02:00
msgid "6 sports supported:"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1146
2023-06-18 15:23:33 +02:00
#: ../source/features.rst:15
msgid "Cycling (Sport)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1147
2023-06-18 15:23:33 +02:00
#: ../source/features.rst:16
msgid "Cycling (Transport)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1148
2023-06-18 15:23:33 +02:00
#: ../source/features.rst:18
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:33
2023-06-18 15:23:33 +02:00
msgid "Hiking"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1149
2023-06-18 20:45:39 +02:00
#: ../source/features.rst:19
msgid "Mountain Biking"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1150
#: ../source/features.rst:25
2023-06-18 15:23:33 +02:00
msgid "Running"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1151
#: ../source/features.rst:30
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:40
2023-06-18 15:23:33 +02:00
msgid "Walking"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1152
2023-06-18 15:23:33 +02:00
msgid "Activity creation by uploading a gpx file. An activity can even be created without gpx (the user must enter date, time, duration and distance)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1153
2023-06-18 15:23:33 +02:00
msgid "Activity edition and deletion"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1154
2023-06-18 15:23:33 +02:00
msgid "An activity can be displayed with map (if with gpx), weather (if the DarkSky API key is provided) and charts (speed and elevation)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1155
2023-06-18 15:23:33 +02:00
msgid "A user can add a note"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1156
2023-06-18 15:23:33 +02:00
msgid "Month calendar with activities"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1157
2023-06-18 15:23:33 +02:00
msgid "Current month statistics"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1158
2023-06-18 15:23:33 +02:00
msgid "Records by sports:"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1159
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:72
#: ../source/features.rst:88
#: ../source/features.rst:94
2023-06-18 15:23:33 +02:00
msgid "average speed"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1160
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:73
2023-06-24 12:17:56 +02:00
msgid "farthest distance"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1161
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:75
2023-06-18 15:23:33 +02:00
msgid "longest duration"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1162
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:76
#: ../source/features.rst:89
2023-06-18 15:23:33 +02:00
msgid "maximum speed"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1163
2023-06-18 15:23:33 +02:00
msgid "Activities list and search"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1166
2023-06-18 15:23:33 +02:00
msgid "Notes:"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1167
2023-06-18 15:23:33 +02:00
msgid "only activity owner can see his activity"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1168
2023-06-18 15:23:33 +02:00
msgid "no administration for now"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1170
2023-06-24 12:17:56 +02:00
msgid "➡️ more informations: see documentation and current issues"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1177
2023-06-18 15:23:33 +02:00
msgid "#11 - Timezone support"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1178
2023-06-18 15:23:33 +02:00
msgid "#10 - Add a note to an activity"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1179
2023-06-18 15:23:33 +02:00
msgid "#9 - User statistics on dashboard"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1180
2023-06-18 15:23:33 +02:00
msgid "#8 - Add weather to activities"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1181
2023-06-18 15:23:33 +02:00
msgid "#3 - Search filter for activities"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1182
2023-06-18 15:23:33 +02:00
msgid "#2 - Calendar to view activities"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/changelog.md:1184
2023-06-18 15:23:33 +02:00
msgid "In this release 6 issues were closed."
msgstr ""
#: ../source/cli.rst:2
msgid "Command line interface"
msgstr ""
#: ../source/cli.rst:4
msgid "A command line interface (CLI) is available to manage database, OAuth2 tokens and users."
msgstr ""
#: ../source/cli.rst:0
msgid "The following commands are now deprecated and will be removed in a next version:"
msgstr ""
#: ../source/cli.rst:0
msgid "- ``fittrackee_set_admin``"
msgstr ""
#: ../source/cli.rst:0
msgid "- ``fittrackee_upgrade_db``"
msgstr ""
#: ../source/cli.rst:0
msgid "- ``fittrackee_worker`` (disabled)"
msgstr ""
#: ../source/cli.rst:29
msgid "Database"
msgstr ""
#: ../source/cli.rst:32
msgid "``ftcli db drop``"
msgstr ""
#: ../source/cli.rst:35
msgid "Empty database and delete uploaded files, only on development environments."
msgstr ""
#: ../source/cli.rst:39
msgid "``ftcli db upgrade``"
msgstr ""
#: ../source/cli.rst:42
msgid "Apply migrations."
msgstr ""
#: ../source/cli.rst:49
msgid "``ftcli oauth2 clean``"
msgstr ""
#: ../source/cli.rst:52
msgid "Remove tokens expired for more than provided number of days"
msgstr ""
#: ../source/cli.rst:59
#: ../source/cli.rst:80
#: ../source/cli.rst:97
#: ../source/cli.rst:142
msgid "Options"
msgstr ""
#: ../source/cli.rst:60
#: ../source/cli.rst:81
#: ../source/cli.rst:98
#: ../source/cli.rst:120
#: ../source/cli.rst:143
#: ../source/cli.rst:160
msgid "Description"
msgstr ""
#: ../source/cli.rst:61
#: ../source/cli.rst:82
#: ../source/cli.rst:99
msgid "``--days``"
msgstr ""
#: ../source/cli.rst:62
#: ../source/cli.rst:83
#: ../source/cli.rst:100
msgid "Number of days."
msgstr ""
#: ../source/cli.rst:70
msgid "``ftcli users clean_archives``"
msgstr ""
#: ../source/cli.rst:73
msgid "Delete export requests and related archives created more than provided number of days."
msgstr ""
#: ../source/cli.rst:87
msgid "``ftcli users clean_tokens``"
msgstr ""
#: ../source/cli.rst:90
msgid "Remove blacklisted tokens expired for more than provided number of days."
msgstr ""
#: ../source/cli.rst:104
msgid "``ftcli users create``"
msgstr ""
#: ../source/cli.rst:107
msgid "Create a user account."
msgstr ""
#: ../source/cli.rst:110
msgid "the newly created account is already active."
msgstr ""
#: ../source/cli.rst:111
msgid "the CLI allows to create users when registration is disabled."
msgstr ""
#: ../source/cli.rst:119
#: ../source/cli.rst:159
msgid "Arguments/options"
msgstr ""
#: ../source/cli.rst:121
#: ../source/cli.rst:161
msgid "``USERNAME``"
msgstr ""
#: ../source/cli.rst:122
#: ../source/cli.rst:162
msgid "Username."
msgstr ""
#: ../source/cli.rst:123
msgid "``--email EMAIL``"
msgstr ""
#: ../source/cli.rst:124
msgid "User email (mandatory)."
msgstr ""
#: ../source/cli.rst:125
msgid "``--password PASSWORD``"
msgstr ""
#: ../source/cli.rst:126
msgid "User password (if not provided, a random password is generated)."
msgstr ""
#: ../source/cli.rst:131
msgid "``ftcli users export_archives``"
msgstr ""
#: ../source/cli.rst:134
msgid "Process incomplete user export requests. Can be used if redis is not set (no dramatiq workers running)."
msgstr ""
#: ../source/cli.rst:144
msgid "``--max``"
msgstr ""
#: ../source/cli.rst:145
msgid "Maximum number of export requests to process."
msgstr ""
#: ../source/cli.rst:149
msgid "``ftcli users update``"
msgstr ""
#: ../source/cli.rst:152
msgid "Modify a user account (admin rights, active status, email and password)."
msgstr ""
#: ../source/cli.rst:163
msgid "``--set-admin BOOLEAN``"
msgstr ""
#: ../source/cli.rst:164
msgid "Add/remove admin rights (when adding admin rights, it also activates user account if not active)."
msgstr ""
#: ../source/cli.rst:165
msgid "``--activate``"
msgstr ""
#: ../source/cli.rst:166
msgid "Activate user account."
msgstr ""
#: ../source/cli.rst:167
msgid "``--reset-password``"
msgstr ""
#: ../source/cli.rst:168
msgid "Reset user password (a new password will be displayed)."
msgstr ""
#: ../source/cli.rst:169
msgid "``--update-email EMAIL``"
msgstr ""
#: ../source/cli.rst:170
msgid "Update user email."
msgstr ""
#: ../source/features.rst:4
msgid "**FitTrackee** allows you to store and display gpx files and some statistics from your outdoor activities."
msgstr ""
#: ../source/features.rst:5
msgid "For now, this app is kind of a single-user application. Even if several users can register, a user can only view his own workouts."
msgstr ""
#: ../source/features.rst:7
msgid "Gpx files are stored in an upload directory (without encryption)."
msgstr ""
#: ../source/features.rst:9
msgid "With the default configuration, `Open Street Map <https://www.openstreetmap.org>`__ is used as tile server in Workout detail and for static map generation."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:30
2023-06-18 15:23:33 +02:00
msgid "14 sports are supported:"
msgstr ""
#: ../source/features.rst:17
msgid "Cycling (Virtual) (*new in 0.7.3*)"
msgstr ""
#: ../source/features.rst:20
msgid "Mountain Biking (Electric) (*new in 0.5.0*)"
msgstr ""
#: ../source/features.rst:21
msgid "Mountaineering (*new in 0.7.9*)"
msgstr ""
#: ../source/features.rst:22
2023-07-22 11:36:39 +02:00
msgid "Open Water Swimming (*new in 0.7.20*)"
2023-07-15 13:39:59 +02:00
msgstr ""
#: ../source/features.rst:23
2023-07-22 11:36:39 +02:00
msgid "Paragliding (*new in 0.7.19*)"
msgstr ""
#: ../source/features.rst:24
2023-06-18 15:23:33 +02:00
msgid "Rowing (*new in 0.5.0*)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/features.rst:26
2023-06-18 15:23:33 +02:00
msgid "Skiing (Alpine) (*new in 0.5.0*)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/features.rst:27
2023-06-18 15:23:33 +02:00
msgid "Skiing (Cross Country) (*new in 0.5.0*)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/features.rst:28
2023-06-18 15:23:33 +02:00
msgid "Snowshoes (*new in 0.5.2*)"
msgstr ""
2023-07-22 11:36:39 +02:00
#: ../source/features.rst:29
2023-06-18 15:23:33 +02:00
msgid "Trail (*new in 0.5.0*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:40
2023-06-18 15:23:33 +02:00
msgid "(*new in 0.5.0*) Stopped speed threshold used by `gpxpy <https://github.com/tkrajina/gpxpy>`_ is not the default one for the following sports (0.1 km/h instead of 1 km/h):"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:34
2023-06-18 15:23:33 +02:00
msgid "Mountaineering"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:35
2023-07-22 11:36:39 +02:00
msgid "Open Water Swimming"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:36
2023-07-15 13:39:59 +02:00
msgid "Paragliding"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:37
2023-06-18 15:23:33 +02:00
msgid "Skiing (Cross Country)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:38
2023-06-18 15:23:33 +02:00
msgid "Snowshoes"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:39
2023-06-18 15:23:33 +02:00
msgid "Trail"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:43
2023-06-18 15:23:33 +02:00
msgid "It can be overridden in user preferences."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:46
msgid "Except the stopped speed threshold, all sports are analyzed in the same way (no specificity taken into account for the moment)."
msgstr ""
#: ../source/features.rst:48
2023-06-18 15:23:33 +02:00
msgid "Dashboard with month calendar displaying workouts and record. The week can start on Sunday or Monday (which can be changed in the user preferences). The calendar displays up to 100 workouts."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:49
2023-06-18 15:23:33 +02:00
msgid "Workout creation by uploading a gpx file (related data are stored in database in metric system)."
msgstr ""
#: ../source/features.rst:0
msgid "Only gpx files with time are supported."
msgstr ""
#: ../source/features.rst:0
msgid "Calculated values may differ from values calculated by the application that originally generated the gpx files, in particular the maximum speed."
msgstr ""
#: ../source/features.rst:0
msgid "A workout can even be created without gpx (the user must enter date, time, duration and distance)."
msgstr ""
#: ../source/features.rst:0
msgid "Ascent and descent can also be provided (*new in 0.7.10*)."
msgstr ""
#: ../source/features.rst:0
2023-07-23 11:29:16 +02:00
msgid "A workout with a gpx file can be displayed with map and charts (speed and elevation (if the gpx file contains elevation data, *updated in 0.7.20*))."
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../source/features.rst:0
msgid "Controls allow full screen view and position reset (*new in 0.5.5*)."
msgstr ""
#: ../source/features.rst:0
msgid "If **Visual Crossing** (*new in 0.7.11*) API key is provided, weather is displayed in workout detail. Data source is displayed in **About** page."
msgstr ""
#: ../source/features.rst:0
msgid "Wind is displayed, with an arrow indicating the direction (a tooltip can be displayed with the direction that the wind is coming **from**) (*new in 0.5.5*)."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:61
2023-06-18 15:23:33 +02:00
msgid "Segments can be displayed."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:62
2023-06-18 15:23:33 +02:00
msgid "Workout gpx file can be downloaded (*new in 0.5.1*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:63
2023-06-18 15:23:33 +02:00
msgid "Workout edition and deletion. User can add a note."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:69
2023-06-18 15:23:33 +02:00
msgid "User statistics, by time period (week, month, year) and sport:"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:65
2023-06-18 15:23:33 +02:00
msgid "total distance"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:66
2023-06-18 15:23:33 +02:00
msgid "total duration"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:67
2023-06-18 15:23:33 +02:00
msgid "total workouts"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:68
2023-06-18 15:23:33 +02:00
msgid "total ascent (*new in 0.5.0*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:69
2023-06-18 15:23:33 +02:00
msgid "total descent (*new in 0.5.0*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:70
2023-06-18 15:23:33 +02:00
msgid "average speed (*new in 0.5.1*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:76
2023-06-18 15:23:33 +02:00
msgid "User records by sports:"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:74
2023-06-18 15:23:33 +02:00
msgid "highest ascent (*new in 0.6.11*, can be hidden, see user preferences)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:79
2023-06-18 15:23:33 +02:00
msgid "Records may differ from records displayed by the application that originally generated the gpx files."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:94
2023-06-18 15:23:33 +02:00
msgid "Workouts list."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:88
2023-06-18 15:23:33 +02:00
msgid "The user can filter workouts on:"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:83
#: ../source/features.rst:91
2023-06-18 15:23:33 +02:00
msgid "date"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:84
2023-06-18 15:23:33 +02:00
msgid "sports (only sports with workouts are displayed in sport dropdown)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:85
2023-06-18 15:23:33 +02:00
msgid "title (*new in 0.7.15*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:86
#: ../source/features.rst:92
2023-06-18 15:23:33 +02:00
msgid "distance"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:87
#: ../source/features.rst:93
2023-06-18 15:23:33 +02:00
msgid "duration"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:94
2023-06-18 15:23:33 +02:00
msgid "Workouts can be sorted by:"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:97
2023-06-18 15:23:33 +02:00
msgid "For now, only the owner of the workout can see it."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:101
2023-06-18 15:23:33 +02:00
msgid "Account & preferences"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:102
2023-06-18 15:23:33 +02:00
msgid "A user can create, update and deleted his account."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:103
2023-06-18 15:23:33 +02:00
msgid "The user must agree to the privacy policy to register. If a more recent policy is available, a message is displayed on the dashboard to review the new version (*new in 0.7.13*)."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:104
2023-06-18 15:23:33 +02:00
msgid "On registration, the user account is created with selected language in dropdown as user preference (*new in 0.6.9*)."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:105
2023-06-18 15:23:33 +02:00
msgid "After registration, the user account is inactive and an email with confirmation instructions is sent to activate it. A user with an inactive account cannot log in. (*new in 0.6.0*)."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:109
2023-06-18 15:23:33 +02:00
msgid "In case email sending is not configured, a `command line <cli.html#ftcli-users-update>`__ allows to activate users account."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:111
2023-06-18 15:23:33 +02:00
msgid "A user can set language, timezone and first day of week."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:112
2023-06-18 15:23:33 +02:00
msgid "A user can reset his password (*new in 0.3.0*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:113
2023-06-18 15:23:33 +02:00
msgid "A user can change his email address (*new in 0.6.0*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:114
2023-06-18 15:23:33 +02:00
msgid "A user can choose between metric system and imperial system for distance, elevation and speed display (*new in 0.5.0*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:115
2023-06-18 15:23:33 +02:00
msgid "A user can choose to display or hide ascent records and total on Dashboard (*new in 0.6.11*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:116
2023-06-18 15:23:33 +02:00
msgid "A user can choose format used to display dates (*new in 0.7.3*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:117
2023-06-18 15:23:33 +02:00
msgid "A user can choose elevation chart axis start: zero or minimum altitude (*new in 0.7.15*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:118
2023-06-18 15:23:33 +02:00
msgid "A user can choose to exclude extreme values (which may be GPS errors) when calculating the maximum speed (by default, extreme values are excluded) (*new in 0.7.16*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:121
2023-06-18 15:23:33 +02:00
msgid "Changing this preference will only affect next file uploads."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:126
2023-06-18 15:23:33 +02:00
msgid "A user can set sport preferences (*new in 0.5.0*):"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:124
2023-06-18 15:23:33 +02:00
msgid "change sport color (used for sport image and charts)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:125
2023-06-18 15:23:33 +02:00
msgid "can override stopped speed threshold (for next uploaded gpx files)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:126
2023-06-18 15:23:33 +02:00
msgid "disable/enable a sport."
msgstr ""
#: ../source/features.rst:0
msgid "If a sport is disabled by an administrator, it can not be enabled by a user. In this case, it will only appear in preferences if the user has workouts and only sport color can be changed."
msgstr ""
#: ../source/features.rst:0
msgid "A disabled sport (by admin or user) will not appear in dropdown when **adding a workout**."
msgstr ""
#: ../source/features.rst:0
msgid "A workout with a disabled sport will still be displayed in the application."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:133
2023-06-18 15:23:33 +02:00
msgid "A user can create `clients <apps.html>`__ for third-party applications (*new in 0.7.0*)."
msgstr ""
#: ../source/features.rst:0
msgid "A user can request a data export (*new in 0.7.13*)."
msgstr ""
#: ../source/features.rst:0
msgid "It generates a zip archive containing 2 ``json`` files (user info and workouts data) and all uploaded gpx files."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:138
2023-06-18 15:23:33 +02:00
msgid "For now, it's not possible to import these files into another **FitTrackee** instance."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:142
#: ../source/features.rst:247
2023-06-18 15:23:33 +02:00
msgid "Administration"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:143
2023-06-18 15:23:33 +02:00
msgid "(*new in 0.3.0*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:146
2023-06-18 15:23:33 +02:00
msgid "Application"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:148
2023-06-18 15:23:33 +02:00
msgid "**Configuration**"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:150
2023-06-18 15:23:33 +02:00
msgid "The following parameters can be set:"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:152
2023-06-18 15:23:33 +02:00
msgid "active users limit. If 0, registration is enabled (no limit defined)."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:153
2023-06-18 15:23:33 +02:00
msgid "maximum size of gpx file (individually uploaded or in a zip archive) (*changed in 0.7.4*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:154
2023-06-18 15:23:33 +02:00
msgid "maximum size of zip archive"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:155
2023-06-18 15:23:33 +02:00
msgid "maximum number of files in the zip archive (*changed in 0.7.4*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:156
2023-06-18 15:23:33 +02:00
msgid "administrator email for contact (*new in 0.6.0*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:159
2023-06-18 15:23:33 +02:00
msgid "Updating server configuration may be necessary to handle large files (like `nginx <https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size>`_ for instance)."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:162
2023-06-18 15:23:33 +02:00
msgid "If email sending is disabled, a warning is displayed."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:164
2023-06-18 15:23:33 +02:00
msgid "**About**"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:166
#: ../source/features.rst:174
2023-06-18 15:23:33 +02:00
msgid "(*new in 0.7.13*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:168
2023-06-18 15:23:33 +02:00
msgid "It is possible displayed additional information that may be useful to users in **About** page."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:169
2023-06-18 15:23:33 +02:00
msgid "Markdown syntax can be used."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:172
2023-06-18 15:23:33 +02:00
msgid "**Privacy policy**"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:176
2023-06-18 15:23:33 +02:00
msgid "A default privacy policy is available (originally adapted from the `Discourse <https://github.com/discourse/discourse>`__ privacy policy)."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:177
2023-06-18 15:23:33 +02:00
msgid "A custom privacy policy can set if needed (Markdown syntax can be used). A policy update will display a message on users dashboard to review it."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:180
2023-06-18 15:23:33 +02:00
msgid "Only the default privacy policy is translated (if the translation is available)."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:185
2023-06-18 15:23:33 +02:00
msgid "display and filter users list"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:186
2023-06-18 15:23:33 +02:00
msgid "edit a user to:"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:188
2023-06-18 15:23:33 +02:00
msgid "add/remove administration rights"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:189
2023-06-18 15:23:33 +02:00
msgid "activate his account (*new in 0.6.0*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:190
2023-06-18 15:23:33 +02:00
msgid "update his email (in case his account is locked) (*new in 0.6.0*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:191
2023-06-18 15:23:33 +02:00
msgid "reset his password (in case his account is locked) (*new in 0.6.0*). If email sending is disabled, it is only possible via CLI."
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:192
2023-06-18 15:23:33 +02:00
msgid "delete a user"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:197
2023-06-18 15:23:33 +02:00
msgid "enable or disable a sport (a sport can be disabled even if workout with this sport exists)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:202
2023-06-18 15:23:33 +02:00
msgid "FitTrackee is available in the following languages (which can be saved in the user preferences):"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:204
2023-06-18 15:23:33 +02:00
msgid "English"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:205
2023-06-18 15:23:33 +02:00
msgid "French (*new in 0.2.3*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:206
2023-06-18 15:23:33 +02:00
msgid "German (*new in 0.6.9*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:207
2023-06-18 15:23:33 +02:00
msgid "Dutch (*new in 0.7.8*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:208
2023-06-18 15:23:33 +02:00
msgid "Italian (*new in 0.7.10*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:209
2023-06-18 15:23:33 +02:00
msgid "Galician (*new in 0.7.15*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:210
2023-06-18 15:23:33 +02:00
msgid "Spanish (*new in 0.7.15*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:211
2023-06-18 15:23:33 +02:00
msgid "Norwegian Bokmål (*new in 0.7.15*)"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:212
2023-06-25 14:00:35 +02:00
msgid "Polish (*new in 0.7.18*)"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:214
2023-06-25 14:00:35 +02:00
msgid "Application translations status on `Weblate <https://hosted.weblate.org/engage/fittrackee/>`__ (may differ from the released version):"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:220
2023-06-18 15:23:33 +02:00
msgid "Screenshots"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:223
2023-06-18 15:23:33 +02:00
msgid "Dashboard"
msgstr ""
#: ../source/features.rst:-1
#: ../source/index.rst:-1
msgid "FitTrackee Dashboard"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:230
2023-06-18 15:23:33 +02:00
msgid "Workout detail"
msgstr ""
#: ../source/features.rst:-1
msgid "FitTrackee Workout"
msgstr ""
2023-07-23 11:29:16 +02:00
#: ../source/features.rst:236
2023-06-18 15:23:33 +02:00
msgid "Workouts list"
msgstr ""
#: ../source/features.rst:-1
msgid "FitTrackee Workouts"
msgstr ""
#: ../source/features.rst:-1
msgid "FitTrackee Statistics"
msgstr ""
#: ../source/features.rst:-1
msgid "FitTrackee Administration"
msgstr ""
#: ../source/features.rst:-1
msgid "FitTrackee Sports Administration"
msgstr ""
#: ../source/index.rst:6
msgid "FitTrackee"
msgstr ""
#: ../source/index.rst:9
msgid "This web application allows you to track your outdoor activities (workouts) from gpx files and keep your data on your own server."
msgstr ""
#: ../source/index.rst:11
msgid "No mobile app has been developed yet, but several existing mobile apps can store workouts data locally and export them into a gpx file."
msgstr ""
#: ../source/index.rst:12
msgid "Examples for Android (non-exhaustive list):"
msgstr ""
#: ../source/index.rst:13
msgid "\\* `Runner Up <https://github.com/jonasoreland/runnerup>`_ (GPL v3)"
msgstr ""
#: ../source/index.rst:14
msgid "\\* `OpenTracks <https://github.com/OpenTracksApp/OpenTracks>`_ (Apache License)"
msgstr ""
2023-06-28 08:44:42 +02:00
#: ../source/index.rst:15
2023-06-18 15:23:33 +02:00
msgid "\\* `FitoTrack <https://codeberg.org/jannis/FitoTrack>`_ (GPL v3)"
msgstr ""
2023-06-28 08:44:42 +02:00
#: ../source/index.rst:18
2023-06-18 15:23:33 +02:00
msgid "Maps are displayed using `Open Street Map <https://www.openstreetmap.org>`__."
msgstr ""
2023-06-28 08:44:42 +02:00
#: ../source/index.rst:19
2023-06-18 15:23:33 +02:00
msgid "It is also possible to add a workout without a gpx file."
msgstr ""
2023-06-28 08:44:42 +02:00
#: ../source/index.rst:21
2023-06-18 15:23:33 +02:00
msgid "**Still under heavy development (some features may be unstable).**"
msgstr ""
2023-06-28 08:44:42 +02:00
#: ../source/index.rst:22
2023-06-18 15:23:33 +02:00
msgid "(see `issues <https://github.com/SamR1/FitTrackee/issues>`__ for more information)"
msgstr ""
2023-06-28 08:44:42 +02:00
#: ../source/index.rst:29
2023-06-18 15:23:33 +02:00
msgid "Table of contents"
msgstr ""
#: ../source/installation.rst:2
#: ../source/installation.rst:371
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:804
2023-06-18 15:23:33 +02:00
msgid "Installation"
msgstr ""
#: ../source/installation.rst:4
msgid "This application is written in Python (API) and Typescript (client):"
msgstr ""
#: ../source/installation.rst:11
msgid "API:"
msgstr ""
#: ../source/installation.rst:7
msgid "Flask"
msgstr ""
#: ../source/installation.rst:8
msgid "`gpxpy <https://github.com/tkrajina/gpxpy>`_ to parse gpx files"
msgstr ""
#: ../source/installation.rst:9
msgid "`staticmap <https://github.com/komoot/staticmap>`_ to generate a static map image from gpx coordinates"
msgstr ""
#: ../source/installation.rst:10
msgid "`dramatiq <https://flask-dramatiq.readthedocs.io/en/latest/>`_ for task queue"
msgstr ""
#: ../source/installation.rst:11
msgid "`Authlib <https://docs.authlib.org/en/latest/>`_ for OAuth 2.0 Authorization support"
msgstr ""
#: ../source/installation.rst:12
msgid "`Flask-Limiter <https://flask-limiter.readthedocs.io/en/stable>`_ for API rate limits"
msgstr ""
#: ../source/installation.rst:16
msgid "Client:"
msgstr ""
#: ../source/installation.rst:14
msgid "Vue3/Vuex"
msgstr ""
#: ../source/installation.rst:15
msgid "`Leaflet <https://leafletjs.com/>`__ to display map"
msgstr ""
#: ../source/installation.rst:16
msgid "`Chart.js <https://www.chartjs.org/>`__ to display charts with elevation and speed"
msgstr ""
#: ../source/installation.rst:18
msgid "Logo, some sports and weather icons are made by `Freepik <https://www.freepik.com/>`__ from `www.flaticon.com <https://www.flaticon.com/>`__."
msgstr ""
#: ../source/installation.rst:19
msgid "FitTrackee also uses icons from `Fork Awesome <https://forkaweso.me>`__."
msgstr ""
#: ../source/installation.rst:22
msgid "Prerequisites"
msgstr ""
#: ../source/installation.rst:25
msgid "mandatory"
msgstr ""
#: ../source/installation.rst:25
2023-06-25 14:00:35 +02:00
msgid "Python >= 3.8.1"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../source/installation.rst:26
msgid "PostgreSQL 11+"
msgstr ""
#: ../source/installation.rst:33
msgid "optional"
msgstr ""
#: ../source/installation.rst:28
msgid "Redis for task queue (if email sending is enabled and for data export requests) and API rate limits"
msgstr ""
#: ../source/installation.rst:29
msgid "SMTP provider (if email sending is enabled)"
msgstr ""
#: ../source/installation.rst:30
msgid "API key from a `weather data provider <installation.html#weather-data>`__"
msgstr ""
#: ../source/installation.rst:31
msgid "`Poetry <https://poetry.eustace.io>`__ (for installation from sources only)"
msgstr ""
#: ../source/installation.rst:32
msgid "`Node <https://nodejs.org>`__ 16+ and `Yarn <https://yarnpkg.com>`__ (for development only)"
msgstr ""
#: ../source/installation.rst:33
msgid "Docker and Docker Compose (for development or evaluation purposes)"
msgstr ""
#: ../source/installation.rst:0
msgid "If registration is enabled, it is recommended to set Redis and a SMTP provider for email sending and data export requests."
msgstr ""
#: ../source/installation.rst:0
msgid "The following steps describe an installation on Linux systems (tested on Debian and Arch)."
msgstr ""
#: ../source/installation.rst:0
msgid "On other OS, some issues can be encountered and adaptations may be necessary."
msgstr ""
#: ../source/installation.rst:46
msgid "Environment variables"
msgstr ""
#: ../source/installation.rst:0
msgid "Since FitTrackee 0.4.0, ``Makefile.custom.config`` is replaced by ``.env``"
msgstr ""
#: ../source/installation.rst:51
msgid "The following environment variables are used by **FitTrackee** web application or the task processing library. They are not all mandatory depending on deployment method."
msgstr ""
#: ../source/installation.rst:57
msgid "Name of the module to import at flask run."
msgstr ""
#: ../source/installation.rst:58
msgid "``FLASK_APP`` should contain ``$(PWD)/fittrackee/__main__.py`` with installation from sources, else ``fittrackee``."
msgstr ""
#: ../source/installation.rst:63
msgid "**FitTrackee** host."
msgstr ""
#: ../source/installation.rst:0
msgid "default"
msgstr ""
#: ../source/installation.rst:65
2023-06-25 14:00:35 +02:00
msgid "``127.0.0.1``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../source/installation.rst:70
msgid "**FitTrackee** port."
msgstr ""
#: ../source/installation.rst:72
msgid "5000"
msgstr ""
#: ../source/installation.rst:77
msgid "**FitTrackee** configuration."
msgstr ""
#: ../source/installation.rst:79
2023-06-25 14:00:35 +02:00
msgid "``fittrackee.config.ProductionConfig``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../source/installation.rst:84
msgid "**FitTrackee** secret key, must be initialized in production environment."
msgstr ""
#: ../source/installation.rst:87
msgid "Use a strong secret key. This key is used in JWT generation."
msgstr ""
#: ../source/installation.rst:91
msgid "Number of workers spawned by **Gunicorn**."
msgstr ""
#: ../source/installation.rst:93
msgid "1"
msgstr ""
#: ../source/installation.rst:100
msgid "Path to log file"
msgstr ""
#: ../source/installation.rst:107
msgid "**Absolute path** to the directory where ``uploads`` folder will be created."
msgstr ""
#: ../source/installation.rst:109
msgid "``<application_directory>/fittrackee``"
msgstr ""
#: ../source/installation.rst:0
msgid "With installation from PyPI, the directory will be located in **virtualenv** directory if the variable is not initialized."
msgstr ""
#: ../source/installation.rst:117
msgid "Database URL with username and password, must be initialized in production environment."
msgstr ""
#: ../source/installation.rst:118
msgid "For example in dev environment : ``postgresql://fittrackee:fittrackee@localhost:5432/fittrackee``"
msgstr ""
#: ../source/installation.rst:0
msgid "Since `SQLAlchemy update (1.4+) <https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-3687655465c25a39b968b4f5f6e9170b>`__, engine URL should begin with ``postgresql://``."
msgstr ""
#: ../source/installation.rst:128
msgid "Disable pooling if needed (when starting application with **FitTrackee** entry point and not directly with **Gunicorn**), see `SqlAlchemy documentation <https://docs.sqlalchemy.org/en/13/core/pooling.html#using-connection-pools-with-multiprocessing-or-os-fork>`__."
msgstr ""
#: ../source/installation.rst:131
msgid "``false``"
msgstr ""
#: ../source/installation.rst:135
msgid "**FitTrackee** URL, needed for links in emails."
msgstr ""
#: ../source/installation.rst:142
msgid "Email URL with credentials, see `Emails <installation.html#emails>`__."
msgstr ""
#: ../source/installation.rst:146
#: ../source/installation.rst:203
msgid "empty string"
msgstr ""
#: ../source/installation.rst:149
msgid "If the email URL is empty, email sending will be disabled."
msgstr ""
2023-06-21 19:45:47 +02:00
#: ../source/installation.rst:0
2023-06-18 15:23:33 +02:00
#: ../source/installation.rst:152
msgid "If the email URL is invalid, the application may not start."
msgstr ""
#: ../source/installation.rst:158
msgid "**FitTrackee** sender email address."
msgstr ""
#: ../source/installation.rst:165
msgid "Redis instance used by **Dramatiq** and **Flask-Limiter**."
msgstr ""
#: ../source/installation.rst:167
msgid "local Redis instance (``redis://``)"
msgstr ""
#: ../source/installation.rst:174
msgid "Number of processes used by **Dramatiq**."
msgstr ""
#: ../source/installation.rst:181
msgid "API rate limits, see `API rate limits <installation.html#api-rate-limits>`__."
msgstr ""
#: ../source/installation.rst:183
msgid "``300 per 5 minutes``"
msgstr ""
#: ../source/installation.rst:190
msgid "Tile server URL (with api key if needed), see `Map tile server <installation.html#map-tile-server>`__."
msgstr ""
#: ../source/installation.rst:191
msgid "Since **0.4.9**, it's also used to generate static maps (to keep default server, see `DEFAULT_STATICMAP <installation.html#envvar-DEFAULT_STATICMAP>`__)"
msgstr ""
#: ../source/installation.rst:193
msgid "``https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png``"
msgstr ""
#: ../source/installation.rst:200
msgid "Some tile servers require a subdomain, see `Map tile server <installation.html#map-tile-server>`__."
msgstr ""
#: ../source/installation.rst:201
msgid "For instance: \"a,b,c\" for OSM France."
msgstr ""
#: ../source/installation.rst:210
msgid "Map attribution (if using another tile server), see `Map tile server <installation.html#map-tile-server>`__."
msgstr ""
#: ../source/installation.rst:212
msgid "``&copy; <a href=\"http://www.openstreetmap.org/copyright\" target=\"_blank\" rel=\"noopener noreferrer\">OpenStreetMap</a> contributors``"
msgstr ""
#: ../source/installation.rst:219
msgid "If ``True``, it keeps using default tile server to generate static maps (Komoot.de tile server)."
msgstr ""
#: ../source/installation.rst:220
msgid "Otherwise, it uses the tile server set in `TILE_SERVER_URL <installation.html#envvar-TILE_SERVER_URL>`__."
msgstr ""
#: ../source/installation.rst:224
msgid "This variable is now case-insensitive."
msgstr ""
#: ../source/installation.rst:225
msgid "If ``False``, depending on tile server, `subdomains <installation.html#envvar-STATICMAP_SUBDOMAINS>`__ may be mandatory."
msgstr ""
#: ../source/installation.rst:227
2023-06-25 14:00:35 +02:00
msgid "``False``"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../source/installation.rst:232
msgid "⚠️ replaces ``WEATHER_API``"
msgstr ""
#: ../source/installation.rst:234
msgid "Weather API key (not mandatory), see ``WEATHER_API_PROVIDER``."
msgstr ""
#: ../source/installation.rst:241
msgid "Provider for weather data (not mandatory), see `Weather data <installation.html#weather-data>`__."
msgstr ""
#: ../source/installation.rst:246
msgid "**FitTrackee** API URL, only needed in dev environment."
msgstr ""
#: ../source/installation.rst:251
msgid "Emails"
msgstr ""
#: ../source/installation.rst:254
msgid "To send emails, a valid ``EMAIL_URL`` must be provided:"
msgstr ""
#: ../source/installation.rst:256
msgid "with an unencrypted SMTP server: ``smtp://username:password@smtp.example.com:25``"
msgstr ""
#: ../source/installation.rst:257
msgid "with SSL: ``smtp://username:password@smtp.example.com:465/?ssl=True``"
msgstr ""
#: ../source/installation.rst:258
msgid "with STARTTLS: ``smtp://username:password@smtp.example.com:587/?tls=True``"
msgstr ""
#: ../source/installation.rst:0
2023-06-21 19:45:47 +02:00
msgid "Sending emails with Office365 may not work if SMTP auth is disabled."
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../source/installation.rst:266
msgid "Credentials can be omitted: ``smtp://smtp.example.com:25``."
msgstr ""
#: ../source/installation.rst:267
msgid "If ``:<port>`` is omitted, the port defaults to 25."
msgstr ""
#: ../source/installation.rst:0
msgid "Since 0.6.0, newly created accounts must be confirmed (an email with confirmation instructions is sent after registration)."
msgstr ""
#: ../source/installation.rst:272
msgid "Emails sent by FitTrackee are:"
msgstr ""
#: ../source/installation.rst:274
msgid "account confirmation instructions"
msgstr ""
#: ../source/installation.rst:275
msgid "password reset request"
msgstr ""
#: ../source/installation.rst:276
msgid "email change (to old and new email adresses)"
msgstr ""
#: ../source/installation.rst:277
msgid "password change"
msgstr ""
#: ../source/installation.rst:278
msgid "notification when a data export archive is ready to download (*new in 0.7.13*)"
msgstr ""
#: ../source/installation.rst:282
msgid "For single-user instance, it is possible to disable email sending with an empty ``EMAIL_URL`` (in this case, no need to start dramatiq workers)."
msgstr ""
#: ../source/installation.rst:284
msgid "A `CLI <cli.html#ftcli-users-update>`__ is available to activate account, modify email and password and handle data export requests."
msgstr ""
#: ../source/installation.rst:288
msgid "Map tile server"
msgstr ""
#: ../source/installation.rst:291
msgid "Default tile server is now **OpenStreetMap**'s standard tile layer (if environment variables are not initialized). The tile server can be changed by updating ``TILE_SERVER_URL`` and ``MAP_ATTRIBUTION`` variables (`list of tile servers <https://wiki.openstreetmap.org/wiki/Raster_tile_providers>`__)."
msgstr ""
#: ../source/installation.rst:294
msgid "To keep using **ThunderForest Outdoors**, the configuration is:"
msgstr ""
#: ../source/installation.rst:296
msgid "``TILE_SERVER_URL=https://{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png?apikey=XXXX`` where **XXXX** is **ThunderForest** API key"
msgstr ""
#: ../source/installation.rst:297
msgid "``MAP_ATTRIBUTION=&copy; <a href=\"http://www.thunderforest.com/\">Thunderforest</a>, &copy; <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors``"
msgstr ""
#: ../source/installation.rst:0
msgid "Check the terms of service of tile provider for map attribution."
msgstr ""
#: ../source/installation.rst:305
msgid "Since the tile server can be used for static map generation, some servers require a subdomain."
msgstr ""
#: ../source/installation.rst:307
msgid "For instance, to set OSM France tile server, the expected values are:"
msgstr ""
#: ../source/installation.rst:309
msgid "``TILE_SERVER_URL=https://{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png``"
msgstr ""
#: ../source/installation.rst:310
msgid "``MAP_ATTRIBUTION='fond de carte par <a href=\"http://www.openstreetmap.fr/mentions-legales/\" target=\"_blank\" rel=\"nofollow noopener\">OpenStreetMap France</a>, sous&nbsp;<a href=\"http://creativecommons.org/licenses/by-sa/2.0/fr/\" target=\"_blank\" rel=\"nofollow noopener\">licence CC BY-SA</a>'``"
msgstr ""
#: ../source/installation.rst:311
msgid "``STATICMAP_SUBDOMAINS=a,b,c``"
msgstr ""
#: ../source/installation.rst:313
msgid "The subdomain will be chosen randomly."
msgstr ""
#: ../source/installation.rst:317
msgid "API rate limits"
msgstr ""
#: ../source/installation.rst:320
msgid "API rate limits are managed by `Flask-Limiter <https://flask-limiter.readthedocs.io/en/stable>`_, based on IP with fixed window strategy."
msgstr ""
#: ../source/installation.rst:321
msgid "To enable rate limits, **Redis** must be available."
msgstr ""
#: ../source/installation.rst:0
msgid "If no Redis instance is available for rate limits, FitTrackee can still start."
msgstr ""
#: ../source/installation.rst:326
msgid "All endpoints are subject to rate limits, except endpoints serving assets."
msgstr ""
#: ../source/installation.rst:327
msgid "Limits can be modified by setting the environment variable ``API_RATE_LIMITS`` (see `Flask-Limiter documentation for notation <https://flask-limiter.readthedocs.io/en/stable/configuration.html#rate-limit-string-notation>`_)."
msgstr ""
#: ../source/installation.rst:328
msgid "Rate limits must be separated by a comma, for instance:"
msgstr ""
#: ../source/installation.rst:334
msgid "**Flask-Limiter** provides a `Command Line Interface <https://flask-limiter.readthedocs.io/en/stable/cli.html>`_ for maintenance and diagnostic purposes."
msgstr ""
#: ../source/installation.rst:353
msgid "Weather data"
msgstr ""
#: ../source/installation.rst:356
msgid "The following weather data providers are supported by **FitTrackee**:"
msgstr ""
#: ../source/installation.rst:358
msgid "`Visual Crossing <https://www.visualcrossing.com>`__ (**note**: historical data are provided on hourly period)"
msgstr ""
#: ../source/installation.rst:360
msgid "To configure a weather provider, set the following environment variables:"
msgstr ""
#: ../source/installation.rst:362
msgid "``WEATHER_API_KEY``: the key to the corresponding weather provider"
msgstr ""
#: ../source/installation.rst:367
msgid "**DarkSky** support is discontinued, since the service shut down on March 31, 2023."
msgstr ""
#: ../source/installation.rst:0
msgid "Note that **FitTrackee** is under heavy development, some features may be unstable."
msgstr ""
#: ../source/installation.rst:377
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:567
2023-06-18 15:23:33 +02:00
msgid "From PyPI"
msgstr ""
#: ../source/installation.rst:0
msgid "Recommended way on production."
msgstr ""
#: ../source/installation.rst:382
msgid "Create and activate a virtualenv"
msgstr ""
#: ../source/installation.rst:384
msgid "Install **FitTrackee** with pip"
msgstr ""
#: ../source/installation.rst:390
msgid "Create ``fittrackee`` database"
msgstr ""
#: ../source/installation.rst:392
msgid "Example :"
msgstr ""
#: ../source/installation.rst:0
msgid "see PostgreSQL `documentation <https://www.postgresql.org/docs/15/ddl-schemas.html>`_ for schema and privileges."
msgstr ""
#: ../source/installation.rst:403
msgid "Initialize environment variables, see `Environment variables <installation.html#environment-variables>`__"
msgstr ""
#: ../source/installation.rst:405
msgid "For instance, copy and update ``.env`` file from ``.env.example`` and source the file."
msgstr ""
#: ../source/installation.rst:412
msgid "Initialize database schema"
msgstr ""
#: ../source/installation.rst:418
msgid "Start the application"
msgstr ""
#: ../source/installation.rst:424
msgid "Start task queue workers if email sending is enabled, with flask-dramatiq CLI:"
msgstr ""
#: ../source/installation.rst:0
msgid "To start application and workers with **systemd** service, see `Deployment <installation.html#deployment>`__"
msgstr ""
#: ../source/installation.rst:433
#: ../source/installation.rst:542
msgid "Open http://localhost:5000 and register"
msgstr ""
#: ../source/installation.rst:435
#: ../source/installation.rst:493
#: ../source/installation.rst:544
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:829
2023-06-18 15:23:33 +02:00
msgid "To set admin rights to the newly created account, use the following command line:"
msgstr ""
#: ../source/installation.rst:442
#: ../source/installation.rst:500
#: ../source/installation.rst:551
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:836
2023-06-18 15:23:33 +02:00
msgid "If the user account is inactive, it activates it."
msgstr ""
#: ../source/installation.rst:445
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:594
2023-06-18 15:23:33 +02:00
msgid "From sources"
msgstr ""
#: ../source/installation.rst:0
msgid "Since **FitTrackee** 0.2.1, Python packages installation needs Poetry."
msgstr ""
#: ../source/installation.rst:0
msgid "For more information, see `Poetry Documentation <https://python-poetry.org/docs/#installation>`__"
msgstr ""
#: ../source/installation.rst:0
msgid "To keep virtualenv in project directory, update Poetry configuration."
msgstr ""
#: ../source/installation.rst:459
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:597
2023-06-18 15:23:33 +02:00
msgid "Dev environment"
msgstr ""
#: ../source/installation.rst:461
msgid "Clone this repo:"
msgstr ""
#: ../source/installation.rst:468
#: ../source/installation.rst:517
msgid "Create **.env** from example and update it (see `Environment variables <installation.html#environment-variables>`__)."
msgstr ""
#: ../source/installation.rst:471
msgid "Install Python virtualenv, Vue and all related packages and initialize the database:"
msgstr ""
#: ../source/installation.rst:479
msgid "Start the server and the client:"
msgstr ""
#: ../source/installation.rst:485
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:625
2023-06-18 15:23:33 +02:00
msgid "Run dramatiq workers:"
msgstr ""
#: ../source/installation.rst:491
msgid "Open http://localhost:3000 and register"
msgstr ""
#: ../source/installation.rst:503
msgid "Production environment"
msgstr ""
#: ../source/installation.rst:0
msgid "Note that FitTrackee is under heavy development, some features may be unstable."
msgstr ""
#: ../source/installation.rst:508
2023-07-22 11:36:39 +02:00
msgid "Download the last release (for now, it is the release v0.7.20):"
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../source/installation.rst:520
msgid "Install Python virtualenv and all related packages:"
msgstr ""
#: ../source/installation.rst:526
msgid "Initialize the database (**after updating** ``db/create.sql`` **to change database credentials**):"
msgstr ""
#: ../source/installation.rst:533
msgid "Start the server and dramatiq workers:"
msgstr ""
#: ../source/installation.rst:540
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:668
2023-06-18 15:23:33 +02:00
msgid "If email sending is disabled: ``$ make run-server``"
msgstr ""
#: ../source/installation.rst:554
msgid "Upgrade"
msgstr ""
#: ../source/installation.rst:0
msgid "Before upgrading, make a backup of all data:"
msgstr ""
#: ../source/installation.rst:0
msgid "- database (with `pg_dump <https://www.postgresql.org/docs/11/app-pgdump.html>`__ for instance)"
msgstr ""
#: ../source/installation.rst:0
msgid "- upload directory (see `Environment variables <installation.html#environment-variables>`__)"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:563
msgid "For now, releases do not follow `semantic versioning <https://semver.org>`__). Any version may contain backward-incompatible changes."
msgstr ""
#: ../source/installation.rst:569
2023-06-18 15:23:33 +02:00
msgid "Stop the application and activate the virtualenv"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:571
2023-06-18 15:23:33 +02:00
msgid "Upgrade with pip"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:577
2023-06-18 15:23:33 +02:00
msgid "Update environment variables if needed and source environment variables file"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:584
#: ../source/installation.rst:613
#: ../source/installation.rst:655
2023-06-18 15:23:33 +02:00
msgid "Upgrade database if needed (see changelog for migrations):"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:590
2023-06-18 15:23:33 +02:00
msgid "Restart the application and task queue workers (if email sending is enabled)."
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:599
2023-06-18 15:23:33 +02:00
msgid "Stop the application and pull the repository:"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:605
#: ../source/installation.rst:647
2023-06-18 15:23:33 +02:00
msgid "Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__)."
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:607
#: ../source/installation.rst:649
2023-06-18 15:23:33 +02:00
msgid "Upgrade packages:"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:619
2023-06-18 15:23:33 +02:00
msgid "Restart the server:"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:632
2023-06-18 15:23:33 +02:00
msgid "Prod environment"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:634
2023-06-18 15:23:33 +02:00
msgid "Stop the application"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:636
2023-06-18 15:23:33 +02:00
msgid "Change to the directory where FitTrackee directory is located"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:638
2023-07-22 11:36:39 +02:00
msgid "Download the last release (for now, it is the release v0.7.20) and overwrite existing files:"
2023-06-18 15:23:33 +02:00
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:661
2023-06-18 15:23:33 +02:00
msgid "Restart the server and dramatiq workers:"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:671
2023-06-18 15:23:33 +02:00
msgid "Deployment"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:673
2023-06-18 15:23:33 +02:00
msgid "There are several ways to start **FitTrackee** web application and task queue library. One way is to use a **systemd** services and **Nginx** to proxy pass to **Gunicorn**."
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:677
2023-06-18 15:23:33 +02:00
msgid "Examples (to adapt depending on your instance configuration and operating system):"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:679
2023-06-18 15:23:33 +02:00
msgid "for application: ``fittrackee.service``"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:719
2023-06-18 15:23:33 +02:00
msgid "To handle large files, a higher value for `timeout <https://docs.gunicorn.org/en/stable/settings.html#timeout>`__ can be set."
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:722
2023-06-18 15:23:33 +02:00
msgid "More information on deployment with Gunicorn in its `documentation <https://docs.gunicorn.org/en/stable/deploy.html>`__."
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:724
2023-06-18 15:23:33 +02:00
msgid "for task queue workers: ``fittrackee_workers.service``"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:759
2023-06-18 15:23:33 +02:00
msgid "**Nginx** configuration:"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:797
2023-06-18 15:23:33 +02:00
msgid "If needed, update configuration to handle larger files (see `client_max_body_size <https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size>`_)."
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:801
2023-06-18 15:23:33 +02:00
msgid "Docker"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:808
2023-06-18 15:23:33 +02:00
msgid "For evaluation purposes, docker files are available, installing **FitTrackee** from **sources**."
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:810
2023-06-18 15:23:33 +02:00
msgid "To install **FitTrackee**:"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:819
2023-06-18 15:23:33 +02:00
msgid "To initialise database:"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:825
2023-06-18 15:23:33 +02:00
msgid "Open http://localhost:5000 and register."
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:827
2023-06-18 15:23:33 +02:00
msgid "Open http://localhost:8025 to access `MailHog interface <https://github.com/mailhog/MailHog>`_ (email testing tool)"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:838
2023-06-18 15:23:33 +02:00
msgid "To stop **Fittrackee**:"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:844
2023-06-18 15:23:33 +02:00
msgid "To start **Fittrackee** (application and dramatiq workers):"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:851
2023-06-18 15:23:33 +02:00
msgid "To run shell inside **Fittrackee** container:"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:859
2023-06-18 15:23:33 +02:00
msgid "Development"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:863
2023-06-18 15:23:33 +02:00
msgid "an additional step is needed to install ``fittrackee_client``"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:869
2023-06-18 15:23:33 +02:00
msgid "to start **FitTrackee** with client dev tools:"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:875
2023-06-18 15:23:33 +02:00
msgid "Open http://localhost:3000"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:878
2023-06-18 15:23:33 +02:00
msgid "Some environment variables need to be updated like ``UI_URL``"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:880
2023-06-18 15:23:33 +02:00
msgid "to run lint or tests:"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:891
2023-06-18 15:23:33 +02:00
msgid "Yunohost"
msgstr ""
2023-06-25 14:00:35 +02:00
#: ../source/installation.rst:893
2023-06-18 15:23:33 +02:00
msgid "A package is available, see https://github.com/YunoHost-Apps/fittrackee_ynh."
msgstr ""
#: ../source/oauth.rst:2
msgid "OAuth 2.0"
msgstr ""
#: ../source/oauth.rst:3
msgid "(*new in 0.7.0*)"
msgstr ""
#: ../source/oauth.rst:5
msgid "FitTrackee provides a REST API (see `documentation <api/index.html>`__) whose most endpoints require authentication/authorization."
msgstr ""
#: ../source/oauth.rst:8
msgid "To allow a third-party application to interact with API endpoints, an `OAuth2 <https://datatracker.ietf.org/doc/html/rfc6749>`_ client can be created in user settings ('apps' tab)."
msgstr ""
#: ../source/oauth.rst:13
msgid "OAuth2 endpoints requiring authentication are not accessible by third-party applications (`documentation <api/oauth2.html>`__), only by FitTrackee client (first-party application)."
msgstr ""
#: ../source/oauth.rst:17
msgid "FitTrackee supports only `Authorization Code <https://datatracker.ietf.org/doc/html/rfc6749#section-1.3.1>`_ flow (with `PKCE <https://datatracker.ietf.org/doc/html/rfc7636>`_ support). It allows to exchange an authorization code for an access token. The client ID and secret must be sent in the POST body. It is recommended to use PKCE to provide a better security."
msgstr ""
#: ../source/oauth.rst:24
msgid "Scopes"
msgstr ""
#: ../source/oauth.rst:26
msgid "The following scopes are available:"
msgstr ""
#: ../source/oauth.rst:28
msgid "``application:write``: grants write access to application configuration (only for users with administration rights),"
msgstr ""
#: ../source/oauth.rst:29
msgid "``profile:read``: grants read access to auth endpoints,"
msgstr ""
#: ../source/oauth.rst:30
msgid "``profile:write``: grants write access to auth endpoints,"
msgstr ""
#: ../source/oauth.rst:31
msgid "``users:read``: grants read access to users endpoints,"
msgstr ""
#: ../source/oauth.rst:32
msgid "``users:write``: grants write access to users endpoints,"
msgstr ""
#: ../source/oauth.rst:33
msgid "``workouts:read``: grants read access to workouts-related endpoints,"
msgstr ""
#: ../source/oauth.rst:34
msgid "``workouts:write``: grants write access to workouts-related endpoints."
msgstr ""
#: ../source/oauth.rst:38
msgid "Flow"
msgstr ""
#: ../source/oauth.rst:40
msgid "The user creates an App (client) on FitTrackee for a third-party application."
msgstr ""
#: ../source/oauth.rst:0
msgid "OAuth2 client creation on FitTrackee"
msgstr ""
#: ../source/oauth.rst:0
msgid "After registration, the client id and secret are shown."
msgstr ""
#: ../source/oauth.rst:0
msgid "They must be stored in the 3rd-party application by the user."
msgstr ""
#: ../source/oauth.rst:0
msgid "The 3rd-party app needs to redirect to FitTrackee, in order for the user to authorize the 3rd-party app to access user data on FitTrackee."
msgstr ""
#: ../source/oauth.rst:0
msgid "App authorization on FitTrackee"
msgstr ""
#: ../source/oauth.rst:0
msgid "The authorization URL is ``https://<FITTRACKEE_HOST>/profile/apps/authorize``."
msgstr ""
#: ../source/oauth.rst:0
msgid "The required parameters are:"
msgstr ""
#: ../source/oauth.rst:56
msgid "``client_id``: the client id displayed after registration"
msgstr ""
#: ../source/oauth.rst:57
msgid "``response_type``: ``code``, since FitTrackee only supports Authorization Code flow."
msgstr ""
#: ../source/oauth.rst:58
msgid "``scope``: scopes separated with space."
msgstr ""
#: ../source/oauth.rst:0
msgid "and optional parameters:"
msgstr ""
#: ../source/oauth.rst:62
msgid "``state``: unique value to prevent cross-site request forgery"
msgstr ""
#: ../source/oauth.rst:0
msgid "For PKCE, the following parameters are mandatory:"
msgstr ""
#: ../source/oauth.rst:66
msgid "``code_challenge``: string generated from a code verifier"
msgstr ""
#: ../source/oauth.rst:67
msgid "``code_challenge_method``: method used to create challenge, for instance \"S256\""
msgstr ""
#: ../source/oauth.rst:0
msgid "Example for PKCE:"
msgstr ""
#: ../source/oauth.rst:0
msgid "``https://<FITTRACKEE_HOST>/profile/apps/authorize?response_type=code&client_id=<CLIENT_ID>&scope=profile%3Aread+workouts%3Awrite&state=<STATE>&code_challenge=<CODE_CHALLENGE>&code_challenge_method=S256``"
msgstr ""
#: ../source/oauth.rst:0
msgid "After the authorization, FitTrackee redirects to the 3rd-party app, so the 3rd-party app can get the authorization code from the redirect URL and then fetches an access token with the client id and secret (endpoint `/api/oauth/token <https://samr1.github.io/FitTrackee/api/oauth2.html#post--api-oauth-token>`_)."
msgstr ""
#: ../source/oauth.rst:0
msgid "Example of a redirect URL:"
msgstr ""
#: ../source/oauth.rst:0
msgid "``https://example.com/callback?code=<AUTHORIZATION_CODE>&state=<STATE>``"
msgstr ""
#: ../source/oauth.rst:79
msgid "OAuth2 support is implemented with `Authlib <https://docs.authlib.org/en/latest/>`_ library."
msgstr ""
#: ../source/oauth.rst:0
msgid "If FitTrackee is running behind a proxy, the ``X-Forwarded-Proto`` header must be set."
msgstr ""
#: ../source/oauth.rst:0
msgid "For instance for ``nginx``:"
msgstr ""
#: ../source/oauth.rst:90
msgid "Resources"
msgstr ""
#: ../source/oauth.rst:92
msgid "Some resources about OAuth 2.0:"
msgstr ""
#: ../source/oauth.rst:94
msgid "`OAuth 2.0 Simplified <https://www.oauth.com>`_ by `Aaron Parecki <https://aaronparecki.com>`_ (example for `authorization code flow with PKCE <https://www.oauth.com/oauth2-servers/server-side-apps/example-flow/>`_)"
msgstr ""
#: ../source/oauth.rst:95
msgid "`Web App Example of OAuth 2 web application flow <https://requests-oauthlib.readthedocs.io/en/latest/examples/real_world_example.html>`_ with Requests-OAuthlib (python)"
msgstr ""
#: ../source/oauth.rst:96
msgid "`OAuth 2 Session <https://docs.authlib.org/en/latest/client/oauth2.html#oauth-2-session>`_ with Authlib (python)"
msgstr ""
#: ../source/oauth.rst:97
msgid "`Minimal example of an application interacting with FitTrackee <https://codeberg.org/SamR1/ft-oauth-client>`_ (python)"
msgstr ""
#: ../source/third_party_tools.rst:2
msgid "Third-party tools"
msgstr ""
#: ../source/third_party_tools.rst:4
msgid "Thanks to the contributors, the following tools are available:"
msgstr ""
#: ../source/third_party_tools.rst:6
msgid "`strava-to-fittrackee <https://github.com/jat255/strava-to-fittrackee>`_ (import workouts from a Strava account)"
msgstr ""
#: ../source/third_party_tools.rst:7
msgid "`FitTrackee Uploader <https://github.com/ebrithiljonas/fittrackee-uploader>`_ (upload .gpx and .fit files)"
msgstr ""
#: ../source/troubleshooting/administrator.rst:2
msgid "Administrator"
msgstr ""
#: ../source/troubleshooting/administrator.rst:6
msgid "`FitTrackee fails to start`"
msgstr ""
#: ../source/troubleshooting/administrator.rst:8
msgid "Check the database URL in `environment variables <../installation.html#envvar-DATABASE_URL>`__ if the following error is displayed in **gunicorn** logs:"
msgstr ""
#: ../source/troubleshooting/administrator.rst:14
2023-06-21 19:45:47 +02:00
msgid "The variable ``DATABASE_URL`` must start with ``postgresql://` (engine URLs starting with ``postgres://`` are no longer supported)."
2023-06-18 15:23:33 +02:00
msgstr ""
#: ../source/troubleshooting/administrator.rst:16
msgid "Check the email URL in `environment variables <../installation.html#envvar-EMAIL_URL>`__ if the following error is displayed in **gunicorn** logs:"
msgstr ""
#: ../source/troubleshooting/administrator.rst:22
msgid "A valid ``EMAIL_URL`` must be provided (see `emails <../installation.html#emails>`__)."
msgstr ""
#: ../source/troubleshooting/administrator.rst:26
msgid "`Map images are not displayed but map is shown in Workout detail`"
msgstr ""
#: ../source/troubleshooting/administrator.rst:28
msgid "Check the path in `environment variables <../installation.html#envvar-UPLOAD_FOLDER>`__. ``UPLOAD_FOLDER`` must be set with an absolute path."
msgstr ""
#: ../source/troubleshooting/administrator.rst:32
msgid "`Failed to upload or download files`"
msgstr ""
#: ../source/troubleshooting/administrator.rst:34
msgid "Check ``client_max_body_size`` in **nginx** config. Increase the value to handle larger files (see **nginx** `documentation <https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size>`_)."
msgstr ""
#: ../source/troubleshooting/administrator.rst:36
msgid "Increase **gunicorn** `timeout <https://docs.gunicorn.org/en/stable/settings.html#timeout>`__ value if the following error is displayed in gunicorn log: ``[CRITICAL] WORKER TIMEOUT``."
msgstr ""
#: ../source/troubleshooting/index.rst:2
msgid "Troubleshooting"
msgstr ""