Skip to content

Commit

Permalink
chore: Translated using Weblate (Chinese (Simplified))
Browse files Browse the repository at this point in the history
Currently translated at 65.6% (109 of 166 strings)

Co-authored-by: Calcitem <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/git-touch/git-touch/zh_Hans/
Translation: GitTouch/GitTouch
  • Loading branch information
calcitem authored and weblate committed Mar 20, 2022
1 parent be8f177 commit fc5f78b
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion lib/l10n/intl_zh_Hans.arb
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
"@gists": {
"description": "gists for a user"
},
"news": "新闻",
"news": "新闻中心",
"@news": {
"description": "The News tab"
},
Expand Down Expand Up @@ -434,5 +434,43 @@
"submit": "提交",
"@submit": {
"description": "submit button text"
},
"crossReferencedEventMessage": "引用此内容",
"@crossReferencedEventMessage": {
"description": "cross referenced event"
},
"referencedEventMessage": "从 {repoName} 的提交 {commit} 引用了这个拉取请求",
"@referencedEventMessage": {
"description": "referenced event",
"placeholders": {
"commit": {
"type": "String"
},
"repoName": {
"type": "String"
}
}
},
"body": "正文",
"@body": {
"description": "body"
},
"pullRequestCommitMessage": "已添加提交 {commit}",
"@pullRequestCommitMessage": {
"description": "pull request commit message",
"placeholders": {
"commit": {
"type": "String"
}
}
},
"demilestonedEventMessage": "已将其从 {milestone} 里程碑中删除",
"@demilestonedEventMessage": {
"description": "demilestoned event",
"placeholders": {
"milestone": {
"type": "String"
}
}
}
}

0 comments on commit fc5f78b

Please sign in to comment.