Skip to content

Commit

Permalink
Improve layout and UX for External Identity Source Records (CFM-363) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen authored Jan 22, 2024
1 parent 2029393 commit a557a28
Show file tree
Hide file tree
Showing 9 changed files with 397 additions and 230 deletions.
10 changes: 8 additions & 2 deletions app/resources/locales/en_US/field.po
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ msgstr "Frozen"
msgid "id"
msgstr "ID"

msgid "item"
msgstr "Item"

msgid "family"
msgstr "Family Name"

Expand Down Expand Up @@ -258,6 +261,9 @@ msgstr "Timestamp"
msgid "title"
msgstr "Title"

msgid "type"
msgstr "Type"

msgid "url"
msgstr "URL"

Expand Down Expand Up @@ -351,8 +357,8 @@ msgstr "Limit Global Search Scope"
msgid "CoSettings.search_global_limited_models.desc"
msgstr "If true, Global Search will only search Names, Email Addresses, and Identifiers. This may result in faster searches for larger deployments."

msgid "ExternalIdentitySources.source_record.desc"
msgstr "If the source record is empty, it likely indicates this record is no longer available from the datasource"
msgid "ExternalIdentitySources.source_record.empty"
msgstr "The source record is empty. This suggests the record is no longer available from the datasource."

msgid "GroupMembers.source"
msgstr "Membership Source"
Expand Down
6 changes: 6 additions & 0 deletions app/resources/locales/en_US/information.po
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,18 @@ msgstr "This External Identity was created from {0} ({1})"
msgid "ExternalIdentitySources.retrieve"
msgstr "This is the current record available directly from the source. To view the latest record retrieved and cached by Registry, click <i>View External Identity Source Record</i>."

msgid "ExternalIdentitySourceRecords.metadata"
msgstr "Metadata"

msgid "ExternalIdentitySourceRecords.view"
msgstr "This is the latest record retrieved from the source, as cached by Registry. To view the current record directly from the source, select <i>Retrieve from External Identity Source</i>."

msgid "ExternalIdentitySources.search.attrs.none"
msgstr "The External Identity Source cannot be searched."

msgid "ExternalIdentitySources.search.single.placeholder"
msgstr "Search directly against the source for any value"

msgid "global.attribute.modal"
msgstr "Attribute Modal"

Expand Down
Loading

0 comments on commit a557a28

Please sign in to comment.