Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

transifex-integration[bot]
Copy link
Contributor

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

100% translated source file: 'django.po'
on 'zh-Hans'.
Copy link
Contributor

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.

@authentik-automation authentik-automation bot changed the title Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans Sep 26, 2024
@authentik-automation authentik-automation bot enabled auto-merge (squash) September 26, 2024 06:36
Copy link

netlify bot commented Sep 26, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 9639ce5
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/66f500bf4460990008020e49

Copy link

netlify bot commented Sep 26, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 9639ce5
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/66f500bf41ba5900088312e5
😎 Deploy Preview https://deploy-preview-11519--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.

Copy link

codecov bot commented Sep 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.74%. Comparing base (004fb10) to head (9639ce5).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11519      +/-   ##
==========================================
- Coverage   92.75%   92.74%   -0.01%     
==========================================
  Files         736      736              
  Lines       36510    36510              
==========================================
- Hits        33864    33863       -1     
- Misses       2646     2647       +1     
Flag Coverage Δ
e2e 49.27% <ø> (-0.01%) ⬇️
integration 24.98% <ø> (ø)
unit 90.25% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

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-9639ce51bf46c51f3edd972d1ae2d89f51e81574
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-9639ce51bf46c51f3edd972d1ae2d89f51e81574-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-9639ce51bf46c51f3edd972d1ae2d89f51e81574

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-9639ce51bf46c51f3edd972d1ae2d89f51e81574-arm64

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

@authentik-automation authentik-automation bot merged commit c958df9 into main Sep 26, 2024
72 checks passed
@authentik-automation authentik-automation bot deleted the translations_locale-en-lc-messages-django-po--main_zh-Hans branch September 26, 2024 12:02
kensternberg-authentik added a commit that referenced this pull request Sep 26, 2024
* main:
  providers/oauth2: add indexes on tokens (#11524)
  website/scripts/docsmg: final version (#11501)
  web: bump ts-pattern from 5.3.1 to 5.4.0 in /web (#11512)
  web: bump @sentry/browser from 8.31.0 to 8.32.0 in /web in the sentry group across 1 directory (#11510)
  web: bump @types/node from 22.7.0 to 22.7.2 in /web (#11511)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#11516)
  web: bump @types/jquery from 3.5.30 to 3.5.31 in /web (#11513)
  web: bump @types/jquery from 3.5.30 to 3.5.31 in /web/sfe (#11514)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#11517)
  core: bump twilio from 9.3.1 to 9.3.2 (#11515)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#11518)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#11519)
  website: bump @types/react from 18.3.8 to 18.3.9 in /website (#11502)
  core: bump debugpy from 1.8.5 to 1.8.6 (#11503)
  core: bump google-api-python-client from 2.146.0 to 2.147.0 (#11504)
  web: bump @types/node from 22.6.1 to 22.7.0 in /web (#11505)
  core, web: update translations (#11500)
  sources/ldap: fix mapping check, fix debug endpoint (#11442)
kensternberg-authentik added a commit that referenced this pull request Sep 26, 2024
* main:
  providers/oauth2: add indexes on tokens (#11524)
  website/scripts/docsmg: final version (#11501)
  web: bump ts-pattern from 5.3.1 to 5.4.0 in /web (#11512)
  web: bump @sentry/browser from 8.31.0 to 8.32.0 in /web in the sentry group across 1 directory (#11510)
  web: bump @types/node from 22.7.0 to 22.7.2 in /web (#11511)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#11516)
  web: bump @types/jquery from 3.5.30 to 3.5.31 in /web (#11513)
  web: bump @types/jquery from 3.5.30 to 3.5.31 in /web/sfe (#11514)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#11517)
  core: bump twilio from 9.3.1 to 9.3.2 (#11515)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#11518)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#11519)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant