update translations

This commit is contained in:
Eduardo Silva
2026-03-12 11:10:46 -03:00
parent 38246ddaa2
commit 4bc1818e6a
12 changed files with 701 additions and 915 deletions

View File

@@ -14,10 +14,7 @@ class AuthMethod(models.Model):
))
# TOTP-specific fields
totp_secret = models.CharField(
max_length=255, blank=True,
help_text="Shared/global TOTP secret key"
)
totp_secret = models.CharField(max_length=255, blank=True, help_text=_("Shared/global TOTP secret key"))
# OIDC-specific fields
oidc_provider = models.CharField(max_length=64, blank=True)