Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions locales/nn-NO/src/presentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ export default removeUndefinedLocaleResources({
'document-list-pane.document-list.title': 'Dokument på denne sida',
/** The text shown if the document list is unable to render */
'document-list-pane.error.text': 'Kunne ikkje vise dokumentlista',
/** The label for the ordering that lists documents in the order they appear on the page */
'document-list-pane.ordering.by-appearance': 'Etter utsjånad',
/** The label for the ordering that lists documents by when they were last edited */
'document-list-pane.ordering.last-edited': 'Sist redigert',

/** The text shown if the document editor is unable to render */
'document-pane.error.text': 'Kunne ikkje vise dokumentredigeraren',
Expand Down
17 changes: 17 additions & 0 deletions locales/nn-NO/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -505,10 +505,19 @@ export default removeUndefinedLocaleResources({
'menu-items.layout.compact-view': 'Kompakt visning',
/** The menu item title to use the detailed view */
'menu-items.layout.detailed-view': 'Detaljert visning',
/** The menu item title that restores the structure-configured default layout */
'menu-items.layout.restore-default': 'Standardvisning',
/** Tooltip shown when the restore-default layout item is disabled (default already in use) */
'menu-items.layout.restore-default.disabled-reason': 'Brukar allereie standardvisinga',
/** The menu item title to Sort by Created */
'menu-items.sort-by.created': 'Sorter etter Oppretta',
/** The menu item title to Sort by Last Edited */
'menu-items.sort-by.last-edited': 'Sorter etter Sist redigert',
/** The menu item title that restores the structure-configured default sort order */
'menu-items.sort-by.restore-default': 'Standardsortering',
/** Tooltip shown when the restore-default sort item is disabled (default already in use) */
'menu-items.sort-by.restore-default.disabled-reason':
'Brukar allereie standard sorteringsrekkjefølgje',

/** The link text of the no document type screen that appears directly below the subtitle */
'no-document-types-screen.link-text': 'Lær korleis du legg til ein dokumenttype →',
Expand Down Expand Up @@ -575,6 +584,14 @@ export default removeUndefinedLocaleResources({
'panes.document-list-pane.search-input.aria-label': 'Søk i liste',
/** The search input for the search input on the document list pane */
'panes.document-list-pane.search-input.placeholder': 'Søk i liste',
/** The aria-label for the sort-order control shown beneath the document list search input */
'panes.document-list-pane.search-ordering.aria-label': 'Endre rekkjefølgje på søkeresultat',
/** The label for the sort-order control beneath the search input, summarising the applied ordering (e.g. "Sorted by relevance") */
'panes.document-list-pane.search-ordering.label': 'Sortert etter {{order}}',
/** The label for the relevance (best match) option in the document list search sort-order control */
'panes.document-list-pane.search-ordering.relevance': 'Relevans',
/** The sort-order control summary shown when results are ranked by relevance */
'panes.document-list-pane.search-ordering.summary-relevance': 'Sortert etter relevans',
/** The tooltip text shown when a sort menu item references fields not present in the current schema */
'panes.document-list-pane.sort-order.disabled-reason':
'Dette sorteringsalternativet brukar felt som ikkje er ein del av denne dokumenttypen',
Expand Down
84 changes: 84 additions & 0 deletions locales/nn-NO/src/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,90 @@ export default removeUndefinedLocaleResources({
'divergence.unresolved-divergence_other':
'{{count}} uløyste endringar i {{versionName}}-versjonen',

/** --- Document inventory --- */
/** The label used in the feedback dialog asking how easy the document group inventory is to use */
'document-group-inventory.feedback.sentiment-label':
'Kor lett eller vanskeleg er den nye versjonslageret å bruka?',
/** The label for the input that filters the variants in the document group inventory */
'document-group-inventory.filter-string.label': 'Filtrer {{subject}}',
/** The document inventory title (plural) */
'document-group-inventory.title_one': '{{count}} {{subject}}',
/** The document inventory title (plural) */
'document-group-inventory.title_other': '{{count}} {{subject}}',
/** The label text that indicates an item in the document group inventory is currently being viewed */
'document-group-inventory.viewing-item-label': 'viser',

/** --- Document group --- */
/** The text in the "Cancel" button in the confirm delete dialog that cancels the action */
'document-group.delete.cancel-button.text': 'Avbryt',
/** Used in `document-group.delete.cdr-summary.title` */
'document-group.delete.cdr-summary.document-count_one': '1 dokument',
/** Used in `document-group.delete.cdr-summary.title` */
'document-group.delete.cdr-summary.document-count_other': '{{count}} dokument',
/** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
'document-group.delete.cdr-summary.subtitle_one': 'Dataset: {{datasets}}',
/** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
'document-group.delete.cdr-summary.subtitle_other': 'Datasets: {{datasets}}',
/** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
'document-group.delete.cdr-summary.subtitle_unavailable_one': 'Utilgjengeleg dataset',
/** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
'document-group.delete.cdr-summary.subtitle_unavailable_other': 'Utilgjengelege datasets',
/** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */
'document-group.delete.cdr-summary.title_one': '{{documentCount}} i eit anna dataset',
/** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */
'document-group.delete.cdr-summary.title_other': '{{documentCount}} i {{count}} datasets',
/** Appears when hovering over the copy button to copy */
'document-group.delete.cdr-table.copy-id-button.tooltip': 'Kopier ID til utklippstavla',
/** The header for the dataset column in the list of cross-dataset references found */
'document-group.delete.cdr-table.dataset.label': 'Dataset',
/** The header for the document ID column in the list of cross-dataset references found */
'document-group.delete.cdr-table.document-id.label': 'Dokument-ID',
/** The toast title when the copy button has been clicked but copying failed */
'document-group.delete.cdr-table.id-copied-toast.title-failed':
'Klarte ikkje å kopiera dokument-ID',
/** The header for the project ID column in the list of cross-dataset references found */
'document-group.delete.cdr-table.project-id.label': 'Prosjekt-ID',
/** The text in the "Delete now" button in the confirm delete dialog that confirms the action (singular) */
'document-group.delete.confirm-button.text_one': 'Slett (1)',
/** The text in the "Delete now" button in the confirm delete dialog that confirms the action (plural) */
'document-group.delete.confirm-button.text_other': 'Slett ({{count}})',
/** The message shown after deletion fails */
'document-group.delete.error.message':
'Det oppstod ein feil under forsøket på å sletta dette dokumentet. Dette tyder vanlegvis at det finst andre dokument som refererer til det.',
/** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */
'document-group.delete.other-reference-count.title_one': '1 annan referanse vert ikkje vist',
/** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */
'document-group.delete.other-reference-count.title_other':
'{{count}} andre referansar vert ikkje viste',
/** Text in the tooltip of this component if hovering over the info icon */
'document-group.delete.other-reference-count.tooltip':
'Me kan ikkje visa metadata for desse referansane på grunn av ein manglande tilgangstoken for dei tilknytte datasets.',
/** Appears when unable to render a document preview in the referring document list */
'document-group.delete.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',
/** Appears when unable to render a document preview in the referring document list */
'document-group.delete.preview-item.preview-unavailable.title': 'Førehandsvising utilgjengeleg',
/** Tells the user the count of how many other referring documents there are before listing them. (singular) */
'document-group.delete.referring-document-count.text_one':
'1 dokument refererer til «<DocumentTitle/>»',
/** Tells the user the count of how many other referring documents there are before listing them. (plural) */
'document-group.delete.referring-document-count.text_other':
'{{count}} dokument refererer til «<DocumentTitle/>»',
/** Describes the list of documents that refer to the one trying to be deleted (delete) */
'document-group.delete.referring-documents-descriptor.text':
'Du kan kanskje ikkje slette «<DocumentTitle/>» fordi følgjande dokument refererer til det:',
/** Header of the delete dialog. `count` controls pluralization; `subject` is a translated noun (see `document-group.subject.*`) (singular) */
'document-group.delete.title_one': 'Slett {{count}} {{subject}}',
/** Header of the delete dialog. `count` controls pluralization; `subject` is a translated noun (see `document-group.subject.*`) (plural) */
'document-group.delete.title_other': 'Slett {{count}} {{subject}}',
/** Translated noun used as the `{{subject}}` value in document group strings such as `document-group.delete.title` (singular) */
'document-group.subject.variant_one': 'variant',
/** Translated noun used as the `{{subject}}` value in document group strings such as `document-group.delete.title` (plural) */
'document-group.subject.variant_other': 'variantar',
/** Translated noun used as the `{{subject}}` value in document group strings such as `document-group.delete.title` (singular) */
'document-group.subject.version_one': 'versjon',
/** Translated noun used as the `{{subject}}` value in document group strings such as `document-group.delete.title` (plural) */
'document-group.subject.version_other': 'versjonar',

/** Label to show in the document footer indicating the creation date of the document */
'document-status.created': 'Oppretta {{date}}',
/** Label to show in the document status indicating the date of the status */
Expand Down
Loading