This repository has been archived by the owner on Apr 13, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Update List - [x] More Languages - [x] Fixed Setup Event - [x] Moved /premium redeem to /redeem
- Loading branch information
Showing
37 changed files
with
1,014 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## 📃 Translate Contributors (Languages) | ||
|
||
- [x] **en (English)** | ||
- [@Adivise](/~https://github.com/Adivise) Discord: *Stylish.#4078 | ||
- [x] **th (Thailand)** | ||
- [@Adivise](/~https://github.com/Adivise) Discord: *Stylish.#4078 | ||
- [x] **es-ES (Spanish)** | ||
- [@NoBody-UU](/~https://github.com/NoBody-UU) Discord: NoBody🥀#9666 | ||
- [@VenQuiDev](/~https://github.com/venquidev) Discord: VenQui#6625 | ||
- [x] **vi (Vietnamese)** | ||
- [@RainyXeon](/~https://github.com/RainyXeon) Discord: RainyXeon </>#0017 | ||
|
||
## ⁉ Need Translate Contributors? | ||
|
||
- [Crowdin](https://crowdin.com/project/nanospace) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
##### All Filter command! | ||
filter_loading: "Encendiendo **%{name}**. Esto puede tardar unos segundos..." | ||
filter_on: "`🔩` | *Activado:* `%{name}`" | ||
filter_number: "Por favor, introduzca un número." | ||
filter_greater: "El número debe ser mayor que 0." | ||
filter_less: "El número debe ser menor que 10." | ||
#Bassboost commaand! | ||
bassboost_loading: "Ajustando **Bassboost** a **%{amount}dB**. Esto puede tardar unos segundos..." | ||
bassboost_set: "`🔩` | *Bassboost establecido en:* `%{amount}`" | ||
bassboost_limit: "Por favor, introduzca un número entre -10 y 10." | ||
#Equalizer command! | ||
eq_author: "Equalizador Personalizado" | ||
eq_icon: "https://cdn.discordapp.com/emojis/758423098885275748.gif" | ||
eq_desc: "Hay 14 bandas que se pueden ajustar de -10 a 10. No todas las bandas tienen que ser llenadas." | ||
eq_field_title: "Ejemplo:" | ||
eq_field_value: "%{prefix}eq 2 3 0 8 0 5 0 -5 0 0" | ||
eq_number: "La Banda #%{num} no es un número válido." | ||
eq_than: "La Banda #%{num} debe ser menor que 10." | ||
eq_footer: "Restablecer ecualizador: %{prefix}eq reset" | ||
eq_loading: "Configurando **Equalizador** a... **`%{bands}`** Esto puede tardar unos segundos..." | ||
eq_on: "`🔩` | *Equalizador establecido en:* `%{bands}`" | ||
#Pitch command! | ||
pitch_loading: "Ajustando **Pitch** a **%{amount}**. Esto puede tardar unos segundos..." | ||
pitch_on: "`🔩` | *Tono establecido en:* `%{amount}`" | ||
#Rate command! | ||
rate_loading: "Ajustando **Tarifa** a **%{amount}x**. Esto puede tardar unos segundos..." | ||
rate_on: "`🔩` | *Tarifa establecida en:* `%{amount}x`" | ||
#Reset command! | ||
reset_loading: "Desactivando **filtro** Esto puede tardar unos segundos..." | ||
reset_on: "`🔩` | *Desactivado:* `filter`" | ||
#Speed command! | ||
speed_loading: "Ajustando **Velocidad** a **%{amount}x**. Esto puede tardar unos segundos..." | ||
speed_on: "`🔩` | *Velocidad establecida en:* `%{amount}x`" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
##### InteractionCreate Event ##### | ||
#On settings/config.js in DEV_ID | ||
dev_only: El bot está en mantenimiento. (Por favor, vuelve más tarde) | ||
#No permission to use command (this for bot!) | ||
no_perms: '¡No tengo permisos para ejecutar el comando!' | ||
#Bot getting error something! | ||
error: Algo salió mal. | ||
#You are not the client owner of this bot! | ||
owner_only: '¡No eres el dueño del cliente!' |
Oops, something went wrong.