From 8fda1d2e4ae011fab5a5d6d4fa9cff95e892807d Mon Sep 17 00:00:00 2001 From: MiguVT Date: Tue, 5 Aug 2025 16:59:11 +0200 Subject: [PATCH] Add Spanish language support for music bot commands - Created `es-419.json` for Latin American Spanish translations. - Created `es-ES.json` for European Spanish translations. - Translated various music bot commands and responses to enhance user experience for Spanish-speaking users. --- local_langs/es-419.json | 231 ++++++++++++++++++++ local_langs/es-ES.json | 231 ++++++++++++++++++++ local_langs/zh-TW.json | 460 ++++++++++++++++++++-------------------- 3 files changed, 692 insertions(+), 230 deletions(-) create mode 100644 local_langs/es-419.json create mode 100644 local_langs/es-ES.json diff --git a/local_langs/es-419.json b/local_langs/es-419.json new file mode 100644 index 0000000..526efae --- /dev/null +++ b/local_langs/es-419.json @@ -0,0 +1,231 @@ +{ + "connect": "conectar", + "Connect to a voice channel.": "Conéctate a un canal de voz.", + "channel": "canal", + "Provide a channel to connect.": "Indica el canal al que te quieres conectar.", + "play": "reproducir", + "Loads your input and added it to the queue.": "Carga tu canción y la agrega a la cola.", + "query": "búsqueda", + "Input a query or a searchable link.": "Escribe una búsqueda o un enlace.", + "search": "buscar", + "Input the name of the song.": "Escribe el nombre de la canción.", + "platform": "plataforma", + "Select the platform you want to search.": "Elige la plataforma donde quieres buscar.", + "Youtube": "YouTube", + "Youtube Music": "YouTube Music", + "Spotify": "Spotify", + "SoundCloud": "SoundCloud", + "Apple Music": "Apple Music", + "playtop": "reproducir arriba", + "Adds a song with the given url or query on the top of the queue.": "Agrega una canción al inicio de la cola.", + "forceplay": "forzar reproducción", + "Enforce playback using the given URL or query.": "Reproduce la canción indicada, ignorando la cola.", + "pause": "pausar", + "Pause the music.": "Pausa la música.", + "resume": "reanudar", + "Resume the music.": "Continúa la música.", + "skip": "saltar", + "Skips to the next song or skips to the specified song.": "Salta a la siguiente canción o a la que especifiques.", + "index": "índice", + "Enter a index that you want to skip to.": "Escribe el número de la canción a la que quieres ir.", + "back": "volver", + "Skips back to the previous song or skips to the specified previous song.": "Regresa a la canción anterior o a la que especifiques.", + "Enter a index that you want to skip back to.": "Escribe el número de la canción a la que quieres regresar.", + "seek": "buscar posición", + "Change the player position.": "Cambia la posición de reproducción.", + "position": "posición", + "Input position. Exmaple: 1:20.": "Indica la posición. Ejemplo: 1:20.", + "queue": "cola", + "Display the players queue songs in your queue.": "Muestra las canciones en la lista de espera.", + "export": "exportar", + "Exports the entire queue to a text file": "Exporta toda la lista de espera a un archivo de texto.", + "import": "importar", + "Imports the text file and adds the track to the current queue.": "Importa el archivo de texto y agrega las canciones a la lista de espera actual.", + "attachment": "adjunto", + "history": "historial", + "Display the players queue songs in your history queue.": "Muestra las canciones que has reproducido.", + "leave": "salir", + "Disconnects the bot from your voice channel and chears the queue.": "Desconecta el bot del canal de voz y borra la lista de espera.", + "nowplaying": "sonando", + "Shows details of the current track.": "Muestra los detalles de la canción actual.", + "loop": "repetir", + "Changes Loop mode.": "Cambia el modo de repetición.", + "mode": "modo", + "Choose a looping mode.": "Elige el modo de repetición.", + "Off": "Desactivado", + "Track": "Canción", + "Queue": "Cola", + "clear": "limpiar", + "Remove all the tracks in your queue or history queue.": "Elimina todas las canciones de la lista de espera o del historial.", + "Choose a queue that you want to clear.": "Elige la lista que quieres borrar.", + "History": "Historial", + "remove": "eliminar", + "Removes specified track or a range of tracks from the queue.": "Elimina una canción o un rango de canciones de la lista de espera.", + "position1": "posición1", + "Input a position from the queue to be removed.": "Indica la posición de la canción que quieres quitar.", + "position2": "posición2", + "Set the range of the queue to be removed.": "Indica el rango de canciones que quieres quitar.", + "member": "miembro", + "Remove tracks requested by a specific member.": "Elimina las canciones que ha pedido un usuario específico.", + "forward": "adelantar", + "Forwards by a certain amount of time in the current track. The default is 10 seconds.": "Avanza unos segundos en la canción actual (por defecto 10 segundos).", + "Input an amount that you to forward to. Exmaple: 1:20": "Indica el tiempo que quieres adelantar. Ejemplo: 1:20", + "rewind": "retroceder", + "Rewind by a certain amount of time in the current track. The default is 10 seconds.": "Retrocede unos segundos en la canción actual (por defecto 10 segundos).", + "Input an amount that you to rewind to. Exmaple: 1:20": "Indica el tiempo que quieres retroceder. Ejemplo: 1:20", + "replay": "reiniciar", + "Reset the progress of the current song.": "Reinicia la canción actual.", + "shuffle": "mezclar", + "Randomizes the tracks in the queue.": "Mezcla las canciones de la lista de espera.", + "swap": "cambiar", + "Swaps the specified song to the specified song.": "Cambia dos canciones de la lista de espera.", + "The track to swap. Example: 2": "Canción a intercambiar. Ejemplo: 2", + "The track to swap with position1. Exmaple: 1": "Canción con la que intercambiar. Ejemplo: 1", + "move": "mover", + "Moves the specified song to the specified position.": "Mueve una canción a otra posición en la lista de espera.", + "target": "destino", + "The track to move. Example: 2": "Canción a mover. Ejemplo: 2", + "to": "a", + "The new position to move the track to. Exmaple: 1": "Nueva posición. Ejemplo: 1", + "lyrics": "letras", + "Displays lyrics for the playing track.": "Muestra las letras de la canción que está sonando.", + "title": "título", + "Searches for your query and displays the reutned lyrics.": "Busca tu consulta y muestra la letra encontrada.", + "artist": "artista", + "swapdj": "cambiar dj", + "Transfer dj to another.": "Transfiere el rol de DJ a otro usuario.", + "Choose a member to transfer the dj role.": "Elige a quién quieres pasar el rol de DJ.", + "autoplay": "autoplay", + "Toggles autoplay mode, it will automatically queue the best songs to play.": "Activa o desactiva el modo autoplay, que añade automáticamente canciones recomendadas.", + "help": "ayuda", + "Lists all the commands in Vocard.": "Muestra todos los comandos disponibles en Vocard.", + "category": "categoría", + "Test if the bot is alive, and see the delay between your commands and my response.": "Comprueba si el bot está activo y el tiempo de respuesta.", + "playlist": "lista de reproducción", + "Play all songs from your favorite playlist.": "Reproduce todas las canciones de tu playlist favorita.", + "name": "nombre", + "Input the name of your custom playlist": "Escribe el nombre de tu playlist personalizada", + "value": "valor", + "Play the specific track from your custom playlist.": "Reproduce una canción específica de tu playlist personalizada.", + "view": "ver", + "List all your playlist and all songs in your favourite playlist.": "Muestra todas tus playlists y las canciones de tu playlist favorita.", + "create": "crear", + "Create your custom playlist.": "Crea tu propia playlist personalizada.", + "Give a name to your playlist.": "Ponle nombre a tu playlist.", + "link": "enlace", + "Provide a playlist link if you are creating link playlist.": "Indica el enlace si estás creando una playlist enlazada.", + "delete": "borrar", + "Delete your custom playlist.": "Elimina tu playlist personalizada.", + "The name of the playlist.": "Nombre de la playlist.", + "share": "compartir", + "Share your custom playlist with your friends.": "Comparte tu playlist personalizada con tus amigos.", + "The user id of your friend.": "ID de tu amigo.", + "The name of the playlist that you want to share.": "Nombre de la playlist que quieres compartir.", + "rename": "renombrar", + "Rename your custom playlist.": "Renombra tu playlist personalizada.", + "The name of your playlist.": "Nombre de tu playlist.", + "newname": "nuevonombre", + "The new name of your playlist.": "Nuevo nombre para tu playlist.", + "inbox": "bandeja de entrada", + "Show your playlist invitation.": "Muestra tus invitaciones de playlists.", + "add": "añadir", + "Add tracks in to your custom playlist.": "Agrega canciones a tu playlist personalizada.", + "Remove song from your favorite playlist.": "Elimina una canción de tu playlist favorita.", + "Input a position from the playlist to be removed.": "Indica la posición de la canción que quieres quitar de la playlist.", + "Remove all songs from your favorite playlist.": "Elimina todas las canciones de tu playlist favorita.", + "Exports the entire playlist to a text file": "Exporta toda la playlist a un archivo de texto.", + "settings": "ajustes", + "prefix": "prefijo", + "Change the default prefix for message commands.": "Cambia el prefijo por defecto para los comandos.", + "language": "idioma", + "You can choose your preferred language, the bot message will change to the language you set.": "Puedes elegir tu idioma preferido, el bot usará ese idioma en los mensajes.", + "Set a DJ role or remove DJ role.": "Pon o quita el rol de DJ.", + "role": "rol", + "Change to another type of queue mode.": "Cambia el tipo de cola.", + "FairQueue": "Cola justa", + "Toggles 24/7 mode, which disables automatic inactivity-based disconnects.": "Activa el modo 24/7, el bot nunca se desconectará por inactividad.", + "bypassvote": "saltar votación", + "Toggles voting system.": "Activa o desactiva el sistema de votación.", + "Show all the bot settings in your server.": "Muestra todos los ajustes del bot en tu servidor.", + "volume": "volumen", + "Set the player's volume.": "Ajusta el volumen del reproductor.", + "Input a integer.": "Escribe un número entero.", + "togglecontroller": "alternar controlador", + "Toggles the music controller.": "Activa o desactiva el controlador de música.", + "duplicatetrack": "evitar duplicados", + "Toggle Vocard to prevent duplicate songs from queuing.": "Evita que se añadan canciones duplicadas a la cola.", + "customcontroller": "controlador personalizado", + "Customizes music controller embeds.": "Personaliza el controlador de música.", + "controllermsg": "mensaje controlador", + "Toggles to send a message when clicking the button in the music controller.": "Envía un mensaje al pulsar un botón en el controlador de música.", + "debug": "debug", + "speed": "velocidad", + "Sets the player's playback speed": "Ajusta la velocidad de reproducción.", + "The value to set the speed to. Default is `1.0`": "Valor de la velocidad. Por defecto es `1.0`.", + "karaoke": "karaoke", + "Uses equalization to eliminate part of a band, usually targeting vocals.": "Usa el ecualizador para eliminar parte de la voz.", + "level": "nivel", + "The level of the karaoke. Default is `1.0`": "Nivel de karaoke. Por defecto es `1.0`.", + "monolevel": "nivel mono", + "The monolevel of the karaoke. Default is `1.0`": "Nivel mono de karaoke. Por defecto es `1.0`.", + "filterband": "banda filtro", + "The filter band of the karaoke. Default is `220.0`": "Banda de filtro de karaoke. Por defecto es `220.0`.", + "filterwidth": "ancho filtro", + "The filter band of the karaoke. Default is `100.0`": "Ancho de filtro de karaoke. Por defecto es `100.0`.", + "tremolo": "trémolo", + "Uses amplification to create a shuddering effect, where the volume quickly oscillates.": "Usa amplificación para crear un efecto de trémolo, donde el volumen oscila rápidamente.", + "frequency": "frecuencia", + "The frequency of the tremolo. Default is `2.0`": "Frecuencia del trémolo. Por defecto es `2.0`.", + "depth": "profundidad", + "The depth of the tremolo. Default is `0.5`": "Profundidad del trémolo. Por defecto es `0.5`.", + "vibrato": "vibrato", + "Similar to tremolo. While tremolo oscillates the volume, vibrato oscillates the pitch.": "Similar al trémolo. El vibrato oscila el tono en vez del volumen.", + "The frequency of the vibrato. Default is `2.0`": "Frecuencia del vibrato. Por defecto es `2.0`.", + "The Depth of the vibrato. Default is `0.5`": "Profundidad del vibrato. Por defecto es `0.5`.", + "rotation": "rotación", + "Rotates the sound around the stereo channels/user headphones aka Audio Panning.": "Rota el sonido entre los canales estéreo o auriculares (audio panning).", + "hertz": "hercios", + "The hertz of the rotation. Default is `0.2`": "Hercios de la rotación. Por defecto es `0.2`.", + "distortion": "distorsión", + "Distortion effect. It can generate some pretty unique audio effects.": "Efecto de distorsión. Puede crear efectos de audio únicos.", + "lowpass": "filtro paso bajo", + "Filter which supresses higher frequencies and allows lower frequencies to pass.": "Filtro que suprime las frecuencias altas y deja pasar las bajas.", + "smoothing": "suavizado", + "The level of the lowPass. Default is `20.0`": "Nivel de suavizado del filtro paso bajo. Por defecto es `20.0`.", + "channelmix": "mezcla de canales", + "Filter which manually adjusts the panning of the audio.": "Filtro que ajusta manualmente el panning del audio.", + "left_to_left": "izquierda a izquierda", + "Sounds from left to left. Default is `1.0`": "Sonido de izquierda a izquierda. Por defecto es `1.0`.", + "right_to_right": "derecha a derecha", + "Sounds from right to right. Default is `1.0`": "Sonido de derecha a derecha. Por defecto es `1.0`.", + "left_to_right": "izquierda a derecha", + "Sounds from left to right. Default is `0.0`": "Sonido de izquierda a derecha. Por defecto es `0.0`.", + "right_to_left": "derecha a izquierda", + "Sounds from right to left. Default is `0.0`": "Sonido de derecha a izquierda. Por defecto es `0.0`.", + "nightcore": "nightcore", + "Add nightcore filter into your player.": "Añade el filtro nightcore al reproductor.", + "Add 8D filter into your player.": "Añade el filtro 8D al reproductor.", + "vaporwave": "vaporwave", + "Add vaporwave filter into your player.": "Añade el filtro vaporwave al reproductor.", + "cleareffect": "limpiar efectos", + "Clear all or specific sound effects.": "Elimina todos los efectos de sonido o solo algunos.", + "effect": "efecto", + "Remove a specific sound effects.": "Elimina un efecto de sonido concreto.", + "start": "inicio", + "end": "fin", + "Specify a time you would like to start, e.g. 1:00": "Indica la hora de inicio, por ejemplo: 1:00.", + "Specify a time you would like to end, e.g. 4:00": "Indica la hora de fin, por ejemplo: 4:00.", + "list": "lista", + "Customize the channel topic template": "Personaliza la plantilla del tema del canal", + "template": "plantilla", + "setupchannel": "configurar canal", + "Sets up a dedicated channel for song requests in your server.": "Crea un canal dedicado para pedir canciones en tu servidor.", + "Provide a request channel. If not, a text channel will be generated.": "Indica el canal de peticiones. Si no lo haces, se creará uno nuevo.", + "ping": "ping", + "…": "...", + "8d": "8d", + "dj": "dj", + "247": "247", + "stageannounce": "anuncio de escenario", + "Soundcloud": "Soundcloud" +} diff --git a/local_langs/es-ES.json b/local_langs/es-ES.json new file mode 100644 index 0000000..2c7d4ba --- /dev/null +++ b/local_langs/es-ES.json @@ -0,0 +1,231 @@ +{ + "connect": "conectar", + "Connect to a voice channel.": "Conéctate a un canal de voz.", + "channel": "canal", + "Provide a channel to connect.": "Indica el canal al que quieres conectarte.", + "play": "reproducir", + "Loads your input and added it to the queue.": "Carga tu canción y la añade a la cola.", + "query": "búsqueda", + "Input a query or a searchable link.": "Escribe una búsqueda o un enlace.", + "search": "buscar", + "Input the name of the song.": "Escribe el nombre de la canción.", + "platform": "plataforma", + "Select the platform you want to search.": "Elige la plataforma donde quieres buscar.", + "Youtube": "YouTube", + "Youtube Music": "YouTube Music", + "Spotify": "Spotify", + "SoundCloud": "SoundCloud", + "Apple Music": "Apple Music", + "playtop": "reproducir arriba", + "Adds a song with the given url or query on the top of the queue.": "Añade una canción al principio de la cola.", + "forceplay": "forzar reproducción", + "Enforce playback using the given URL or query.": "Reproduce la canción indicada, saltando la cola.", + "pause": "pausar", + "Pause the music.": "Pausa la música.", + "resume": "reanudar", + "Resume the music.": "Continúa la música.", + "skip": "saltar", + "Skips to the next song or skips to the specified song.": "Salta a la siguiente canción o a la que indiques.", + "index": "índice", + "Enter a index that you want to skip to.": "Escribe el número de la canción a la que quieres saltar.", + "back": "volver", + "Skips back to the previous song or skips to the specified previous song.": "Vuelve a la canción anterior o a la que indiques.", + "Enter a index that you want to skip back to.": "Escribe el número de la canción a la que quieres volver.", + "seek": "buscar posición", + "Change the player position.": "Cambia la posición de reproducción.", + "position": "posición", + "Input position. Exmaple: 1:20.": "Indica la posición. Ejemplo: 1:20.", + "queue": "cola", + "Display the players queue songs in your queue.": "Muestra las canciones en la cola.", + "export": "exportar", + "Exports the entire queue to a text file": "Exporta toda la cola a un archivo de texto.", + "import": "importar", + "Imports the text file and adds the track to the current queue.": "Importa el archivo de texto y añade las canciones a la cola actual.", + "attachment": "adjunto", + "history": "historial", + "Display the players queue songs in your history queue.": "Muestra las canciones que has escuchado.", + "leave": "salir", + "Disconnects the bot from your voice channel and chears the queue.": "Desconecta el bot del canal de voz y limpia la cola.", + "nowplaying": "sonando", + "Shows details of the current track.": "Muestra los detalles de la canción actual.", + "loop": "repetir", + "Changes Loop mode.": "Cambia el modo de repetición.", + "mode": "modo", + "Choose a looping mode.": "Elige el modo de repetición.", + "Off": "Desactivado", + "Track": "Canción", + "Queue": "Cola", + "clear": "limpiar", + "Remove all the tracks in your queue or history queue.": "Elimina todas las canciones de la cola o del historial.", + "Choose a queue that you want to clear.": "Elige la cola que quieres limpiar.", + "History": "Historial", + "remove": "eliminar", + "Removes specified track or a range of tracks from the queue.": "Elimina una canción o un rango de canciones de la cola.", + "position1": "posición1", + "Input a position from the queue to be removed.": "Indica la posición de la canción que quieres eliminar.", + "position2": "posición2", + "Set the range of the queue to be removed.": "Indica el rango de canciones que quieres eliminar.", + "member": "miembro", + "Remove tracks requested by a specific member.": "Elimina las canciones que ha pedido un usuario concreto.", + "forward": "adelantar", + "Forwards by a certain amount of time in the current track. The default is 10 seconds.": "Avanza unos segundos en la canción actual (por defecto 10 segundos).", + "Input an amount that you to forward to. Exmaple: 1:20": "Indica el tiempo que quieres adelantar. Ejemplo: 1:20", + "rewind": "retroceder", + "Rewind by a certain amount of time in the current track. The default is 10 seconds.": "Retrocede unos segundos en la canción actual (por defecto 10 segundos).", + "Input an amount that you to rewind to. Exmaple: 1:20": "Indica el tiempo que quieres retroceder. Ejemplo: 1:20", + "replay": "reiniciar", + "Reset the progress of the current song.": "Reinicia la canción actual.", + "shuffle": "aleatorio", + "Randomizes the tracks in the queue.": "Mezcla las canciones de la cola.", + "swap": "intercambiar", + "Swaps the specified song to the specified song.": "Intercambia dos canciones de la cola.", + "The track to swap. Example: 2": "Canción a intercambiar. Ejemplo: 2", + "The track to swap with position1. Exmaple: 1": "Canción con la que intercambiar. Ejemplo: 1", + "move": "mover", + "Moves the specified song to the specified position.": "Mueve una canción a otra posición en la cola.", + "target": "destino", + "The track to move. Example: 2": "Canción a mover. Ejemplo: 2", + "to": "a", + "The new position to move the track to. Exmaple: 1": "Nueva posición. Ejemplo: 1", + "lyrics": "letra", + "Displays lyrics for the playing track.": "Muestra la letra de la canción que está sonando.", + "title": "título", + "Searches for your query and displays the reutned lyrics.": "Busca tu consulta y muestra la letra encontrada.", + "artist": "artista", + "swapdj": "cambiar dj", + "Transfer dj to another.": "Transfiere el rol de DJ a otro usuario.", + "Choose a member to transfer the dj role.": "Elige a quién quieres pasar el rol de DJ.", + "autoplay": "autoplay", + "Toggles autoplay mode, it will automatically queue the best songs to play.": "Activa o desactiva el modo autoplay, que añade automáticamente canciones recomendadas.", + "help": "ayuda", + "Lists all the commands in Vocard.": "Muestra todos los comandos disponibles en Vocard.", + "category": "categoría", + "Test if the bot is alive, and see the delay between your commands and my response.": "Comprueba si el bot está activo y el tiempo de respuesta.", + "playlist": "lista de reproducción", + "Play all songs from your favorite playlist.": "Reproduce todas las canciones de tu lista favorita.", + "name": "nombre", + "Input the name of your custom playlist": "Escribe el nombre de tu lista personalizada", + "value": "valor", + "Play the specific track from your custom playlist.": "Reproduce una canción concreta de tu lista personalizada.", + "view": "ver", + "List all your playlist and all songs in your favourite playlist.": "Muestra todas tus listas y las canciones de tu lista favorita.", + "create": "crear", + "Create your custom playlist.": "Crea tu propia lista de reproducción.", + "Give a name to your playlist.": "Ponle nombre a tu lista.", + "link": "enlace", + "Provide a playlist link if you are creating link playlist.": "Indica el enlace si estás creando una lista enlazada.", + "delete": "borrar", + "Delete your custom playlist.": "Borra tu lista personalizada.", + "The name of the playlist.": "Nombre de la lista.", + "share": "compartir", + "Share your custom playlist with your friends.": "Comparte tu lista personalizada con tus amigos.", + "The user id of your friend.": "ID de tu amigo.", + "The name of the playlist that you want to share.": "Nombre de la lista que quieres compartir.", + "rename": "renombrar", + "Rename your custom playlist.": "Renombra tu lista personalizada.", + "The name of your playlist.": "Nombre de tu lista.", + "newname": "nuevonombre", + "The new name of your playlist.": "Nuevo nombre para tu lista.", + "inbox": "bandeja de entrada", + "Show your playlist invitation.": "Muestra tus invitaciones de listas.", + "add": "añadir", + "Add tracks in to your custom playlist.": "Añade canciones a tu lista personalizada.", + "Remove song from your favorite playlist.": "Elimina una canción de tu lista favorita.", + "Input a position from the playlist to be removed.": "Indica la posición de la canción que quieres eliminar de la lista.", + "Remove all songs from your favorite playlist.": "Elimina todas las canciones de tu lista favorita.", + "Exports the entire playlist to a text file": "Exporta toda la lista a un archivo de texto.", + "settings": "ajustes", + "prefix": "prefijo", + "Change the default prefix for message commands.": "Cambia el prefijo por defecto para los comandos.", + "language": "idioma", + "You can choose your preferred language, the bot message will change to the language you set.": "Puedes elegir tu idioma preferido, el bot usará ese idioma en los mensajes.", + "Set a DJ role or remove DJ role.": "Pon o quita el rol de DJ.", + "role": "rol", + "Change to another type of queue mode.": "Cambia el tipo de cola.", + "FairQueue": "Cola justa", + "Toggles 24/7 mode, which disables automatic inactivity-based disconnects.": "Activa el modo 24/7, el bot nunca se desconectará por inactividad.", + "bypassvote": "saltar votación", + "Toggles voting system.": "Activa o desactiva el sistema de votación.", + "Show all the bot settings in your server.": "Muestra todos los ajustes del bot en tu servidor.", + "volume": "volumen", + "Set the player's volume.": "Ajusta el volumen del reproductor.", + "Input a integer.": "Escribe un número entero.", + "togglecontroller": "alternar controlador", + "Toggles the music controller.": "Activa o desactiva el controlador de música.", + "duplicatetrack": "evitar duplicados", + "Toggle Vocard to prevent duplicate songs from queuing.": "Evita que se añadan canciones duplicadas a la cola.", + "customcontroller": "controlador personalizado", + "Customizes music controller embeds.": "Personaliza el controlador de música.", + "controllermsg": "mensaje controlador", + "Toggles to send a message when clicking the button in the music controller.": "Envía un mensaje al pulsar un botón en el controlador de música.", + "debug": "debug", + "speed": "velocidad", + "Sets the player's playback speed": "Ajusta la velocidad de reproducción.", + "The value to set the speed to. Default is `1.0`": "Valor de la velocidad. Por defecto es `1.0`.", + "karaoke": "karaoke", + "Uses equalization to eliminate part of a band, usually targeting vocals.": "Usa el ecualizador para eliminar parte de la voz.", + "level": "nivel", + "The level of the karaoke. Default is `1.0`": "Nivel de karaoke. Por defecto es `1.0`.", + "monolevel": "nivel mono", + "The monolevel of the karaoke. Default is `1.0`": "Nivel mono de karaoke. Por defecto es `1.0`.", + "filterband": "banda filtro", + "The filter band of the karaoke. Default is `220.0`": "Banda de filtro de karaoke. Por defecto es `220.0`.", + "filterwidth": "ancho filtro", + "The filter band of the karaoke. Default is `100.0`": "Ancho de filtro de karaoke. Por defecto es `100.0`.", + "tremolo": "trémolo", + "Uses amplification to create a shuddering effect, where the volume quickly oscillates.": "Usa amplificación para crear un efecto de trémolo, donde el volumen oscila rápidamente.", + "frequency": "frecuencia", + "The frequency of the tremolo. Default is `2.0`": "Frecuencia del trémolo. Por defecto es `2.0`.", + "depth": "profundidad", + "The depth of the tremolo. Default is `0.5`": "Profundidad del trémolo. Por defecto es `0.5`.", + "vibrato": "vibrato", + "Similar to tremolo. While tremolo oscillates the volume, vibrato oscillates the pitch.": "Similar al trémolo. El vibrato oscila el tono en vez del volumen.", + "The frequency of the vibrato. Default is `2.0`": "Frecuencia del vibrato. Por defecto es `2.0`.", + "The Depth of the vibrato. Default is `0.5`": "Profundidad del vibrato. Por defecto es `0.5`.", + "rotation": "rotación", + "Rotates the sound around the stereo channels/user headphones aka Audio Panning.": "Rota el sonido entre los canales estéreo o auriculares (audio panning).", + "hertz": "hercios", + "The hertz of the rotation. Default is `0.2`": "Hercios de la rotación. Por defecto es `0.2`.", + "distortion": "distorsión", + "Distortion effect. It can generate some pretty unique audio effects.": "Efecto de distorsión. Puede crear efectos de audio únicos.", + "lowpass": "filtro paso bajo", + "Filter which supresses higher frequencies and allows lower frequencies to pass.": "Filtro que suprime las frecuencias altas y deja pasar las bajas.", + "smoothing": "suavizado", + "The level of the lowPass. Default is `20.0`": "Nivel de suavizado del filtro paso bajo. Por defecto es `20.0`.", + "channelmix": "mezcla de canales", + "Filter which manually adjusts the panning of the audio.": "Filtro que ajusta manualmente el panning del audio.", + "left_to_left": "izquierda a izquierda", + "Sounds from left to left. Default is `1.0`": "Sonido de izquierda a izquierda. Por defecto es `1.0`.", + "right_to_right": "derecha a derecha", + "Sounds from right to right. Default is `1.0`": "Sonido de derecha a derecha. Por defecto es `1.0`.", + "left_to_right": "izquierda a derecha", + "Sounds from left to right. Default is `0.0`": "Sonido de izquierda a derecha. Por defecto es `0.0`.", + "right_to_left": "derecha a izquierda", + "Sounds from right to left. Default is `0.0`": "Sonido de derecha a izquierda. Por defecto es `0.0`.", + "nightcore": "nightcore", + "Add nightcore filter into your player.": "Añade el filtro nightcore al reproductor.", + "Add 8D filter into your player.": "Añade el filtro 8D al reproductor.", + "vaporwave": "vaporwave", + "Add vaporwave filter into your player.": "Añade el filtro vaporwave al reproductor.", + "cleareffect": "limpiar efectos", + "Clear all or specific sound effects.": "Elimina todos los efectos de sonido o solo algunos.", + "effect": "efecto", + "Remove a specific sound effects.": "Elimina un efecto de sonido concreto.", + "start": "inicio", + "end": "fin", + "Specify a time you would like to start, e.g. 1:00": "Indica la hora de inicio, por ejemplo: 1:00.", + "Specify a time you would like to end, e.g. 4:00": "Indica la hora de fin, por ejemplo: 4:00.", + "list": "lista", + "Customize the channel topic template": "Personaliza la plantilla del tema del canal", + "template": "plantilla", + "setupchannel": "configurar canal", + "Sets up a dedicated channel for song requests in your server.": "Crea un canal dedicado para pedir canciones en tu servidor.", + "Provide a request channel. If not, a text channel will be generated.": "Indica el canal de peticiones. Si no lo haces, se creará uno nuevo.", + "ping": "ping", + "…": "...", + "8d": "8d", + "dj": "dj", + "247": "247", + "stageannounce": "anuncio de escenario", + "Soundcloud": "Soundcloud" +} diff --git a/local_langs/zh-TW.json b/local_langs/zh-TW.json index d4ae83e..f268847 100644 --- a/local_langs/zh-TW.json +++ b/local_langs/zh-TW.json @@ -1,231 +1,231 @@ { - "connect": "連線", - "Connect to a voice channel.": "連線到語音頻道。", - "channel": "頻道", - "Provide a channel to connect.": "提供要連線的頻道。", - "play": "播放", - "Loads your input and added it to the queue.": "載入您的輸入並將其加入排隊。", - "query": "查詢", - "Input a query or a searchable link.": "輸入查詢或可搜尋的連結。", - "search": "搜尋", - "Input the name of the song.": "輸入歌曲名稱。", - "platform": "平台", - "Select the platform you want to search.": "選擇您要搜尋的平台。", - "Youtube": "YouTube", - "Youtube Music": "YouTube 音樂", - "Spotify": "Spotify", - "SoundCloud": "SoundCloud", - "Apple Music": "Apple 音樂", - "playtop": "將歌曲加入頂部", - "Adds a song with the given url or query on the top of the queue.": "將指定的 URL 或查詢加入排隊的頂部。", - "forceplay": "強制播放", - "Enforce playback using the given URL or query.": "使用指定的 URL 或查詢強制播放。", - "pause": "暫停", - "Pause the music.": "暫停音樂。", - "resume": "繼續", - "Resume the music.": "繼續音樂。", - "skip": "跳過", - "Skips to the next song or skips to the specified song.": "跳過到下一首歌曲或跳過到指定的歌曲。", - "index": "索引", - "Enter a index that you want to skip to.": "輸入您要跳過到的索引。", - "back": "返回", - "Skips back to the previous song or skips to the specified previous song.": "跳回上一首歌曲或跳回到指定的上一首歌曲。", - "Enter a index that you want to skip back to.": "輸入您要跳回到的索引。", - "seek": "搜尋", - "Change the player position.": "更改播放器的位置。", - "position": "位置", - "Input position. Exmaple: 1:20.": "輸入位置。範例:1:20。", - "queue": "排隊", - "Display the players queue songs in your queue.": "顯示您的排隊歌曲。", - "export": "匯出", - "Exports the entire queue to a text file": "將整個排隊匯出到文字檔。", - "import": "匯入", - "Imports the text file and adds the track to the current queue.": "匯入文字檔並將歌曲加入目前的排隊。", - "attachment": "附件", - "history": "歷史", - "Display the players queue songs in your history queue.": "顯示您的歷史排隊歌曲。", - "leave": "離開", - "Disconnects the bot from your voice channel and chears the queue.": "從您的語音頻道斷開機器人連線並清除排隊。", - "nowplaying": "正在播放", - "Shows details of the current track.": "顯示目前歌曲的詳細資訊。", - "loop": "迴圈", - "Changes Loop mode.": "更改迴圈模式。", - "mode": "模式", - "Choose a looping mode.": "選擇迴圈模式。", - "Off": "關閉", - "Track": "歌曲", - "Queue": "排隊", - "clear": "清除", - "Remove all the tracks in your queue or history queue.": "清除您的排隊或歷史排隊中的所有歌曲。", - "Choose a queue that you want to clear.": "選擇您要清除的排隊。", - "History": "歷史", - "remove": "移除", - "Removes specified track or a range of tracks from the queue.": "刪除指定的歌曲或從排隊中刪除一系列歌曲。", - "position1": "位置1", - "Input a position from the queue to be removed.": "輸入要刪除的歌曲的位置。", - "position2": "位置2", - "Set the range of the queue to be removed.": "設定要刪除的排隊範圍。", - "member": "成員", - "Remove tracks requested by a specific member.": "刪除指定成員所要求的歌曲。", - "forward": "前進", - "Forwards by a certain amount of time in the current track. The default is 10 seconds.": "在目前歌曲中前進一定的時間。預設為 10 秒。", - "Input an amount that you to forward to. Exmaple: 1:20": "輸入您要前進到的時間。範例:1:20", - "rewind": "倒退", - "Rewind by a certain amount of time in the current track. The default is 10 seconds.": "在目前歌曲中倒退一定的時間。預設為 10 秒。", - "Input an amount that you to rewind to. Exmaple: 1:20": "輸入您要倒退到的時間。範例:1:20", - "replay": "重新播放", - "Reset the progress of the current song.": "重設目前歌曲的進度。", - "shuffle": "隨機播放", - "Randomizes the tracks in the queue.": "隨機排隊中的歌曲。", - "swap": "交換", - "Swaps the specified song to the specified song.": "交換指定的歌曲到另一個指定的歌曲。", - "The track to swap. Example: 2": "要交換的歌曲。範例:2", - "The track to swap with position1. Exmaple: 1": "與位置 1 交換的歌曲。範例:1", - "move": "移動", - "Moves the specified song to the specified position.": "將指定的歌曲移到指定的位置。", - "target": "目標", - "The track to move. Example: 2": "要移動的歌曲。範例:2", - "to": "到", - "The new position to move the track to. Exmaple: 1": "要移動到的新位置。範例:1", - "lyrics": "歌詞", - "Displays lyrics for the playing track.": "顯示播放中歌曲的歌詞。", - "title": "標題", - "Searches for your query and displays the reutned lyrics.": "搜尋您的查詢並顯示返回的歌詞。", - "artist": "藝術家", - "swapdj": "交換dj", - "Transfer dj to another.": "將 DJ 轉移給另一個。", - "Choose a member to transfer the dj role.": "選擇一個成員來轉移 DJ 角色。", - "autoplay": "自動播放", - "Toggles autoplay mode, it will automatically queue the best songs to play.": "切換自動播放模式,將自動將最好的歌曲加入排隊播放。", - "help": "幫助", - "Lists all the commands in Vocard.": "列出 Vocard 中的所有命令。", - "category": "分類", - "Test if the bot is alive, and see the delay between your commands and my response.": "測試機器人是否活躍,並查看您的命令和我的回應之間的延遲。", - "playlist": "播放列表", - "Play all songs from your favorite playlist.": "播放您最愛的播放列表中的所有歌曲。", - "name": "名稱", - "Input the name of your custom playlist": "輸入您自定義播放列表的名稱", - "value": "值", - "Play the specific track from your custom playlist.": "播放您自定義播放列表中的指定歌曲。", - "view": "查看", - "List all your playlist and all songs in your favourite playlist.": "列出您所有的播放列表和您最愛的播放列表中的所有歌曲。", - "create": "創建", - "Create your custom playlist.": "創建您自定義的播放列表。", - "Give a name to your playlist.": "給您的播放列表命名。", - "link": "鏈接", - "Provide a playlist link if you are creating link playlist.": "如果您正在創建鏈接播放列表,請提供播放列表鏈接。", - "delete": "刪除", - "Delete your custom playlist.": "刪除您自定義的播放列表。", - "The name of the playlist.": "播放列表的名稱。", - "share": "分享", - "Share your custom playlist with your friends.": "與您的朋友分享自定義的播放列表。", - "The user id of your friend.": "您朋友的用戶 ID。", - "The name of the playlist that you want to share.": "您想要分享的播放列表名稱。", - "rename": "重新命名", - "Rename your custom playlist.": "重新命名自定義的播放列表。", - "The name of your playlist.": "您的播放列表名稱。", - "newname": "新名稱", - "The new name of your playlist.": "您的播放列表的新名稱。", - "inbox": "收件箱", - "Show your playlist invitation.": "顯示播放列表邀請。", - "add": "添加", - "Add tracks in to your custom playlist.": "將歌曲添加到自定義的播放列表。", - "Remove song from your favorite playlist.": "從最愛的播放列表中刪除歌曲。", - "Input a position from the playlist to be removed.": "輸入要刪除的歌曲的位置。", - "Remove all songs from your favorite playlist.": "刪除最愛的播放列表中的所有歌曲。", - "Exports the entire playlist to a text file": "將整個播放列表匯出到文字檔。", - "settings": "設定", - "prefix": "前綴", - "Change the default prefix for message commands.": "更改消息命令的預設前綴。", - "language": "語言", - "You can choose your preferred language, the bot message will change to the language you set.": "您可以選擇喜好的語言,機器人訊息將會改為您所設定的語言。", - "Set a DJ role or remove DJ role.": "設置或移除 DJ 角色。", - "role": "角色", - "Change to another type of queue mode.": "更改為另一种隊列模式。", - "FairQueue": "公平隊列", - "Toggles 24/7 mode, which disables automatic inactivity-based disconnects.": "切換 24/7 模式,禁用自動休眠斷線。", - "bypassvote": "繞過投票", - "Toggles voting system.": "切換投票系統。", - "Show all the bot settings in your server.": "顯示機器人所有設定在您的服務器中。", - "volume": "音量", - "Set the player's volume.": "設置播放器的音量。", - "Input a integer.": "輸入一個整數。", - "togglecontroller": "切換控制器", - "Toggles the music controller.": "切換音樂控制器。", - "duplicatetrack": "重複歌曲", - "Toggle Vocard to prevent duplicate songs from queuing.": "切換 Vocard 以防止重複歌曲加入隊列。", - "customcontroller": "自定義控制器", - "Customizes music controller embeds.": "自定義音樂控制器嵌入。", - "controllermsg": "控制器訊息", - "Toggles to send a message when clicking the button in the music controller.": "切換發送訊息當點擊音樂控制器中的按鈕。", - "debug": "除錯", - "speed": "速度", - "Sets the player's playback speed": "設置播放器的播放速度。", - "The value to set the speed to. Default is `1.0`": "設置速度的值。預設為 `1.0`。", - "karaoke": "卡拉ok", - "Uses equalization to eliminate part of a band, usually targeting vocals.": "使用均衡器消除頻帶的一部分,通常針對人聲。", - "level": "級別", - "The level of the karaoke. Default is `1.0`": "卡拉 OK 的級別。預設為 `1.0`。", - "monolevel": "單聲道級別", - "The monolevel of the karaoke. Default is `1.0`": "卡拉 OK 的單聲道級別。預設為 `1.0`。", - "filterband": "濾波頻帶", - "The filter band of the karaoke. Default is `220.0`": "卡拉 OK 的濾波頻帶。預設為 `220.0`。", - "filterwidth": "濾波寬度", - "The filter band of the karaoke. Default is `100.0`": "卡拉 OK 的濾波頻帶。預設為 `100.0`", - "tremolo": "顫音", - "Uses amplification to create a shuddering effect, where the volume quickly oscillates.": "使用放大來創建顫音效果,音量快速振盪。", - "frequency": "頻率", - "The frequency of the tremolo. Default is `2.0`": "顫音的頻率。預設為 `2.0`", - "depth": "深度", - "The depth of the tremolo. Default is `0.5`": "顫音的深度。預設為 `0.5`", - "vibrato": "振動", - "Similar to tremolo. While tremolo oscillates the volume, vibrato oscillates the pitch.": "與顫音相似。顫音振盪音量,而振動振盪音高。", - "The frequency of the vibrato. Default is `2.0`": "振動的頻率。預設為 `2.0`", - "The Depth of the vibrato. Default is `0.5`": "振動的深度。預設為 `0.5`", - "rotation": "旋轉", - "Rotates the sound around the stereo channels/user headphones aka Audio Panning.": "旋轉聲音在立體聲道/用戶耳機中,也就是音頻泛音。", - "hertz": "赫茲", - "The hertz of the rotation. Default is `0.2`": "旋轉的赫茲。預設為 `0.2`", - "distortion": "失真", - "Distortion effect. It can generate some pretty unique audio effects.": "失真效果。可以生成一些非常獨特的音頻效果。", - "lowpass": "低通", - "Filter which supresses higher frequencies and allows lower frequencies to pass.": "濾波器,抑制高頻率,允許低頻率通過。", - "smoothing": "平滑", - "The level of the lowPass. Default is `20.0`": "低通的平滑級別。預設為 `20.0`", - "channelmix": "頻道混合", - "Filter which manually adjusts the panning of the audio.": "濾波器,手動調整音頻的泛音。", - "left_to_left": "左到左", - "Sounds from left to left. Default is `1.0`": "左聲道到左聲道。預設為 `1.0`", - "right_to_right": "右到右", - "Sounds from right to right. Default is `1.0`": "右聲道到右聲道。預設為 `1.0`", - "left_to_right": "左到右", - "Sounds from left to right. Default is `0.0`": "左聲道到右聲道。預設為 `0.0`", - "right_to_left": "右到左", - "Sounds from right to left. Default is `0.0`": "右聲道到左聲道。預設為 `0.0`", - "nightcore": "夜核", - "Add nightcore filter into your player.": "將夜核濾波器添加到您的播放器中。", - "Add 8D filter into your player.": "將 8D 濾波器添加到您的播放器中。", - "vaporwave": "水蒸波", - "Add vaporwave filter into your player.": "將水蒸波濾波器添加到您的播放器中。", - "cleareffect": "清除效果", - "Clear all or specific sound effects.": "清除所有或指定的音效。", - "effect": "效果", - "Remove a specific sound effects.": "刪除指定的音效。", - "start": "開始", - "end": "結束", - "Specify a time you would like to start, e.g. 1:00": "指定您希望開始的時間,例如:1:00。", - "Specify a time you would like to end, e.g. 4:00": "指定您希望結束的時間,例如:4:00。", - "list": "列表", - "Customize the channel topic template": "自訂頻道主題模板", - "template": "模板", - "setupchannel": "設置頻道", - "Sets up a dedicated channel for song requests in your server.": "為您的伺服器設置一個專用的歌曲請求頻道。", - "Provide a request channel. If not, a text channel will be generated.": "提供請求頻道。如果沒有,將生成一個文本頻道。", - "ping": "ping", - "…": "...", - "8d": "8d", - "dj": "dj", - "247": "247", - "stageannounce": "舞台公告", - "Soundcloud": "Soundcloud" -} \ No newline at end of file + "connect": "連線", + "Connect to a voice channel.": "連線到語音頻道。", + "channel": "頻道", + "Provide a channel to connect.": "提供要連線的頻道。", + "play": "播放", + "Loads your input and added it to the queue.": "載入您的輸入並將其加入排隊。", + "query": "查詢", + "Input a query or a searchable link.": "輸入查詢或可搜尋的連結。", + "search": "搜尋", + "Input the name of the song.": "輸入歌曲名稱。", + "platform": "平台", + "Select the platform you want to search.": "選擇您要搜尋的平台。", + "Youtube": "YouTube", + "Youtube Music": "YouTube 音樂", + "Spotify": "Spotify", + "SoundCloud": "SoundCloud", + "Apple Music": "Apple 音樂", + "playtop": "將歌曲加入頂部", + "Adds a song with the given url or query on the top of the queue.": "將指定的 URL 或查詢加入排隊的頂部。", + "forceplay": "強制播放", + "Enforce playback using the given URL or query.": "使用指定的 URL 或查詢強制播放。", + "pause": "暫停", + "Pause the music.": "暫停音樂。", + "resume": "繼續", + "Resume the music.": "繼續音樂。", + "skip": "跳過", + "Skips to the next song or skips to the specified song.": "跳過到下一首歌曲或跳過到指定的歌曲。", + "index": "索引", + "Enter a index that you want to skip to.": "輸入您要跳過到的索引。", + "back": "返回", + "Skips back to the previous song or skips to the specified previous song.": "跳回上一首歌曲或跳回到指定的上一首歌曲。", + "Enter a index that you want to skip back to.": "輸入您要跳回到的索引。", + "seek": "搜尋", + "Change the player position.": "更改播放器的位置。", + "position": "位置", + "Input position. Exmaple: 1:20.": "輸入位置。範例:1:20。", + "queue": "排隊", + "Display the players queue songs in your queue.": "顯示您的排隊歌曲。", + "export": "匯出", + "Exports the entire queue to a text file": "將整個排隊匯出到文字檔。", + "import": "匯入", + "Imports the text file and adds the track to the current queue.": "匯入文字檔並將歌曲加入目前的排隊。", + "attachment": "附件", + "history": "歷史", + "Display the players queue songs in your history queue.": "顯示您的歷史排隊歌曲。", + "leave": "離開", + "Disconnects the bot from your voice channel and chears the queue.": "從您的語音頻道斷開機器人連線並清除排隊。", + "nowplaying": "正在播放", + "Shows details of the current track.": "顯示目前歌曲的詳細資訊。", + "loop": "迴圈", + "Changes Loop mode.": "更改迴圈模式。", + "mode": "模式", + "Choose a looping mode.": "選擇迴圈模式。", + "Off": "關閉", + "Track": "歌曲", + "Queue": "排隊", + "clear": "清除", + "Remove all the tracks in your queue or history queue.": "清除您的排隊或歷史排隊中的所有歌曲。", + "Choose a queue that you want to clear.": "選擇您要清除的排隊。", + "History": "歷史", + "remove": "移除", + "Removes specified track or a range of tracks from the queue.": "刪除指定的歌曲或從排隊中刪除一系列歌曲。", + "position1": "位置1", + "Input a position from the queue to be removed.": "輸入要刪除的歌曲的位置。", + "position2": "位置2", + "Set the range of the queue to be removed.": "設定要刪除的排隊範圍。", + "member": "成員", + "Remove tracks requested by a specific member.": "刪除指定成員所要求的歌曲。", + "forward": "前進", + "Forwards by a certain amount of time in the current track. The default is 10 seconds.": "在目前歌曲中前進一定的時間。預設為 10 秒。", + "Input an amount that you to forward to. Exmaple: 1:20": "輸入您要前進到的時間。範例:1:20", + "rewind": "倒退", + "Rewind by a certain amount of time in the current track. The default is 10 seconds.": "在目前歌曲中倒退一定的時間。預設為 10 秒。", + "Input an amount that you to rewind to. Exmaple: 1:20": "輸入您要倒退到的時間。範例:1:20", + "replay": "重新播放", + "Reset the progress of the current song.": "重設目前歌曲的進度。", + "shuffle": "隨機播放", + "Randomizes the tracks in the queue.": "隨機排隊中的歌曲。", + "swap": "交換", + "Swaps the specified song to the specified song.": "交換指定的歌曲到另一個指定的歌曲。", + "The track to swap. Example: 2": "要交換的歌曲。範例:2", + "The track to swap with position1. Exmaple: 1": "與位置 1 交換的歌曲。範例:1", + "move": "移動", + "Moves the specified song to the specified position.": "將指定的歌曲移到指定的位置。", + "target": "目標", + "The track to move. Example: 2": "要移動的歌曲。範例:2", + "to": "到", + "The new position to move the track to. Exmaple: 1": "要移動到的新位置。範例:1", + "lyrics": "歌詞", + "Displays lyrics for the playing track.": "顯示播放中歌曲的歌詞。", + "title": "標題", + "Searches for your query and displays the reutned lyrics.": "搜尋您的查詢並顯示返回的歌詞。", + "artist": "藝術家", + "swapdj": "交換dj", + "Transfer dj to another.": "將 DJ 轉移給另一個。", + "Choose a member to transfer the dj role.": "選擇一個成員來轉移 DJ 角色。", + "autoplay": "自動播放", + "Toggles autoplay mode, it will automatically queue the best songs to play.": "切換自動播放模式,將自動將最好的歌曲加入排隊播放。", + "help": "幫助", + "Lists all the commands in Vocard.": "列出 Vocard 中的所有命令。", + "category": "分類", + "Test if the bot is alive, and see the delay between your commands and my response.": "測試機器人是否活躍,並查看您的命令和我的回應之間的延遲。", + "playlist": "播放列表", + "Play all songs from your favorite playlist.": "播放您最愛的播放列表中的所有歌曲。", + "name": "名稱", + "Input the name of your custom playlist": "輸入您自定義播放列表的名稱", + "value": "值", + "Play the specific track from your custom playlist.": "播放您自定義播放列表中的指定歌曲。", + "view": "查看", + "List all your playlist and all songs in your favourite playlist.": "列出您所有的播放列表和您最愛的播放列表中的所有歌曲。", + "create": "創建", + "Create your custom playlist.": "創建您自定義的播放列表。", + "Give a name to your playlist.": "給您的播放列表命名。", + "link": "鏈接", + "Provide a playlist link if you are creating link playlist.": "如果您正在創建鏈接播放列表,請提供播放列表鏈接。", + "delete": "刪除", + "Delete your custom playlist.": "刪除您自定義的播放列表。", + "The name of the playlist.": "播放列表的名稱。", + "share": "分享", + "Share your custom playlist with your friends.": "與您的朋友分享自定義的播放列表。", + "The user id of your friend.": "您朋友的用戶 ID。", + "The name of the playlist that you want to share.": "您想要分享的播放列表名稱。", + "rename": "重新命名", + "Rename your custom playlist.": "重新命名自定義的播放列表。", + "The name of your playlist.": "您的播放列表名稱。", + "newname": "新名稱", + "The new name of your playlist.": "您的播放列表的新名稱。", + "inbox": "收件箱", + "Show your playlist invitation.": "顯示播放列表邀請。", + "add": "添加", + "Add tracks in to your custom playlist.": "將歌曲添加到自定義的播放列表。", + "Remove song from your favorite playlist.": "從最愛的播放列表中刪除歌曲。", + "Input a position from the playlist to be removed.": "輸入要刪除的歌曲的位置。", + "Remove all songs from your favorite playlist.": "刪除最愛的播放列表中的所有歌曲。", + "Exports the entire playlist to a text file": "將整個播放列表匯出到文字檔。", + "settings": "設定", + "prefix": "前綴", + "Change the default prefix for message commands.": "更改消息命令的預設前綴。", + "language": "語言", + "You can choose your preferred language, the bot message will change to the language you set.": "您可以選擇喜好的語言,機器人訊息將會改為您所設定的語言。", + "Set a DJ role or remove DJ role.": "設置或移除 DJ 角色。", + "role": "角色", + "Change to another type of queue mode.": "更改為另一种隊列模式。", + "FairQueue": "公平隊列", + "Toggles 24/7 mode, which disables automatic inactivity-based disconnects.": "切換 24/7 模式,禁用自動休眠斷線。", + "bypassvote": "繞過投票", + "Toggles voting system.": "切換投票系統。", + "Show all the bot settings in your server.": "顯示機器人所有設定在您的服務器中。", + "volume": "音量", + "Set the player's volume.": "設置播放器的音量。", + "Input a integer.": "輸入一個整數。", + "togglecontroller": "切換控制器", + "Toggles the music controller.": "切換音樂控制器。", + "duplicatetrack": "重複歌曲", + "Toggle Vocard to prevent duplicate songs from queuing.": "切換 Vocard 以防止重複歌曲加入隊列。", + "customcontroller": "自定義控制器", + "Customizes music controller embeds.": "自定義音樂控制器嵌入。", + "controllermsg": "控制器訊息", + "Toggles to send a message when clicking the button in the music controller.": "切換發送訊息當點擊音樂控制器中的按鈕。", + "debug": "除錯", + "speed": "速度", + "Sets the player's playback speed": "設置播放器的播放速度。", + "The value to set the speed to. Default is `1.0`": "設置速度的值。預設為 `1.0`。", + "karaoke": "卡拉ok", + "Uses equalization to eliminate part of a band, usually targeting vocals.": "使用均衡器消除頻帶的一部分,通常針對人聲。", + "level": "級別", + "The level of the karaoke. Default is `1.0`": "卡拉 OK 的級別。預設為 `1.0`。", + "monolevel": "單聲道級別", + "The monolevel of the karaoke. Default is `1.0`": "卡拉 OK 的單聲道級別。預設為 `1.0`。", + "filterband": "濾波頻帶", + "The filter band of the karaoke. Default is `220.0`": "卡拉 OK 的濾波頻帶。預設為 `220.0`。", + "filterwidth": "濾波寬度", + "The filter band of the karaoke. Default is `100.0`": "卡拉 OK 的濾波頻帶。預設為 `100.0`", + "tremolo": "顫音", + "Uses amplification to create a shuddering effect, where the volume quickly oscillates.": "使用放大來創建顫音效果,音量快速振盪。", + "frequency": "頻率", + "The frequency of the tremolo. Default is `2.0`": "顫音的頻率。預設為 `2.0`", + "depth": "深度", + "The depth of the tremolo. Default is `0.5`": "顫音的深度。預設為 `0.5`", + "vibrato": "振動", + "Similar to tremolo. While tremolo oscillates the volume, vibrato oscillates the pitch.": "與顫音相似。顫音振盪音量,而振動振盪音高。", + "The frequency of the vibrato. Default is `2.0`": "振動的頻率。預設為 `2.0`", + "The Depth of the vibrato. Default is `0.5`": "振動的深度。預設為 `0.5`", + "rotation": "旋轉", + "Rotates the sound around the stereo channels/user headphones aka Audio Panning.": "旋轉聲音在立體聲道/用戶耳機中,也就是音頻泛音。", + "hertz": "赫茲", + "The hertz of the rotation. Default is `0.2`": "旋轉的赫茲。預設為 `0.2`", + "distortion": "失真", + "Distortion effect. It can generate some pretty unique audio effects.": "失真效果。可以生成一些非常獨特的音頻效果。", + "lowpass": "低通", + "Filter which supresses higher frequencies and allows lower frequencies to pass.": "濾波器,抑制高頻率,允許低頻率通過。", + "smoothing": "平滑", + "The level of the lowPass. Default is `20.0`": "低通的平滑級別。預設為 `20.0`", + "channelmix": "頻道混合", + "Filter which manually adjusts the panning of the audio.": "濾波器,手動調整音頻的泛音。", + "left_to_left": "左到左", + "Sounds from left to left. Default is `1.0`": "左聲道到左聲道。預設為 `1.0`", + "right_to_right": "右到右", + "Sounds from right to right. Default is `1.0`": "右聲道到右聲道。預設為 `1.0`", + "left_to_right": "左到右", + "Sounds from left to right. Default is `0.0`": "左聲道到右聲道。預設為 `0.0`", + "right_to_left": "右到左", + "Sounds from right to left. Default is `0.0`": "右聲道到左聲道。預設為 `0.0`", + "nightcore": "夜核", + "Add nightcore filter into your player.": "將夜核濾波器添加到您的播放器中。", + "Add 8D filter into your player.": "將 8D 濾波器添加到您的播放器中。", + "vaporwave": "水蒸波", + "Add vaporwave filter into your player.": "將水蒸波濾波器添加到您的播放器中。", + "cleareffect": "清除效果", + "Clear all or specific sound effects.": "清除所有或指定的音效。", + "effect": "效果", + "Remove a specific sound effects.": "刪除指定的音效。", + "start": "開始", + "end": "結束", + "Specify a time you would like to start, e.g. 1:00": "指定您希望開始的時間,例如:1:00。", + "Specify a time you would like to end, e.g. 4:00": "指定您希望結束的時間,例如:4:00。", + "list": "列表", + "Customize the channel topic template": "自訂頻道主題模板", + "template": "模板", + "setupchannel": "設置頻道", + "Sets up a dedicated channel for song requests in your server.": "為您的伺服器設置一個專用的歌曲請求頻道。", + "Provide a request channel. If not, a text channel will be generated.": "提供請求頻道。如果沒有,將生成一個文本頻道。", + "ping": "ping", + "…": "...", + "8d": "8d", + "dj": "dj", + "247": "247", + "stageannounce": "舞台公告", + "Soundcloud": "Soundcloud" +}