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 web/xliff/en.xlf in zh-Hans #11518

Conversation

transifex-integration[bot]
Copy link
Contributor

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

100% translated source file: 'web/xliff/en.xlf'
on 'zh-Hans'.
@transifex-integration transifex-integration bot requested a review from a team as a code owner September 26, 2024 06:35
@authentik-automation authentik-automation bot changed the title Updates for file web/xliff/en.xlf in zh-Hans translate: Updates for file web/xliff/en.xlf in zh-Hans Sep 26, 2024
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 enabled auto-merge (squash) September 26, 2024 06:35
Copy link

netlify bot commented Sep 26, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 80a403e
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/66f500b7af9a6b0008b34d59

Copy link

netlify bot commented Sep 26, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 80a403e
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/66f500b741326800077f229f
😎 Deploy Preview https://deploy-preview-11518--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.75%. Comparing base (004fb10) to head (80a403e).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11518   +/-   ##
=======================================
  Coverage   92.75%   92.75%           
=======================================
  Files         736      736           
  Lines       36510    36510           
=======================================
+ Hits        33864    33865    +1     
+ Misses       2646     2645    -1     
Flag Coverage Δ
e2e 49.28% <ø> (+<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-80a403ee61cfb1816f848c5b767603fff87548ff
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-80a403ee61cfb1816f848c5b767603fff87548ff-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-80a403ee61cfb1816f848c5b767603fff87548ff

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-80a403ee61cfb1816f848c5b767603fff87548ff-arm64

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

@authentik-automation authentik-automation bot merged commit 51065b4 into main Sep 26, 2024
72 checks passed
@authentik-automation authentik-automation bot deleted the translations_c2121861c815af81d0bc88d61b4a85fe_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