Chatwoot/app/javascript/dashboard/i18n/locale/en/helpCenter.json

32 lines
706 B
JSON
Raw Normal View History

{
"HELP_CENTER": {
"HEADER": {
"FILTER": "Filter by",
"SORT": "Sort by",
"SETTINGS_BUTTON": "Settings",
"NEW_BUTTON": "New Article"
},
"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
},
"TABLE": {
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"
}
}
}
}