jonsk commented on code in PR #3256:
URL: https://github.com/apache/apisix-dashboard/pull/3256#discussion_r2584471015
##########
src/locales/zh/common.json:
##########
@@ -1 +1,368 @@
-{}
+{
+ "apisix": {
+ "dashboard": "APISIX Dashboard",
+ "logo": "APISIX Logo"
+ },
+ "consumerGroups": {
+ "singular": "消费者组"
+ },
+ "consumers": {
+ "singular": "消费者"
+ },
+ "credentials": {
+ "singular": "凭证"
+ },
+ "form": {
+ "basic": {
+ "desc": "描述",
+ "labels": {
+ "errorFormat": "格式标签错误, 正确格式为`key:value`",
+ "key": "Key",
+ "placeholder": "输入类似 `key:value`, then enter or blur",
Review Comment:
then enter or blur,这个实在不知道要怎么翻译了
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]