Skip to content

Commit

Permalink
fix(sv-SE): automated translation updates (#819)
Browse files Browse the repository at this point in the history
Co-authored-by: AutoTranslator <[email protected]>
  • Loading branch information
github-actions[bot] and AutoTranslator authored Nov 26, 2024
1 parent cdcbc9e commit 9682a2f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions locales/sv-SE/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@ export default removeUndefinedLocaleResources({
'buttons.split-pane-close-group-button.title': 'Stäng rute grupp',

/** The label used in the changes inspector for the from selector */
'changes.from.label': undefined, // 'From'
'changes.from.label': 'Från',
/* The label for the history tab in the changes inspector*/
'changes.tab.history': undefined, // 'History'
'changes.tab.history': 'Historik',
/* The label for the review tab in the changes inspector*/
'changes.tab.review-changes': undefined, // 'Review changes'
'changes.tab.review-changes': 'Granska ändringar',
/** The label used in the changes inspector for the to selector */
'changes.to.label': undefined, // 'To'
'changes.to.label': 'Till',

/** The text in the "Cancel" button in the confirm delete dialog that cancels the action and closes the dialog */
'confirm-delete-dialog.cancel-button.text': 'Avbryt',
Expand Down Expand Up @@ -472,11 +472,11 @@ export default removeUndefinedLocaleResources({
'structure-error.structure-path.label': 'Strukturväg',

/** The aria label for the menu button in the timeline item */
'timeline-item.menu-button.aria-label': undefined, // 'Open action menu'
'timeline-item.menu-button.aria-label': 'Öppna åtgärdsmenyn',
/** The text for the tooltip in menu button the timeline item */
'timeline-item.menu-button.tooltip': undefined, // 'Actions'
'timeline-item.menu-button.tooltip': 'Åtgärder',
/** The text for the collapse action in the timeline item menu */
'timeline-item.menu.action-collapse': undefined, // 'Collapse'
'timeline-item.menu.action-collapse': 'Kollapsa',
/** The text for the expand action in the timeline item menu */
'timeline-item.menu.action-expand': undefined, // 'Expand'
'timeline-item.menu.action-expand': 'Expandera',
})
4 changes: 2 additions & 2 deletions locales/sv-SE/src/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ export default removeUndefinedLocaleResources({
/** Label to show in the document footer indicating the published date of the document */
'document-status.published': 'Publicerad {{date}}',
/** Label to show in the document footer indicating the revision from date of the document */
'document-status.revision-from': undefined, // 'Revision from <em>{{date}}</em>'
'document-status.revision-from': 'Revision från <em>{{date}}</em>',

/** The value of the <code>_key</code> property must be a unique string. */
'form.error.duplicate-keys-alert.details.additional-description':
Expand Down Expand Up @@ -1576,7 +1576,7 @@ export default removeUndefinedLocaleResources({
'status-button.aria-label': 'Konfigurationsstatus',

/** Title for the changes tooltip in the history inspector*/
'timeline.changes.title': undefined, // 'Changes by'
'timeline.changes.title': 'Ändringar av',
/** Description for error when the timeline for the given document can't be loaded */
'timeline.error.load-document-changes-description':
'Dokumentets historiktransaktioner har inte påverkats.',
Expand Down

0 comments on commit 9682a2f

Please sign in to comment.