Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion client/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@
"comment": {
"empty": "Comment cannot be empty",
"placeholder": {
"title": "Say something..."
"title": "Say something...",
"reply": "Reply..."
},
"reply": "Reply",
"submit": "Submit Comment",
"submitting": "Submitting...",
"success": "Comment successful",
"title": "Comment"
},
Expand Down
5 changes: 4 additions & 1 deletion client/public/locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@
"comment": {
"empty": "コメント内容は空にできません",
"placeholder": {
"title": "何か言ってください..."
"title": "何か言ってください...",
"reply": "返信..."
},
"reply": "返信",
"submit": "コメントを投稿",
"submitting": "投稿中...",
"success": "コメントに成功しました",
"title": "コメント"
},
Expand Down
5 changes: 4 additions & 1 deletion client/public/locales/zh-CN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@
"comment": {
"empty": "评论内容不能为空",
"placeholder": {
"title": "说点什么吧"
"title": "说点什么吧",
"reply": "回复..."
},
"reply": "回复",
"submit": "发表评论",
"submitting": "发表中...",
"success": "评论成功",
"title": "评论"
},
Expand Down
5 changes: 4 additions & 1 deletion client/public/locales/zh-TW/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@
"comment": {
"empty": "留言内容不能為空",
"placeholder": {
"title": "說點什麼吧"
"title": "說點什麼吧",
"reply": "回覆..."
},
"reply": "回覆",
"submit": "發表留言",
"submitting": "發表中...",
"success": "留言成功",
"title": "留言"
},
Expand Down
Loading