diff options
author | crupest <crupest@outlook.com> | 2021-04-16 17:03:40 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-16 17:03:40 +0800 |
commit | 9c0053cd70593bf6add0eab4dbb91a8479d56821 (patch) | |
tree | 78c33492bb2a834bc08249b2ed783ef0627fa376 /FrontEnd/src/app/locales | |
parent | 2fc57dc2f83d51444a793411d3bb5418a3871cc9 (diff) | |
download | timeline-9c0053cd70593bf6add0eab4dbb91a8479d56821.tar.gz timeline-9c0053cd70593bf6add0eab4dbb91a8479d56821.tar.bz2 timeline-9c0053cd70593bf6add0eab4dbb91a8479d56821.zip |
...
Diffstat (limited to 'FrontEnd/src/app/locales')
-rw-r--r-- | FrontEnd/src/app/locales/en/translation.json | 2 | ||||
-rw-r--r-- | FrontEnd/src/app/locales/zh/translation.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/FrontEnd/src/app/locales/en/translation.json b/FrontEnd/src/app/locales/en/translation.json index 6707105a..a878badd 100644 --- a/FrontEnd/src/app/locales/en/translation.json +++ b/FrontEnd/src/app/locales/en/translation.json @@ -28,6 +28,8 @@ "loadImageError": "Failed to load image.", "home": { "loadingHighlightTimelines": "Loading highlight timelines...", + "loadedHighlightTimelines": "Here are some highlight timelines💡", + "errorHighlightTimelines": "Failed to load highlight timelines, please try reloading!", "highlightTimeline": "Highlight Timelines", "relatedTimeline": "Timelines Related To You", "publicTimeline": "Public Timelines", diff --git a/FrontEnd/src/app/locales/zh/translation.json b/FrontEnd/src/app/locales/zh/translation.json index dbff0a28..3f956d3d 100644 --- a/FrontEnd/src/app/locales/zh/translation.json +++ b/FrontEnd/src/app/locales/zh/translation.json @@ -28,6 +28,8 @@ "loadImageError": "加载图片失败", "home": { "loadingHighlightTimelines": "正在加载高光时间线...", + "loadedHighlightTimelines": "康康以下这些高光时间线💡", + "errorHighlightTimelines": "加载高光时间线失败,刷新试试!", "highlightTimeline": "高光时间线", "relatedTimeline": "关于你的时间线", "publicTimeline": "公开时间线", |