mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
FS#5587 Non-latin languages support update. Translators:Please change
the 48 new LANG_SYSFONT_ strings at the end of your language file if they don't fit nicely with rockbox's internal font. (for more info http://www.rockbox.org/twiki/bin/view/Main/NonLatinLanguages) Developers:Please keep using LANG_SYSFONT strings when reffering to the internal font. * Hebrew update. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10476 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5eb1e1549c
commit
f17e5c04f3
36 changed files with 23649 additions and 210 deletions
|
|
@ -8671,3 +8671,661 @@
|
|||
</voice>
|
||||
</phrase>
|
||||
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_SET_BOOL_YES
|
||||
desc: bool true representation
|
||||
user:
|
||||
<source>
|
||||
*: "Yes"
|
||||
</source>
|
||||
<dest>
|
||||
*: "예"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "예"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_SET_BOOL_NO
|
||||
desc: bool false representation
|
||||
user:
|
||||
<source>
|
||||
*: "No"
|
||||
</source>
|
||||
<dest>
|
||||
*: "아니오"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "아니오"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_ON
|
||||
desc: Used in a lot of places
|
||||
user:
|
||||
<source>
|
||||
*: "On"
|
||||
</source>
|
||||
<dest>
|
||||
*: "사용"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "사용"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_OFF
|
||||
desc: Used in a lot of places
|
||||
user:
|
||||
<source>
|
||||
*: "Off"
|
||||
</source>
|
||||
<dest>
|
||||
*: "사용안함"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "사용안함"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_VOLUME
|
||||
desc: in sound_settings
|
||||
user:
|
||||
<source>
|
||||
*: "Volume"
|
||||
</source>
|
||||
<dest>
|
||||
*: "볼륨 조절"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "볼륨 조절"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_CHANNEL_STEREO
|
||||
desc: in sound_settings
|
||||
user:
|
||||
<source>
|
||||
*: "Stereo"
|
||||
</source>
|
||||
<dest>
|
||||
*: "스테레오"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "스테레오"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_CHANNEL_MONO
|
||||
desc: in sound_settings
|
||||
user:
|
||||
<source>
|
||||
*: "Mono"
|
||||
</source>
|
||||
<dest>
|
||||
*: "모노"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "모노"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
|
||||
desc: in the equalizer settings menu
|
||||
user:
|
||||
<source>
|
||||
*: "Edit mode: %s"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Edit mode: %s"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
|
||||
desc: in the equalizer settings menu
|
||||
user:
|
||||
<source>
|
||||
*: "Cutoff Frequency"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Cutoff Frequency"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "차단 주파수"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
|
||||
desc: in the equalizer settings menu
|
||||
user:
|
||||
<source>
|
||||
*: "Gain"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Gain"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "증폭"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_SHUFFLE
|
||||
desc: in settings_menu
|
||||
user:
|
||||
<source>
|
||||
*: "Shuffle"
|
||||
</source>
|
||||
<dest>
|
||||
*: "임의 재생"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "임의 재생"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_REPEAT
|
||||
desc: in settings_menu
|
||||
user:
|
||||
<source>
|
||||
*: "Repeat"
|
||||
</source>
|
||||
<dest>
|
||||
*: "반복 재생"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "반복 재생"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_REPEAT_ALL
|
||||
desc: repeat playlist once all songs have completed
|
||||
user:
|
||||
<source>
|
||||
*: "All"
|
||||
</source>
|
||||
<dest>
|
||||
*: "모두"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "모두"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_REPEAT_ONE
|
||||
desc: repeat one song
|
||||
user:
|
||||
<source>
|
||||
*: "One"
|
||||
</source>
|
||||
<dest>
|
||||
*: "한 곡"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "한 곡"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_REPEAT_AB
|
||||
desc: repeat one song
|
||||
user:
|
||||
<source>
|
||||
*: "A-B"
|
||||
</source>
|
||||
<dest>
|
||||
*: "A-B"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "A-B"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_FILTER
|
||||
desc: setting name for dir filter
|
||||
user:
|
||||
<source>
|
||||
*: "Show Files"
|
||||
</source>
|
||||
<dest>
|
||||
*: "파일 표시 설정"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "파일 표시 설정"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_FILTER_ALL
|
||||
desc: show all files
|
||||
user:
|
||||
<source>
|
||||
*: "All"
|
||||
</source>
|
||||
<dest>
|
||||
*: "모든 파일"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "모든 파일"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_FILTER_SUPPORTED
|
||||
desc: show all file types supported by Rockbox
|
||||
user:
|
||||
<source>
|
||||
*: "Supported"
|
||||
</source>
|
||||
<dest>
|
||||
*: "지원 파일"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "지원 파일"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_FILTER_MUSIC
|
||||
desc: show only music-related files
|
||||
user:
|
||||
<source>
|
||||
*: "Music"
|
||||
</source>
|
||||
<dest>
|
||||
*: "음악 파일"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "음악 파일"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_FILTER_PLAYLIST
|
||||
desc: show only playlist
|
||||
user:
|
||||
<source>
|
||||
*: "Playlists"
|
||||
</source>
|
||||
<dest>
|
||||
*: "재생목록 파일"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "재생목록 파일"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_FILTER_ID3DB
|
||||
desc: show ID3 Database
|
||||
user:
|
||||
<source>
|
||||
*: "ID3 Database"
|
||||
</source>
|
||||
<dest>
|
||||
*: "ID3 데이터베이스"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "ID3 데이터베이스"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_RECORDING_QUALITY
|
||||
desc: in the recording settings
|
||||
user:
|
||||
<source>
|
||||
*: "Quality"
|
||||
</source>
|
||||
<dest>
|
||||
*: "음질"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "음질"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_RECORDING_FREQUENCY
|
||||
desc: in the recording settings
|
||||
user:
|
||||
<source>
|
||||
*: "Frequency"
|
||||
</source>
|
||||
<dest>
|
||||
*: "오디오 샘플 속도"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "오디오 샘플 속도"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_RECORDING_SOURCE
|
||||
desc: in the recording settings
|
||||
user:
|
||||
<source>
|
||||
*: "Source"
|
||||
</source>
|
||||
<dest>
|
||||
*: "녹음 방식"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "녹음 방식"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_RECORDING_SRC_MIC
|
||||
desc: in the recording settings
|
||||
user:
|
||||
<source>
|
||||
*: "Mic"
|
||||
</source>
|
||||
<dest>
|
||||
*: "마이크"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "마이크"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_RECORDING_SRC_LINE
|
||||
desc: in the recording settings
|
||||
user:
|
||||
<source>
|
||||
*: "Line In"
|
||||
</source>
|
||||
<dest>
|
||||
*: "라인 입력"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "라인 입력"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
|
||||
desc: in the recording settings
|
||||
user:
|
||||
<source>
|
||||
*: "Digital"
|
||||
</source>
|
||||
<dest>
|
||||
*: "디지털"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "디지털"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_RECORDING_CHANNELS
|
||||
desc: in the recording settings
|
||||
user:
|
||||
<source>
|
||||
*: "Channels"
|
||||
</source>
|
||||
<dest>
|
||||
*: "채널 선택"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "채널 선택"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_RECORD_TRIGGER
|
||||
desc: in recording settings_menu
|
||||
user:
|
||||
<source>
|
||||
*: "Trigger"
|
||||
</source>
|
||||
<dest>
|
||||
*: "음성 자동 감지"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "음성 자동 감지"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_FLIP_DISPLAY
|
||||
desc: in settings_menu, option to turn display+buttos by 180 degreed
|
||||
user:
|
||||
<source>
|
||||
*: "Upside Down"
|
||||
</source>
|
||||
<dest>
|
||||
*: "화면상하 반전"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "화면상하 반전"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_SCROLL_BAR
|
||||
desc: display menu, F3 substitute
|
||||
user:
|
||||
<source>
|
||||
*: "Scroll Bar"
|
||||
</source>
|
||||
<dest>
|
||||
*: "스크롤 바"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "스크롤 바"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_STATUS_BAR
|
||||
desc: display menu, F3 substitute
|
||||
user:
|
||||
<source>
|
||||
*: "Status Bar"
|
||||
</source>
|
||||
<dest>
|
||||
*: "상태 표시줄"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "상태 표시줄"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_PITCH
|
||||
desc: "pitch" in the pitch screen
|
||||
user:
|
||||
<source>
|
||||
*: "Pitch"
|
||||
</source>
|
||||
<dest>
|
||||
*: "재생속도 변경"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "재생속도 변경"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_PITCH_UP
|
||||
desc: in wps
|
||||
user:
|
||||
<source>
|
||||
*: "Pitch Up"
|
||||
</source>
|
||||
<dest>
|
||||
*: "위로 조정"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_PITCH_DOWN
|
||||
desc: in wps
|
||||
user:
|
||||
<source>
|
||||
*: "Pitch Down"
|
||||
</source>
|
||||
<dest>
|
||||
*: "아래로 조정"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_F2_MODE
|
||||
desc: in wps F2 pressed
|
||||
user:
|
||||
<source>
|
||||
*: "Mode:"
|
||||
</source>
|
||||
<dest>
|
||||
*: "모드: "
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_RECORDING_TIME
|
||||
desc: Display of recorded time
|
||||
user:
|
||||
<source>
|
||||
*: "Time:"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Time:"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
|
||||
desc: Display of record timer interval setting, on the record screen
|
||||
user:
|
||||
<source>
|
||||
*: "Split Time:"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Split Time:"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_RECORDING_SIZE
|
||||
desc: Display of recorded file size
|
||||
user:
|
||||
<source>
|
||||
*: "Size:"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Size:"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_RECORD_PRERECORD
|
||||
desc: in recording and radio screen
|
||||
user:
|
||||
<source>
|
||||
*: "Pre-Recording"
|
||||
</source>
|
||||
<dest>
|
||||
*: "예약 녹음"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_RECORDING_GAIN
|
||||
desc: in the recording screen
|
||||
user:
|
||||
<source>
|
||||
*: "Gain"
|
||||
</source>
|
||||
<dest>
|
||||
*: "증폭"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_RECORDING_LEFT
|
||||
desc: in the recording screen
|
||||
user:
|
||||
<source>
|
||||
*: "Gain Left"
|
||||
</source>
|
||||
<dest>
|
||||
*: "왼쪽 증폭"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_RECORDING_RIGHT
|
||||
desc: in the recording screen
|
||||
user:
|
||||
<source>
|
||||
*: "Gain Right"
|
||||
</source>
|
||||
<dest>
|
||||
*: "오른쪽 증폭"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_DISK_FULL
|
||||
desc: in recording screen
|
||||
user:
|
||||
<source>
|
||||
*: "The disk is full. Press OFF to continue."
|
||||
</source>
|
||||
<dest>
|
||||
*: "디스크 공간이 부족합니다. [정지] 버튼을 누르세요."
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_DIRBROWSE_F1
|
||||
desc: in dir browser, F1 button bar text
|
||||
user:
|
||||
<source>
|
||||
*: "Menu"
|
||||
</source>
|
||||
<dest>
|
||||
*: "메뉴"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_DIRBROWSE_F2
|
||||
desc: in dir browser, F2 button bar text
|
||||
user:
|
||||
<source>
|
||||
*: "Option"
|
||||
</source>
|
||||
<dest>
|
||||
*: "설정"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_DIRBROWSE_F3
|
||||
desc: in dir browser, F3 button bar text
|
||||
user:
|
||||
<source>
|
||||
*: "LCD"
|
||||
</source>
|
||||
<dest>
|
||||
*: "LCD"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue