2022-07-08 15:49:19 +00:00
|
|
|
{
|
|
|
|
"HELP_CENTER": {
|
|
|
|
"HEADER": {
|
|
|
|
"FILTER": "Filter by",
|
|
|
|
"SORT": "Sort by",
|
|
|
|
"SETTINGS_BUTTON": "Settings",
|
2022-07-26 06:09:53 +00:00
|
|
|
"NEW_BUTTON": "New Article",
|
|
|
|
"DROPDOWN_OPTIONS": {
|
|
|
|
"PUBLISHED": "Published",
|
|
|
|
"DRAFT": "Draft",
|
|
|
|
"ARCHIVED": "Archived"
|
2022-07-27 07:38:27 +00:00
|
|
|
},
|
|
|
|
"TITLES": {
|
|
|
|
"ALL_ARTICLES": "All Articles",
|
|
|
|
"MINE": "My Articles",
|
|
|
|
"DRAFT": "Draft Articles",
|
|
|
|
"ARCHIVED": "Archived Articles"
|
2022-07-26 06:09:53 +00:00
|
|
|
}
|
2022-07-08 15:49:19 +00:00
|
|
|
},
|
|
|
|
"EDIT_HEADER": {
|
|
|
|
"PUBLISH_BUTTON": "Publish",
|
|
|
|
"PREVIEW": "Preview",
|
|
|
|
"ADD_TRANSLATION": "Add translation",
|
|
|
|
"OPEN_SIDEBAR": "Open sidebar",
|
|
|
|
"CLOSE_SIDEBAR": "Close sidebar",
|
|
|
|
"SAVING": "Draft saving...",
|
|
|
|
"SAVED": "Draft saved"
|
2022-07-11 08:16:42 +00:00
|
|
|
},
|
2022-07-27 08:26:49 +00:00
|
|
|
"PORTAL": {
|
|
|
|
"ACTIVE_BADGE": "active",
|
|
|
|
"CHOOSE_LOCALE_LABEL": "Choose a locale",
|
|
|
|
"ARTICLES_LABEL": "articles",
|
|
|
|
"ADD_NEW_LOCALE": "Add a new locale"
|
|
|
|
},
|
2022-07-11 08:16:42 +00:00
|
|
|
"TABLE": {
|
2022-07-27 07:38:27 +00:00
|
|
|
"LOADING_MESSAGE": "Loading articles...",
|
|
|
|
"404": "No articles matches your search 🔍",
|
|
|
|
"NO_ARTICLES": "There are no available articles",
|
2022-07-18 05:17:15 +00:00
|
|
|
"HEADERS": {
|
|
|
|
"TITLE": "Title",
|
|
|
|
"CATEGORY": "Category",
|
|
|
|
"READ_COUNT": "Read count",
|
|
|
|
"STATUS": "Status",
|
|
|
|
"LAST_EDITED": "Last edited"
|
|
|
|
},
|
2022-07-11 08:16:42 +00:00
|
|
|
"COLUMNS": {
|
|
|
|
"BY": "by"
|
|
|
|
}
|
2022-07-18 05:46:36 +00:00
|
|
|
},
|
2022-07-19 03:58:19 +00:00
|
|
|
"EDIT_ARTICLE": {
|
|
|
|
"TITLE_PLACEHOLDER": "Article title goes here",
|
|
|
|
"CONTENT_PLACEHOLDER": "Write your article here"
|
|
|
|
},
|
2022-07-18 05:46:36 +00:00
|
|
|
"SIDEBAR": {
|
|
|
|
"SEARCH": {
|
|
|
|
"PLACEHOLDER": "Search for articles"
|
|
|
|
}
|
2022-07-26 06:45:01 +00:00
|
|
|
},
|
|
|
|
"CATEGORY": {
|
|
|
|
"ADD": {
|
|
|
|
"TITLE": "Create a category",
|
|
|
|
"SUB_TITLE": "The category will be used in the public facing portal to categorize articles.",
|
|
|
|
"PORTAL": "Portal",
|
|
|
|
"LOCALE": "Locale",
|
|
|
|
"NAME": {
|
|
|
|
"LABEL": "Name",
|
|
|
|
"PLACEHOLDER": "Category name",
|
|
|
|
"HELP_TEXT": "The category name will be used in the public facing portal to categorize articles.",
|
|
|
|
"ERROR": "Name is required"
|
|
|
|
},
|
|
|
|
"SLUG": {
|
|
|
|
"LABEL": "Slug",
|
|
|
|
"PLACEHOLDER": "Category slug for urls",
|
|
|
|
"HELP_TEXT": "app.chatwoot.com/portal/my-portal/en-US/categories/my-slug",
|
|
|
|
"ERROR": "Slug is required"
|
|
|
|
},
|
|
|
|
"DESCRIPTION": {
|
|
|
|
"LABEL": "Description",
|
|
|
|
"PLACEHOLDER": "Give a short description about the category.",
|
|
|
|
"ERROR": "Description is required"
|
|
|
|
},
|
|
|
|
"BUTTONS": {
|
|
|
|
"CREATE": "Create category",
|
|
|
|
"CANCEL": "Cancel"
|
|
|
|
}
|
|
|
|
}
|
2022-07-08 15:49:19 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|