Skip to content

Commit

Permalink
New translations out.gotext.json (Chinese Simplified)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Dec 15, 2022
1 parent 068ddc6 commit 75abd2a
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions locales/zh-CN/messages.gotext.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
{
"id": "Redirecting to user data: {Redirect}",
"message": "Redirecting to user data: {Redirect}",
"translation": "Redirecting to user data: {Redirect}",
"translation": "重定向到用户数据:{Redirect}",
"translatorComment": "Copied from source.",
"placeholders": [
{
Expand All @@ -263,20 +263,18 @@
"argNum": 1,
"expr": "redirect"
}
],
"fuzzy": true
]
},
{
"id": "Parsing config.",
"message": "Parsing config.",
"translation": "Parsing config.",
"translatorComment": "Copied from source.",
"fuzzy": true
"translation": "解析配置。",
"translatorComment": "Copied from source."
},
{
"id": "failed to parse config {AbsPath}: {Err}",
"message": "failed to parse config {AbsPath}: {Err}",
"translation": "failed to parse config {AbsPath}: {Err}",
"translation": "解析配置 {AbsPath} 失败:{Err}",
"translatorComment": "Copied from source.",
"placeholders": [
{
Expand All @@ -295,13 +293,12 @@
"argNum": 2,
"expr": "err"
}
],
"fuzzy": true
]
},
{
"id": "failed to process postconfig: {Err}",
"message": "failed to process postconfig: {Err}",
"translation": "failed to process postconfig: {Err}",
"translation": "处理后配置失败:{Err}",
"translatorComment": "Copied from source.",
"placeholders": [
{
Expand All @@ -312,20 +309,18 @@
"argNum": 1,
"expr": "err"
}
],
"fuzzy": true
]
},
{
"id": "Config parsed successfully.",
"message": "Config parsed successfully.",
"translation": "Config parsed successfully.",
"translatorComment": "Copied from source.",
"fuzzy": true
"translation": "配置解析成功。",
"translatorComment": "Copied from source."
},
{
"id": "failed to process dir data: {Err}",
"message": "failed to process dir data: {Err}",
"translation": "failed to process dir data: {Err}",
"translation": "处理目录 data 失败:{Err}",
"translatorComment": "Copied from source.",
"placeholders": [
{
Expand All @@ -336,8 +331,7 @@
"argNum": 1,
"expr": "err"
}
],
"fuzzy": true
]
},
{
"id": "failed to process dir data/home: {Err}",
Expand Down

0 comments on commit 75abd2a

Please sign in to comment.