authentik icon indicating copy to clipboard operation
authentik copied to clipboard

translate: Updates for file web/xliff/en.xlf in fr

Open transifex-integration[bot] opened this issue 1 year ago • 5 comments

The following localization files have been updated:

Parameter Value
Source File web/xliff/en.xlf
Translation File web/xliff/fr.xlf
Language Code fr
Transifex Project authentik
Transifex Resource web/xliff/en.xlf (main)
Transifex Event translated

authentik translations instructions

Thanks for your pull request!

authentik translations are handled using Transifex. Please edit translations over there and they'll be included automatically.

github-actions[bot] avatar Sep 09 '24 10:09 github-actions[bot]

Deploy Preview for authentik-storybook ready!

Name Link
Latest commit f0a9c1f8f59f437aa441e34d313fd6ae47aed7c0
Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/66dec93f5cc9ab0008bf67a7
Deploy Preview https://deploy-preview-11293--authentik-storybook.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Sep 09 '24 10:09 netlify[bot]

Deploy Preview for authentik-docs canceled.

Name Link
Latest commit f0a9c1f8f59f437aa441e34d313fd6ae47aed7c0
Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/66dec93f6a3eb200089f54c9

netlify[bot] avatar Sep 09 '24 10:09 netlify[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.66%. Comparing base (b0e5d59) to head (f0a9c1f). Report is 10 commits behind head on main.

:white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11293      +/-   ##
==========================================
- Coverage   92.74%   92.66%   -0.08%     
==========================================
  Files         736      736              
  Lines       36460    36460              
==========================================
- Hits        33815    33787      -28     
- Misses       2645     2673      +28     
Flag Coverage Δ
e2e 49.15% <ø> (-0.11%) :arrow_down:
integration 24.98% <ø> (ø)
unit 90.21% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Sep 09 '24 10:09 codecov[bot]

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-f0a9c1f8f59f437aa441e34d313fd6ae47aed7c0
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

For arm64, use these values:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-f0a9c1f8f59f437aa441e34d313fd6ae47aed7c0-arm64
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-f0a9c1f8f59f437aa441e34d313fd6ae47aed7c0

For arm64, use these values:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-f0a9c1f8f59f437aa441e34d313fd6ae47aed7c0-arm64

Afterwards, run the upgrade commands from the latest release notes.

github-actions[bot] avatar Sep 09 '24 10:09 github-actions[bot]