* feat: Creates view for edit/new article page * chore: Minor fixes * chore: Minor fixes * Update HelpCenterLayout.vue * chore: Minor fixes * chore: Review fixes Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"HELP_CENTER": {
|
|
"HEADER": {
|
|
"FILTER": "Filter by",
|
|
"SORT": "Sort by",
|
|
"SETTINGS_BUTTON": "Settings",
|
|
"NEW_BUTTON": "New Article",
|
|
"DROPDOWN_OPTIONS": {
|
|
"PUBLISHED": "Published",
|
|
"DRAFT": "Draft",
|
|
"ARCHIVED": "Archived"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"TABLE": {
|
|
"HEADERS": {
|
|
"TITLE": "Title",
|
|
"CATEGORY": "Category",
|
|
"READ_COUNT": "Read count",
|
|
"STATUS": "Status",
|
|
"LAST_EDITED": "Last edited"
|
|
},
|
|
"COLUMNS": {
|
|
"BY": "by"
|
|
}
|
|
},
|
|
"EDIT_ARTICLE": {
|
|
"TITLE_PLACEHOLDER": "Article title goes here",
|
|
"CONTENT_PLACEHOLDER": "Write your article here"
|
|
},
|
|
"SIDEBAR": {
|
|
"SEARCH": {
|
|
"PLACEHOLDER": "Search for articles"
|
|
}
|
|
}
|
|
}
|
|
}
|