Updated locales [skip ci]

This commit is contained in:
Manuel Cortez 2020-10-01 07:14:58 -07:00
parent 5c0d98fc9f
commit ce2435dfb4

View File

@ -1,407 +1,456 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# Translations template for musicDL.
# Copyright (C) 2020 Manuel Cortez
# This file is distributed under the same license as the musicDL project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2019-06-24 13:04+Hora de verano central (Mexico)\n"
"Project-Id-Version: musicDL 2020.07.23\n"
"Report-Msgid-Bugs-To: manuel@manuelcortez.net\n"
"POT-Creation-Date: 2020-10-01 07:14-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.8.0\n"
#: ../src\application.py:9
msgid " Is an application that will allow you to download music from popular sites such as youtube, zaycev.net."
#: application.py:6
msgid ""
" Is an application that will allow you to download music from popular "
"sites such as youtube, zaycev.net."
msgstr ""
#: ../src\application.py:14
#: application.py:10
msgid "Manuel Cortez (Spanish)"
msgstr ""
#: ../src\application.py:14
msgid "Valeria K (Russian)"
msgstr ""
#: ../src\controller\configuration.py:10 ../src\wxUI\mainWindow.py:15
msgid "Settings"
msgstr ""
#: ../src\controller\mainController.py:31
msgid "Ready"
msgstr ""
#: ../src\controller\mainController.py:47
msgid "Showing {0} results."
msgstr ""
#: ../src\controller\mainController.py:51
msgid "Shuffle on"
msgstr ""
#: ../src\controller\mainController.py:107
msgid "Searching {0}... "
msgstr ""
#: ../src\controller\mainController.py:141
#: ../src\controller\mainController.py:161 ../src\wxUI\mainWindow.py:18
#: ../src\wxUI\mainWindow.py:68
msgid "Play"
msgstr ""
#: ../src\controller\mainController.py:144
#: ../src\controller\mainController.py:156
msgid "Pause"
msgstr ""
#: ../src\controller\mainController.py:243
msgid "File downloaded: {0}"
msgstr ""
#: ../src\controller\mainController.py:263
msgid "No results found. "
msgstr ""
#: ../src\controller\player.py:70
msgid "Error playing {0}. {1}."
msgstr ""
#: ../src\controller\player.py:76
msgid "Playing {0}."
msgstr ""
#: ../src\controller\player.py:146 ../src\utils.py:58
#: controller/player.py:146 utils.py:58
msgid "Downloading {0}."
msgstr ""
#: ../src\controller\player.py:151 ../src\utils.py:69
#: controller/player.py:151 utils.py:69
msgid "Downloading {0} ({1}%)."
msgstr ""
#: ../src\controller\player.py:164
msgid "There was an error while trying to access the file you have requested."
#: controller/configuration.py:10 wxUI/mainWindow.py:15
msgid "Settings"
msgstr ""
#: ../src\controller\player.py:164 ../src\issueReporter\wx_ui.py:94
#: ../src\issueReporter\wx_ui.py:97
#: controller/mainController.py:31
msgid "Ready"
msgstr ""
#: controller/mainController.py:47
msgid "Showing {0} results."
msgstr ""
#: controller/mainController.py:51
msgid "Shuffle on"
msgstr ""
#: controller/mainController.py:107
msgid "Searching {0}... "
msgstr ""
#: controller/mainController.py:141 controller/mainController.py:161
#: wxUI/mainWindow.py:18
msgid "Play"
msgstr ""
#: controller/mainController.py:144 controller/mainController.py:156
msgid "Pause"
msgstr ""
#: controller/mainController.py:243
msgid "File downloaded: {0}"
msgstr ""
#: controller/mainController.py:263
msgid "No results found. "
msgstr ""
#: controller/player.py:70
msgid "Error playing {0}. {1}."
msgstr ""
#: controller/player.py:76
msgid "Playing {0}."
msgstr ""
#: controller/player.py:164 issueReporter/wx_ui.py:94 issueReporter/wx_ui.py:97
msgid "Error"
msgstr ""
#: ../src\extractors\tidal.py:102
msgid "Tidal"
#: controller/player.py:164
msgid "There was an error while trying to access the file you have requested."
msgstr ""
#: ../src\extractors\tidal.py:106
msgid "Lossless"
msgstr ""
#: ../src\extractors\tidal.py:106
msgid "Low"
msgstr ""
#: ../src\extractors\tidal.py:106 ../src\extractors\tidal.py:141
msgid "High"
msgstr ""
#: ../src\extractors\tidal.py:118 ../src\extractors\youtube.py:112
msgid "Enable this service"
msgstr ""
#: ../src\extractors\tidal.py:122
msgid "Tidal username or email address"
msgstr ""
#: ../src\extractors\tidal.py:130
msgid "Password"
msgstr ""
#: ../src\extractors\tidal.py:137
msgid "You can subscribe for a tidal account here"
msgstr ""
#: ../src\extractors\tidal.py:140
msgid "Audio quality"
msgstr ""
#: ../src\extractors\youtube.py:106
msgid "Youtube Settings"
msgstr ""
#: ../src\extractors\youtube.py:116
msgid "Max results per page"
msgstr ""
#: ../src\extractors\youtube.py:123
msgid "Enable transcode when downloading"
msgstr ""
#: ../src\extractors\zaycev.py:52
msgid "zaycev.net"
msgstr ""
#: ../src\extractors\zaycev.py:58
msgid "Enable this service (works only in the Russian Federation)"
msgstr ""
#: ../src\issueReporter\wx_ui.py:26 ../src\wxUI\mainWindow.py:31
#: issueReporter/wx_ui.py:26 wxUI/mainWindow.py:31
msgid "Report an error"
msgstr ""
#: ../src\issueReporter\wx_ui.py:30
msgid "Briefly describe what happened. You will be able to thoroughly explain it later"
#: issueReporter/wx_ui.py:30
msgid ""
"Briefly describe what happened. You will be able to thoroughly explain it"
" later"
msgstr ""
#: ../src\issueReporter\wx_ui.py:40
#: issueReporter/wx_ui.py:40
msgid "First Name"
msgstr ""
#: ../src\issueReporter\wx_ui.py:50
#: issueReporter/wx_ui.py:50
msgid "Last Name"
msgstr ""
#: ../src\issueReporter\wx_ui.py:60
#: issueReporter/wx_ui.py:60
msgid "Email address (Will not be public)"
msgstr ""
#: ../src\issueReporter\wx_ui.py:70
#: issueReporter/wx_ui.py:70
msgid "Here, you can describe the bug in detail"
msgstr ""
#: ../src\issueReporter\wx_ui.py:80
msgid "I know that the {0} bug system will get my email address to contact me and fix the bug quickly"
#: issueReporter/wx_ui.py:80
msgid ""
"I know that the {0} bug system will get my email address to contact me "
"and fix the bug quickly"
msgstr ""
#: ../src\issueReporter\wx_ui.py:83
#: issueReporter/wx_ui.py:83
msgid "Send report"
msgstr ""
#: ../src\issueReporter\wx_ui.py:85
#: issueReporter/wx_ui.py:85
msgid "Cancel"
msgstr ""
#: ../src\issueReporter\wx_ui.py:94
msgid "You must fill out the following fields: first name, last name, email address and issue information."
#: issueReporter/wx_ui.py:94
msgid ""
"You must fill out the following fields: first name, last name, email "
"address and issue information."
msgstr ""
#: ../src\issueReporter\wx_ui.py:97
msgid "You need to mark the checkbox to provide us your email address to contact you if it is necessary."
#: issueReporter/wx_ui.py:97
msgid ""
"You need to mark the checkbox to provide us your email address to contact"
" you if it is necessary."
msgstr ""
#: ../src\issueReporter\wx_ui.py:100
msgid "Thanks for reporting this bug! In future versions, you may be able to find it in the changes list. You have received an email with more information regarding your report. You've reported the bug number %i"
#: issueReporter/wx_ui.py:100
#, python-format
msgid ""
"Thanks for reporting this bug! In future versions, you may be able to "
"find it in the changes list. You have received an email with more "
"information regarding your report. You've reported the bug number %i"
msgstr ""
#: ../src\issueReporter\wx_ui.py:100
#: issueReporter/wx_ui.py:100
msgid "reported"
msgstr ""
#: ../src\issueReporter\wx_ui.py:104
#: issueReporter/wx_ui.py:104
msgid ""
"Something unexpected occurred while trying to report the bug. Please, try"
" again later"
msgstr ""
#: issueReporter/wx_ui.py:104
msgid "Error while reporting"
msgstr ""
#: ../src\issueReporter\wx_ui.py:104
msgid "Something unexpected occurred while trying to report the bug. Please, try again later"
msgstr ""
#: ../src\issueReporter\wx_ui.py:108
msgid "Please wait while your report is being send."
msgstr ""
#: ../src\issueReporter\wx_ui.py:108
#: issueReporter/wx_ui.py:108
msgid "Sending report..."
msgstr ""
#: ../src\test\test_i18n.py:21
msgid "This is a string with no special characters."
#: issueReporter/wx_ui.py:108
msgid "Please wait while your report is being send."
msgstr ""
#: ../src\test\test_i18n.py:24
msgid "\320\237\321\200\320\270\320\262\320\265\321\202 \320\262\321\201\320\265\320\274"
#: services/Funkwhale.py:104 services/tidal.py:159
msgid "Tidal"
msgstr ""
#: ../src\update\utils.py:27
#: services/Funkwhale.py:108 services/tidal.py:163
msgid "Low"
msgstr ""
#: services/Funkwhale.py:108 services/Funkwhale.py:149 services/tidal.py:163
#: services/tidal.py:207
msgid "High"
msgstr ""
#: services/Funkwhale.py:108 services/tidal.py:163
msgid "Lossless"
msgstr ""
#: services/Funkwhale.py:127 services/tidal.py:182 services/vk.py:77
#: services/youtube.py:112
msgid "Enable this service"
msgstr ""
#: services/Funkwhale.py:131 services/tidal.py:189
msgid "Tidal username or email address"
msgstr ""
#: services/Funkwhale.py:138 services/tidal.py:196
msgid "Password"
msgstr ""
#: services/Funkwhale.py:145 services/tidal.py:203
msgid "You can subscribe for a tidal account here"
msgstr ""
#: services/Funkwhale.py:148 services/tidal.py:206
msgid "Audio quality"
msgstr ""
#: services/Funkwhale.py:158 services/tidal.py:216
msgid "Search by artist"
msgstr ""
#: services/Funkwhale.py:159 services/tidal.py:217
msgid "Include albums"
msgstr ""
#: services/Funkwhale.py:160 services/tidal.py:218
msgid "Include compilations"
msgstr ""
#: services/Funkwhale.py:161 services/tidal.py:219
msgid "Include singles"
msgstr ""
#: services/tidal.py:186
msgid "Avoid transcoding when downloading"
msgstr ""
#: services/vk.py:71
msgid "VK"
msgstr ""
#: services/vk.py:81 services/youtube.py:116
msgid "Max results per page"
msgstr ""
#: services/youtube.py:106
msgid "Youtube"
msgstr ""
#: services/zaycev.py:55
msgid "zaycev.net"
msgstr ""
#: services/zaycev.py:61
msgid "Enable this service (works only in the Russian Federation)"
msgstr ""
#: update/utils.py:28
#, python-format
msgid "%d day, "
msgstr ""
#: ../src\update\utils.py:29
#: update/utils.py:30
#, python-format
msgid "%d days, "
msgstr ""
#: ../src\update\utils.py:31
#: update/utils.py:32
#, python-format
msgid "%d hour, "
msgstr ""
#: ../src\update\utils.py:33
#: update/utils.py:34
#, python-format
msgid "%d hours, "
msgstr ""
#: ../src\update\utils.py:35
#: update/utils.py:36
#, python-format
msgid "%d minute, "
msgstr ""
#: ../src\update\utils.py:37
#: update/utils.py:38
#, python-format
msgid "%d minutes, "
msgstr ""
#: ../src\update\utils.py:39
#: update/utils.py:40
#, python-format
msgid "%s second"
msgstr ""
#: ../src\update\utils.py:41
#: update/utils.py:42
#, python-format
msgid "%s seconds"
msgstr ""
#: ../src\update\wxUpdater.py:10
#: update/wxUpdater.py:11
msgid ""
"There's a new {app_name} version available. Would you like to download it"
" now?\n"
"\n"
" {app_name} version: {app_version}\n"
"\n"
"Changes:\n"
"{changes}"
msgstr ""
#: update/wxUpdater.py:11
#, python-format
msgid "New version for %s"
msgstr ""
#: ../src\update\wxUpdater.py:10
msgid ""
"There's a new %s version available. Would you like to download it now?\n"
"\n"
" %s version: %s\n"
"\n"
"Changes:\n"
"%s"
msgstr ""
#: ../src\update\wxUpdater.py:17
#: update/wxUpdater.py:18
msgid "Download in Progress"
msgstr ""
#: ../src\update\wxUpdater.py:17
#: update/wxUpdater.py:18
msgid "Downloading the new version..."
msgstr ""
#: ../src\update\wxUpdater.py:27
msgid "Updating... %s of %s"
#: update/wxUpdater.py:31
msgid "Updating... {total_transferred} of {total_size}"
msgstr ""
#: ../src\update\wxUpdater.py:30
#: update/wxUpdater.py:34
msgid ""
"The update has been downloaded and installed successfully. Press OK to "
"continue."
msgstr ""
#: update/wxUpdater.py:34
msgid "Done!"
msgstr ""
#: ../src\update\wxUpdater.py:30
msgid "The update has been downloaded and installed successfully. Press OK to continue."
msgstr ""
#: ../src\wxUI\configuration.py:9
#: wxUI/configuration.py:9
msgid "Output device"
msgstr ""
#: ../src\wxUI\configuration.py:27
#: wxUI/configuration.py:27
msgid "General"
msgstr ""
#: ../src\wxUI\configuration.py:31
#: wxUI/configuration.py:31
msgid "Services"
msgstr ""
#: ../src\wxUI\configuration.py:34
#: wxUI/configuration.py:34
msgid "Save"
msgstr ""
#: ../src\wxUI\configuration.py:36
#: wxUI/configuration.py:36
msgid "Close"
msgstr ""
#: ../src\wxUI\mainWindow.py:16
#: wxUI/mainWindow.py:16
msgid "Application"
msgstr ""
#: ../src\wxUI\mainWindow.py:19 ../src\wxUI\mainWindow.py:69
#: wxUI/mainWindow.py:19 wxUI/mainWindow.py:69
msgid "Stop"
msgstr ""
#: ../src\wxUI\mainWindow.py:20 ../src\wxUI\mainWindow.py:67
#: wxUI/mainWindow.py:20
msgid "Previous"
msgstr ""
#: ../src\wxUI\mainWindow.py:21 ../src\wxUI\mainWindow.py:70
#: wxUI/mainWindow.py:21
msgid "Next"
msgstr ""
#: ../src\wxUI\mainWindow.py:22
#: wxUI/mainWindow.py:22
msgid "Shuffle"
msgstr ""
#: ../src\wxUI\mainWindow.py:23
#: wxUI/mainWindow.py:23
msgid "Volume down"
msgstr ""
#: ../src\wxUI\mainWindow.py:24
#: wxUI/mainWindow.py:24
msgid "Volume up"
msgstr ""
#: ../src\wxUI\mainWindow.py:25
#: wxUI/mainWindow.py:25
msgid "Mute"
msgstr ""
#: ../src\wxUI\mainWindow.py:27
#: wxUI/mainWindow.py:27
msgid "About {0}"
msgstr ""
#: ../src\wxUI\mainWindow.py:28
#: wxUI/mainWindow.py:28
msgid "Check for updates"
msgstr ""
#: ../src\wxUI\mainWindow.py:29
#: wxUI/mainWindow.py:29
msgid "What's new in this version?"
msgstr ""
#: ../src\wxUI\mainWindow.py:30
#: wxUI/mainWindow.py:30
msgid "Visit website"
msgstr ""
#: ../src\wxUI\mainWindow.py:32
#: wxUI/mainWindow.py:32
msgid "Player"
msgstr ""
#: ../src\wxUI\mainWindow.py:33
#: wxUI/mainWindow.py:33
msgid "Help"
msgstr ""
#: ../src\wxUI\mainWindow.py:43
msgid "search"
#: wxUI/mainWindow.py:43
msgid "S&earch"
msgstr ""
#: ../src\wxUI\mainWindow.py:48
msgid "Search in"
#: wxUI/mainWindow.py:48
msgid "&Search in"
msgstr ""
#: ../src\wxUI\mainWindow.py:51
msgid "Search"
#: wxUI/mainWindow.py:51
msgid "Sear&ch"
msgstr ""
#: ../src\wxUI\mainWindow.py:55
msgid "Results"
#: wxUI/mainWindow.py:55
msgid "&Results"
msgstr ""
#: ../src\wxUI\mainWindow.py:61
msgid "Position"
#: wxUI/mainWindow.py:61
msgid "P&osition"
msgstr ""
#: ../src\wxUI\mainWindow.py:64
msgid "Volume"
#: wxUI/mainWindow.py:64
msgid "&Volume"
msgstr ""
#: ../src\wxUI\mainWindow.py:114
msgid "Audio Files(*.mp3)|*.mp3"
#: wxUI/mainWindow.py:67
msgid "Pre&vious"
msgstr ""
#: ../src\wxUI\mainWindow.py:114
#: wxUI/mainWindow.py:68
msgid "&Play"
msgstr ""
#: wxUI/mainWindow.py:70
msgid "&Next"
msgstr ""
#: wxUI/mainWindow.py:114
msgid "Save this file"
msgstr ""
#: ../src\wxUI\menus.py:8
#: wxUI/mainWindow.py:114
msgid "Audio Files(*.mp3)|*.mp3"
msgstr ""
#: wxUI/menus.py:7
msgid "Play/Pause"
msgstr ""
#: ../src\wxUI\menus.py:9
#: wxUI/menus.py:8
msgid "Download"
msgstr ""