Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(nb-NO): automated translation updates #665

Merged
merged 1 commit into from
Sep 10, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading