Browse Source

Update `Chinese (Simplified)` translation

Currently translated at 100.0% (8 of 8 strings)

Translation: Wiki-Bot/Interactions
Translate-URL: https://translate.wikibot.de/projects/wiki-bot/interactions/zh_Hans/
lakejason0 3 years ago
parent
commit
06747fe4c4
1 changed files with 14 additions and 1 deletions
  1. 14 1
      interactions/i18n/zh-CN.json

+ 14 - 1
interactions/i18n/zh-CN.json

@@ -1 +1,14 @@
-{}
+{
+    "inline": {
+        "description": "发送一条带有行内wiki链接的消息。",
+        "name": "inline",
+        "options[0].description": "包含wikitext链接的文本。",
+        "options[0].name": "文本"
+    },
+    "verify": {
+        "description": "使用你的wiki账号来验证你的Discord账号。",
+        "name": "verify",
+        "options[0].description": "你在此wiki上的用户名。",
+        "options[0].name": "用户名"
+    }
+}