fe7d0c178a
Now there're English, Russian and Japanese languages
90 lines
2.5 KiB
Python
90 lines
2.5 KiB
Python
switch={
|
|
"title":{
|
|
"en":"<strong>Newgrounds Audio Downloader</strong> by <em>H1K0</em>",
|
|
"ru":"<strong>Newgrounds Audio Downloader</strong> от <em>H1K0</em>",
|
|
"jp":"<em>H1K0</em> の <strong>Newgrounds Audio Downloader</strong>",
|
|
"font_en":"Comic Sans MS",
|
|
"font_ru":"Comic Sans MS",
|
|
"font_jp":"UD Digi Kyokasho N-R"
|
|
},
|
|
"placeholder":{
|
|
"en":"Enter Newgrounds song ID.",
|
|
"ru":"Введи айдишник трека на Newgrounds.",
|
|
"jp":"NSIを入力しよう!",
|
|
"font_en":"Maiandra GD",
|
|
"font_ru":"Courier New",
|
|
"font_jp":"Rounded Mplus 1c"
|
|
},
|
|
"btn":{
|
|
"en":"Download!",
|
|
"ru":"Скачать!",
|
|
"jp":"ダウンロード!",
|
|
"font_en":"Cooper Black",
|
|
"font_ru":"851CHIKARA-DZUYOKU-KANA-A",
|
|
"font_jp":"Nagurigaki Crayon"
|
|
},
|
|
"ntf":{
|
|
"font_en":"Maiandra GD",
|
|
"font_ru":"Courier New",
|
|
"font_jp":"Rounded Mplus 1c"
|
|
},
|
|
"empinp":{
|
|
"en":"Hey-hey, don't leave the input empty!",
|
|
"ru":"Эй, ну хоть что-нибудь напиши!",
|
|
"jp":"おいおい、何も入力してねえんじゃねえかよ!"
|
|
},
|
|
"typerr":{
|
|
"en":"Newgrounds song ID consists of digits only!",
|
|
"ru":"Айдишник трека состоит только из цифр!",
|
|
"jp":"NSIは数字だけだ!"
|
|
},
|
|
"404":{
|
|
"en":"And there's no song with this ID!",
|
|
"ru":"А нет песенки с таким айдишником!",
|
|
"jp":"そのNSIの曲は存在してないな!"
|
|
},
|
|
"savefile":{
|
|
"en":"Save file",
|
|
"ru":"Сохранить файл",
|
|
"jp":"ファイル保存"
|
|
},
|
|
"downloading":{
|
|
"en":lambda songTitle:f'Downloading «{songTitle}»...',
|
|
"ru":lambda songTitle:f'Скачивание трека «{songTitle}»...',
|
|
"jp":lambda songTitle:f'「{songTitle}」ダウンロード中・・・',
|
|
"font_en":"Maiandra GD",
|
|
"font_ru":"Courier New",
|
|
"font_jp":"Rounded Mplus 1c"
|
|
},
|
|
"success":{
|
|
"en":lambda songTitle:f'«{songTitle}» has been downloaded successfully!',
|
|
"ru":lambda songTitle:f'«{songTitle}»: скачано!',
|
|
"jp":lambda songTitle:f'「{songTitle}」ダウンロード完了!'
|
|
},
|
|
"menu":{
|
|
"en":"MENU",
|
|
"ru":"МЕНЮ",
|
|
"jp":"メニュー",
|
|
"font_en":"Century Gothic",
|
|
"font_ru":"Century Gothic",
|
|
"font_jp":"Rounded Mplus 1c"
|
|
},
|
|
"settings":{
|
|
"en":"Settings",
|
|
"ru":"Настройки",
|
|
"jp":"設定"
|
|
},
|
|
"helpbtn":{
|
|
"en":"Help",
|
|
"ru":"Помощь",
|
|
"jp":"ヘルプ"
|
|
},
|
|
"lang":{
|
|
"en":"Language",
|
|
"ru":"Язык",
|
|
"jp":"言語",
|
|
"font_en":"Century Gothic",
|
|
"font_ru":"Century Gothic",
|
|
"font_jp":"Rounded Mplus 1c"
|
|
}
|
|
} |