Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…oader into master
  • Loading branch information
yaronzz committed Jan 21, 2022
2 parents d6739dc + 4e14fb0 commit 753b6f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
ko_fi: yaronzz
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
Expand Down
12 changes: 6 additions & 6 deletions TIDALDL-PY/tidal_dl/lang/spanish.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# -*- encoding: utf-8 -*-
'''
@File : spanish.py
@Time : 2021/09/15
@Time : 2022/01/19
@Author : Frikilinux & JavierSC
@Version : 2.2
@Version : 2.3
@Contact :
@Desc :
'''
Expand Down Expand Up @@ -38,8 +38,8 @@ class LangSpanish(object):
SETTING_LYRICS_SERVER_PROXY = "Proxy del servidor de letras"
SETTING_PATH = "Ruta de ajustes"
SETTINGS_ADD_LRC_FILE = "Añadir letras cronometradas (archivo .lrc)"
SETTING_APIKEY = "APIKey support"
SETTING_ADD_TYPE_FOLDER = "Add Type-Folder"
SETTING_APIKEY = "Soporte de la APIKey"
SETTING_ADD_TYPE_FOLDER = "Añadir tipo de carpeta"

CHOICE = "SELECCIÓN"
FUNCTION = "FUNCIÓN"
Expand All @@ -51,7 +51,7 @@ class LangSpanish(object):
CHOICE_SET_ACCESS_TOKEN = "Establecer AccessToken"
CHOICE_DOWNLOAD_BY_URL = "Descargar por Url o ID"
CHOICE_LOGOUT = "Cerrar sesión"
CHOICE_APIKEY = "Select APIKey"
CHOICE_APIKEY = "Seleccionar APIKey"

PRINT_ERR = "[ERROR]"
PRINT_INFO = "[INFO]"
Expand Down Expand Up @@ -85,7 +85,7 @@ class LangSpanish(object):
CHANGE_ADD_LYRICS = "¿Añadir letras?('0'-No,'1'-Sí):"
CHANGE_LYRICS_SERVER_PROXY = "¿Proxy del servidor de letras?('0' no modificar):"
CHANGE_ADD_LRC_FILE = "¿Añadir letras cronometradas en un archivo .lrc? ('0'-No,'1'-Sí):"
CHANGE_ADD_TYPE_FOLDER = "Add Type-Folder,eg Album/Video/Playlist('0'-No,'1'-Yes):"
CHANGE_ADD_TYPE_FOLDER = "Añadir tipo de carpeta, ej: Album/Video/Playlist('0'-No,'1'-):"

# {} are required in these strings
AUTH_START_LOGIN = "Iniciando sesión..."
Expand Down

0 comments on commit 753b6f6

Please sign in to comment.