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_CN #10976

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_CN/LC_MESSAGES/django.po
Language Code zh_CN
Transifex Project authentik
Transifex Resource locale..LC_MESSAGES/django.po (main)
Transifex Event translated

100% translated source file: 'locale/en/LC_MESSAGES/django.po'
on 'zh_CN'.
@transifex-integration transifex-integration bot requested review from a team as code owners August 19, 2024 16:18
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_CN translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN Aug 19, 2024
Copy link

netlify bot commented Aug 19, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 21f60f8
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/66c3704c55bb540008a24750

Copy link

netlify bot commented Aug 19, 2024

Deploy Preview for authentik-storybook ready!

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

@authentik-automation authentik-automation bot enabled auto-merge (squash) August 19, 2024 16:18
Copy link

codecov bot commented Aug 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.76%. Comparing base (6a9dcde) to head (21f60f8).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10976      +/-   ##
==========================================
+ Coverage   92.70%   92.76%   +0.06%     
==========================================
  Files         736      736              
  Lines       36360    36360              
==========================================
+ Hits        33706    33730      +24     
+ Misses       2654     2630      -24     
Flag Coverage Δ
e2e 49.28% <ø> (+0.09%) ⬆️
integration 25.05% <ø> (ø)
unit 90.24% <ø> (ø)

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-21f60f885baf5a5c665c6231b446063b172c0e4c
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-21f60f885baf5a5c665c6231b446063b172c0e4c-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-21f60f885baf5a5c665c6231b446063b172c0e4c

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-21f60f885baf5a5c665c6231b446063b172c0e4c-arm64

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

@authentik-automation authentik-automation bot merged commit e2d7c81 into main Aug 20, 2024
71 of 72 checks passed
@authentik-automation authentik-automation bot deleted the translations_locale-en-lc-messages-django-po--main_zh_CN branch August 20, 2024 10:46
kensternberg-authentik added a commit that referenced this pull request Aug 26, 2024
* main: (36 commits)
  website/developer-docs: update index.md (#10958)
  docsmg/README.md: Fix typos (#10956)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#10978)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#10976)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#10977)
  web: bump @patternfly/elements from 3.0.2 to 4.0.0 in /web (#10989)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#10979)
  web: bump the swc group across 2 directories with 11 updates (#10988)
  web: bump typescript-eslint from 8.1.0 to 8.2.0 in /web (#10990)
  web: bump @goauthentik/api from 2024.6.3-1723645891 to 2024.6.3-1723921843 in /web/sfe (#10991)
  providers/saml: fix incorrect migration for sign_response (#10975)
  web: bump rollup from 4.20.0 to 4.21.0 in /web (#10969)
  website/docs: fix formatting on CVE-2024-23647 (#10955)
  core: bump ruff from 0.6.0 to 0.6.1 (#10964)
  rbac: generate blueprint schema permissions from defined models not DB (#10962)
  web: bump the swc group across 2 directories with 11 updates (#10967)
  core: bump goauthentik.io/api/v3 from 3.2024063.11 to 3.2024063.12 (#10963)
  web: bump the rollup group across 1 directory with 3 updates (#10966)
  web: bump esbuild from 0.23.0 to 0.23.1 in /web (#10970)
  web: bump rollup from 4.20.0 to 4.21.0 in /web/sfe (#10971)
  ...
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