-
-
Notifications
You must be signed in to change notification settings - Fork 476
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
189 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
# -*- encoding: utf-8 -*- | ||
''' | ||
@File : english.py | ||
@Time : 2020/08/19 | ||
@Author : Yaronzz | ||
@Version : 1.0 | ||
@Time : 2021/11/11 | ||
@Author : Yaronzz & jee019 | ||
@Version : 1.1 | ||
@Contact : [email protected] | ||
@Desc : | ||
''' | ||
|
@@ -24,7 +24,7 @@ class LangEnglish(object): | |
SETTING_CHECK_EXIST = "Check exist" | ||
SETTING_ARTIST_BEFORE_TITLE = "ArtistName before track-title" | ||
SETTING_ALBUMID_BEFORE_FOLDER = "Id before album-folder" | ||
SETTING_INCLUDE_EP = "Include single&ep" | ||
SETTING_INCLUDE_EP = "Include singles & EPs" | ||
SETTING_SAVE_COVERS = "Save covers" | ||
SETTING_LANGUAGE = "Language" | ||
SETTING_USE_PLAYLIST_FOLDER = "Use playlist folder" | ||
|
@@ -36,7 +36,7 @@ class LangEnglish(object): | |
SETTING_SAVE_ALBUMINFO = "Save AlbumInfo.txt" | ||
SETTING_ADD_LYRICS = "Add lyrics" | ||
SETTING_LYRICS_SERVER_PROXY = "Lyrics server proxy" | ||
SETTINGS_ADD_LRC_FILE = "Save timed lyricss (.lrc file)" | ||
SETTINGS_ADD_LRC_FILE = "Save timed lyrics (.lrc file)" | ||
SETTING_PATH = "Settings path" | ||
|
||
CHOICE = "CHOICE" | ||
|
@@ -81,7 +81,7 @@ class LangEnglish(object): | |
CHANGE_SAVE_ALBUM_INFO = "Save AlbumInfo.txt('0'-No,'1'-Yes):" | ||
CHANGE_ADD_LYRICS = "Add lyrics('0'-No,'1'-Yes):" | ||
CHANGE_LYRICS_SERVER_PROXY = "Lyrics server proxy('0' not modify):" | ||
CHANGE_ADD_LRC_FILE = "Save timed lyricss .lrc file ('0'-No,'1'-Yes):" | ||
CHANGE_ADD_LRC_FILE = "Save timed lyrics .lrc file ('0'-No,'1'-Yes):" | ||
|
||
# {} are required in these strings | ||
AUTH_START_LOGIN = "Starting login process..." | ||
|
@@ -110,4 +110,4 @@ class LangEnglish(object): | |
MODEL_ALBUM = 'Album' | ||
MODEL_ID = 'ID' | ||
MODEL_NAME = 'Name' | ||
MODEL_TYPE = 'Type' | ||
MODEL_TYPE = 'Type' |
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,113 @@ | ||
#!/usr/bin/env python | ||
# -*- encoding: utf-8 -*- | ||
''' | ||
@File : korean.py | ||
@Time : 2021/11/11 | ||
@Author : jee019 | ||
@Version : 1.0 | ||
@Contact : [email protected] | ||
@Desc : | ||
''' | ||
|
||
|
||
class LangKorean(object): | ||
SETTING = "설정" | ||
VALUE = "값" | ||
SETTING_DOWNLOAD_PATH = "다운로드 경로" | ||
SETTING_ONLY_M4A = "mp4를 m4a로 변환" | ||
SETTING_ADD_EXPLICIT_TAG = "explicit 태그 추가" | ||
SETTING_ADD_HYPHEN = "하이픈 추가" | ||
SETTING_ADD_YEAR = "앨범 폴더 앞에 연도 추가" | ||
SETTING_USE_TRACK_NUM = "사용자 트랙 번호 추가" | ||
SETTING_AUDIO_QUALITY = "음질" | ||
SETTING_VIDEO_QUALITY = "영상 화질" | ||
SETTING_CHECK_EXIST = "존재 유무 확인" | ||
SETTING_ARTIST_BEFORE_TITLE = "트랙 제목 앞 아티스트 이름" | ||
SETTING_ALBUMID_BEFORE_FOLDER = "앨범 폴더 앞 ID" | ||
SETTING_INCLUDE_EP = "싱글 및 EP 포함" | ||
SETTING_SAVE_COVERS = "커버 저장" | ||
SETTING_LANGUAGE = "언어" | ||
SETTING_USE_PLAYLIST_FOLDER = "재생목록 폴더 사용" | ||
SETTING_MULITHREAD_DOWNLOAD = "다중 스레드 다운로드" | ||
SETTING_ALBUM_FOLDER_FORMAT = "앨범 폴더 형식" | ||
SETTING_TRACK_FILE_FORMAT = "트랙 파일 형식" | ||
SETTING_SHOW_PROGRESS = "진행 상태 표시" | ||
SETTING_SHOW_TRACKIFNO = "트랙 정보 표시" | ||
SETTING_SAVE_ALBUMINFO = "AlbumInfo.txt 저장" | ||
SETTING_ADD_LYRICS = "가사 추가" | ||
SETTING_LYRICS_SERVER_PROXY = "가사 서버 프록시" | ||
SETTINGS_ADD_LRC_FILE = "맞춤 가사 저장 (.lrc 파일)" | ||
SETTING_PATH = "설정 경로" | ||
|
||
CHOICE = "선택" | ||
FUNCTION = "기능" | ||
CHOICE_ENTER = "엔터" | ||
CHOICE_ENTER_URLID = "'Url/ID' 입력:" | ||
CHOICE_EXIT = "종료" | ||
CHOICE_LOGIN = "액세스 토큰 확인" | ||
CHOICE_SETTINGS = "설정" | ||
CHOICE_SET_ACCESS_TOKEN = "액세스 토큰 설정" | ||
CHOICE_DOWNLOAD_BY_URL = "url 또는 id로 다운로드" | ||
CHOICE_LOGOUT = "로그아웃" | ||
|
||
PRINT_ERR = "[에러]" | ||
PRINT_INFO = "[정보]" | ||
PRINT_SUCCESS = "[성공]" | ||
|
||
PRINT_ENTER_CHOICE = "선택 입력:" | ||
PRINT_LATEST_VERSION = "최신 버전:" | ||
# PRINT_USERNAME = "유저 이름:" | ||
# PRINT_PASSWORD = "비밀번호:" | ||
|
||
CHANGE_START_SETTINGS = "설정 시작('0'-뒤로가기,'1'-예):" | ||
CHANGE_DOWNLOAD_PATH = "다운로드 경로('0' 변경 안 함):" | ||
CHANGE_AUDIO_QUALITY = "음질('0'-보통,'1'-높음,'2'-HiFi,'3'-Master):" | ||
CHANGE_VIDEO_QUALITY = "영상 화질(1080, 720, 480, 360):" | ||
CHANGE_ONLYM4A = "mp4를 m4a로 변환('0'-아니요,'1'-예):" | ||
CHANGE_ADD_EXPLICIT_TAG = "파일 이름에 explicit 태그 추가('0'-아니요,'1'-예):" | ||
CHANGE_ADD_HYPHEN = "파일 이름에 공백 대신 하이픈 사용('0'-아니요,'1'-예):" | ||
CHANGE_ADD_YEAR = "앨범 폴더 이름에 연도 추가('0'-아니요,'1'-예):" | ||
CHANGE_USE_TRACK_NUM = "파일 이름 앞에 트랙 번호 추가('0'-아니요,'1'-예):" | ||
CHANGE_CHECK_EXIST = "다운로드 트랙 전에 존재하는 파일 확인('0'-아니요,'1'-예):" | ||
CHANGE_ARTIST_BEFORE_TITLE = "트랙 제목 앞에 아티스트 이름 추가('0'-아니요,'1'-예):" | ||
CHANGE_INCLUDE_EP = "아티스트 앨범 다운로드시 싱글 및 EP 포함('0'-아니요,'1'-예):" | ||
CHANGE_ALBUMID_BEFORE_FOLDER = "앨범 폴더 앞에 ID 추가('0'-아니요,'1'-예):" | ||
CHANGE_SAVE_COVERS = "커버 저장('0'-아니요,'1'-예):" | ||
CHANGE_LANGUAGE = "언어 선택" | ||
CHANGE_ALBUM_FOLDER_FORMAT = "앨범 폴더 형식('0' 변경 안 함,'default' 기본 설정):" | ||
CHANGE_TRACK_FILE_FORMAT = "트랙 파일 형식('0' 변경 안 함,'default' 기본 설정):" | ||
CHANGE_SHOW_PROGRESS = "진행 상태 표시('0'-아니요,'1'-예):" | ||
CHANGE_SHOW_TRACKINFO = "트랙 정보 표시('0'-아니요,'1'-예):" | ||
CHANGE_SAVE_ALBUM_INFO = "AlbumInfo.txt 저장('0'-아니요,'1'-예):" | ||
CHANGE_ADD_LYRICS = "가사 추가('0'-아니요,'1'-예):" | ||
CHANGE_LYRICS_SERVER_PROXY = "가사 서버 프록시('0' 변경 안 함):" | ||
CHANGE_ADD_LRC_FILE = "맞춤 가사 .lrc 파일 저장 ('0'-아니요,'1'-예):" | ||
|
||
# {} are required in these strings | ||
AUTH_START_LOGIN = "로그인 중..." | ||
AUTH_LOGIN_CODE = "로그인 코드는 다음과 같습니다. {}" | ||
AUTH_NEXT_STEP = "설치를 완료하려면 {}로 이동하십시오. 다음 {} 내에 있습니다." | ||
AUTH_WAITING = "승인 대기 중..." | ||
AUTH_TIMEOUT = "작업 시간 초과" | ||
|
||
MSG_VALID_ACCESSTOKEN = "{}에 대해 액세스토큰이 유효합니다." | ||
MSG_INVAILD_ACCESSTOKEN = "만료된 액세스 토큰입니다. 새로 고침 중입니다." | ||
MSG_PATH_ERR = "경로 오류!" | ||
MSG_INPUT_ERR = "입력 오류!" | ||
|
||
MODEL_ALBUM_PROPERTY = "앨범-정보" | ||
MODEL_TRACK_PROPERTY = "트랙-정보" | ||
MODEL_VIDEO_PROPERTY = "영상-정보" | ||
MODEL_ARTIST_PROPERTY = "아티스트-정보" | ||
MODEL_PLAYLIST_PROPERTY = "재생목록-정보" | ||
|
||
MODEL_TITLE = '제목' | ||
MODEL_TRACK_NUMBER = '트랙 넘버' | ||
MODEL_VIDEO_NUMBER = '영상 넘버' | ||
MODEL_RELEASE_DATE = '발매일' | ||
MODEL_VERSION = '버전' | ||
MODEL_EXPLICIT = 'Explicit' | ||
MODEL_ALBUM = '앨범' | ||
MODEL_ID = '아이디' | ||
MODEL_NAME = '이름' | ||
MODEL_TYPE = '형식' |
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