Skip to content

Commit

Permalink
fix: add missing authority translation lookups (#1338)
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric authored Jan 25, 2024
1 parent 1907b7a commit 83af592
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 17 deletions.
43 changes: 26 additions & 17 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2022-06-13T10:12:52.361Z\n"
"PO-Revision-Date: 2022-06-13T10:12:52.361Z\n"
"POT-Creation-Date: 2024-01-17T09:36:40.909Z\n"
"PO-Revision-Date: 2024-01-17T09:36:40.909Z\n"

msgid "Yes"
msgstr "Yes"
Expand Down Expand Up @@ -401,6 +401,18 @@ msgstr "Skip data import audit"
msgid "Visualization"
msgstr "Visualization"

msgid "Aggregate data exchange"
msgstr "Aggregate data exchange"

msgid "Event hook"
msgstr "Event hook"

msgid "Route"
msgstr "Route"

msgid "Impersonate user"
msgstr "Impersonate user"

msgid "There was a problem whilst checking the availability of this role name"
msgstr "There was a problem whilst checking the availability of this role name"

Expand Down Expand Up @@ -571,8 +583,12 @@ msgstr "New password"
msgid "Password"
msgstr "Password"

msgid "Minimum 8 characters, one uppercase and lowercase letter and one number"
msgstr "Minimum 8 characters, one uppercase and lowercase letter and one number"
msgid ""
"Password should be at least 8 characters long, with at least one lowercase "
"character, one uppercase character and one special character."
msgstr ""
"Password should be at least 8 characters long, with at least one lowercase "
"character, one uppercase character and one special character."

msgid "Repeat new password"
msgstr "Repeat new password"
Expand All @@ -595,18 +611,18 @@ msgstr "LDAP identifier"
msgid "External authentication only (OpenID / LDAP)"
msgstr "External authentication only (OpenID / LDAP)"

msgid "Send invite"
msgstr "Send invite"

msgid "Cancel invite"
msgstr "Cancel invite"

msgid "Invalid username"
msgstr "Invalid username"

msgid "Invalid WhatsApp number"
msgstr "Invalid WhatsApp number"

msgid "Send invite"
msgstr "Send invite"

msgid "Cancel invite"
msgstr "Cancel invite"

msgid "Error updating user"
msgstr "Error updating user"

Expand Down Expand Up @@ -904,13 +920,6 @@ msgstr "Username for new user"
msgid "Password for new user"
msgstr "Password for new user"

msgid ""
"Password should be at least 8 characters long, with at least one lowercase "
"character, one uppercase character and one special character."
msgstr ""
"Password should be at least 8 characters long, with at least one lowercase "
"character, one uppercase character and one special character."

msgid "Replicate user"
msgstr "Replicate user"

Expand Down
4 changes: 4 additions & 0 deletions src/components/RoleForm/groupAuthorities/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ const GROUP_NAMES = {
F_PREDICTORGROUP: i18n.t('Data predictor group'),
F_SKIP_DATA_IMPORT_AUDIT: i18n.t('Skip data import audit'),
F_VISUALIZATION: i18n.t('Visualization'),
F_AGGREGATE_DATA_EXCHANGE: i18n.t('Aggregate data exchange'),
F_EVENT_HOOK: i18n.t('Event hook'),
F_ROUTE: i18n.t('Route'),
F_IMPERSONATE_USER: i18n.t('Impersonate user'),
}

// Metadata group suffixes
Expand Down

0 comments on commit 83af592

Please sign in to comment.