towerops/priv/gettext/admin.pot
Graham McIntire ade7e2fe15
fix: correct mail adapter message interpolation in login page
Fixes fragmented translation that displayed raw '%{link}' placeholder text
instead of properly interpolated link in development mail adapter notice.

Changes:
- Consolidate separate translation calls into single interpolated string
- Use raw() helper to safely inject HTML link into translated text
- Update Spanish translation to include %{link} placeholder
- Extract updated translations with mix gettext.extract

Before: "To see sent emails, visit %{link}. the mailbox page."
After: "To see sent emails, visit the mailbox page." (with proper link)
2026-03-05 13:32:34 -06:00

50 lines
1.3 KiB
Text

## This file is a PO Template file.
##
## `msgid`s here are often extracted from source code.
## Add new translations manually only if they're dynamic
## translations that can't be statically extracted.
##
## Run `mix gettext.extract` to bring this file up to
## date. Leave `msgstr`s empty as changing them here has no
## effect: edit them in PO (.po) files instead.
##
## Domain: admin
## Purpose: Admin-specific features, impersonation, GeoIP, audit logs
msgid ""
msgstr ""
"Language: en\n"
#: lib/towerops_web/live/admin/org_live/index.ex:33
#, elixir-autogen, elixir-format
msgid "Failed to delete organization"
msgstr ""
#: lib/towerops_web/live/admin/user_live/index.ex:57
#, elixir-autogen, elixir-format
msgid "Failed to delete user"
msgstr ""
#: lib/towerops_web/user_auth.ex:876
#, elixir-autogen, elixir-format
msgid "Now impersonating %{email}"
msgstr ""
#: lib/towerops_web/live/admin/org_live/index.ex:29
#, elixir-autogen, elixir-format
msgid "Organization deleted successfully"
msgstr ""
#: lib/towerops_web/user_auth.ex:909
#, elixir-autogen, elixir-format
msgid "Stopped impersonating"
msgstr ""
#: lib/towerops_web/live/admin/user_live/index.ex:53
#, elixir-autogen, elixir-format
msgid "User deleted successfully"
msgstr ""
#: lib/towerops_web/user_auth.ex:854
#, elixir-autogen, elixir-format
msgid "You cannot impersonate yourself."
msgstr ""