Explorar el Código

Update slash command localization

WikiBot-bot hace 3 años
padre
commit
b8e1c51919
Se han modificado 2 ficheros con 35 adiciones y 10 borrados
  1. 18 5
      interactions/commands/inline.json
  2. 17 5
      interactions/commands/verify.json

+ 18 - 5
interactions/commands/inline.json

@@ -4,12 +4,19 @@
   "name": "inline",
   "name_localizations": {
     "en-GB": "inline",
-    "en-US": "inline"
+    "en-US": "inline",
+    "de": "inline",
+    "it": "inline",
+    "sv-SE": "inline"
   },
   "description": "Post a message with inline wiki links.",
   "description_localizations": {
     "en-GB": "Post a message with inline wiki links.",
-    "en-US": "Post a message with inline wiki links."
+    "en-US": "Post a message with inline wiki links.",
+    "de": "Sende eine Nachricht mit Inline-Links zum Wiki.",
+    "es-ES": "Publicar un mensaje con enlaces wiki en la misma línea.",
+    "it": "Posta un messaggio con link wiki inline.",
+    "sv-SE": "Skicka ett meddelande med wikilänkar på samma rad."
   },
   "default_permission": true,
   "default_member_permissions": "68608",
@@ -19,14 +26,20 @@
       "name": "text",
       "name_localizations": {
         "en-GB": "text",
-        "en-US": "text"
+        "en-US": "text",
+        "de": "text",
+        "it": "testo",
+        "sv-SE": "text"
       },
       "description": "Text including wikitext links.",
       "description_localizations": {
         "en-GB": "Text including wikitext links.",
-        "en-US": "Text including wikitext links."
+        "en-US": "Text including wikitext links.",
+        "de": "Text mit Wikitext-Links.",
+        "it": "Testo che include link in wikitext.",
+        "sv-SE": "Text med länkar till wikitext."
       },
       "required": true
     }
   ]
-}
+}

+ 17 - 5
interactions/commands/verify.json

@@ -4,12 +4,18 @@
   "name": "verify",
   "name_localizations": {
     "en-GB": "verify",
-    "en-US": "verify"
+    "en-US": "verify",
+    "de": "verify",
+    "it": "verifica",
+    "sv-SE": "verifiera"
   },
   "description": "Verify your Discord account with your wiki account.",
   "description_localizations": {
     "en-GB": "Verify your Discord account with your wiki account.",
-    "en-US": "Verify your Discord account with your wiki account."
+    "en-US": "Verify your Discord account with your wiki account.",
+    "de": "Verifiziere deinen Discord-Account mit deinem Wiki-Account.",
+    "it": "Verifica il tuo account Discord tramite il tuo account sulla wiki.",
+    "sv-SE": "Verifiera ditt Discord-konto med ditt wiki-konto."
   },
   "default_permission": false,
   "default_member_permissions": "68608",
@@ -19,14 +25,20 @@
       "name": "username",
       "name_localizations": {
         "en-GB": "username",
-        "en-US": "username"
+        "en-US": "username",
+        "de": "benutzername",
+        "it": "username",
+        "sv-SE": "username"
       },
       "description": "Your username on the wiki.",
       "description_localizations": {
         "en-GB": "Your username on the wiki.",
-        "en-US": "Your username on the wiki."
+        "en-US": "Your username on the wiki.",
+        "de": "Dein Benutzername im Wiki.",
+        "it": "Il tuo nome utente sulla wiki.",
+        "sv-SE": "Ditt användarnamn på wikin."
       },
       "required": false
     }
   ]
-}
+}