generated from dellevin/template
加入留言板博客按钮
This commit is contained in:
@@ -36,7 +36,7 @@ const translationsEN = {
|
||||
// 留言
|
||||
leave_message_h3: "Leave a Message",
|
||||
leave_message_p:
|
||||
'If you have any questions or suggestions, feel free to <a href="https://blog.iletter.top/401.html" target="_blank">click here</a> to leave me a message on my blog!',
|
||||
'If you have any questions or suggestions, feel free to <a href="https://blog.iletter.top/401.html" target="_blank">click here</a> to leave me a message on my blog, or click the guestbook link in the top right corner to leave a message!',
|
||||
leave_message_link: "click here",
|
||||
// 小界面标题
|
||||
my_website_h2: "My Websites",
|
||||
@@ -57,4 +57,17 @@ const translationsEN = {
|
||||
"I still choose to spend the rest of my life in my own way although I am a failure.",
|
||||
visitor_count_label: "Visitors:",
|
||||
visit_count_label: "Total Visits:",
|
||||
// Guestbook
|
||||
guestbook_title: "Guestbook",
|
||||
guestbook_placeholder: "Say something...",
|
||||
guestbook_nickname: "Nickname (optional)",
|
||||
guestbook_email: "Email (optional)",
|
||||
guestbook_website: "Website (optional)",
|
||||
guestbook_submit: "Submit",
|
||||
guestbook_loading: "Loading messages...",
|
||||
guestbook_no_data: "No messages yet, be the first to comment!",
|
||||
guestbook_load_error: "Failed to load messages, please try again later",
|
||||
guestbook_submit_success: "Message submitted successfully!",
|
||||
guestbook_submit_error: "Failed to submit message, please try again",
|
||||
guestbook_required_nickname: "Please enter a nickname",
|
||||
};
|
||||
|
||||
@@ -37,7 +37,7 @@ const translationsZH = {
|
||||
// 留言
|
||||
leave_message_h3: "留言",
|
||||
leave_message_p:
|
||||
'如果你有任何问题或建议,欢迎<a href="https://blog.iletter.top/401.html" target="_blank">点击此链接</a>去我的博客下面给我留言!',
|
||||
'如果你有任何问题或建议,欢迎<a href="https://blog.iletter.top/401.html" target="_blank">点击此链接</a>去我的博客下面给我留言,或者点击右上角的留言板进行留言哦!',
|
||||
leave_message_link: "点击此链接",
|
||||
// 小界面标题
|
||||
my_website_h2: "我的网站",
|
||||
@@ -57,4 +57,17 @@ const translationsZH = {
|
||||
footer_text: "我虽然是个废物,但我仍然选择用自己喜欢的方式度过自己的余生",
|
||||
visitor_count_label: "本站访客数 :",
|
||||
visit_count_label: "本站总访问量 :",
|
||||
// 留言板
|
||||
guestbook_title: "留言板",
|
||||
guestbook_placeholder: "说点什么吧...",
|
||||
guestbook_nickname: "昵称(选填)",
|
||||
guestbook_email: "邮箱(选填)",
|
||||
guestbook_website: "网站(选填)",
|
||||
guestbook_submit: "提交留言",
|
||||
guestbook_loading: "正在加载留言...",
|
||||
guestbook_no_data: "暂无留言,快来抢沙发吧!",
|
||||
guestbook_load_error: "加载留言失败,请稍后重试",
|
||||
guestbook_submit_success: "留言提交成功!",
|
||||
guestbook_submit_error: "留言提交失败,请重试",
|
||||
guestbook_required_nickname: "请输入昵称",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user