Skip to content

translate: Updates for file web/xliff/en.xlf in zh_CN#9645

Merged
authentik-automation[bot] merged 2 commits intomainfrom
translations_c2121861c815af81d0bc88d61b4a85fe_zh_CN
May 8, 2024
Merged

translate: Updates for file web/xliff/en.xlf in zh_CN#9645
authentik-automation[bot] merged 2 commits intomainfrom
translations_c2121861c815af81d0bc88d61b4a85fe_zh_CN

Conversation

@transifex-integration
Copy link
Copy Markdown
Contributor

The following localization files have been updated:

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

100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
@transifex-integration transifex-integration bot requested a review from a team as a code owner May 8, 2024 18:30
@authentik-automation authentik-automation bot changed the title Updates for file web/xliff/en.xlf in zh_CN translate: Updates for file web/xliff/en.xlf in zh_CN May 8, 2024
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented May 8, 2024

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.

@netlify
Copy link
Copy Markdown

netlify bot commented May 8, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 982b4d2
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/663bc50b18d4120009e0847a

@netlify
Copy link
Copy Markdown

netlify bot commented May 8, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 982b4d2
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/663bc50bc46f010009c1af8d
😎 Deploy Preview https://deploy-preview-9645--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) May 8, 2024 18:30
100% translated source file: 'web/xliff/en.xlf'
on 'zh_CN'.
@codecov
Copy link
Copy Markdown

codecov bot commented May 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.17%. Comparing base (04d613d) to head (982b4d2).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9645      +/-   ##
==========================================
- Coverage   92.42%   91.17%   -1.25%     
==========================================
  Files         688      688              
  Lines       33639    33639              
==========================================
- Hits        31090    30671     -419     
- Misses       2549     2968     +419     
Flag Coverage Δ
e2e 50.15% <ø> (+0.01%) ⬆️
integration ?
unit 89.79% <ø> (ø)

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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented May 8, 2024

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-982b4d2fd654064d2659e22471f6ccaae2530abc
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-982b4d2fd654064d2659e22471f6ccaae2530abc-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-982b4d2fd654064d2659e22471f6ccaae2530abc

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-982b4d2fd654064d2659e22471f6ccaae2530abc-arm64

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

@authentik-automation authentik-automation bot merged commit 5683c81 into main May 8, 2024
@authentik-automation authentik-automation bot deleted the translations_c2121861c815af81d0bc88d61b4a85fe_zh_CN branch May 8, 2024 21:27
kensternberg-authentik added a commit that referenced this pull request May 10, 2024
* main:
  web: bump API Client version (#9656)
  enterprise/providers/microsoft_entra: initial account sync to microsoft entra (#9632)
  web: bump chromedriver from 124.0.1 to 124.0.2 in /tests/wdio (#9652)
  web: bump @sentry/browser from 7.113.0 to 7.114.0 in /web in the sentry group (#9653)
  core, web: update translations (#9650)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#9644)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#9646)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#9645)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#9647)
kensternberg-authentik added a commit that referenced this pull request May 10, 2024
* dev: (74 commits)
  website/docs: add hardening advice and link directly to Cure53 results (#9670)
  core: bump goauthentik.io/api/v3 from 3.2024042.2 to 3.2024042.4 (#9674)
  core: bump ruff from 0.4.3 to 0.4.4 (#9677)
  core: bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 (#9675)
  web: bump glob from 10.3.12 to 10.3.14 in /web (#9676)
  lib/providers/sync: multiple minor fixes (#9667)
  core: fix source flow_manager not always appending save stage (#9659)
  web: bump API Client version (#9660)
  web/admin: only show non-backchannel providers in application provider select (#9658)
  website/docs: add new doc about extra steps for hardening authentik (#9649)
  web: bump API Client version (#9656)
  enterprise/providers/microsoft_entra: initial account sync to microsoft entra (#9632)
  web: bump chromedriver from 124.0.1 to 124.0.2 in /tests/wdio (#9652)
  web: bump @sentry/browser from 7.113.0 to 7.114.0 in /web in the sentry group (#9653)
  core, web: update translations (#9650)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#9644)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#9646)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#9645)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#9647)
  core, web: update translations (#9633)
  ...
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