Skip to content

Improve layout and UX for External Identity Source Records (CFM-363) #145

Merged
merged 1 commit into from Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 8 additions & 2 deletions app/resources/locales/en_US/field.po
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
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