diff options
author | crupest <crupest@outlook.com> | 2021-03-18 22:06:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-18 22:06:18 +0800 |
commit | 20c3aff106089ad9dfe83b01f7447b676aa43021 (patch) | |
tree | 2d3bb57665686c7d95bcd1b14a6b8b82908aa55c /FrontEnd/src/app/locales | |
parent | db5fed82162c944ee2631297ed99ad4460fd0f07 (diff) | |
parent | 9389d2cdadb476310d306c5e1baabca4a6101212 (diff) | |
download | timeline-20c3aff106089ad9dfe83b01f7447b676aa43021.tar.gz timeline-20c3aff106089ad9dfe83b01f7447b676aa43021.tar.bz2 timeline-20c3aff106089ad9dfe83b01f7447b676aa43021.zip |
Merge pull request #387 from crupest/markdown-edit
Markdown edit enhancement!
Diffstat (limited to 'FrontEnd/src/app/locales')
-rw-r--r-- | FrontEnd/src/app/locales/en/translation.json | 4 | ||||
-rw-r--r-- | FrontEnd/src/app/locales/zh/translation.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/FrontEnd/src/app/locales/en/translation.json b/FrontEnd/src/app/locales/en/translation.json index 4002ee4f..65ddbe0c 100644 --- a/FrontEnd/src/app/locales/en/translation.json +++ b/FrontEnd/src/app/locales/en/translation.json @@ -2,7 +2,9 @@ "welcome": "Welcome!", "search": "Search", "edit": "Edit", + "image": "Image", "done": "Done", + "preview": "Preview", "loadFailReload": "Load failed, <1>click here to reload</1>.", "error": { "network": "Network error.", @@ -65,6 +67,8 @@ "send": "Send", "deletePostFailed": "Failed to delete post.", "sendPostFailed": "Failed to send post.", + "dropDraft": "Drop Draft", + "confirmLeave": "Are you sure to leave? All content you typed would be lost.", "visibility": { "public": "public to everyone", "register": "only registed people can see", diff --git a/FrontEnd/src/app/locales/zh/translation.json b/FrontEnd/src/app/locales/zh/translation.json index 3f966d7c..f6971241 100644 --- a/FrontEnd/src/app/locales/zh/translation.json +++ b/FrontEnd/src/app/locales/zh/translation.json @@ -2,7 +2,9 @@ "welcome": "欢迎!", "search": "搜索", "edit": "编辑", + "image": "图片", "done": "完成", + "preview": "预览", "loadFailReload": "加载失败,<1>点击重试</1>。", "error": { "network": "网络错误。", @@ -65,6 +67,8 @@ "send": "发送", "deletePostFailed": "删除消息失败。", "sendPostFailed": "发送消息失败。", + "dropDraft": "放弃草稿", + "confirmLeave": "确定要离开吗?所有输入的内容将会丢失。", "visibility": { "public": "对所有人公开", "register": "仅注册可见", |