Skip to content

Commit

Permalink
New translations app.json (Chinese Simplified)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron committed Jan 2, 2024
1 parent 39fdad7 commit 4da2540
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Localization/StringsConvertor/input/zh-Hans.lproj/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,11 @@
"pending": "待确认",
"block": "屏蔽",
"block_user": "屏蔽 %s",
"block_domain": "屏蔽 %s",
"block_domain": "Block domain %s",
"unblock": "解除屏蔽",
"unblock_user": "解除屏蔽 %s",
"blocked": "已屏蔽",
"domain_blocked": "Domain Blocked",
"mute": "静音",
"mute_user": "静音 %s",
"unmute": "取消静音",
Expand Down Expand Up @@ -603,6 +604,14 @@
"confirm_hide_reblogs": {
"title": "隐藏转发",
"message": "确认隐藏转发"
},
"confirm_block_domain": {
"title": "Block domain",
"message": "Confirm to block domain %s"
},
"confirm_unblock_domain": {
"title": "Unblock domain",
"message": "Confirm to unblock domain %s"
}
},
"accessibility": {
Expand Down

0 comments on commit 4da2540

Please sign in to comment.