iachat/app/javascript/survey/i18n/locale/zh_CN.json
Shivam Mishra a8c12ffb25
chore: update interpolation syntax for i18n files (#10198)
There were two warnings showing up on new teams page

1. `errorMessage` prop was getting invalid value, this was because were
short circuting the error message using `&&`, fixed it by using ternary
operator
2. `vue-i18n` has deprecated [rails
syntax](https://vue-i18n.intlify.dev/guide/essentials/syntax#rails-i18n-format),
fixed that warning by removing `%` before `{}` for interpolation

> Note: the `vue-i18n` deprecation needs to be handled, but we can do it
later
2024-10-07 11:12:40 -07:00

20 lines
568 B
JSON

{
"SURVEY": {
"DESCRIPTION": "亲爱的客户 👋, 请花一点时间分享您与 {inboxName} 的对话反馈。",
"RATING": {
"LABEL": "评价您的对话",
"SUCCESS_MESSAGE": "感谢您的评分"
},
"FEEDBACK": {
"LABEL": "您是否有想要分享的想法?",
"PLACEHOLDER": "您的反馈(可选)",
"BUTTON_TEXT": "提交反馈"
},
"API": {
"SUCCESS_MESSAGE": "问卷已成功更新",
"ERROR_MESSAGE": "无法连接服务器,请稍后再试"
}
},
"POWERED_BY": "由 Chatwoot 支持"
}