authentik icon indicating copy to clipboard operation
authentik copied to clipboard

Updates for file web/xliff/en.xlf in zh-Hans

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

The following localization files have been updated:

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

Deploy Preview for authentik-storybook ready!

Name Link
Latest commit 47190811778969e4dce4050d43df72b12a92ae35
Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6683d30aae7cb30008c07d49
Deploy Preview https://deploy-preview-10293--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 Jun 28 '24 18:06 netlify[bot]

Deploy Preview for authentik-docs canceled.

Name Link
Latest commit 47190811778969e4dce4050d43df72b12a92ae35
Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6683d30a461d4e000864eb44

netlify[bot] avatar Jun 28 '24 18:06 netlify[bot]

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 Jul 01 '24 09:07 github-actions[bot]

Codecov Report

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

Project coverage is 92.63%. Comparing base (dc93a94) to head (4719081). Report is 11 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10293      +/-   ##
==========================================
- Coverage   92.64%   92.63%   -0.02%     
==========================================
  Files         713      713              
  Lines       34978    34978              
==========================================
- Hits        32407    32402       -5     
- Misses       2571     2576       +5     
Flag Coverage Δ
e2e 49.54% <ø> (-0.02%) :arrow_down:
integration 25.38% <ø> (ø)
unit 90.12% <ø> (ø)

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 Jul 01 '24 14:07 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-ghcr.io/goauthentik/dev-server:gh-47190811778969e4dce4050d43df72b12a92ae35
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-ghcr.io/goauthentik/dev-server:gh-47190811778969e4dce4050d43df72b12a92ae35-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
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-ghcr.io/goauthentik/dev-server:gh-47190811778969e4dce4050d43df72b12a92ae35

For arm64, use these values:

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

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

github-actions[bot] avatar Jul 01 '24 15:07 github-actions[bot]