diff --git a/app/javascript/dashboard/i18n/locale/sv/helpCenter.json b/app/javascript/dashboard/i18n/locale/sv/helpCenter.json index cd66d0342..f54a06999 100644 --- a/app/javascript/dashboard/i18n/locale/sv/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/sv/helpCenter.json @@ -700,9 +700,27 @@ "MAKE_DEFAULT": "Make default", "MOVE_TO_DRAFT": "Move to draft", "PUBLISH_LOCALE": "Publish locale", + "CUSTOMIZE_CONTENT": "Localize content", "DELETE": "Radera" } }, + "CONTENT_DIALOG": { + "TITLE": "Localize content", + "DESCRIPTION": "Set values specific to this locale. Anything left blank falls back to the default locale.", + "NAME": { + "LABEL": "Namn" + }, + "PAGE_TITLE": { + "LABEL": "Page title" + }, + "HEADER_TEXT": { + "LABEL": "Header text" + }, + "API": { + "SUCCESS_MESSAGE": "Locale content updated successfully", + "ERROR_MESSAGE": "Unable to update locale content. Try again." + } + }, "ADD_LOCALE_DIALOG": { "TITLE": "Add a new locale", "DESCRIPTION": "Select the language in which this article will be written. This will be added to your list of translations, and you can add more later.",