Skip to content

translate: Updates for file locale/en/LC_MESSAGES/django.po in ru#9611

Merged
authentik-automation[bot] merged 5 commits intomainfrom
translations_locale-en-lc-messages-django-po--main_ru
May 7, 2024
Merged

translate: Updates for file locale/en/LC_MESSAGES/django.po in ru#9611
authentik-automation[bot] merged 5 commits intomainfrom
translations_locale-en-lc-messages-django-po--main_ru

Conversation

@transifex-integration
Copy link
Contributor

The following localization files have been updated:

Parameter Value
Source File locale/en/LC_MESSAGES/django.po
Translation File locale/ru/LC_MESSAGES/django.po
Language Code ru
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 'ru'.
@transifex-integration transifex-integration bot requested review from a team as code owners May 6, 2024 17:48
@netlify
Copy link

netlify bot commented May 6, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit af1d13e
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/66395c417beb8200081960bb

@netlify
Copy link

netlify bot commented May 6, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit af1d13e
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/66395c41e2a8e30008b36c49

@github-actions
Copy link
Contributor

github-actions bot commented May 6, 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.

@authentik-automation authentik-automation bot changed the title Updates for file locale/en/LC_MESSAGES/django.po in ru translate: Updates for file locale/en/LC_MESSAGES/django.po in ru May 6, 2024
@authentik-automation authentik-automation bot enabled auto-merge (squash) May 6, 2024 17:49
@codecov
Copy link

codecov bot commented May 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.50%. Comparing base (a0a6170) to head (af1d13e).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9611   +/-   ##
=======================================
  Coverage   92.49%   92.50%           
=======================================
  Files         669      669           
  Lines       32899    32899           
=======================================
+ Hits        30431    30434    +3     
+ Misses       2468     2465    -3     
Flag Coverage Δ
e2e 50.56% <ø> (+<0.01%) ⬆️
integration 25.92% <ø> (ø)
unit 89.79% <ø> (+<0.01%) ⬆️

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
Contributor

github-actions bot commented May 6, 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-af1d13ee2f64a29074bc5a053c3c7ec6e80eeddf
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-af1d13ee2f64a29074bc5a053c3c7ec6e80eeddf-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-af1d13ee2f64a29074bc5a053c3c7ec6e80eeddf

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-af1d13ee2f64a29074bc5a053c3c7ec6e80eeddf-arm64

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

100% translated source file: 'locale/en/LC_MESSAGES/django.po'
on 'ru'.
100% translated source file: 'locale/en/LC_MESSAGES/django.po'
on 'ru'.
100% translated source file: 'locale/en/LC_MESSAGES/django.po'
on 'ru'.
100% translated source file: 'locale/en/LC_MESSAGES/django.po'
on 'ru'.
@authentik-automation authentik-automation bot merged commit f52dec4 into main May 7, 2024
@authentik-automation authentik-automation bot deleted the translations_locale-en-lc-messages-django-po--main_ru branch May 7, 2024 10:21
kensternberg-authentik added a commit that referenced this pull request May 8, 2024
* main: (42 commits)
  website/docs: prepare 2024.4.2 release notes (#9555)
  web: bump the esbuild group in /web with 2 updates (#9616)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in ru (#9611)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#9560)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#9563)
  ci: bump golangci/golangci-lint-action from 5 to 6 (#9615)
  web: bump esbuild from 0.20.2 to 0.21.0 in /web (#9617)
  core: bump cryptography from 42.0.6 to 42.0.7 (#9618)
  core: bump sentry-sdk from 2.0.1 to 2.1.1 (#9619)
  core: bump django from 5.0.4 to 5.0.5 (#9620)
  core, web: update translations (#9613)
  website/docs: move Sources from Integrations into Docs (#9515)
  website/docs: add procedurals to flow inspector docs (#9556)
  core: bump jinja2 from 3.1.3 to 3.1.4 (#9610)
  web: clean up the options rendering in PromptForm (#9564)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in ru (#9608)
  website/docs: add instructions for deploying radius manually with docker compose (#9605)
  sources/scim: fix duplicate groups and invalid schema (#9466)
  core: fix condition in task clean_expiring_models (#9603)
  translate: Updates for file web/xliff/en.xlf in fr (#9600)
  ...
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