discord.js-akinator
Advanced tools
Comparing version 3.4.2 to 3.4.3
{ | ||
"name": "discord.js-akinator", | ||
"version": "3.4.2", | ||
"version": "3.4.3", | ||
"description": "A Discord.js v13 Module that allows you to Create an Akinator Command for Your Discord Bot within Seconds of Installation.", | ||
@@ -11,3 +11,3 @@ "main": "src/index.js", | ||
"type": "git", | ||
"url": "https://github.com/WillTDA/Discord.js-Akinator-Package-Dev" | ||
"url": "https://github.com/WillTDA/Discord.js-Akinator" | ||
}, | ||
@@ -14,0 +14,0 @@ "keywords": [ |
@@ -83,2 +83,2 @@ <h1 align="center"> | ||
- 👾 Found a Bug, or Inaccurate Translations? [Open an Issue](https://github.com/WillTDA/Discord.js-Akinator-Package-Dev/issues), or Fork and [Submit a Pull Request](https://github.com/WillTDA/Discord.js-Akinator-Package-Dev/pulls) on our [GitHub Repository](https://github.com/WillTDA/Discord.js-Akinator-Package-Dev)! | ||
- 👾 Found a Bug, or Inaccurate Translations? [Open an Issue](https://github.com/WillTDA/Discord.js-Akinator/issues), or Fork and [Submit a Pull Request](https://github.com/WillTDA/Discord.js-Akinator/pulls) on our [GitHub Repository](https://github.com/WillTDA/Discord.js-Akinator)! |
@@ -156,3 +156,3 @@ const { Aki } = require("aki-api"); | ||
title: translations.gameEnded, | ||
description: `**${inputData.author.username}, ${translations.gameEndDesc}**`, | ||
description: `**${inputData.author.username}, ${translations.gameEndedDesc}**`, | ||
color: options.embedColor, | ||
@@ -159,0 +159,0 @@ author: { name: usertag, icon_url: avatar } |
{ | ||
"gameEnded": "Juego terminado", | ||
"gameEndedDesc": "Tu juego ha terminado debido a 1 minuto de inactividad.", | ||
"gameEnded": "Juego finalizado", | ||
"gameEndedDesc": "Tu juego ha finalizado debido a 1 minuto de inactividad.", | ||
"question": "Pregunta", | ||
"progress": "Progreso", | ||
"pleaseType": "Por favor escribe...", | ||
"stopTip": "También puede escribir \"S\" o \"STOP\" para finalizar su juego", | ||
"yes": "sí", | ||
"stopTip": "También puedes escribir \"S\" o \"DETENER\" para finalizar tu juego", | ||
"yes": "Sí", | ||
"no": "No", | ||
"dontKnow": "No saber", | ||
"dontKnowNoComma": "No saber", | ||
"dontKnow": "No se", | ||
"dontKnowNoComma": "No se", | ||
"probably": "Probablemente", | ||
@@ -19,8 +19,8 @@ "probablyNot": "Probablemente no", | ||
"ranking": "Clasificación", | ||
"noOfQuestions": "No. de preguntas", | ||
"noOfQuestions": "N° de preguntas", | ||
"wellPlayed": "¡Bien jugado!", | ||
"guessedRightOneMoreTime": "¡Supuse justo tiempo más!", | ||
"guessedRightOneMoreTime": "¡Acerté una vez más!", | ||
"character": "Personaje", | ||
"defeated": "¡Bravo! Me has derrotado ...", | ||
"gameForceEnd": "¡Tu juego fue terminado con éxito!" | ||
"defeated": "¡Felicidades! Me has derrotado...", | ||
"gameForceEnd": "¡Tu juego ha finalizado con éxito!" | ||
} |
{ | ||
"gameEnded": "Jeu terminé", | ||
"gameEndedDesc": "Votre jeu est terminé à cause de 1 minute d'inactivité.", | ||
"gameEndedDesc": "Votre jeu est terminé car : 1 minute d'inactivité.", | ||
"question": "Question", | ||
"progress": "Le progrès", | ||
"pleaseType": "Veuillez saisir...", | ||
"progress": "Progrès", | ||
"pleaseType": "Veuillez saisir ...", | ||
"stopTip": "Vous pouvez également taper \"s\" ou \"arrêter\" pour mettre fin à votre jeu.", | ||
@@ -12,7 +12,7 @@ "yes": "Oui", | ||
"dontKnowNoComma": "Ne sais pas", | ||
"probably": "Probablement", | ||
"probablyNot": "Probablement pas", | ||
"back": "Arrière", | ||
"probably": "peut-être", | ||
"probablyNot": "peut-être pas", | ||
"back": "Retour", | ||
"stop": "Arrêter", | ||
"thinking": "En pensant...", | ||
"thinking": "Réfléchis...", | ||
"isThisYourCharacter": "Est-ce votre personnage?", | ||
@@ -22,6 +22,6 @@ "ranking": "Classement", | ||
"wellPlayed": "Bien joué!", | ||
"guessedRightOneMoreTime": "J'ai deviné juste une fois de plus!", | ||
"guessedRightOneMoreTime": "J'ai deviné encore une fois de plus!", | ||
"character": "Personnage", | ||
"defeated": "Bravo! Tu m'as vaincu ...", | ||
"gameForceEnd": "Votre jeu a été terminé avec succès!" | ||
"gameForceEnd": "Votre jeu est terminé avec succès!" | ||
} |
@@ -9,3 +9,3 @@ { | ||
"yes": "Evet", | ||
"no": "Numara", | ||
"no": "Hayır", | ||
"dontKnow": "Bilmiyorum", | ||
@@ -16,3 +16,3 @@ "dontKnowNoComma": "Bilmiyorum", | ||
"back": "Geri", | ||
"stop": "Durmak", | ||
"stop": "Dur", | ||
"thinking": "Düşünme ...", | ||
@@ -19,0 +19,0 @@ "isThisYourCharacter": "Bu senin karakterin mi?", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
154007