- Update UserNotifier to use t_email() helper for all email content
- Extract 4 email subjects and 4 email bodies to emails domain:
* Update email instructions
* Log in instructions
* Confirmation instructions
* Reset password instructions
- Replace string interpolation with Gettext bindings (%{email}, %{url})
- Auto-populate English translations (msgstr = msgid)
- All emails now ready for future internationalization
First module migration complete per design plan.
88 lines
2.3 KiB
Text
88 lines
2.3 KiB
Text
## "msgid"s in this file come from POT (.pot) files.
|
|
###
|
|
### Do not add, change, or remove "msgid"s manually here as
|
|
### they're tied to the ones in the corresponding POT file
|
|
### (with the same domain).
|
|
###
|
|
### Use "mix gettext.extract --merge" or "mix gettext.merge"
|
|
### to merge POT files into PO files.
|
|
msgid ""
|
|
msgstr ""
|
|
"Language: en\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
#: lib/towerops_web/helpers/time_helpers.ex:123
|
|
#, elixir-autogen, elixir-format
|
|
msgid "%{count}d ago"
|
|
msgid_plural "%{count}d ago"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: lib/towerops_web/helpers/time_helpers.ex:119
|
|
#, elixir-autogen, elixir-format
|
|
msgid "%{count}h ago"
|
|
msgid_plural "%{count}h ago"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: lib/towerops_web/helpers/time_helpers.ex:115
|
|
#, elixir-autogen, elixir-format
|
|
msgid "%{count}m ago"
|
|
msgid_plural "%{count}m ago"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: lib/towerops_web/helpers/time_helpers.ex:127
|
|
#, elixir-autogen, elixir-format
|
|
msgid "%{count}mo ago"
|
|
msgid_plural "%{count}mo ago"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: lib/towerops_web/helpers/time_helpers.ex:111
|
|
#, elixir-autogen, elixir-format
|
|
msgid "%{count}s ago"
|
|
msgid_plural "%{count}s ago"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: lib/towerops_web/helpers/time_helpers.ex:131
|
|
#, elixir-autogen, elixir-format
|
|
msgid "%{count}y ago"
|
|
msgid_plural "%{count}y ago"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: lib/towerops_web/components/core_components.ex:487
|
|
#, elixir-autogen, elixir-format
|
|
msgid "Actions"
|
|
msgstr "Actions"
|
|
|
|
#: lib/towerops_web/components/layouts.ex:552
|
|
#: lib/towerops_web/components/layouts.ex:564
|
|
#, elixir-autogen, elixir-format
|
|
msgid "Attempting to reconnect"
|
|
msgstr "Attempting to reconnect"
|
|
|
|
#: lib/towerops_web/helpers/time_helpers.ex:103
|
|
#: lib/towerops_web/helpers/time_helpers.ex:156
|
|
#: lib/towerops_web/helpers/time_helpers.ex:199
|
|
#: lib/towerops_web/helpers/time_helpers.ex:235
|
|
#, elixir-autogen, elixir-format
|
|
msgid "Never"
|
|
msgstr "Never"
|
|
|
|
#: lib/towerops_web/components/layouts.ex:559
|
|
#, elixir-autogen, elixir-format
|
|
msgid "Something went wrong!"
|
|
msgstr "Something went wrong!"
|
|
|
|
#: lib/towerops_web/components/layouts.ex:547
|
|
#, elixir-autogen, elixir-format
|
|
msgid "We can't find the internet"
|
|
msgstr "We can't find the internet"
|
|
|
|
#: lib/towerops_web/components/core_components.ex:94
|
|
#, elixir-autogen, elixir-format
|
|
msgid "close"
|
|
msgstr "close"
|