Skip to content

translate: Updates for project authentik and language pt#18437

Merged
authentik-automation[bot] merged 1 commit intomainfrom
translations_dece3445d39f49129db9a38c74f25cbf_pt
Nov 28, 2025
Merged

translate: Updates for project authentik and language pt#18437
authentik-automation[bot] merged 1 commit intomainfrom
translations_dece3445d39f49129db9a38c74f25cbf_pt

Conversation

@transifex-integration
Copy link
Contributor

The following localization files have been updated:

Details

Parameter Value
Transifex Project authentik
Grouping Language

Files

Source File Translation File Resource Language Type Mode
locale/en/LC_MESSAGES/django.po locale/pt/LC_MESSAGES/django.po locale..LC_MESSAGES/django.po (main) pt TRANSLATION default

91% of minimum 60% translated source file: 'django.po'
on 'pt'.

Sync of partially translated files: 
untranslated content is included with an empty translation 
or source language content depending on file format
@transifex-integration transifex-integration bot requested review from a team as code owners November 28, 2025 17:46
@github-actions
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 added the dependencies Pull requests that update a dependency file label Nov 28, 2025
@authentik-automation authentik-automation bot changed the title translate: Updates for project authentik and language pt translate: translate: Updates for project authentik and language pt Nov 28, 2025
@authentik-automation authentik-automation bot enabled auto-merge (squash) November 28, 2025 17:46
@rissson rissson changed the title translate: translate: Updates for project authentik and language pt translate: Updates for project authentik and language pt Nov 28, 2025
@codecov
Copy link

codecov bot commented Nov 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.94%. Comparing base (f1a1f32) to head (7b3e7d5).
⚠️ Report is 10 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18437      +/-   ##
==========================================
- Coverage   92.99%   92.94%   -0.05%     
==========================================
  Files         902      902              
  Lines       49363    49363              
==========================================
- Hits        45906    45882      -24     
- Misses       3457     3481      +24     
Flag Coverage Δ
e2e 45.40% <ø> (+<0.01%) ⬆️
integration 23.03% <ø> (-0.06%) ⬇️
unit 91.15% <ø> (+<0.01%) ⬆️
unit-migrate 91.20% <ø> (+<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.

@netlify
Copy link

netlify bot commented Nov 28, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 7b3e7d5
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6929dfee081e810008f41e8c

@netlify
Copy link

netlify bot commented Nov 28, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 7b3e7d5
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6929dfeeeb12cb00086a6d19
😎 Deploy Preview https://deploy-preview-18437--authentik-docs.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 project configuration.

@netlify
Copy link

netlify bot commented Nov 28, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 7b3e7d5
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6929dfeeeb12cb00086a6d1d

@authentik-automation authentik-automation bot merged commit be90f63 into main Nov 28, 2025
100 checks passed
@authentik-automation authentik-automation bot deleted the translations_dece3445d39f49129db9a38c74f25cbf_pt branch November 28, 2025 18:18
@github-actions
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-7b3e7d547ae6a31dcc942be43f10879e716cbe3e
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-7b3e7d547ae6a31dcc942be43f10879e716cbe3e

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

kensternberg-authentik added a commit that referenced this pull request Dec 11, 2025
* main: (53 commits)
  core, web: update translations (#18380)
  web: re-add en.xlf locale (#18469)
  stages/user_write: Fix user attributes are not sanitized under certains conditions (#17890)
  providers/scim: compare users/groups before sending update request (#18456)
  enterprise/endpoints/connectors/agent: fix Apple JWE encryption when FIPS is enabled (#18464)
  website: bump @types/react from 19.2.6 to 19.2.7 in /website (#18357)
  core: bump goauthentik/fips-debian from `ac4c80b` to `de70579` (#18419)
  core: bump github.com/getsentry/sentry-go from 0.39.0 to 0.40.0 (#18416)
  website: bump prettier-plugin-packagejson from 2.5.19 to 2.5.20 in /website (#18460)
  core: bump goauthentik.io/api/v3 from 3.2025120.7 to 3.2025120.11 (#18461)
  website/integrations: add GLPI (#17937)
  website/integrations: small fixes (#18423)
  enterprise: Apple Platform SSO (#15318)
  crypto: only generate managed keypair if non-existent (#18457)
  ci: remove translation-rename (#18444)
  translate: Updates for project authentik and language tr (#18438)
  translate: Updates for project authentik and language fr (#18431)
  translate: Updates for project authentik and language ru (#18442)
  translate: Updates for project authentik and language cs_CZ (#18443)
  translate: Updates for project authentik and language pt (#18437)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant