Skip to content

Commit

Permalink
fix(nb-NO): automated translation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AutoTranslator committed Sep 3, 2024
1 parent 3b06b5e commit 27cb2de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions locales/nb-NO/src/structure.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import {removeUndefinedLocaleResources} from 'sanity'

export default removeUndefinedLocaleResources({
/** Label for the "Copy Document URL" document action */
'action.copy-document-url.label': 'Kopier dokumentets URL',
/** Tooltip when action button is disabled because the operation is not ready */
'action.delete.disabled.not-ready': 'Operasjonen er ikke klar',
/** Tooltip when action button is disabled because the document does not exist */
Expand Down Expand Up @@ -339,6 +341,9 @@ export default removeUndefinedLocaleResources({
'En feil oppstod under forsøket på å avpublisere dette dokumentet. Dette betyr vanligvis at det er andre dokumenter som refererer til det.',
/** The text when a generic operation succeeded (fallback, generally not shown) */
'panes.document-operation-results.operation-success': 'Utførte {{context}} på dokumentet',
/** The text when copy URL operation succeeded */
'panes.document-operation-results.operation-success_copy-url':
'Dokumentets URL kopiert til utklippstavlen',
/** The text when a delete operation succeeded */
'panes.document-operation-results.operation-success_delete': 'Dokumentet ble slettet',
/** The text when a discard changes operation succeeded */
Expand Down
2 changes: 1 addition & 1 deletion locales/nb-NO/src/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ export default removeUndefinedLocaleResources({
/** Title of the alert for studio users when packages in their studio are out-of-date */
'package-version.new-package-available.title': 'Sanity Studio ble oppdatert',

/** Label for action to manage members of the current studio project */
/** Label for action to invite members to the current studio project */
'presence.action.manage-members': 'Administrer medlemmer',
/** Accessibility label for presence menu button */
'presence.aria-label': 'Hvem er her',
Expand Down

0 comments on commit 27cb2de

Please sign in to comment.