authentik icon indicating copy to clipboard operation
authentik copied to clipboard

translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans

Open transifex-integration[bot] opened this issue 1 year ago β€’ 5 comments

The following localization files have been updated:

Parameter Value
Source File locale/en/LC_MESSAGES/django.po
Translation File locale/zh-Hans/LC_MESSAGES/django.po
Language Code zh-Hans
Transifex Project authentik
Transifex Resource locale..LC_MESSAGES/django.po (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 02:09 github-actions[bot]

Deploy Preview for authentik-storybook ready!

Name Link
Latest commit e93ca56d1e5730ebff8332480726b125f1bebcc7
Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/66de618665ee630008e10af6
Deploy Preview https://deploy-preview-11284--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 02:09 netlify[bot]

Deploy Preview for authentik-docs canceled.

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

netlify[bot] avatar Sep 09 '24 02: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 (e93ca56). 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   #11284      +/-   ##
==========================================
- Coverage   92.74%   92.66%   -0.09%     
==========================================
  Files         736      736              
  Lines       36460    36460              
==========================================
- Hits        33815    33785      -30     
- Misses       2645     2675      +30     
Flag Coverage Ξ”
e2e 49.13% <ΓΈ> (-0.12%) :arrow_down:
integration 24.98% <ΓΈ> (ΓΈ)
unit 90.21% <ΓΈ> (-0.01%) :arrow_down:

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 02: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-e93ca56d1e5730ebff8332480726b125f1bebcc7
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-e93ca56d1e5730ebff8332480726b125f1bebcc7-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-e93ca56d1e5730ebff8332480726b125f1bebcc7

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-e93ca56d1e5730ebff8332480726b125f1bebcc7-arm64

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

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