From 9682a2f7d266079650c3d2e72faf138c2829c992 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:56:12 -0800 Subject: [PATCH] fix(sv-SE): automated translation updates (#819) Co-authored-by: AutoTranslator --- locales/sv-SE/src/structure.ts | 16 ++++++++-------- locales/sv-SE/src/studio.ts | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/locales/sv-SE/src/structure.ts b/locales/sv-SE/src/structure.ts index acefe45b..005efc7a 100644 --- a/locales/sv-SE/src/structure.ts +++ b/locales/sv-SE/src/structure.ts @@ -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', @@ -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', }) diff --git a/locales/sv-SE/src/studio.ts b/locales/sv-SE/src/studio.ts index 2b59a14c..76d32e36 100644 --- a/locales/sv-SE/src/studio.ts +++ b/locales/sv-SE/src/studio.ts @@ -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 {{date}}' + 'document-status.revision-from': 'Revision från {{date}}', /** The value of the _key property must be a unique string. */ 'form.error.duplicate-keys-alert.details.additional-description': @@ -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.',