chore: Update translations (#8024)

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Chatwoot Bot
2023-10-17 08:25:25 +05:30
committed by GitHub
parent 626e67b859
commit 3b0788c3be
332 changed files with 3378 additions and 678 deletions

View File

@@ -11,14 +11,14 @@
"ARCHIVED": "Archived"
},
"TITLES": {
"ALL_ARTICLES": "All Articles",
"MINE": "My Articles",
"ALL_ARTICLES": "Alla artiklar",
"MINE": "Mina artiklar",
"DRAFT": "Draft Articles",
"ARCHIVED": "Archived Articles"
}
},
"EDIT_HEADER": {
"ALL_ARTICLES": "All Articles",
"ALL_ARTICLES": "Alla artiklar",
"PUBLISH_BUTTON": "Publish",
"MOVE_TO_ARCHIVE_BUTTON": "Move to archived",
"PREVIEW": "Preview",
@@ -43,14 +43,14 @@
"TITLE": "Article Settings",
"FORM": {
"CATEGORY": {
"LABEL": "Category",
"LABEL": "Kategori",
"TITLE": "Select category",
"PLACEHOLDER": "Select category",
"NO_RESULT": "No category found",
"SEARCH_PLACEHOLDER": "Search category"
},
"AUTHOR": {
"LABEL": "Author",
"LABEL": "Författare",
"TITLE": "Select author",
"PLACEHOLDER": "Select author",
"NO_RESULT": "No authors found",
@@ -77,9 +77,9 @@
"ARTICLE_SEARCH_RESULT": {
"UNCATEGORIZED": "Uncategorized",
"INSERT_ARTICLE": "Insert",
"NO_RESULT": "No articles found",
"NO_RESULT": "Inga artiklar hittades",
"COPY_LINK": "Copy article link to clipboard",
"OPEN_LINK": "Open article in new tab",
"OPEN_LINK": "Öppna artikeln i en ny flik",
"PREVIEW_LINK": "Preview article"
},
"PORTAL": {
@@ -102,7 +102,7 @@
"PORTAL_SETTINGS": {
"LIST_ITEM": {
"HEADER": {
"COUNT_LABEL": "articles",
"COUNT_LABEL": "artiklar",
"ADD": "Add locale",
"VISIT": "Visit site",
"SETTINGS": "Inställningar",
@@ -300,22 +300,22 @@
}
},
"TABLE": {
"LOADING_MESSAGE": "Loading articles...",
"LOADING_MESSAGE": "Laddar artiklar...",
"404": "No articles matches your search 🔍",
"NO_ARTICLES": "There are no available articles",
"NO_ARTICLES": "Det finns inga tillgängliga artiklar",
"HEADERS": {
"TITLE": "Title",
"CATEGORY": "Category",
"READ_COUNT": "Read count",
"STATUS": "Status",
"LAST_EDITED": "Last edited"
"LAST_EDITED": "Senast redigerad"
},
"COLUMNS": {
"BY": "by"
}
},
"EDIT_ARTICLE": {
"LOADING": "Loading article...",
"LOADING": "Laddar artikel...",
"TITLE_PLACEHOLDER": "Article title goes here",
"CONTENT_PLACEHOLDER": "Write your article here",
"API": {
@@ -353,7 +353,7 @@
},
"SIDEBAR": {
"SEARCH": {
"PLACEHOLDER": "Search for articles"
"PLACEHOLDER": "Sök efter artiklar"
}
},
"CATEGORY": {
@@ -425,6 +425,33 @@
"ERROR_MESSAGE": "Unable to delete category"
}
}
},
"UPGRADE_PAGE": {
"TITLE": "Hjälpcenter",
"DESCRIPTION": "Create user-friendly self-service portals. Help your users to access the articles and get support 24/7. Upgrade your subscription to enable this feature.",
"SELF_HOSTED_DESCRIPTION": "Create user-friendly self-service portals. Help your users to access the articles and get support 24/7. Please contact your administrator to enable this feature.",
"BUTTON": {
"LEARN_MORE": "Learn more",
"UPGRADE": "Upgrade"
},
"FEATURES": {
"PORTALS": {
"TITLE": "Multiple portals",
"DESCRIPTION": "Create multiple help center portals for different products using the same account."
},
"LOCALES": {
"TITLE": "Full support for locales",
"DESCRIPTION": "Localize the portal in your language. We support all locales and allow translations for every article."
},
"SEO": {
"TITLE": "SEO-friendly design",
"DESCRIPTION": "Customize your meta tags to improve your visibility on search engines with our SEO-friendly pages."
},
"API": {
"TITLE": "Full API support",
"DESCRIPTION": "Use the portal as a headless CMS with third party front-end frameworks using our APIs."
}
}
}
}
}